.page-kokohai_lite-content {
    .mainvisual {
        margin-bottom: 20px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

.page-kokohai_lite__trouble {
    margin-bottom: 28px;

    .trouble-title {
        margin-bottom: 40px;
        color: #694420;
        text-align: center;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.3;
    }
    .trouble-slider {
        box-sizing: border-box;
        max-width: 822px;
        height: 491px;
        padding-top: 16px;
        margin-inline: auto;
        overflow: hidden;
        background: transparent url(../images/kokohai_lite/kl_sp_01.png) 0 0 no-repeat;
        background-size: cover;
        clip-path: url(#speech-balloon-clip);
    }
    .trouble-slider-cover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 822px;
        height: 491px;
        pointer-events: none;
    }
    .trouble-people {
        display: grid;
        place-content: center;
        height: 307px;
        overflow: hidden;
    }
    .trouble-people img {
        object-fit: cover;
        width: auto;
        height: 307px;
    }

    .TroubleItem__textFrame {
        display: grid;
        place-content: center;
        width: 300px;
        min-height: 76px;
        padding-top: 3px;
        margin-bottom: 8px;
        background: transparent url(../images/kokohai_lite/kl_sp_03.png) center center no-repeat;
        background-size: 100% 100%;
        color: #fff;
        transition: opacity 0.3s ease;
        opacity: var(--_TroubleItem__textFrame-opacity, 0);
    }
    .TroubleItem__text {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.3;
    }
    .TroubleItem__image {
        width: 300px;
        height: 300px;
        overflow: hidden;
        border-radius: 8px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }

    .splide__slide.is-active {
        --_TroubleItem__textFrame-opacity: 1;
    }
    .splide__arrow {
        z-index: 20;
        background: none;
    }
    .splide__arrow.splide__arrow--prev {
        left: 210px;
    }
    .splide__arrow.splide__arrow--next {
        right: 210px;
        transform: translateY(-50%) scaleX(-1);
    }
    .splide__pagination {
        bottom: 50px;
        z-index: 20;
    }
    .splide__pagination__page {
        width: 13px;
        height: 13px;
        margin: 5px;
        border: 1px solid #3E5687;
        background: #fff;
    }
    .splide__pagination__page.is-active {
        background: #3E5687;
        transform: scale(1.1);
    }
}

#content .page-kokohai_lite__solution {
    background: #55BC97;

    .solution-inner {
        max-width: 900px;
        padding: 86px 20px 104px;
        margin-inline: auto;
        background: transparent url(../images/kokohai_lite/kl_bo.png) calc(50% + 180px) center no-repeat;
        background-size: 480px 306px;
    }
    .solution-text:is(p) {
        color: #FFF;
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 1.5px;
    }
    .solution-text .attention {
        color: #FF0;
        font-size: 2.1875rem;
    }
}

#content .page-kokohai_lite__feature {
    margin-top: 0;
    padding-block: 64px 34px;

    .feature-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 40px;
    }
    .feature-triangle {
        width: 27px;
        height: 45px;
        background-color: #009A67;
        clip-path: polygon(100% 50%, 0 100%, 0 0);
        transform: translateY(calc(56px - 100%));
    }
    .FeatureItem__title {
        margin-bottom: 20px;
        color: #009A67;
        text-align: center;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2; /* 116.667% */
    }
    .FeatureItem__frame {
        position: relative;
        z-index: 1;
        width: 366px;
        height: 341px;
        margin-inline: auto;
        border-radius: 28px;
        border: 4px solid #009A67;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 28px;
        }
    }
    .FeatureItem__text {
        box-sizing: border-box;
        position: absolute;
        display: grid;
        place-items: center;
        width: 144px;
        padding-top: 0.3em;
        margin-bottom: 0;
        aspect-ratio: 1;
        border-radius: 50%;
        background-color: #009A67;
        color: #fff;
        text-align: center;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .FeatureItem__text.-text-01 {
        top: -11px;
        left: -60px;
    }
    .FeatureItem__text.-text-02 {
        bottom: -34px;
        left: 36px;
    }
    .FeatureItem__text.-text-03 {
        top: 49px;
        right: -62px;
    }
    .feature-detail {
        display: grid;
        place-content: center;
    }
    .feature-detail-link {
        box-sizing: border-box;
        display: grid;
        place-items: center;
        width: 230px;
        padding: 6px 32px 3px;
        border-radius: 9999px;
        border: 2.5px solid #33457b;
        background: #33457b;
        text-decoration: none !important;
        user-select: none;
        transition: all 0.25s ease;

        color: #fff;
        text-align: center;
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.5;
    }
}

#content .page-kokohai_lite__qa {
    padding: 40px 40px 50px;
    background: #EFEFEF;

    .qa-inner {
        box-sizing: border-box;
        max-width: 820px;
        padding: 50px 40px;
        margin-inline: auto;
        border-radius: 40px;
        background: #FFF;
    }

    .QaItem {
        padding-inline: 122px 16px;
        margin-bottom: 40px;
        background: transparent url(../images/kokohai_lite/kl_qa.png) 0 0 no-repeat;
        background-size: 96.6px 82px;
    }
    .QaItem:last-child {
        margin-bottom: 0;
    }
    .QaItem__question {
        float: none;
        color: #707070;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
    }
    .QaItem__answer {
        float: none;
        color: #009A67;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4;

        a {
            color: #009A67;
            text-decoration: underline;
        }

        .note-ref {
            font-size: 0.875rem;
            vertical-align: top;
        }
        .note {
            font-size: 0.875rem;
        }
    }
}

.page-kokohai_lite__actions {
    .actions-image {
        display: grid;
        place-items: center;
        height: 340px;
        margin-bottom: 7px;
        overflow: hidden;
    }
    .actions-image img {
        object-fit: cover;
        width: auto;
        height: 340px;
    }
    .actions-title {
        margin-bottom: 40px;
        color: #009A67;
        text-align: center;
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 1.3;
    }
    .actions-links {
        display: grid;
        gap: 24px;
    }
    .actions-link {
        box-sizing: border-box;
        align-items: center;
        background: #009a5a;
        border-radius: 4px;
        box-shadow: 0 2px 0 #006c3f;
        color: #fff;
        display: flex;
        max-width: 25rem;
        width: 100%;
        font-size: 1rem;
        justify-content: center;
        font-weight: 700;
        padding: 20px;
        margin-inline: auto;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: opacity .1s cubic-bezier(.25,.46,.45,.94);
    }
    .actions-link::after {
        border-color: transparent transparent transparent currentcolor;
        border-style: solid;
        border-width: 4px 8px;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
    }
}


@media (hover: hover) {
    #content .page-kokohai_lite__feature .feature-detail-link:hover {
        background-color: #fff;
        color: #33457b;
    }
}

/* フェードイン処理 */
.js-fade-in-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.js-fade-in-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* アクセシビリティ: モーション低減設定の尊重 */
@media (prefers-reduced-motion: reduce) {
    .js-fade-in-item {
        transition: opacity 0.3s ease-out;
        transform: none;
    }
    .js-fade-in-item.is-visible {
        transform: none;
    }
}
