@charset "utf-8";

/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #mv-slider {
        position: relative;
        margin: calc( 100vw * 120 / 780 ) auto 0;
        padding: 0;
        width: 100%;
    }
    #mv-slider > .swiper-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1600 / 2234;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide figure img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #mv-slider > .swiper-pagination {
        bottom: 12%;
    }
    #mv-slider > .swiper-pagination .swiper-pagination-bullet {
        opacity: 0.5;
    }

    main {
        margin: 0 auto;
        width: 100%;
    }

    #reason {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
    }
    #reason h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    #reason h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #ccc;
        font-size: 6.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: center;
        letter-spacing: 0.15em;
    }
    #reason h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason h2 span:nth-of-type(3) {
        display: inline-block;
        margin: 0;
        padding: 0 0.1em;
        color: var(--color-theme);
        font-size: 12.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason h2 span:nth-of-type(4) {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: var(--color-theme);
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4.0vw;
    }
    #reason .reason-grid .reason-item {
        display: block;
        position: relative;
        margin: 0;
        padding: 4.0vw;
        width: 100%;
        background: #fff;
        border: 2px solid #f0f1f2;
        border-radius: 2.0vw;
    }
    #reason .reason-grid .reason-item .no {
        position: absolute;
        top: 0;
        left: 50%;
        width: 8.0vw;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        background: linear-gradient( to right, #061b31, #2c4b6a );
        border-radius: 100%;
        display: grid;
        place-items: center;
        z-index: 1;
        translate: -50% -20%;
    }
    #reason .reason-grid .reason-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 336 / 184;
    }
    #reason .reason-grid .reason-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1.0vw;
    }
    #reason .reason-grid .reason-item h3 {
        margin: 16px 0 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    #reason .reason-grid .reason-item h3 span:nth-of-type(1) {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 4.0vw;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid .reason-item h3 span:nth-of-type(2) {
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid .reason-item p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 22 / 16 );
    }
    #reason .reason-grid .reason-item .link {
        position: relative;
        display: block;
        margin: 1.0em 0 0 auto;
        padding: 0 2.0em 0 0;
        width: max-content;
        color: var(--color-theme);
        font-size: 3.6vw;
        font-weight: 500;
        text-align: right;
        line-height: 1.0;
    }
    #reason .reason-grid .reason-item .link::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: var(--color-theme);
        border-radius: 100%;
    }
    #reason .reason-grid .reason-item .link::after {
        position: absolute;
        content: "";
        top: calc( 0.35em - 1px );
        right: 0.4em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #reason .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 8.0vw auto 0;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #reason .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #reason .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.85em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }

    #achievements {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #achievements .achievements-info {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        order: 2;
    }
    #achievements .achievements-info h2 {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #achievements .achievements-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #achievements .achievements-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #achievements .achievements-info h3 {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 6.4vw;
        font-weight: 700;
        text-align: left;
        line-height: 1.0;
    }
    #achievements .achievements-info h3 span {
        display: inline-block;
        margin: 0 0.1em 0 0.2em;
        color: #0083d6;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
    }
    #achievements .achievements-info p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 /  16 );
    }
    #achievements .achievements-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 8.0vw auto 0;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #achievements .achievements-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #achievements .achievements-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.9em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }
    #achievements .achievements-pic {
        position: relative;
        margin: 0;
        padding: 8.0vw 0;
        width: 100%;
        order: 1;
    }
    #achievements .achievements-pic::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 80vw;
        height: 80vw;
        background: linear-gradient( to bottom, #169bf0, #5dbeed );
        z-index: -1;
    }
    #achievements .achievements-pic .pic {
        position: relative;
        margin: 0 0 0 10%;
        padding: 0;
        width: 66%;
        height: auto;
        aspect-ratio: 1102 / 1064;
    }
    #achievements .achievements-pic .pic::after {
        position: absolute;
        content: "WHY CHOOSE US?";
        bottom: 100%;
        left: calc( 100% + 2.0vw );
        margin: 0;
        padding: 0;
        width: max-content;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        line-height: 1.0;
        letter-spacing: 0.15em;
        white-space: nowrap;
        transform-origin: left bottom;
        transform: rotate(90deg);
    }

    #service {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: linear-gradient( to bottom, #fafafa 60%, transparent 60% );
    }
    #service h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0 0;
    }
    #service h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: center;
        letter-spacing: 0.15em;
    }
    #service h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #service p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 90%;
        color: #4a5765;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 /  16 );
    }
    #service .service-grid {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4.0vw 0;
    }
    #service .service-grid .service-item {
        display: block;
        position: relative;
        margin: 0;
        padding: 4.0vw;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.1 );
    }
    #service .service-grid .service-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 12.0vw;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        clip-path: polygon( 0 0, 100% 0, 0 100% );
        z-index: 1;
    }
    #service .service-grid .service-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 864 / 486;
    }
    #service .service-grid .service-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service .service-grid .service-item .link {
        position: relative;
        display: block;
        margin: 0.5em 0 0 auto;
        padding: 0 2.0em 0 0;
        width: max-content;
        font-size: 4.0vw;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    #service .service-grid .service-item .link::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    #service .service-grid .service-item .link::after {
        position: absolute;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.35em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #cta-box {
        margin: 8.0vw auto;
        padding: 0;
        width: 100%;
    }
    #cta-box .cta-pic {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #cta-box .cta-info {
        position: absolute; 
        margin: 0;
        padding: 0;
        top: 52%;
        left: 5%;
        width: 90%;
    }
    #cta-box .cta-info h2 {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #cta-box .cta-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #cta-box .cta-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #cta-box .cta-info p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 27 / 16 );
    }
    #cta-box .cta-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 4.0vw auto 0;
        padding: 0;
        width: 90%;
        height: auto;
        aspect-ratio: 426 / 61;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #fff;
        border-radius: 4.0em;
    }
    #cta-box .cta-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: var(--fg-color);
        border-radius: 100%;
    }
    #cta-box .cta-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.85em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #company {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #company .company-info {
        margin: 0;
        padding: 0;
        width: 90%;
        order: 2;
    }
    #company .company-info h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #company .company-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #company .company-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #company .company-info h3 {
        margin: 0.8em 0 0;
        padding: 0;
        width: 100%;
        font-size: 6.4vw;
        font-weight: 700;
        text-align: left;
        line-height: 1.0;
    }
    #company .company-info h4 {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        font-size: 5.2vw;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
    }
    #company .company-info p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 /  16 );
    }
    #company .company-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #company .company-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #company .company-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.85em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }
    #company .company-pic {
        position: relative;
        margin: 0;
        padding: 8.0vw 0;
        width: 100%;
        order: 1;
    }
    #company .company-pic::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 80vw;
        height: 100%;
        background: linear-gradient( to bottom, #169bf0, #5dbeed );
        z-index: -1;
    }
    #company .company-pic .pic {
        position: relative;
        margin: 0 0 0 24%;
        padding: 0;
        width: 66%;
        height: auto;
        aspect-ratio: 1102 / 1064;
    }
    #company .company-pic .pic::after {
        position: absolute;
        content: "COMPANY INFORMATION";
        top: 0;
        left: -2.0vw;
        margin: 0;
        padding: 0;
        width: max-content;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        line-height: 1.0;
        letter-spacing: 0.15em;
        white-space: nowrap;
        transform-origin: left top;
        transform: rotate(90deg);
    }
    
}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #mv-slider {
        position: relative;
        margin: 96px auto 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    #mv-slider > .swiper-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 1462;
    }
    #mv-slider > .swiper-wrapper > .swiper-slide figure img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #mv-slider > .swiper-pagination {
        bottom: 10%;
    }
    #mv-slider > .swiper-pagination .swiper-pagination-bullet {
        opacity: 0.5;
    }

    main {
        margin: 0 auto;
        width: 100%;
    }

    #reason {
        margin: 0 auto;
        padding: 70px 0;
        width: 100%;
    }
    #reason h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0 0;
    }
    #reason h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #ccc;
        font-size: 24px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: center;
        letter-spacing: 0.15em;
    }
    #reason h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    #reason h2 span:nth-of-type(3) {
        display: block;
        margin: 0;
        padding: 0 0.1em;
        color: var(--color-theme);
        font-size: 90px;
        font-weight: 400;
        font-family: var(--font-calsans);
        letter-spacing: 0.03em;
    }
    #reason h2 span:nth-of-type(4) {
        display: block;
        margin: 0;
        padding: 0;
        color: var(--color-theme);
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 0 24px;
    }
    #reason .reason-grid .reason-item {
        position: relative;
        margin: 0;
        padding: 24px;
        width: 100%;
        background: #fff;
        border: 2px solid #f0f1f2;
        border-radius: 16px;
    }
    #reason .reason-grid .reason-item .no {
        position: absolute;
        top: 0;
        left: 50%;
        width: 44px;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        font-family: var(--font-calsans);
        background: linear-gradient( to right, #061b31, #2c4b6a );
        border-radius: 100%;
        display: grid;
        place-items: center;
        z-index: 1;
        translate: -50% -20%;
    }
    #reason .reason-grid .reason-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 336 / 184;
    }
    #reason .reason-grid .reason-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    #reason .reason-grid .reason-item h3 {
        margin: 16px 0 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    #reason .reason-grid .reason-item h3 span:nth-of-type(1) {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid .reason-item h3 span:nth-of-type(2) {
        margin: 0;
        padding: 0;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #reason .reason-grid .reason-item p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 22 / 16 );
    }
    #reason .reason-grid .reason-item .link {
        position: relative;
        display: block;
        margin: 1.0em 0 0 auto;
        padding: 0 2.0em 0 0;
        width: max-content;
        color: var(--color-theme);
        font-size: 15px;
        font-weight: 500;
        text-align: right;
        line-height: 1.0;
    }
    #reason .reason-grid .reason-item .link::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: var(--color-theme);
        border-radius: 100%;
    }
    #reason .reason-grid .reason-item .link::after {
        position: absolute;
        content: "";
        top: calc( 0.35em - 1px );
        right: 0.35em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #reason .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 426px;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #reason .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #reason .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.9em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }

    #achievements {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
    }
    #achievements .achievements-info {
        margin: 0;
        padding: 72px 0 0 max( 5.0vw, calc( 50.0vw - 600px ) );
        width: calc( 50% + 50px );
    }
    #achievements .achievements-info h2 {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #achievements .achievements-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 40px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #achievements .achievements-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #achievements .achievements-info h3 {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 46px;
        font-weight: 700;
        text-align: left;
        line-height: 1.0;
    }
    #achievements .achievements-info h3 span {
        display: inline-block;
        margin: 0 0.1em 0 0.2em;
        color: #0083d6;
        font-size: 71px;
        font-weight: 400;
        font-family: var(--font-calsans);
    }
    #achievements .achievements-info p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 /  16 );
    }
    #achievements .achievements-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 40px auto 0 0;
        padding: 0;
        width: 90%;
        max-width: 426px;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #achievements .achievements-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #achievements .achievements-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.9em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }
    #achievements .achievements-pic {
        position: relative;
        margin: 0;
        padding: 72px 0;
        width: calc( 50% - 50px );
    }
    #achievements .achievements-pic::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: calc( 100% - 200px );
        height: 100%;
        background: linear-gradient( to bottom, #169bf0, #5dbeed );
        z-index: -1;
    }
    #achievements .achievements-pic .pic {
        position: relative;
        margin: 0;
        padding: 0;
        width: min( 45.0vw - 50px, 550px );
        height: auto;
        aspect-ratio: 1102 / 1064;
    }
    #achievements .achievements-pic .pic::after {
        position: absolute;
        content: "WHY CHOOSE US?";
        bottom: 100%;
        left: calc( 100% + 17px );
        margin: 0;
        padding: 0;
        width: max-content;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        font-family: var(--font-calsans);
        line-height: 1.0;
        letter-spacing: 0.15em;
        white-space: nowrap;
        transform-origin: left bottom;
        transform: rotate(90deg);
    }

    #service {
        margin: 0 auto;
        padding: 70px 0;
        width: 100%;
        background: linear-gradient( to bottom, #fafafa 60%, transparent 60% );
    }
    #service h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0 0;
    }
    #service h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 40px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: center;
        letter-spacing: 0.15em;
    }
    #service h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
    }
    #service p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        line-height: calc( 33 /  16 );
    }
    #service .service-grid {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1440px;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 0 24px;
    }
    #service .service-grid .service-item {
        display: block;
        position: relative;
        margin: 0;
        padding: 16px;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.1 );
    }
    #service .service-grid .service-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 48px;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        clip-path: polygon( 0 0, 100% 0, 0 100% );
        z-index: 1;
    }
    #service .service-grid .service-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 864 / 486;
    }
    #service .service-grid .service-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service .service-grid .service-item .link {
        position: relative;
        display: block;
        margin: 0.5em 0 0 auto;
        padding: 0 2.0em 0 0;
        width: max-content;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    #service .service-grid .service-item .link::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    #service .service-grid .service-item .link::after {
        position: absolute;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.4em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #cta-box {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
    }
    #cta-box .cta-pic {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        height: auto;
    }
    #cta-box .cta-info {
        position: absolute; 
        margin: 0;
        padding: 0;
        top: 50%;
        left: calc( 50% + min( 90vw, 1200px ) * 0.05 );
        width: calc( min( 45vw, 600px ) - min( 90vw, 1200px ) * 0.15 );
        translate: 0 -50%;
    }
    #cta-box .cta-info h2 {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #cta-box .cta-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: calc( 48 * min( 90vw, 1200px ) / 1200 );
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #cta-box .cta-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: calc( 32 * min( 90vw, 1200px ) / 1200 );
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }
    #cta-box .cta-info p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 27 / 16 );
    }
    #cta-box .cta-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 20px auto 0 0;
        padding: 0;
        width: 90%;
        max-width: 426px;
        height: auto;
        aspect-ratio: 426 / 61;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #fff;
        border-radius: 4.0em;
    }
    #cta-box .cta-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: var(--fg-color);
        border-radius: 100%;
    }
    #cta-box .cta-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.85em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #company {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
    }
    #company .company-info {
        margin: 0;
        padding: 18px max( 5.0vw, calc( 50.0vw - 600px ) ) 0 40px;
        width: 50%;
    }
    #company .company-info h2 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0 0;
    }
    #company .company-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #ccc;
        font-size: 40px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #company .company-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #company .company-info h3 {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 46px;
        font-weight: 700;
        text-align: left;
        line-height: 1.0;
    }
    #company .company-info h4 {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 35px;
        font-weight: 700;
        text-align: left;
        line-height: 1.0;
    }
    #company .company-info p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 100%;
        color: #4a5765;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 /  16 );
    }
    #company .company-info .btn-common  {
        position: relative;
        display: grid;
        place-items: center;
        margin: 40px auto 0 0;
        padding: 0;
        width: 90%;
        max-width: 426px;
        height: auto;
        aspect-ratio: 426 / 61;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: var(--color-theme);
        border-radius: 4.0em;
    }
    #company .company-info .btn-common::before {
        position: absolute;
        content: "";
        top: calc( 50% - 0.5em );
        right: 1.5em;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    #company .company-info .btn-common::after {
        position: absolute;
        content: "";
        top: calc( 50% - 1px - 0.15em );
        right: 1.9em;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid var(--color-theme);
        border-bottom: 2px solid var(--color-theme);
        rotate: -45deg;
    }
    #company .company-pic {
        position: relative;
        margin: 0;
        padding: 72px 0;
        width: calc( 50% - 50px );
    }
    #company .company-pic::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: calc( 100% - 200px );
        height: 100%;
        background: linear-gradient( to bottom, #169bf0, #5dbeed );
        z-index: -1;
    }
    #company .company-pic .pic {
        position: relative;
        margin: 0 0 0 auto;
        padding: 0;
        width: min( 45.0vw - 50px, 550px );
        height: auto;
        aspect-ratio: 1102 / 1064;
    }
    #company .company-pic .pic::after {
        position: absolute;
        content: "COMPANY INFORMATION";
        top: 0;
        left: -17px;
        margin: 0;
        padding: 0;
        width: max-content;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        font-family: var(--font-calsans);
        line-height: 1.0;
        letter-spacing: 0.15em;
        white-space: nowrap;
        transform-origin: left top;
        transform: rotate(90deg);
    }

}
