/* Base overrides */
body {
    background: none;
    padding-bottom: 0;
}

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

.main-content {
    background-color: #fff;
}

/* ==============================
   Section KV
============================== */
.section-kv {
    width: 100%;
}

/* --- Hero --- */
.kv-hero {
    position: relative;
    height: 460px;
    background-color: #fff;
    overflow: visible;
    z-index: 2;
}

.kv-eyecatch {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.kv-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 60%);
    z-index: 1;
    pointer-events: none;
}

.kv-logo-container {
    position: absolute;
    top: 32px;
    left: 64px;
    z-index: 2;
}

.kv-logo {
    width: 190px;
    height: auto;
    display: block;
}

.kv-heading-container {
    position: absolute;
    bottom: 149px;
    left: 0;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.kv-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: inherit;
}

.kv-sub-heading {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #183028;
    white-space: nowrap;
    line-height: 1.14;
    margin: 0;
}

.kv-main-heading {
    display: flex;
    align-items: baseline;
    padding: 0 6px;
}

.kv-fp,
.kv-kaiketsu {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 102px;
    color: #0bb783;
    line-height: 1.2;
}

.kv-ga {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 86.7px;
    color: #0bb783;
    line-height: 1.2;
}

.kv-tagline {
    background-color: #3cc59c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 26px;
    white-space: nowrap;
    margin-top: 4px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .kv-heading-container {
        display: grid;
        grid-template-columns: max-content;
        justify-content: center;
    }

    .kv-heading,
    .kv-tagline {
        box-sizing: border-box;
        text-align: center;
    }
}

/* --- Green CTA section --- */
.kv-cta {
    position: relative;
    background-color: #0bb783;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-bottom: 18px;
}

.kv-cta-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-top: 64px;
    width: 100%;
}

.kv-arrow-icon {
    flex-shrink: 0;
}

.kv-cta-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
}

.kv-button {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.kv-button-img {
    width: 585px;
    height: auto;
    display: block;
}

.kv-point-sp-container {
    display: none;
}

.kv-button-img-sp {
    display: none;
}

.kv-point-container {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: min(88vw, 1200px);
    z-index: 2;
    pointer-events: none;
}

.kv-point-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==============================
   Section Problem
============================== */
.section-problem {
    width: 100%;
    background-color: #fff;
    padding: 24px 0 60px;
}

.prob-heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.prob-heading-row-lifeplan03 {
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.prob-heading-row-lifeplan03::before,
.prob-heading-row-lifeplan03::after,
.prob-heading-row-lifeplan03 .prob-title-wrap::before,
.prob-heading-row-lifeplan03 .prob-title-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

.prob-heading-row-lifeplan03::before,
.prob-heading-row-lifeplan03::after {
    width: 51px;
    height: 77px;
    background-image: url('images/reserve_lp_worry_new_question-mark1.svg');
}

.prob-heading-row-lifeplan03::before {
    left: -59px;
    transform: translateY(-50%) scaleX(-1);
}

.prob-heading-row-lifeplan03::after {
    right: -59px;
    transform: translateY(-50%);
}

.prob-heading-row-lifeplan03 .prob-title-wrap::before,
.prob-heading-row-lifeplan03 .prob-title-wrap::after {
    width: 30px;
    height: 44px;
    background-image: url('images/reserve_lp_worry_new_question-mark2.svg');
}

.prob-heading-row-lifeplan03 .prob-title-wrap::before {
    left: -70px;
    transform: translateY(12px) scaleX(-1);
}

.prob-heading-row-lifeplan03 .prob-title-wrap::after {
    right: -70px;
    transform: translateY(12px);
}

.prob-title-wrap {
    display: flex;
    align-items: baseline;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
}

.prob-black {
    font-size: 34px;
    color: #312e36;
    line-height: 1.4;
}

.prob-accent {
    position: relative;
    font-size: 42px;
    color: #3cc59c;
    line-height: 1.4;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
}

.prob-accent::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 3px;
    background-color: #3cc59c;
    border-radius: 1.5px;
}

.prob-illust {
    width: 147px;
    height: auto;
    display: block;
}

.prob-list-outer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.prob-list-bg {
    background-color: #f0fcf8;
    border-radius: 16px;
    padding: 25px;
    width: 971px;
}

.prob-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    list-style: none;
    margin: 0;
}

.prob-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 18px;
    color: #183028;
    line-height: 1.33;
    white-space: nowrap;
}

.prob-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.prob-list-bg-lifeplan03 {
    width: min(1176px, calc(100% - 32px));
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.prob-list-lifeplan03 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.prob-item-lifeplan03 {
    position: relative;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    padding: 13px;
    overflow: hidden;
    background-color: #eefaf6;
    border-radius: 8px;
    white-space: normal;
}

.prob-check-lifeplan03 {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    width: 17px;
    height: 13px;
    box-sizing: content-box;
    padding: 9.5px 7.5px;
    background-color: #0bb783;
    border-radius: 50%;
}

.prob-worry-image {
    display: block;
    width: 100%;
    height: 102px;
    object-fit: contain;
}

.prob-item-lifeplan03-illustration {
    display: none;
}

.prob-worry-illustration {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prob-worry-text {
    display: block;
    margin-top: 8px;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

.prob-worry-underline {
    text-decoration-line: underline;
    text-decoration-color: #b6e9da;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

@media (max-width: 1200px) {
    .prob-worry-text {
        font-size: 1.5vw;
    }
}

@media (max-width: 1024px) {
    .kv-logo-container {
        left: 20px;
    }
}

@media (max-width: 1024px) {
    .prob-title-wrap {
        flex-wrap: wrap;
        max-width: 240px;
    }

    .prob-list-outer {
        padding: 0 16px;
    }

    .prob-list-bg {
        width: 100%;
    }

    .prob-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .prob-item {
        white-space: normal;
        font-size: 16px;
    }

    .prob-worry-text {
        font-size: 20px;
    }

    .prob-list-bg-lifeplan03 {
        width: 100%;
    }

    .prob-list-lifeplan03 {
        grid-template-columns: none;
        flex-wrap: wrap;
        gap: 12px;
    }

    .prob-item-lifeplan03 {
        flex: 0 1 calc(50% - 6px);
        max-width: 224px;
        font-size: 16px;
    }

}

@media (max-width: 520px) {
    .section-problem-lifeplan03 {
        padding: 0 15px 34px;
    }

    .section-problem-lifeplan03 .prob-heading-row-lifeplan03 {
        width: 216px;
        height: 109px;
        margin: 28px auto 0;
        padding: 0;
    }

    .section-problem-lifeplan03 .prob-title-wrap {
        align-content: center;
        width: 216px;
        max-width: 216px;
        height: 109px;
    }

    .section-problem-lifeplan03 .prob-title-wrap .prob-black:first-child,
    .section-problem-lifeplan03 .prob-accent {
        font-size: 36px;
        line-height: 1.2;
    }

    .section-problem-lifeplan03 .prob-title-wrap .prob-black:last-child {
        width: 100%;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .section-problem-lifeplan03 .prob-accent {
        color: #0bb783;
    }

    .section-problem-lifeplan03 .prob-accent::before {
        background-color: #0bb783;
    }

    .section-problem-lifeplan03 .prob-illust {
        display: none;
    }

    .section-problem-lifeplan03 .prob-list-outer {
        padding: 0;
    }

    .section-problem-lifeplan03 .prob-list-bg-lifeplan03 {
        width: 100%;
        margin-top: 20px;
    }

    .prob-list-lifeplan03 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 165px));
        align-items: start;
        justify-content: center;
        gap: 17px 15px;
    }

    .prob-item-lifeplan03 {
        width: 165px;
        min-height: 174px;
        padding: 8px;
        overflow: visible;
        font-size: 16px;
    }

    .prob-check-lifeplan03 {
        top: 13px;
        left: 13px;
        width: 17px;
        height: 13px;
        padding: 5.5px 3.5px;
    }

    .prob-worry-image {
        width: 100%;
        height: 102px;
    }

    .prob-worry-text {
        width: 100%;
        margin-top: 8px;
        font-size: 4vw;
        line-height: 1.5;
    }

    .prob-item-lifeplan03-illustration {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        height: 165px;
        padding: 8px;
        background-color: transparent;
    }

    .prob-worry-illustration {
        width: 149px;
        height: 149px;
    }
}

/* ==============================
   Section Achievements
============================== */
.section-achievements {
    width: 100%;
    overflow: hidden;
}

/* --- Main container --- */
.ach-container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.ach-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 0;
}

.ach-bg-sp {
    display: none;
}

.ach-balloon-bg-sp {
    display: none;
}

.ach-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 396px);
    width: 792px;
    height: 183px;
    background-image: url('images/reserve_lp_confetti2_pc.webp');
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.ach-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 395px);
    width: 790px;
    height: 137px;
    background: url('images/reserve_lp_poppers_pc.webp') no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.ach-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    gap: 4px;
}

/* --- Balloon --- */
.ach-balloon-wrap {
    position: relative;
    width: 358px;
    height: 86px;
}

.ach-balloon-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ach-balloon-text {
    position: absolute;
    inset: 0;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
}

.ach-balloon-line1 {
    font-size: 20.8px;
    color: #312e36;
    line-height: 1.2;
    margin: 0;
}

.ach-balloon-line2 {
    font-size: 20.8px;
    color: #312e36;
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.ach-balloon-green {
    color: #0bb783;
    font-size: 24px;
    font-weight: 700;
}

/* --- Count section --- */
.ach-count-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 75px;
}

.ach-badge {
    background-color: #0bb783;
    color: #fff;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 22.4px;
    width: 232px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    line-height: 1.2;
}

.ach-count-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
}

.ach-ribbon {
    position: relative;
    width: 64px;
    height: 102px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 25px;
}

.ach-ribbon-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ach-ribbon-text {
    position: relative;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #0bb783;
    text-align: center;
    white-space: nowrap;
    line-height: normal;
    z-index: 1;
}

.ach-count-num {
    width: 417px;
    height: 106px;
    flex-shrink: 0;
}

.ach-count-unit {
    width: 61px;
    height: 61px;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: 14px;
}

.ach-underline {
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 522px;
    height: 47px;
    pointer-events: none;
    z-index: -1;
}

/* --- Comments scroll banner --- */
.ach-comments-banner {
    background: linear-gradient(to right, #e1d28c, #d7c073 54%, #d2b564);
    height: 169px;
    overflow: hidden;
}

.ach-comments-track {
    display: flex;
    width: max-content;
    animation: ach-scroll 25s linear infinite;
}

.ach-comments-img {
    height: 169px;
    width: auto;
    flex-shrink: 0;
    display: block;
    margin-right: -65px;
}


@keyframes ach-scroll {
    from { transform: translateX(-25%); }
    to { transform: translateX(-50%); }
}

/* ==============================
   Section Solution
============================== */
.section-solution {
    width: calc(100% - 40px);
    background-color: #fff;
    padding-bottom: 50px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sol-label-row {
    display: flex;
    justify-content: center;
    padding: 30px 0 35px;
}

.sol-label {
    width: 210px;
    height: 28px;
    object-fit: contain;
}

.sol-heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 792px;
}

.sol-illust {
    width: 170px;
    height: auto;
    flex-shrink: 0;
}

.sol-heading {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.sol-heading-line1 {
    font-size: 34px;
    color: #183028;
}

.sol-heading-line2 {
    display: flex;
    align-items: baseline;
}

.sol-h-lg {
    font-size: 44px;
    color: #0ab783;
}

.sol-h-sm {
    font-size: 40px;
    color: #0ab783;
}

.sol-cases {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 792px;
}

.sol-case {
    border: 3px solid #0ab783;
    border-radius: 8px;
    overflow: hidden;
}

.sol-case-header {
    display: flex;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    min-height: 54px;
}

.sol-case-icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #0ab783;
    flex-shrink: 0;
}

.sol-case-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.sol-case-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 10px;
    flex: 1;
}

.sol-case-num {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #0ab783;
    line-height: 1.1;
}

.sol-case-title {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #183028;
    line-height: 1.2;
}

.sol-case-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px 0 0;
    flex-shrink: 0;
}

.sol-toggle-icon {
    display: block;
    width: 19px;
    height: auto;
    transition: transform 0.35s ease;
}

.sol-case.is-open .sol-toggle-icon {
    transform: rotate(180deg);
}

.sol-toggle-text {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #333;
    text-decoration: underline;
    line-height: 1.2;
}

.sol-case-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.sol-case.is-open .sol-case-body {
    max-height: 600px;
}

.sol-case-body-inner {
    border-top: 3px solid #0ab783;
    padding: 18px 16px 16px;
}

.sol-case-headline {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0ab783;
    line-height: 1.4;
    margin: 0 0 16px;
}

.sol-divider {
    height: 1px;
    background-color: #0ab783;
    margin-bottom: 16px;
}

.sol-case-content {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.sol-case-img {
    width: 307px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.sol-case-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 8px 0;
}

.sol-detail-group {
    display: flex;
    flex-direction: column;
}

.sol-detail-heading {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #183028;
    line-height: 1.4;
    margin: 0;
}

.sol-detail-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.sol-detail-list li {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    list-style: outside;
    color: #000;
    margin-left: 17px;
    margin-top: 8px;
}

.sol-detail-list li::marker {
    color: #0ab783;
}

/* ==============================
   Section Chosen
============================== */
.section-chosen {
    background-color: rgba(11, 183, 131, 0.05);
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

.cho-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cho-heading {
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #312e36;
    text-align: center;
    line-height: 1.06;
    margin: 0;
}

.cho-heading-green {
    color: #0bb783;
    font-size: 41px;
    font-weight: 700;
}

.cho-inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.cho-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.cho-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
}

.cho-card-half {
    grid-column: span 3;
}

.cho-card-third {
    grid-column: span 2;
}

.cho-card-img {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cho-card-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
    max-width: 250px;
}

.cho-card-title {
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0bb783;
    text-align: center;
    margin: 8px 0 0;
    line-height: 1.5;
}

.cho-card-desc {
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #183028;
    line-height: 1.6;
    margin: 15px 0 0;
}

.cho-fp-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cho-fp-banner {
    position: relative;
    width: 635px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-bottom: -24px;
}

.cho-fp-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #333;
    clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
    z-index: -1;
}

.cho-fp-naze {
    position: absolute;
    left: -36px;
    bottom: 20px;
    width: 84px;
    height: 84px;
    background-color: #f1f44e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #183028;
    transform: rotate(-6deg);
}

.cho-fp-banner-text {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    padding-left: 40px;
}

.cho-fp-banner-br {
    display: none;
}

.cho-fp-percent {
    color: #fbff41;
    font-size: 41.6px;
}

.cho-fp-box {
    border: 4px solid #0bb783;
    border-radius: 16px;
    padding: 84px 44px 48px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.cho-fp-img {
    flex-shrink: 0;
    width: 40%;
}

.cho-fp-img img {
    width: 100%;
    height: auto;
}

.cho-fp-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cho-fp-content-sub {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.cho-fp-content-title {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: #0bb783;
    margin: 8px 0 0;
    line-height: 1.2;
}

.cho-fp-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cho-fp-list li {
    position: relative;
    padding-left: 32px;
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 20px;
    color: #183028;
    line-height: 1.8;
}

.cho-fp-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    background-color: #0bb783;
    border-radius: 50%;
}

.cho-fp-list li strong {
    color: #ff7e36;
}

.cho-fp-notes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cho-fp-notes p {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    /* Cards */
    .cho-grid {
        grid-template-columns: 1fr;
    }

    .cho-card-half,
    .cho-card-third {
        grid-column: span 1;
    }

    /* Banner */
    .cho-fp-banner {
        width: 83%;
        height: 84px;
        padding: 4px 0;
    }

    .cho-fp-naze {
        width: 64px;
        height: 64px;
        left: -12px;
        bottom: 36px;
        font-size: 20px;
    }

    .cho-fp-banner-text {
        font-size: 20px;
        line-height: 1.5em;
        text-align: center;
        padding-left: 0;
    }

    .cho-fp-percent {
        font-size: 32px;
    }

    .cho-fp-banner-br {
        display: block;
    }

    /* Box */
    .cho-fp-box {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 54px 28px 40px;
        gap: 34px;
    }

    /* Content */
    .cho-fp-content-sub {
        font-size: 20px;
        text-align: center;
    }

    .cho-fp-content-title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    /* List */
    .cho-fp-list {
        gap: 16px;
    }

    .cho-fp-list li {
        padding-left: 22px;
        line-height: 28px;
    }

    .cho-fp-list li::before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 10px;
    }

    /* Notes */
    .cho-fp-notes {
        margin-top: 8px;
    }

    /* Image */
    .cho-fp-img {
        width: 100%;
    }
}

/* ==============================
   Section Example
============================== */
.section-example {
    background-color: rgba(11, 183, 131, 0.05);
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

.ex-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

/* Heading */
.ex-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.ex-sub1 {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #183028;
    line-height: 1.5;
    margin: 0;
}

.ex-main {
    font-weight: 700;
    color: #0ab783;
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.ex-main-bold-lg {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.ex-main-bold-sm {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.ex-main-num {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.ex-sub2 {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    color: #183028;
    line-height: 1.5;
    margin: 0;
}

/* Cards */
.ex-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: stretch;
}

.ex-card {
    background-color: #fff;
    border: 2px solid #0bb783;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 14px;
}

/* Badge */
.ex-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffff64;
    height: 29px;
    border-radius: 3px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #183028;
}

.ex-badge-green {
    color: #0bb783;
    font-weight: 700;
}

.ex-badge-num {
    font-size: 15px;
}

/* Card title */
.ex-card-title {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #183028;
    text-align: center;
    line-height: 1.4;
}

/* Card content */
.ex-card-content {
    border-top: 1px dashed #bfbfbf;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* User */
.ex-user {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.ex-user-avatar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 60px;
    flex-shrink: 0;
}

.ex-user-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.ex-user-name {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 9px;
    color: #002c23;
    line-height: 1.5;
}

.ex-user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ex-user-meta {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #002c23;
    line-height: 1.5;
    margin: 0;
}

.ex-user-desc {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #002c23;
    line-height: 1.4;
    margin: 0;
}

/* Comparison */
.ex-comparison {
    display: flex;
    gap: 8px;
    position: relative;
}

.ex-col {
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ex-col-before {
    background-color: #eee;
}

.ex-col-after {
    background-color: rgba(255, 126, 54, 0.15);
}

.ex-col-header {
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.ex-col-before .ex-col-header {
    background-color: #888;
}

.ex-col-after .ex-col-header {
    background: repeating-linear-gradient(
        -45deg,
        #ff7e36 0px,
        #ff7e36 6px,
        #ff9253 6px,
        #ff9253 12px
    );
}

.ex-col-body {
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
}

.ex-amount-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 27px;
}

.ex-amount {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.ex-amount-before {
    color: #666;
}

.ex-amount-after {
    color: #ff7e36;
}

.ex-unit {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.ex-unit-before {
    color: #666;
}

.ex-unit-after {
    color: #ff7e36;
}

.ex-insurance-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 8px;
}

.ex-insurance-item {
    background-color: #fff;
    border-radius: 3px;
    padding: 7px 4px;
    min-height: 24px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #002c23;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.ex-insurance-bold {
    font-weight: 700;
}

.ex-insurance-note {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 10px;
    color: #183028;
    text-align: right;
    margin: 4px 0 0;
}

/* Arrow between columns */
.ex-comparison-arrow {
    position: absolute;
    width: 40px;
    height: 13px;
    left: calc(50% - 20px);
    top: 42px;
    z-index: 1;
}

/* Saving badge */
.ex-saving-badge {
    position: absolute;
    right: -24px;
    top: -12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
}

.ex-saving-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ex-saving-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ex-saving-green {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #0bb783;
    line-height: 1.1;
}

.ex-saving-dark {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #183028;
    line-height: 1.1;
}

/* Result */
.ex-result {
    text-align: center;
    padding-top: 16px;
}

.ex-result p {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #183028;
    line-height: 1.5;
    margin: 0 auto;
    display: table;
    background: linear-gradient(transparent 55%, #ffff64 55%);
}

/* FP Point */
.ex-fp-point {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ex-fp-header {
    background-color: #0bb783;
    height: 29px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.ex-fp-header::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 6px;
    background-color: #0bb783;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.ex-fp-icon {
    position: absolute;
    bottom: -2px;
    left: 10px;
    width: 44px;
    height: 34px;
    object-fit: contain;
    z-index: 3;
}

.ex-fp-title {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.ex-fp-body {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #183028;
    text-align: center;
    line-height: 1.5;
    padding-top: 8px;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* トグルボタン: PC非表示 */
.ex-toggle-btn {
    display: none;
}

@media (max-width: 1024px) {
    .section-example {
        padding: 60px 16px;
    }

    .ex-cards {
        flex-direction: column;
    }

    .ex-card {
        padding: 20px 20px 5px;
        margin-top: 0;
    }

    .ex-card-header {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 0 12px;
        cursor: pointer;
    }

    .ex-badge {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        margin-bottom: 6px;
    }

    .ex-card-title {
        text-align: left;
        grid-column: 1;
        grid-row: 2;
    }

    .ex-card-title br {
        display: none;
    }

    .ex-toggle-btn {
        display: block;
        position: static;
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
        width: 32px;
        height: 32px;
        background: url('images/plus.svg') center / contain no-repeat;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .ex-card.is-open .ex-toggle-btn {
        background-image: url('images/minus.svg');
    }

    .ex-card-content {
        flex: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        padding-top: 0;
        border-top: none;
    }

    .ex-card.is-open .ex-card-content {
        transition: max-height 0.7s ease;
    }

    .ex-card-content::before {
        content: '';
        display: block;
        border-top: 1px dashed #bfbfbf;
        margin-bottom: 16px;
    }

    .ex-card.is-open .ex-card-content {
        max-height: 1200px;
    }

    .ex-saving-badge {
        right: 0;
        z-index: 10;
    }

    .ex-fp-point {
        padding-bottom: 15px;
    }
}

/* ==============================
   Section FP
============================== */
.section-fp {
    background-color: #fff;
    margin-bottom: 60px;
}

.fp-white {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.fp-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.fp-heading {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}

.fp-heading-green {
    color: #0bb783;
}

.fp-slider-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.fp-slider {
    display: flex;
    gap: 20px;
    width: 100%;
    transition: transform 0.3s ease;
    cursor: grab;
    user-select: none;
}

.fp-card {
    width: calc(25% - 15px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.fp-card-top {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background-color: #fff;
}

.fp-card-photo {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 8px;
    background-color: #d9d9d9;
    flex-shrink: 0;
}

.fp-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-card-kana {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 14px;
}

.fp-card-name {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #183028;
    margin: 0;
    line-height: 25.2px;
}

.fp-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px 14px;
    justify-content: center;
}

.fp-badge {
    border: 1px solid #0bb783;
    border-radius: 4px;
    padding: 1.6px 9px 2.4px;
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #0bb783;
    line-height: 16.8px;
    white-space: nowrap;
}

.fp-card-btn {
    height: 48px;
    background-color: #0bb783;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.fp-card-btn span {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 19.2px;
}

.fp-btn-icon {
    width: 16px;
    height: 16px;
}

.fp-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.fp-dot {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 4px;
}

.fp-dot-active {
    width: 16px;
    height: 16px;
    background-color: #0bb783;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .fp-card {
        width: calc((100% - 40px) / 3);
    }
}

.fp-img-section {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 20px;
}

.fp-img-section img {
    max-width: 1152px;
    width: 100%;
    display: block;
}

/* ===================================
   FPプロフィールモーダル
=================================== */
.fp-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
}

.fp-modal-overlay.is-open {
    display: flex;
}

.fp-modal {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 360px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.fp-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
    padding: 0;
}

.fp-modal-header {
    position: relative;
    background-color: #0bb783;
    background-image: url('images/detail-back.webp');
    background-size: auto 380px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 28px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.fp-modal-watermark {
    display: none;
}

.fp-modal-photo-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    background: #d9d9d9;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.fp-modal-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fp-modal-name-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.fp-modal-kana {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.fp-modal-name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2em;
    position: relative;
    z-index: 1;
}

.fp-modal-age {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    position: relative;
    z-index: 1;
}

.fp-modal-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.fp-modal-badge {
    background: #FF8C00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 14px;
}

.fp-modal-body {
    padding: 20px;
}

.fp-modal-section {
    margin-bottom: 4px;
}

.fp-modal-label {
    font-size: 16px;
    font-weight: 700;
    color: #0bb783;
    margin: 0;
}

.fp-modal-value {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.75;
}

.fp-modal-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 16px 0;
}

.fp-modal-nav {
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.fp-modal-nav:disabled {
    opacity: 0.3;
    cursor: default;
}

/* ===========================
   Section Reviews
=========================== */
.section-reviews {
    background-color: rgba(11, 183, 131, 0.05);
    padding: 60px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    overflow: hidden;
}

.reviews-heading {
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #183028;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

.reviews-heading span {
    color: #0bb783;
}

.reviews-carousel-outer {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}

.reviews-carousel-outer::-webkit-scrollbar {
    display: none;
}

.reviews-track {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.reviews-item {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    padding-top: 64px;
    position: relative;
    isolation: isolate;
}

.reviews-photo-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    flex-shrink: 0;
    background-color: #e0e0e0;
}

.reviews-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-card {
    background: #fff;
    border-radius: 8px;
    padding: 66px 25px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.reviews-profile {
    font-size: 16px;
    font-weight: 400;
    color: #183028;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.reviews-title {
    font-size: 22px;
    font-weight: 700;
    color: #183028;
    margin: 0;
    line-height: 1.5;
}

.reviews-text {
    font-size: 15px;
    font-weight: 400;
    color: #183028;
    margin: 0;
    line-height: 1.75;
}

.reviews-dots {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.reviews-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #808080;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.reviews-dot-active {
    background: #0bb783;
}

@media (max-width: 767px) {
    .section-reviews {
        padding: 48px 0 40px;
        gap: 24px;
    }

    .reviews-heading {
        font-size: 24px;
        padding: 0 16px;
    }

    .reviews-item {
        flex: 0 0 320px;
        padding-top: 56px;
    }

    .reviews-photo-wrap {
        width: 96px;
        height: 96px;
    }

    .reviews-card {
        padding: 54px 20px 20px;
    }

    .reviews-title {
        font-size: 18px;
    }

    .reviews-text {
        font-size: 14px;
    }
}

/* Section Review Rating */
.section-review-rating {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background: #fff;
}

.section-review-rating img {
    width: 920px;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .section-review-rating {
        padding: 40px 0;
    }

    .section-review-rating img {
        width: 100%;
    }
}

/* ==============================
   Section Media
============================== */
.section-media {
    width: 100%;
    background: #fff;
    padding: 30px 0 0;
}

.section-media picture {
    display: block;
    width: 72%;
    margin: 0 auto;
}

.section-media-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .section-media picture {
        width: calc(100% - 40px);
    }
}

/* ==============================
   Section Flow
============================== */
.section-flow {
    width: 100%;
    background-color: rgba(11, 183, 131, 0.05);
    padding: 70px 0 72px;
}

.flow-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.flow-heading {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #0bb783;
    text-align: center;
    margin: 0 0 51px;
    line-height: 1;
}

.flow-cards {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.flow-card {
    position: relative;
    background: #fff;
    width: 291px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 16px;
}

.flow-step {
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
    font-size: 41px;
    color: #0bb783;
    line-height: 1.5;
}

.flow-card-title {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #312e36;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.flow-card-desc {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(58, 64, 74, 0.5);
    text-align: left;
    margin: 5px 0 16px;
    padding: 0 21px;
    line-height: 1.5;
}

.flow-card-img {
    width: 257px;
    height: 116px;
    object-fit: contain;
}

.flow-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 16px 0;
    gap: 36px;
}

.flow-divider {
    flex: 1;
    height: 2px;
    background-color: #ff7e36;
    border-radius: 4px;
}

.flow-free {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ff7e36;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    padding: 3px 36px 5px;
}

@media (max-width: 1024px) {
    .flow-cards {
        flex-direction: column;
        align-items: center;
    }

    .flow-card {
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .section-flow {
        padding: 50px 0 60px;
    }

    .flow-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .flow-cards {
        flex-direction: column;
        gap: 48px;
        align-items: center;
    }

    .flow-card {
        width: 100%;
        max-width: 320px;
    }

    .flow-card-img {
        width: 100%;
        height: auto;
        max-height: 116px;
        object-fit: contain;
    }

    .flow-free {
        font-size: 24px;
        padding: 3px 20px;
    }
}

/* ==============================
   Section Value
============================== */
.section-value {
    width: 100%;
    background-image: url('images/bubble_background_pc.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 0 122px;
}

.value-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.value-heading {
    text-align: center;
    font-size: 0;
    margin: 0;
}

.value-heading-black {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #312e36;
    line-height: 1.06;
}

.value-heading-green {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #0bb783;
    line-height: 1.06;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.value-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 31px 0 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
}

.value-card--wide {
    grid-column: span 3;
}

.value-card--narrow {
    grid-column: span 2;
}

.value-card-title {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #312e36;
    text-align: center;
    margin: 0;
    width: 100%;
}

.value-card-body {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.value-card-icon {
    width: 87px;
    height: 87px;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 8px;
}

.value-card-num {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 108px;
    color: #0bb783;
    line-height: 1;
    letter-spacing: -2px;
}

.value-card-num-sm {
    font-size: 70px;
}

.value-card-unit {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #b3b3b3;
    line-height: 1;
    margin-bottom: 12px;
}

.value-card-unit-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.value-card-unit-sub {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #b3b3b3;
    line-height: 1;
}

.value-card-unit-small {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #b3b3b3;
    line-height: 1;
}

.value-card-prefix {
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #b3b3b3;
    line-height: 1;
    margin-bottom: 12px;
}

.value-card-note {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #b3b3b3;
    margin: 0;
}

@media (max-width: 1024px) {
    .section-value {
        padding: 48px 0 80px;
    }

    .value-inner {
        padding: 0;
    }

    .value-heading-black {
        font-size: 24px;
        display: block;
        line-height: 33px;
    }

    .value-heading-green {
        font-size: 32px;
        display: block;
        line-height: 36px;
    }

    .value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 16px;
    }

    .value-card--wide:first-child {
        grid-column: 1 / -1;
    }

    .value-card--wide:not(:first-child) {
        grid-column: span 1;
    }

    .value-card--narrow {
        grid-column: span 1;
    }

    .value-card {
        padding: 18px 0;
        gap: 12px;
    }

    .value-card-body {
        align-items: flex-end;
    }

    .value-card-title {
        font-size: 18px;
    }

    .value-card-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 4px;
    }

    .value-card--wide:first-child .value-card-icon {
        width: 62px;
        height: 62px;
    }

    .value-card-num {
        font-size: 59px;
        letter-spacing: -1px;
    }

    .value-card-num-sm {
        font-size: 40px;
    }

    .value-card-unit {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .value-card-unit-stack {
        margin-bottom: 10px;
    }

    .value-card-unit-stack .value-card-unit {
        margin-bottom: 0;
    }

    .value-card-unit-sub {
        font-size: 16px;
    }

    .value-card-unit-small {
        font-size: 16px;
    }

    .value-card-prefix {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .value-card-note {
        font-size: 10px;
        right: auto;
        bottom: auto;
        position: static;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .section-value {
        padding: 30px 0;
    }

    .value-inner {
        gap: 20px;
    }

    .value-heading-black {
        font-size: 22px;
    }

    .value-heading-green {
        font-size: 28px;
        display: block;
    }

    .value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .value-card--wide {
        grid-column: span 1;
    }

    .value-card--narrow {
        grid-column: span 1;
    }

    .value-card {
        padding: 20px 0 30px;
        gap: 16px;
    }

    .value-card-title {
        font-size: 18px;
    }

    .value-card-body {
        gap: 2px;
    }

    .value-card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .value-card--wide:first-child .value-card-icon {
        width: 50px;
        height: 50px;
    }

    .value-card-num {
        font-size: 13vw;
        letter-spacing: -1px;
    }

    .value-card-num-sm {
        font-size: 7vw;
    }

    .value-card-unit {
        font-size: 5vw;
        margin-bottom: 8px;
    }

    .value-card-unit-stack {
        margin-bottom: 8px;
    }

    .value-card-unit-sub {
        font-size: 3vw;
    }

    .value-card-unit-small {
        font-size: 16px;
    }

    .value-card-prefix {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .value-card-note {
        font-size: 10px;
        right: 8px;
        bottom: 8px;
    }
}

/* ==============================
   Section FAQ
============================== */
.section-faq {
    background: #fff;
    width: 100%;
}

.faq-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 57px 16px 122px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faq-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #312e36;
    line-height: 1.2;
    text-align: center;
}

.faq-divider {
    width: 40px;
    height: 2px;
    background: #00ba80;
    border-radius: 32px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.faq-btn {
    width: 100%;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.faq-q-container {
    position: relative;
    padding-left: 40px;
    flex: 1;
}

.faq-q {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 25px;
    object-fit: contain;
}

.faq-q-text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

.faq-toggle-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.25s ease-out;
}

.faq-a-container {
    position: relative;
    padding-left: 40px;
    padding-bottom: 24px;
}

.faq-a {
    position: absolute;
    left: 0;
    top: 3px;
    width: 23px;
    height: 32px;
    object-fit: contain;
}

.faq-a-text {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
}

.faq-item.is-open .faq-answer {
    /* max-height はJSで制御 */
}

@media (max-width: 767px) {
    .faq-inner {
        padding: 40px 16px 80px;
        gap: 32px;
    }

    .faq-title {
        font-size: 22px;
    }

    .faq-btn {
        padding: 16px;
        min-height: 64px;
    }

    .faq-q-text {
        font-size: 14px;
    }

    .faq-toggle-icon {
        width: 32px;
        height: 32px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-a-text {
        font-size: 16px;
    }
}

/* ==============================
   Form Container
============================== */
#form-container {
    margin: 50px 0;
}



/* チェックボックス未選択（ローカルSVG・form.cssに未反映） */
/* .reserve_lp_reserve_form_trigger_check .reserve_lp_reserve_checkbox {
    background-image: url(images/form_checkbox_not_checked.svg);
} */

/* チェックボックス選択時（ローカルSVG・form.cssに未反映） */
/* .reserve_lp_reserve_form_trigger_check input[type="checkbox"]:checked + .reserve_lp_reserve_checkbox {
    background-image: url(images/form_checkbox_checked.svg) !important;
} */

/* ==============================
   Section Campaign
============================== */
.section-campaign {
    background: rgba(11, 183, 131, 0.05);
    width: 100%;
}

.campaign-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.campaign-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.campaign-popper {
    position: absolute;
    top: 0;
    width: 123px;
    height: 145px;
    object-fit: contain;
}

.campaign-popper-left {
    left: -161px;
}

.campaign-popper-right {
    right: -161px;
}

.campaign-title {
    font-size: 42px;
    font-weight: 700;
    color: #0bb783;
    line-height: 1.2;
    margin-bottom: 24px;
}

.campaign-desc {
    font-size: 16px;
    font-weight: 700;
    color: #312e36;
    line-height: 1.6;
    margin: 0;
}

.campaign-list {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    max-width: 1168px;
}

.campaign-item {
    flex: 1;
}

.campaign-frame {
    width: 100%;
    height: auto;
    display: block;
}

.campaign-list-lifeplan03 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.campaign-inner-lifeplan03 {
    font-family: 'LINE Seed JP', 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
}

.campaign-item-lifeplan03 {
    position: relative;
    display: flex;
    flex: 1 1 200px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 300px;
    min-width: 200px;
    padding: 10px;
    background-color: #fff;
}

.campaign-benefit-number {
    position: absolute;
    top: 15.9px;
    left: 15.9px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #ff7e36;
    border-radius: 50%;
}

.campaign-benefit-number span {
    font-size: 14px;
    font-weight: 700;
}

.campaign-benefit-number strong {
    font-size: 26px;
    font-weight: 700;
}

.campaign-benefit-image {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.campaign-benefit-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.5em;
    margin-top: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.campaign-benefit-desc {
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.campaign-notice {
    width: 100%;
    padding: 16px;
    color: #fff;
    font-family: 'LINE Seed JP', 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    background-color: #0bb783;
}

.campaign-notice-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.5;
}

.campaign-notice-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .section-campaign {
        overflow: hidden;
    }

    .campaign-popper-left {
        left: -130px;
    }

    .campaign-popper-right {
        right: -130px;
    }
}

@media (max-width: 767px) {
    .campaign-inner {
        padding: 50px 16px 60px;
        gap: 24px;
    }

    .campaign-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .campaign-inner-lifeplan03 .campaign-title {
        font-size: 26px;
    }

    .campaign-desc {
        font-size: 14px;
    }

    .campaign-popper {
        width: 70px;
        height: auto;
    }

    .campaign-popper-left {
        left: -36px;
    }

    .campaign-popper-right {
        right: -38px;
    }

    .campaign-list {
        gap: 12px;
    }

    .campaign-list-lifeplan03 {
        gap: 10px;
    }

    .campaign-notice-title {
        font-size: 24px;
    }

    .campaign-notice-desc {
        font-size: 14px;
    }

}

/* 住宅ローンキャンペーン */
.section-campaign.hp-campaign-section {
    background: #0bb783;
}

.campaign-inner.hp-campaign-inner {
    box-sizing: border-box;
    max-width: 1200px;
    padding: 60px 16px 20px;
    gap: 20px;
    font-family: 'LINE Seed JP', 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
}

.hp-campaign-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
}

.hp-campaign-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffff00;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.hp-campaign-title-break-sp {
    display: inline;
}

.hp-campaign-popper {
    position: absolute;
    top: 0;
    width: 152px;
    height: 152px;
    object-fit: contain;
}

.hp-campaign-popper-left {
    left: 6.25%;
}

.hp-campaign-popper-right {
    right: 6.25%;
}

.hp-campaign-panel {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1168px;
    padding: 11px 141px;
    overflow: hidden;
    background: #e3f8f1;
    border-radius: 12px;
}

.hp-campaign-image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
}

.hp-campaign-notice {
    width: 100%;
    color: #183028;
    text-align: center;
}

.hp-campaign-notice-title,
.hp-campaign-notice-desc {
    margin: 0;
}

.hp-campaign-notice-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.hp-campaign-notice-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .campaign-inner.hp-campaign-inner {
        padding: 40px 16px 24px;
        gap: 16px;
    }

    .hp-campaign-heading {
        min-height: 72px;
    }

    .hp-campaign-title {
        font-size: clamp(28px, 8vw, 38px);
    }

    .hp-campaign-title-break-sp {
        display: block;
    }

    .hp-campaign-popper {
        width: 70px;
        height: auto;
    }

    .hp-campaign-popper-left {
        left: -36px;
    }

    .hp-campaign-popper-right {
        right: -38px;
    }

    .hp-campaign-panel {
        padding: 8px;
        border-radius: 8px;
    }

    .hp-campaign-notice-title {
        font-size: 14px;
    }

    .hp-campaign-notice-desc {
        font-size: 10px;
    }
}

/* ==============================
   Section KV - SP (767px以下)
============================== */
@media (max-width: 767px) {
    .kv-hero {
        height: 340px;
        overflow: hidden;
    }

    .kv-eyecatch {
        width: 100%;
        height: 238px;
        top: -23px;
        right: 0;
        object-position: center top;
    }

    .kv-hero-gradient {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 60%);
    }

    .kv-logo-container {
        top: 10px;
        left: 17px;
    }

    .kv-logo {
        width: 110px;
    }

    .kv-heading-container {
        bottom: 30px;
        left: 0;
        width: 100%;
        align-items: center;
    }

    .kv-sub-heading {
        font-size: 4.5vw;
    }

    .kv-fp,
    .kv-kaiketsu {
        font-size: 18.5vw;
    }

    .kv-ga {
        font-size: 11.39vw;
    }

    .kv-tagline {
        display: none;
    }

    .kv-point-container {
        display: none;
    }

    .kv-cta {
        padding-bottom: 24px;
        margin-top: 20px;
    }

    .kv-cta-text-container {
        padding-top: 24px;
        gap: 8px;
    }

    .kv-cta-message {
        font-size: 14px;
        line-height: normal;
        gap: 0;
    }

    .kv-button-img-pc {
        display: none;
    }

    .kv-button-img-sp {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .kv-point-sp-container {
        display: block;
        width: 100%;
    }

    .kv-point-sp-img {
        display: block;
        width: 84%;
        margin: 0 auto;
    }

    /* Section Achievements */
    .ach-bg-pc {
        display: none;
    }

    .ach-bg-sp {
        display: block;
        height: auto;
        object-fit: initial;
    }

    .ach-container::before {
        display: none;
    }

    .ach-container::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 26.67vw;
        background: url('images/reserve_lp_poppers_sp.webp') no-repeat center bottom;
        background-size: contain;
    }

    .ach-inner {
        padding-top: 40px;
    }

    .ach-balloon-wrap {
        width: 224px;
        height: 54px;
    }

    .ach-balloon-bg-pc {
        display: none;
    }

    .ach-balloon-bg-sp {
        display: block;
    }

    .ach-balloon-text {
        padding-bottom: 0;
        gap: 2px;
        margin-bottom: 10px;
    }

    .ach-balloon-line1 {
        font-size: 13px;
    }

    .ach-balloon-line2 {
        font-size: 13px;
    }

    .ach-balloon-green {
        font-size: 15px;
    }

    .ach-badge {
        width: 144px;
        height: 26px;
        font-size: 14px;
    }

    .ach-count-wrap {
        padding-bottom: 58px;
    }

    .ach-ribbon {
        width: 10.67vw;
        height: 17.07vw;
        padding-top: 3.73vw;
        padding-bottom: 4.53vw;
    }

    .ach-ribbon-text {
        font-size: 8vw;
    }

    .ach-count-num {
        width: 69.33vw;
        height: 17.6vw;
    }

    .ach-count-unit {
        width: 10.13vw;
        height: 10.13vw;
        margin-bottom: 8px;
    }

    .ach-underline {
        bottom: -10px;
        width: 86.93vw;
        height: 8vw;
    }

    /* Section Problem */
    .section-problem {
        padding-bottom: 0;
    }

    .prob-heading-row {
        gap: 0;
        padding: 0 16px;
    }

    .prob-list {
        background: none;
        padding: 0;
    }

    /* Section Solution */
    .sol-illust {
        width: 107px;
    }

    .sol-h-lg {
        font-size: 7.47vw;
    }

    .sol-h-sm {
        font-size: 5.6vw;
    }

    .sol-heading-line2 {
        display: inline;
    }

    .sol-heading-row {
        align-items: center;
        gap: 2px;
    }

    .sol-case-content {
        flex-direction: column;
        gap: 0;
    }

    .sol-case-img {
        width: 100%;
    }

    .sol-case.is-open .sol-case-body {
        max-height: 1200px;
    }

    .sol-toggle-text {
        display: none;
    }

    /* 全セクション共通フォントサイズ */
    .prob-black,
    .sol-heading-line1,
    .cho-heading,
    .reviews-heading,
    .value-heading-black {
        font-size: 24px;
    }

    .prob-accent,
    .flow-heading,
    .value-heading-green {
        font-size: 28px;
    }

    /* Section FP */
    .fp-slider {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        grid-auto-columns: 50%;
        column-gap: 0;
        row-gap: 16px;
    }

    .fp-card {
        width: auto;
        padding: 0 6px;
    }

    .fp-card-photo {
        width: 80px;
        height: 80px;
    }

    .fp-card-kana {
        font-size: 9px;
    }

    .fp-card-name {
        font-size: 14px;
    }

    .fp-badge {
        font-size: 10px;
        padding: 1px 6px;
    }

    .fp-card-badges {
        padding: 4px 6px 8px;
        gap: 4px;
    }

    .fp-card-btn {
        height: 36px;
    }

    .fp-card-btn span {
        font-size: 13px;
    }

    /* Section Example */
    .ex-card-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .ex-card-title br {
        display: inline;
    }

    .ex-badge {
        margin: 0;
        font-size: 13px;
    }

    .ex-card-title {
        font-size: 18px;
    }

    .ex-main-bold-lg {
        font-size: 8vw;
    }

    .ex-main-bold-sm {
        font-size: 6vw;
    }

    .ex-main-num {
        font-size: 14vw;
    }
}

@media (max-width: 767px) {
    /* Section FP */
    .fp-heading {
        font-size: 7.2vw;
    }

    /* Section Chosen */
    .cho-fp-box {
        padding: 54px 16px 40px;
    }

    .cho-fp-list {
        margin: 16px 0 0;
    }

    /* Section Review Rating */
    .section-review-rating {
        padding: 20px 0;
    }

    .cho-card {
        padding: 32px 16px;
    }
}

/* ============================================
   Fixed Bottom CTA
   ============================================ */
.fixed-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.fixed-bottom-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.fixed-cta-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff7e36;
    border-radius: 4rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 628px;
    padding: 1rem 0;
    gap: 2px;
}

.fixed-cta-sub {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.fixed-cta-main {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}

.fixed-cta-arrow {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-cta-balloon {
    display: none;
}

@media (max-width: 1024px) {
    .fixed-bottom-cta {
        overflow: visible;
        padding: 0.5rem 1rem;
    }

    .fixed-cta-balloon {
        display: block;
        position: absolute;
        left: 8px;
        top: -23px;
        width: 48px;
        height: 46px;
    }

    .fixed-cta-btn {
        padding: 0.75rem 0 0.75rem 0.5rem;
        border-radius: 8px;
        min-height: 56px;
    }

    .fixed-cta-sub {
        font-size: 11px;
    }

    .fixed-cta-main {
        font-size: 20px;
    }
}

.cho-grid-5 .cho-card:nth-child(4) {
    grid-column: 2 / span 2;
}
.cho-grid-5 .cho-card:nth-child(5) {
    grid-column: 4 / span 2;
}
@media (max-width: 767px) {
    .cho-grid-5 .cho-card:nth-child(4),
    .cho-grid-5 .cho-card:nth-child(5) {
        grid-column: span 1;
    }
}

.kv-sub-heading .dot-accent {
    position: relative;
    display: inline-block;
}
.kv-sub-heading .dot-accent::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #183028;
}
@media (max-width: 767px) {
    .kv-sub-heading .dot-accent::before {
        width: 3px;
        height: 3px;
    }
}
