@charset "UTF-8";

body {
    background-color: #FFF;
}

.p72 {
    padding-top: 72px;
    padding-bottom: 72px;

    @media (max-width: 768px) {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

/* 年末年始キャンペーン1 */
.nyc_kv {
    padding: 0 calc(50% - 540px);
    background-image: url("../img/lp/nyc/nyc_kv_bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;

    @media (max-width: 768px) {
        flex-flow: column;
        width: 100%;
        gap: 30px;
        height: auto;
        justify-content: flex-start;
        background-position: bottom;
    }

    .nyc_kv_inner {
        display: flex;

        .nyc_kv_txt {
            text-align: center;

            img {
                max-height: 480px;

                @media (max-width: 768px) {
                    height: auto;
                    width: 90%;
                }
            }
        }
    }
}

/* 年末年始キャンペーン2 */
.nyc_kv_2 {
    padding: 0 calc(50% - 540px);
    background-image: url("../img/lp/nyc/nyc_kv_bg_2.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;

    @media (max-width: 768px) {
        flex-flow: column;
        width: 100%;
        gap: 30px;
        height: auto;
        justify-content: flex-start;
        background-position: bottom;
    }

    .nyc_kv_inner {
        display: flex;

        .nyc_kv_txt {
            text-align: center;

            img {
                max-height: 480px;

                @media (max-width: 768px) {
                    height: auto;
                    width: 90%;
                }
            }
        }
    }
}

/* h1 */
.h1_kv {
    padding: 50px calc(50% - 540px);
    background-image: url("../img/lp/h1/h1_kv_bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;

    @media (max-width: 1080px) {
        width: 100%;
        padding: 30px 5%;
    }

    @media (max-width: 768px) {
        flex-flow: column;
        width: 100%;
        gap: 30px;
        /* min-height: 60vh; */
        height: auto;
        justify-content: flex-start;
        background-image: url("../img/lp/h1/h1_kv_bg_sp.webp");
        background-position: bottom;
    }
}

.h1_kv_inner {
    width: 100%;
    display: flex;
    gap: 10px;

    @media (max-width: 768px) {
        /* height: calc(60vh - 60px); */
    }

    .left {
        width: 50%;
        position: relative;
        left: 80px;

        @media (max-width: 768px) {
            width: 100%;
            left: 0;
            height: 100%;
        }
    }

    .h1_kv_txt {
        max-width: 100%;
        text-align: center;

        img {
            width: 100%;
        }

        .sp {
            max-width: 360px;
            margin: 0 auto
        }
    }

    .h1_achievements {
        max-width: 466px;
        width: 100%;
        margin-top: 24px;

        img {
            width: 100%;
        }

        @media (max-width: 768px) {
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
        }
    }
}

/* g1 */
.g1_kv {
    padding: 50px calc(40% - 540px);
    background-image: url("../img/lp/h1/g1_kv_bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;

    @media (max-width: 1080px) {
        width: 100%;
        padding: 30px 5%;
    }

    @media (max-width: 768px) {
        flex-flow: column;
        padding: 30px 5%;
        width: 100%;
        gap: 30px;
        min-height: 70vh;
        justify-content: flex-start;
        background-image: url("../img/lp/h1/g1_kv_bg_sp.webp");
        background-position: bottom;
    }
}

.g1_kv_inner {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: end;

    @media (max-width: 768px) {
        /* height: calc(75vh - 60px); */
    }

    .left {
        width: 58%;
        position: relative;

        @media (max-width: 768px) {
            width: 100%;
            left: 0;
            height: 100%;
        }
    }

    /* KV見出し */
    .g1_kv_heading {
        max-width: 100%;
        margin: 0 0 28px;
        padding: 0;
        font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
        font-weight: 600;
        color: #006ec5;
        text-align: left;
        letter-spacing: 0.05em;
        text-shadow: 0 0 10px #fff;
    }

    .g1_kv_heading_line {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.4;
    }

    .g1_kv_heading_pc {
        font-size: clamp(28px, 3.6vw, 42px);
        font-weight: 600;
        color: #006ec5;
    }

    @media (min-width: 769px) {
        .g1_kv_heading_sp {
            display: none !important;
        }
    }

    @media (max-width: 768px) {
        .g1_kv_heading_pc {
            display: none !important;
        }

        .g1_kv_heading_sp {
            display: block !important;
            font-size: clamp(20px, 5vw, 28px);
            line-height: 1.4;
            text-align: left;
            font-weight: 600;
            text-align: center;
            color: #006ec5;
            text-shadow: 0 0 10px #fff;
        }
    }

    /* バッジ3点 */
    .g1_kv_labels {
        display: flex;
        gap: 24px;
        align-items: center;
        margin-bottom: 28px;

        img {
            width: 158px;
            height: auto;
            flex-shrink: 0;
        }

        @media (max-width: 768px) {
            gap: 12px;

            img {
                width: clamp(90px, 28vw, 130px);
            }
        }
    }

    /* サブテキスト（marchロゴ＋説明） */
    .g1_kv_sub {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .g1_kv_sub_top {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 4px;
    }

    .g1_kv_logo {
        height: 24px;
        width: auto;
        flex-shrink: 0;
    }

    .g1_kv_sub_text1,
    .g1_kv_sub_text2 {
        font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
        font-weight: 600;
        font-size: clamp(16px, 1.8vw, 24px);
        color: #404040;
        text-shadow: 0 0 10px #fff;
        line-height: 1.5;
        margin: 0;
    }
}

/* a1 */
.a1_kv {
    padding: 50px calc(50% - 540px);
    background-image: url("../img/lp/h1/a1_kv_bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;

    @media (max-width: 1080px) {
        width: 100%;
        padding: 30px 5%;
        flex-flow: column;
        align-items: baseline;
    }

    @media (max-width: 768px) {
        flex-flow: column;
        width: 100%;
        gap: 30px;
        min-height: 55vh;
        justify-content: flex-start;
        background-image: url("../img/lp/h1/a1_kv_bg_sp.webp");
        background-position: bottom;
    }
}

.a1_kv_inner {
    width: 100%;
    display: flex;
    gap: 10px;

    @media (max-width: 768px) {
        width: 90%;
        position: absolute;
        bottom: 12px;
    }

    .left {
        width: 58%;
        position: relative;
        left: 80px;

        @media (max-width: 768px) {
            width: 100%;
            left: 0;
            height: 100%;
        }
    }

    .a1_kv_txt {
        max-width: 100%;

        img {
            width: 100%;
        }

        .sp {
            max-width: 360px;
            margin: 0 auto;
        }
    }

    .a1_achievements {
        max-width: 466px;
        width: 100%;
        margin-top: 24px;

        img {
            width: 100%;
        }

        @media (max-width: 768px) {}
    }
}

/* cta_bt_wrap */
.cta_bt_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin: 20px auto;

    @media (max-width: 768px) {
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-flow: column;
    }

    .fst {
        background: #FF8000;
    }

    .sec {
        background: var(--main, #006EC5);
    }
}

.cta-button__micro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 24px;
    /* 左右で高さを固定してボタン位置を揃える */
    margin-bottom: -6px;
}

.cta-button__micro-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0A3E8B;
    line-height: 1.2;
    white-space: nowrap;
}

.cta-button__micro-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 17px;
    flex: 0 0 auto;
}

.cta-button__micro-deco-img {
    display: block;
    width: 2px;
    height: 20px;
}

.cta-button__micro-deco-img--left {
    transform: scaleY(-1) rotate(-150deg);
}

.cta-button__micro-deco-img--right {
    transform: rotate(30deg);
}

.cta-button__item-left,
.cta-button__item-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
    max-width: 380px;

    @media (max-width: 831px) {
        width: 100%;
    }
}

.cta-button__item-left a,
.cta-button__item-right a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    border: 2px solid #FFF;
    box-shadow: 0 0 10px 0 rgba(20, 25, 48, 0.15);
    text-align: center;
    letter-spacing: 0.36px;

    @media (max-width: 768px) {
        box-sizing: border-box;
    }
}

.cta-button__item-left a::before,
.cta-button__item-right a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 23.13px;
    height: 23.13px;
    background-image: url("../img/lp/h1/cta_icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    @media (max-width: 400px) {
        right: 15px;
    }
}


.cta-button__text-top {
    font-size: 16px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    line-height: calc(21.01 / 16);
    letter-spacing: 0;
    /* 155.556% */
    color: #FFF;

    @media (max-width: 768px) {
        font-size: 16px;
    }

    @media (max-width: 400px) {
        font-size: 15px;
    }
}

.cta-button__text-bottom {
    width: fit-content;
    font-size: 12px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 2px 12px;
    margin: 0 auto;
}

.cta-button__text-description {
    font-size: 14px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 400;
    color: #292E32;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;

    @media (max-width: 400px) {
        font-size: 12px;
    }
}

.top-br {
    display: none;

    @media (max-width: 831px) {
        display: block;
    }
}

/* title */
.section_title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--black, #383B42);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 32px;

    .blue {
        color: var(--main, #006EC5);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    @media (max-width: 768px) {
        font-size: 24px;
        margin-bottom: 20px;

        .blue {
            font-size: 24px;
        }
    }
}

/* about */
.h1_about_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 56px;
    width: 100%;

    @media (max-width: 768px) {
        flex-flow: column;
        gap: 32px;
    }
}

.h1_about_wrap_inner {
    width: calc(50% - 28px);

    @media (max-width: 831px) {
        width: 100%;
        max-width: 440px;
    }

    @media (max-width: 768px) {
        width: 100%;
        max-width: 100%;
    }
}

.h1_about_wrap_inner h3 {
    color: var(--black, #383B42);
    text-align: center;
    display: table;
    margin: 0 auto 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
    padding: 6px 18px;
    border-radius: 60px;
    border: 1px solid var(--main, #006EC5);

    @media (max-width: 768px) {
        font-size: 14px;
    }
}

.h1_about_wrap_inner img {
    width: 100%;
}

.h1_about_wrap_inner p {
    font-size: 16px;
    margin-top: 12px;

    @media (max-width: 768px) {
        font-size: 14px;
    }
}

.frame-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 64px 0px 40px;
    box-sizing: border-box;
    gap: 48px;

    @media (max-width: 768px) {
        gap: 24px;
        padding: 36px 0 10px;
    }
}

.frame-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;

    @media (max-width: 768px) {
        gap: 12px;

    }
}

.parent {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    gap: 8px;

    small {
        position: relative;
        letter-spacing: 0.06em;
        line-height: 175%;
        color: var(--black, #383B42);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 175%;
        /* 35px */
        letter-spacing: 1.2px;
    }

    span {
        position: relative;
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 135%;
        color: #006ec5;
        display: inline-block;
    }

    @media (max-width: 768px) {
        gap: 2px;

        small {
            font-size: 13px;
        }

        span {
            font-size: 13px;
        }
    }
}

.frame-wrapper {
    height: 60px;
    border-radius: 10px;
    background-color: #006ec5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 24px;
    gap: 6px;
    color: #fff;
    width: 100%;

    img {
        margin-right: 6px;
    }

    small {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 135%;
        /* 32.4px */
        letter-spacing: 2.4px;
    }

    span {
        color: #FFF;
        text-align: center;
        font-size: 34px;
        font-weight: 500;
        line-height: 135%;
        /* 45.9px */
        letter-spacing: 3.4px;
    }

    @media (max-width: 768px) {
        flex-flow: column;
        height: auto;

        small {
            font-size: 16px;
        }

        span {
            font-size: 24px;
        }
    }
}

.frame-parent2 {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 20px 24px;
    text-align: left;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;

    @media (max-width: 768px) {
        flex-flow: column;
    }
}

.frame-parent4 {
    width: calc(33.3% - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 0px;

    img {
        position: relative;
        top: -8px;
        margin-bottom: -16px;
        z-index: 2;
    }

    @media (max-width: 768px) {
        width: 100%;
    }
}

.worries1-parent {
    align-self: stretch;
    height: 64px;
    border-radius: 10px;
    background-color: rgba(159, 168, 183, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 14px 16px 0px;
    box-sizing: border-box;
    gap: 4px;
    z-index: 0;
}

.marchline-wrapper {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #006ec5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px 16px;
    z-index: 1;
    color: #006ec5;
}

/* オンライン診療の具体例 */
.lp_ex_list {
    .inner {
        border-radius: 10px;
        border: 1px solid #EFF0F3;
    }
}

.post_content2 {
    display: none;
}

.case-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.case-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.case-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.case-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: min(1080px, 92vw);
    max-height: 86vh;
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2);

    @media (max-width: 768px) {
        padding: 24px 10px;
    }

}

.case-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

body.is-fixed {
    overflow: hidden;
}

/* modal */
.case-modal__body .case {
    display: flex;
    gap: 32px;

    @media (max-width: 768px) {
        flex-flow: column;
    }
}

.case-modal__body .case_thumb img {
    height: auto;
}

.case-modal__body .case_clinicname {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    margin-top: 0;
}

.case-modal__body .case_title {
    color: var(--black, #383B42);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    margin-top: 10px;
    margin-bottom: 12px;
}

.case-modal__body .clinical_department_txt {
    margin-top: 0;
}

.case-modal__body .clinical_department_inner {
    display: flex;
    flex-flow: column;
    gap: 2px;
}

.case-modal__body .wp-block-lazyblock-before-after {
    display: flex;
    gap: 20px;
    margin-top: 40px;

    @media (max-width: 768px) {
        flex-flow: column;
        gap: 16px;
        margin-top: 20px;
    }
}

.case-modal__body .case-before {
    display: flex;
    width: calc(50% - 10px);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F7FF;

    @media (max-width: 768px) {
        width: 100%;
    }
}

.case-modal__body .case-before__ttl {
    color: var(--main, #006EC5);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    margin: 0;
}

.case-modal__body .case-before ul li {
    color: var(--black, #383B42);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
    /* 24px */
}

.case-modal__body .case-after {
    display: flex;
    width: calc(50% - 10px);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F7FF;

    @media (max-width: 768px) {
        width: 100%;
    }
}

.case-modal__body .case-after__ttl {
    color: var(--main, #006EC5);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    margin: 0;
}

.case-modal__body .case-after ul li {
    color: var(--black, #383B42);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
    /* 24px */
}

.case-modal__body h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    border-left: 3px solid var(--primary);
    padding-inline: 12px 0;

    @media (max-width: 768px) {
        font-size: 22px;
    }
}

.case-modal__body .case_background h2,
.case-modal__body .case_function h2,
.case-modal__body .case_clinical-department h2 {
    font-size: 16px;
    border: 0;
    padding: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.case-modal__body .case_background,
.case-modal__body .case_function,
.case-modal__body .case_clinical-department {
    background: var(--dark-000);
    padding-inline: 16px;
    padding-block: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    border-left: 3px solid var(--dark-200);
}

.case-modal__body .case_background,
.case-modal__body .case_function,
.case-modal__body .case_clinical-department {
    background: var(--dark-000);
    padding-inline: 16px;
    padding-block: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    border-left: 3px solid var(--dark-200);
}

.case-modal__body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-modal__body p {
    margin-top: 16px;
    line-height: 2;
    font-size: 14px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;

    @media (max-width: 768px) {
        height: 584px;
    }
}

.bgblue {
    background-color: #F2F7FF;
}


/* marchを使った患者さん側の診察の流れ */
.user_flow_list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;

    @media (max-width: 768px) {
        flex-flow: column;
        gap: 20px;
    }

    li {
        width: calc(33.3% - 16px);

        @media (max-width: 768px) {
            width: 100%;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        img {
            width: 100%;

            @media (max-width: 768px) {
                width: 25%;
            }
        }

        h3 {
            text-align: center;
            margin: 10px 0 6px;

            @media (max-width: 768px) {
                text-align: left;
                margin: 0 0 6px;
            }

            small {
                color: var(--main, #006EC5);
                font-family: "Inter", sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                /* 21px */
            }

            .step {
                color: var(--main, #006EC5);
                font-family: "Inter", sans-serif;
                font-size: 26px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                /* 39px */
                letter-spacing: -1.04px;

                @media (max-width: 768px) {
                    font-size: 16px;
                }
            }

            .txt {
                color: var(--black, #383B42);
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;

                /* 36px */
                @media (max-width: 768px) {
                    font-size: 16px;
                    font-weight: 600;
                }
            }
        }

        .desc {
            color: var(--black, #383B42);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;

            /* 24px */
            @media (max-width: 768px) {
                font-size: 13px;
            }
        }
    }
}

/* シミュレーション */

.section_subtitle {
    color: var(--main, #006EC5);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 48px */
    margin-bottom: 12px;

    @media (max-width: 768px) {
        font-size: 20px;
    }
}

.section_desc {
    color: var(--black, #383B42);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    /* 24px */
    @media (max-width: 768px) {
        text-align: left;
    }
}

.simulation_img {
    text-align: center;
    width: 100%;
    max-width: 540px;
    margin: 48px auto 10px;

    img {
        width: 100%;
    }
}

.simulation_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 48px;

    @media (max-width: 768px) {
        flex-flow: column;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    li {
        width: calc(50% - 15px);
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);

        @media (max-width: 768px) {
            width: 80%;
        }

        h4 {
            width: 40%;
            color: var(--black, #383B42);
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            /* 166.667% */
        }

        p {
            color: var(--black, #383B42);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            /* 166.667% */
        }
    }
}

.simulation_wrap {
    margin-top: 90px;

    .note {
        color: var(--black, #383B42);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 18px */
        text-align: center;
        opacity: 0.5;
    }

    @media (max-width: 768px) {
        margin-top: 36px;
    }
}


/* support */
/*.support_wrap {
    background-image: url("../img/lp/h1/support.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 28vw;

    @media (max-width: 768px) {
        background-image: url("../img/lp/h1/support_sp.webp");
        width: 100%;
        padding-bottom: 20px;
    }

    .support_sub {
        color: var(--main, #006EC5);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: 1.2px;

        @media (max-width: 768px) {
            font-size: 16px;
            text-align: center;
        }

    }

    .support_title {
        color: var(--main, #006EC5);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: 3px;
        margin-top: 12px;
        margin-bottom: 24px;

        @media (max-width: 768px) {
            font-size: 24px;
            text-align: center;
            margin-bottom: 16px;
            margin-top: 8px;
        }
    }

    .support_desc {
        color: var(--black, #383B42);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 1px;

        @media (max-width: 768px) {
            font-size: 14px;
        }
    }

    .cta_bt_wrap {
        justify-content: flex-start;
        align-items: unset;
        margin: 42px 0 0;

        @media (max-width: 768px) {
            align-items: unset;
            margin-top: 150px;
        }
    }
} */


/* 比較表 */
.comparison_table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
}

.comparison_table tr {
    background-color: #fff;
    padding: .35em;
}

/* .comparison_table tr:last-child {} */

.comparison_table th,
.comparison_table td {
    padding: 1em 10px 1em 1em;
    border: none;
}

/* tbody th {} */

.comparison_table .layer1 {
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}

.comparison_table .layer2 {
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}

.comparison_table .march {
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}

.comparison_table .other {
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}


/* キャンペーン */
/* ===== Campaign Table (Responsive) ===== */
.campaign-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.campaign-table th,
.campaign-table td {
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    vertical-align: top;
    text-align: left;
    line-height: 1.7;
}

.campaign-table th {
    width: 220px;
    background: #f9fafb;
    font-weight: 700;
    white-space: nowrap;
}

.campaign-notes {
    margin: 0;
    padding-left: 1.2em;
}

.campaign-notes li {
    margin: 0.25em 0;
}

/* ---- Mobile: stacked cards ---- */
@media (max-width: 640px) {

    .campaign-table,
    .campaign-table tbody,
    .campaign-table tr,
    .campaign-table th,
    .campaign-table td {
        display: block;
        width: 100%;
    }

    .campaign-table {
        border: 0;
    }

    .campaign-table tr {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        overflow: hidden;
        margin: 0 0 12px;
        background: #fff;
    }

    .campaign-table th {
        width: 100%;
        background: #f3f4f6;
        border: 0;
        padding: 12px 14px;
        margin: 0;
        white-space: normal;
    }

    .campaign-table td {
        border: 0;
        padding: 12px 14px 14px;
    }
}

/* pdf */
.pdf-wrap {
    iframe {
        height: 500px;

        @media (max-width: 768px) {
            height: 250px;
        }
    }
}

/* flow */
.flow__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.flow__step {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 16px 16px 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.flow__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.flow__heading {
    font-size: 16px;
    margin: 0 0 6px;
    line-height: 1.35;
}

.flow__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 900px) {
    .flow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .flow__title {
        font-size: 20px;
    }

    .flow__steps {
        grid-template-columns: 1fr;
    }
}

.application_form {
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 16px;
}

/* ========== new kv (Figma: Meta広告) — デザイン完全一致 ========== */
.h1_newkv {
    width: 100%;
}

/* KV: 490px, gradient #006ec5 → #015394 (Figma 1199:146) */
.h1_newkv_hero {
    position: relative;
    height: 490px;
    min-height: 490px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(50% - 540px);
    background-image: url("../img/lp/h1/h1_newkv_bg_texture.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1080px) {
    .h1_newkv_hero {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {
    .h1_newkv_hero {
        height: auto;
        min-height: auto;
        padding: 36px 5% 0;
        flex-direction: column;
        gap: 24px;
    }
}


.h1_newkv_hero_inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

@media (max-width: 768px) {
    .h1_newkv_hero_inner {
        flex-direction: column;
        align-items: center;
    }
}

.h1_newkv_hero_left {
    flex-shrink: 0;
    max-width: 520px;
    width: 100%;
}

/* 見出し: text.svg */
.h1_newkv_hero_ttl {
    margin: 0 0 42px;
    line-height: 0;
    text-align: center;
}

.h1_newkv_hero_ttl_img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 405px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .h1_newkv_hero_ttl_img {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
}

/* サブ: 診察率26.25px 70は40px (Figma 1202:548) */
.h1_newkv_hero_sub {
    margin: 0 0 8px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .h1_newkv_hero_sub {
        font-size: 18px;
    }
}

/* CTA: h80px, w451px, rounded 66.41px, gap 10px (Figma 1199:155-163) */
.h1_newkv_hero_cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px 24px;
    min-height: 80px;
    box-sizing: border-box;
    justify-content: center;
    background: #ff8000;
    border-radius: 66.41px;
    color: #fff;
    text-decoration: none;
    position: relative;
    max-width: 450px;
    width: 100%;
    transition: opacity 0.2s;
    margin: 0 auto;
    display: flex;
}

@media (hover: hover) and (pointer: fine) {
    .h1_newkv_hero_cta:hover {
        opacity: 0.95;
    }
}

.h1_newkv_hero_cta_main {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 768px) {
    .h1_newkv_hero_cta {}

    .h1_newkv_hero_cta_main {
        font-size: 18px;
    }
}

.h1_newkv_hero_cta_sub {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.2);
    padding: 1px 12px;
    color: #fff;
    border-radius: 20px;
}

/* 再生アイコン 23.136px (Figma Subtract 1199:157) */
.h1_newkv_hero_cta_icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}


/* ブラー層: 406×483, blur 2px, opacity 0.3, overlay (Figma 1203:560) */
.h1_newkv_hero_vis_blur {
    position: absolute;
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    width: 406px;
    height: 483px;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    opacity: 0.3;
    mix-blend-mode: overlay;
    pointer-events: none;
}

@media (max-width: 768px) {
    .h1_newkv_hero_vis_blur {
        display: none;
    }
}

.h1_newkv_hero_vis_img {
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .h1_newkv_hero_vis_img {
        width: 100%;
        height: auto;
    }
}


/* Benefits: h246px, bg #eaf3ff (Figma 1199:516) */
.h1_newkv_benefits {
    background: #eaf3ff;
    min-height: 246px;
    padding: 40px calc(50% - 540px) 40px;
    box-sizing: border-box;
}

@media (max-width: 1080px) {
    .h1_newkv_benefits {
        padding: 36px 5%;
    }
}

@media (max-width: 768px) {
    .h1_newkv_benefits {
        min-height: auto;
        padding: 32px 5%;
    }
}

.h1_newkv_benefits_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* タイトル: 24px, leading 28px, tracking -0.4492px (Figma 1199:518) */
.h1_newkv_benefits_ttl {
    margin: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #383b42;
    letter-spacing: -0.45px;
}

@media (max-width: 768px) {
    .h1_newkv_benefits_ttl {
        font-size: 18px;
        line-height: 1.4;
    }
}

.h1_newkv_benefits_content {
    display: flex;
    align-items: flex-start;
    gap: 38px;
}

@media (max-width: 768px) {
    .h1_newkv_benefits_content {
        flex-direction: column;
        gap: 20px;
    }
}

/* モックアップ: 350×206, top 20px (Figma 1199:541) */
.h1_newkv_benefits_mockup {
    flex-shrink: 0;
    width: 350px;
    height: 206px;
}

.h1_newkv_benefits_mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

@media (max-width: 768px) {
    .h1_newkv_benefits_mockup {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
    }
}

/* カラム間 gap 12px (Figma 1199:519) */
.h1_newkv_benefits_cols {
    display: flex;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .h1_newkv_benefits_cols {
        flex-wrap: wrap;
    }

    .h1_newkv_benefits_cols .h1_newkv_col {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }
}

/* カラム内 gap 16px (Figma 1199:520等) */
.h1_newkv_col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

/* ヘッダー: px10 py8, rounded 6px, 14px (Figma 1199:521) */
.h1_newkv_col_head {
    width: 100%;
    padding: 8px 10px;
    background: #3892db;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    box-sizing: border-box;
}

/* 数値: 14px + 32px blue + 18px unit, gap 4px (Figma 1199:523-525) */
.h1_newkv_col_data {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media (max-width: 768px) {
    .h1_newkv_col_data {}
}

.h1_newkv_col_from {
    font-size: 14px;
    line-height: 1.5;
    color: #383b42;
}

.h1_newkv_col_to {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #006ec5;
}

.h1_newkv_col_unit {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #006ec5;
}

/* 説明文: 13px, W4 (Figma 1199:526) */
.h1_newkv_col_txt {
    margin: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #383b42;
}

@media (max-width: 768px) {
    .h1_newkv_col_txt {
        font-size: 12px;
    }
}

/* ========== sec2 (Figma 1135:118) — new kv 下 ========== */
.h1_sec2 {
    width: 100%;
}

.h1_sec2_hero {
    position: relative;
    height: 490px;
    min-height: 490px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(50% - 540px);
    background: linear-gradient(180deg, #006ec5 0%, #015394 100%);
}

@media (max-width: 1080px) {
    .h1_sec2_hero {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {
    .h1_sec2_hero {
        height: auto;
        min-height: auto;
        padding: 24px 5% 0;
        flex-direction: column;
        gap: 24px;
    }
}

.h1_sec2_hero_inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 768px) {
    .h1_sec2_hero_inner {
        flex-direction: column;
        align-items: center;
    }
}

.h1_sec2_hero_left {
    flex-shrink: 0;
    max-width: 520px;
}

.h1_sec2_hero_ttl {
    margin: 0 0 0;
    line-height: 0;
}

.h1_sec2_hero_ttl_img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 505px;
}

@media (max-width: 768px) {
    .h1_sec2_hero_ttl_img {
        width: 100%;
        max-width: 320px;
    }
}

.h1_sec2_hero_sub {
    display: block;
    margin: 48px auto 8px;
    width: 100%;
    height: auto;
    max-width: 355px;
}

@media (max-width: 768px) {
    .h1_sec2_hero_sub {
        width: 100%;
        max-width: 280px;
        margin: 24px auto 8px;
    }
}

.h1_sec2_hero_cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 56px 16px 28px;
    min-height: 80px;
    box-sizing: border-box;
    justify-content: center;
    background: #ff8000;
    border-radius: 66.41px;
    color: #fff;
    text-decoration: none;
    position: relative;
    max-width: 451px;
    transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
    .h1_sec2_hero_cta:hover {
        opacity: 0.95;
    }
}

.h1_sec2_hero_cta_main {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.h1_sec2_hero_cta_sub {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 12px;
    border-radius: 20px;
}

.h1_sec2_hero_cta_icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.h1_sec2_hero_vis_img {
    flex-shrink: 0;
    object-fit: contain;
    height: 100%;
    object-position: bottom;
    right: 0;
    z-index: -1;
    position: absolute;
}

@media (max-width: 768px) {
    .h1_sec2_hero_vis_img {
        width: 280px;
        max-height: none;
        position: relative;
        height: auto;
        width: 100%;
    }
}

.h1_sec2_hero_badges {
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: 20px;
}

.h1_sec2_hero_badges_img {
    display: block;
    width: 125px;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 768px) {
    .h1_sec2_hero_badges {
        align-self: center;
        margin-bottom: 0;
    }

    .h1_sec2_hero_badges_img {
        width: 100%;
        max-width: 125px;
        max-height: none;
    }
}

.h1_sec2_benefits {
    background: #eaf3ff;
    min-height: 246px;
    padding: 40px calc(50% - 540px) 40px;
    box-sizing: border-box;
}

@media (max-width: 1080px) {
    .h1_sec2_benefits {
        padding: 36px 5%;
    }
}

@media (max-width: 768px) {
    .h1_sec2_benefits {
        min-height: auto;
        padding: 32px 5%;
    }
}

.h1_sec2_benefits_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.h1_sec2_benefits_ttl {
    margin: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #383b42;
    letter-spacing: -0.45px;
}

@media (max-width: 768px) {
    .h1_sec2_benefits_ttl {
        font-size: 18px;
        line-height: 1.4;
    }
}

.h1_sec2_benefits_content {
    display: flex;
    align-items: flex-start;
    gap: 38px;
}

@media (max-width: 768px) {
    .h1_sec2_benefits_content {
        flex-direction: column;
        gap: 20px;
    }
}

.h1_sec2_benefits_mockup {
    flex-shrink: 0;
    width: 350px;
    height: 206px;
}

.h1_sec2_benefits_mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

@media (max-width: 768px) {
    .h1_sec2_benefits_mockup {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
    }
}

.h1_sec2_benefits_cols {
    display: flex;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .h1_sec2_benefits_cols {
        flex-wrap: wrap;
    }

    .h1_sec2_benefits_cols .h1_sec2_col {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }
}

.h1_sec2_col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.h1_sec2_col_head {
    width: 100%;
    padding: 8px 10px;
    background: #3892db;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    box-sizing: border-box;
}

.h1_sec2_col_data {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

.h1_sec2_col_from {
    font-size: 14px;
    line-height: 1.5;
    color: #383b42;
}

.h1_sec2_col_to {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #006ec5;
}

.h1_sec2_col_unit {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #006ec5;
}

.h1_sec2_col_txt {
    margin: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #383b42;
}