@charset "utf-8";

/* * * Reset * * */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: baseline;
}
a {
    color: inherit;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* * * Setting * * */
html {
    scroll-behavior: smooth;
}
body {
    background: #fffaf2;
    color: #4a4037;
    font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Meiryo', sans-serif;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.8;
}
.PC {
    display: none;
}

/* * * general * * */
.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.2em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#container {
    overflow: hidden;
}
#main {
    display: block;
}

/* * * common parts * * */
.section {
    padding: 64px 0;
}
.section_title {
    color: #4d6a58;
    font-family: 'Shippori Mincho B1', serif;
    font-size: clamp(26px, 5.8vw, 38px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.45;
    margin-bottom: 0.8em;
    text-align: center;
}
.section_label {
    color: #8b765c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.6em;
}
.deco_title {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    text-align: center;
}
.deco_title:before,
.deco_title:after {
    background: url("../img/i_leaf06.png") center / contain no-repeat;
    content: "";
    flex: 0 1 240px;
    height: 70px;
    max-width: 30vw;
    opacity: 0.78;
    width: 240px;
}
.deco_title:after {
    transform: scaleX(-1);
}
.btn {
    background: linear-gradient(180deg, #ef8d45 0%, #db6428 100%);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(219, 100, 40, 0.22);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    min-width: 230px;
    padding: 0.95em 1.8em;
    text-align: center;
    text-decoration: none;
}
.btn:hover {
    background: linear-gradient(180deg, #f19a58 0%, #cf5720 100%);
}
.note {
    color: #77685b;
    font-size: 90%;
    margin-top: 1.4em;
}

.message_box .deco_title::before,
.message_box .deco_title::after{
    display: none ;
}







/* * * template utility classes * * */
.none {
    display: none;
}
.t1em {
    margin-top: 1em;
}
.t2em {
    margin-top: 2em;
}
.t3em {
    margin-top: 3em;
}
a.hover80:hover img {
    opacity: 0.8;
    transition: all 1.0s;
}
.ul_type01 li {
    text-indent: -1em;
    padding-left: 1em;
}
.txt_left{
    text-align: left;
}
.txt_center{
    text-align: center;
}




/*** header ***/
#header {
    background: rgba(251, 247, 239, 0.95);
    border-bottom: 1px solid #eadfce;
    position: sticky;
    top: 0;
    z-index: 50;
}
#header .inner {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    min-height: 68px;
}
.site_logo {
    align-items: center;
    display: flex;
    font-size: clamp(18px, 4.4vw, 24px);
    line-height: 1.4;
}
.site_logo a {
    color: #5c4a39;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    text-decoration: none;
}
.site_logo a:before {
    background: url("../img/i_leaf05.png") center / contain no-repeat;
    content: "";
    height: 46px;
    left: -48px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-18deg);
    width: 42px;
}
.site_logo a:after {
    background: url("../img/i_leaf05.png") center / contain no-repeat;
    content: "";
    height: 34px;
    opacity: 0.42;
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1) rotate(-14deg);
    width: 32px;
}
.header_btn {
    display: none;
}

/* * * hero * * */
.hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.97) 0%, rgba(255, 250, 242, 0.88) 36%, rgba(255, 250, 242, 0.26) 60%, rgba(255, 250, 242, 0.03) 100%),
        url("../img/ph_hero.png") center center / cover no-repeat;
    min-height: 100%;
    padding: 72px 0;
}
.hero_inner {
    align-items: center;
    display: flex;
    min-height: 576px;
}
.hero_panel {
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(188, 166, 140, 0.8);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(92, 74, 57, 0.14);
    max-width: 620px;
    padding: clamp(34px, 4vw, 56px);
    position: relative;
    width: min(52%, 620px);
}
.hero_panel:before {
    border: 1px solid rgba(188, 166, 140, 0.55);
    border-radius: 22px;
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}
.hero_panel:after {
    background: url("../img/i_leaf01.png") center / contain no-repeat;
    content: "";
    height: 90px;
    opacity: 0.42;
    pointer-events: none;
    position: absolute;
    right: 24px;
    top: 24px;
    transform: rotate(16deg);
    width: 90px;
}
.hero_panel > * {
    position: relative;
    z-index: 1;
}
.hero_balloon {
    background: url("../img/i_fukidashi.png") left center / contain no-repeat;
    display: block;
    height: clamp(112px, 11vw, 150px);
    margin: 0 0 0.45em;
    max-width: 520px;
    width: 100%;
}
.hero .section_label {
    color: #8b765c;
    font-size: 15px;
    margin-bottom: 0.8em;
}
.hero h2 {
    color: #314832;
    font-family: 'Shippori Mincho B1', serif;
    font-size: clamp(40px, 4.8vw, 58px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin-bottom: 0.55em;
}
.hero_lead {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.9;
    margin-bottom: 1.8em;
}
.hero .btn {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    min-width: 260px;
    padding: 1em 2.2em;
    width: fit-content;
}
.hero_features {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}
.hero_features li {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #4d5d4b;
    display: flex;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 34px;
    padding: 0 0.45em;
    white-space: nowrap;
}
.hero_features li + li {
    border-left: none;
}

.sample_notice{
    font-size: 80%;
    text-align: center;
    padding: 2em 1em 0 2em;
}



/* * * simple icon parts * * */
.feature_icon {
    border: 1.5px solid #7c9275;
    display: inline-block;
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}
.feature_icon_free {
    border-radius: 50%;
}
.feature_icon_free:before {
    border-bottom: 2px solid #7c9275;
    border-right: 2px solid #7c9275;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 5px;
}
.feature_icon_gentle {
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}
.feature_icon_online {
    border-radius: 3px;
}
.feature_icon_online:after {
    background: #7c9275;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    width: 14px;
}

/* * * concept * * */
.concept {
    padding-bottom: 40px;
    padding-top: 44px;
}
.message_box {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(92, 74, 57, 0.08);
    overflow: hidden;
    padding: clamp(24px, 6vw, 44px);
    position: relative;
    text-align: center;
}
.message_box:before,
.message_box:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.28;
    position: absolute;
}
.message_box:before {
    background-image: url("../img/i_leaf01.png");
    height: 110px;
    left: 18px;
    top: 18px;
    width: 86px;
}
.message_box:after {
    background-image: url("../img/i_leaf02.png");
    bottom: 16px;
    height: 120px;
    right: 18px;
    width: 80px;
}
.message_box > * {
    position: relative;
    z-index: 1;
}
.message_box .section_title {
    margin-bottom: 0.45em;
}
.message_box p{
    text-align: left;
}


/* * * before after * * */
.before_after {
    padding-top: 42px;
}
.before_after_grid {
    align-items: center;
    display: grid;
    gap: 28px;
    position: relative;
}
.ba_item,
.price_ba_images figure {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(92, 74, 57, 0.08);
    overflow: hidden;
    position: relative;
}
.ba_item img,
.price_ba_images img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}
.ba_label {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    height: 68px;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 68px;
    z-index: 2;
}
.before_label {
    background: #626545;
}
.after_label {
    background: #db6428;
}

/* * * worries * * */
.worry_cards {
    display: grid;
    gap: 18px;
}
.worry_cards article {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(92, 74, 57, 0.07);
    overflow: hidden;
    text-align: center;
}
.worry_cards img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.worry_cards p {
    color: #4a4037;
    font-weight: 700;
    line-height: 1.65;
    min-height: 78px;
    padding: 0.9em 0.8em 1em;
}

/* * * recommend * * */
.recommend_cards {
    display: grid;
    gap: 18px;
}
.recommend_cards article {
    align-items: center;
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(92, 74, 57, 0.05);
    display: grid;
    gap: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 118px;
    padding: 20px 18px;
}
.recommend_cards img {
    height: 64px;
    object-fit: contain;
    opacity: 0.94;
    width: 64px;
}
.recommend_cards p {
    color: #4d5d4b;
    font-weight: 700;
    line-height: 1.65;
}

/* * * profile * * */
.profile {
    padding-top: 72px;
}
.profile_box {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(92, 74, 57, 0.08);
    display: grid;
    gap: 26px;
    overflow: hidden;
    padding: clamp(24px, 6vw, 44px);
    position: relative;
}
.profile_box:before,
.profile_box:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.32;
    pointer-events: none;
    position: absolute;
}
.profile_box:before {
    background-image: url("../img/i_leaf03.png");
    bottom: 22px;
    height: 140px;
    left: 24px;
    width: 120px;
}
.profile_box:after {
    background-image: url("../img/i_leaf04.png");
    bottom: 22px;
    height: 150px;
    right: 24px;
    width: 110px;
}
.profile_box > * {
    position: relative;
    z-index: 1;
}
.profile_photo {
    aspect-ratio: 1 / 1;
    background: url("../img/ph_hero.png") 75% center / cover no-repeat;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 270px;
    width: 72%;
}
.profile_text .section_title {
    margin-bottom: 0.45em;
}
.profile_text p + p {
    margin-top: 1em;
}

/* * * flow * * */
.flow_list {
    display: grid;
    gap: 16px;
}
.flow_list li {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(92, 74, 57, 0.05);
    padding: 22px;
    position: relative;
    text-align: center;
}
.flow_num {
    align-items: center;
    background: #7c9275;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin: 0 auto 12px;
    width: 42px;
}
.flow_icon {
    display: none;
    margin: 0 auto 10px;
    max-width: 56px;
}
.flow_list h3 {
    color: #5c4a39;
    font-size: clamp(20px, 4.2vw, 26px);
    line-height: 1.5;
    margin-bottom: 0.25em;
}
.flow_note {
    color: #77685b;
    font-size: 90%;
    margin-top: 18px;
}

/* * * price * * */
.price_layout {
    align-items: center;
    display: grid;
    gap: 30px;
}
.price_card {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(92, 74, 57, 0.08);
    overflow: hidden;
    padding: clamp(24px, 6vw, 44px);
    position: relative;
    text-align: center;
}
.price_card h3 {
    color: #5c4a39;
    font-size: clamp(20px, 4.2vw, 26px);
    line-height: 1.5;
    margin-bottom: 0.6em;
}
.price_text {
    border-bottom: 1px solid #eadfce;
    border-top: 1px solid #eadfce;
    color: #5c4a39;
    margin: 1.2em 0;
    padding: 1em 0;
}
.price_text strong {
    color: #db6428;
    font-family: 'Shippori Mincho B1', serif;
    font-size: clamp(72px, 11vw, 112px);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}
.price_text span {
    font-size: 80%;
}
.price_subtitle {
    color: #5f714f;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    margin-bottom: 0.8em;
}
.dot_list {
    display: inline-block;
    text-align: left;
}
.dot_list li {
    padding-left: 1.6em;
    position: relative;
}
.dot_list li + li {
    margin-top: 0.65em;
}
.dot_list li:before {
    background: #9aaa87;
    border-radius: 50%;
    content: "";
    height: 0.55em;
    left: 0.25em;
    position: absolute;
    top: 0.7em;
    width: 0.55em;
}
.price_ba {
    text-align: center;
}
.price_ba_images {
    display: grid;
    gap: 14px;
    position: relative;
}
.price_ba p {
    color: #5c4a39;
    margin-top: 1em;
}

/* * * faq * * */
.faq_list {
    display: grid;
    gap: 12px;
}
.faq .section_label,
.contact .section_label {
    margin-bottom: 0.15em;
    text-align: center;
}
.faq .section_title {
    margin-top: 0;
}
.faq_list dt,
.faq_list dd {
    background: #fffdf8;
    border-radius: 12px;
    padding: 1em 1.2em;
}
.faq_list dt {
    color: #4d6a58;
    font-weight: 700;
    padding: 0;
}
.faq_question {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    font-weight: 700;
    padding: 1em 3em 1em 1.2em;
    position: relative;
    text-align: left;
    width: 100%;
}
.faq_question:after {
    border-bottom: 2px solid #7c9275;
    border-right: 2px solid #7c9275;
    content: "";
    height: 10px;
    position: absolute;
    right: 20px;
    top: 1.35em;
    transform: rotate(45deg);
    transition: transform 0.2s;
    width: 10px;
}
.faq_question[aria-expanded="true"]:after {
    top: 1.55em;
    transform: rotate(225deg);
}
.faq_list dd[hidden] {
    display: none;
}

/* * * contact / cta * * */
.contact {
    background: #fff7e9;
    padding: 92px 0;
    text-align: center;
}



.cta_box {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(92, 74, 57, 0.08);
    overflow: hidden;
    padding: clamp(24px, 6vw, 44px);
    position: relative;
    text-align: center;
}
.cta_box:before,
.cta_box:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.24;
    position: absolute;
}
.cta_box:before {
    background-image: url("../img/i_leaf01.png");
    height: 110px;
    left: 18px;
    top: 18px;
    width: 86px;
}
.cta_box:after {
    background-image: url("../img/i_leaf02.png");
    bottom: 16px;
    height: 120px;
    right: 18px;
    width: 80px;
}
.cta_box > * {
    position: relative;
    z-index: 1;
}
.cta_box h2 {
    color: #4d6a58;
    font-family: 'Shippori Mincho B1', serif;
    font-size: clamp(28px, 6vw, 42px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.45;
    margin-bottom: 0.6em;
}
.cta_box p {
    margin-bottom: 1.5em;
}
.contact_note {
    color: #77685b;
    font-size: 88%;
    margin: 1.3em auto 1.8em;
    max-width: 640px;
}

/** page_top **/
#page_top {
    bottom: 5px;
    height: 52px;
    position: fixed;
    right: 1%;
    width: 52px;
    z-index: 100;
}
#page_top a {
    align-items: center;
    background: #75624e;
    border-radius: 50%;
    color: #fffaf2;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    opacity: 0.6;
    text-decoration: none;
    width: 52px;
}
#page_top a:hover {
    opacity: 1;
}

/*** footer ***/
#footer {
    background: #75624e;
    color: #fffaf2;
}
#footer .inner {
    display: block;
    font-size: 80%;
    padding: 1.4em;
    text-align: center;
}
#footer a {
    color: #fffaf2;
    text-decoration: none;
}
#footer li::first-letter {
    font-size: 60%;
    vertical-align: middle;
}










/*------------------------------------------------------
    mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 760px) {
    .SP {
        display: none;
    }
    .PC {
        display: block;
    }
    .header_btn {
        background: linear-gradient(180deg, #ef8d45 0%, #db6428 100%);
        border-radius: 999px;
        box-shadow: 0 6px 14px rgba(219, 100, 40, 0.2);
        color: #fff;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        padding: 0.65em 1.2em;
        text-decoration: none;
        white-space: nowrap;
    }
    /* PC: hero構造をリセット */
    .hero_inner {
        align-items: center;
        display: flex;
        min-height: 576px;
        padding: 0 1.2em;
        max-width: 1080px;
        margin: 0 auto;
    }
    .hero_panel {
        background: rgba(255, 253, 248, 0.9);
        border: 1px solid rgba(188, 166, 140, 0.8);
        border-radius: 28px;
        box-shadow: 0 18px 42px rgba(92, 74, 57, 0.14);
        max-width: 620px;
        padding: clamp(34px, 4vw, 56px);
        position: relative;
        width: min(52%, 620px);
    }
    .hero_panel:before {
        border: 1px solid rgba(188, 166, 140, 0.55);
        border-radius: 22px;
        content: "";
        display: block;
        inset: 12px;
        pointer-events: none;
        position: absolute;
    }
    .hero_panel:after {
        background: url("../img/i_leaf01.png") center / contain no-repeat;
        content: "";
        display: block;
        height: 90px;
        opacity: 0.42;
        pointer-events: none;
        position: absolute;
        right: 24px;
        top: 24px;
        transform: rotate(16deg);
        width: 90px;
    }
    .hero_top_sp {
        display: contents;
    }
    .hero_top_left {
        display: contents;
    }
    .hero_top_right {
        display: none;
    }
    .hero_bottom_sp {
        padding: 0;
    }
    .hero_balloon {
        background: url("../img/i_fukidashi.png") left center / contain no-repeat;
        display: block;
        height: clamp(112px, 11vw, 150px);
        margin: 0 0 0.45em;
        max-width: 520px;
        width: 100%;
    }
    .hero h2 {
        color: #314832;
        font-family: 'Shippori Mincho B1', serif;
        font-size: clamp(40px, 4.8vw, 58px);
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1.35;
        margin-bottom: 0.55em;
    }
    .hero_lead {
        font-size: clamp(16px, 1.5vw, 18px);
        line-height: 1.9;
        margin-bottom: 1.8em;
    }
    .hero .btn {
        display: block;
        font-size: 18px;
        margin: 0 auto;
        min-width: 260px;
        padding: 1em 2.2em;
        width: fit-content;
    }

    .before_after_grid,
    .price_ba_images {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .before_after_grid:after,
    .price_ba_images:after {
        align-items: center;
        background: #9aaa87;
        border-radius: 50%;
        color: #fff;
        content: "→";
        display: flex;
        font-size: 30px;
        height: 50px;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        z-index: 3;
    }
    .worry_cards,
    .recommend_cards,
    .flow_list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .profile_box {
        align-items: center;
        grid-template-columns: 330px minmax(0, 1fr);
        padding: 42px 70px;
    }
    .profile_photo {
        width: 100%;
    }
    .flow_list li {
        min-height: 245px;
    }
    .price_layout {
        grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
    }
    .price_ba_images:after {
        font-size: 26px;
        height: 42px;
        width: 42px;
    }
}

@media screen and (max-width: 759px) {
    .inner {
        padding: 0 1em;
    }
    .section {
        padding: 56px 0;
    }
    #header .inner {
        min-height: 58px;
    }
    .site_logo {
        font-size: 18px;
    }
    .site_logo a {
        padding-left: 24px;
    }
    .site_logo a:before {
        height: 32px;
        left: -8px;
        width: 28px;
    }
    .site_logo a:after {
        display: none;
    }
    .deco_title {
        gap: 6px;
    }
    .deco_title:before,
    .deco_title:after {
        flex-basis: 70px;
        height: 34px;
        max-width: 22vw;
        width: 70px;
    }
    .hero {
        background: #fffaf2;
        min-height: 0;
        padding: 0 0 36px;
    }
    .hero:before {
        display: none;
    }
    .hero_inner {
        display: block;
        min-height: 0;
        padding: 0;
    }
    /* スマホ：上部エリア（左：吹き出し+タイトル、右：写真）を横並びにする */
    .hero_panel {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        padding: 0;
        width: 100%;
    }
    .hero_panel:before,
    .hero_panel:after {
        display: none;
    }
    /* 上部：左テキスト + 右写真の横並びエリア */
    .hero_top_sp {
        align-items: stretch;
        background: #fffaf2;
        display: flex;
        min-height: clamp(200px, 60vw, 280px);
        position: relative;
    }
    .hero_top_left {
        background: #fffaf2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 16px 12px 16px 16px;
        position: relative;
        width: 52%;
        z-index: 2;
    }
    .hero_top_right {
        flex: 1;
        overflow: hidden;
        position: relative;
    }
    .hero_top_right_img {
        background: url("../img/ph_hero.png") 70% center / cover no-repeat;
        height: 100%;
        width: 100%;
    }
    /* 右写真の左側をなだらかにフェード */
    .hero_top_right_img:before {
        background: linear-gradient(90deg, #fffaf2 0%, rgba(255,250,242,0) 40%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 1;
    }
    /* 下部：リード文+ボタン */
    .hero_bottom_sp {
        padding: 20px 16px 0;
    }
    .hero_balloon {
        height: clamp(72px, 20vw, 100px);
        margin-bottom: 0.4em;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .hero h2 {
        font-size: clamp(22px, 6.5vw, 30px);
        letter-spacing: 0.02em;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .hero_lead {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 1.2em;
    }

    .hero .btn {
        font-size: 17px;
        min-width: 0;
        padding: 0.95em 1em;
        width: 100%;
    }
    .hero_features {
        display: flex;
        margin-top: 16px;
        justify-content: space-around;
    }
    .hero_features li {
        font-size: clamp(10px, 3vw, 12px);
        justify-content: flex-start;
        gap: 4px;
        padding: 0;
    }

    .sample_notice{
        font-size: 80%;
        text-align: center;
        padding: 0 1em;
    }





    .feature_icon {
        flex-basis: 15px;
        height: 15px;
        width: 15px;
    }
    .feature_icon_free:before {
        height: 7px;
        left: 5px;
        top: 2px;
        width: 4px;
    }
    .feature_icon_online:after {
        bottom: -4px;
        left: 2px;
        width: 11px;
    }
    .worry_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .worry_cards,
    .recommend_cards {
        gap: 14px;
    }
    .recommend_cards article {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 100px;
        padding: 16px;
    }
    .recommend_cards img {
        height: 52px;
        width: 52px;
    }
    .message_box:before,
    .message_box:after,
    .profile_box:before,
    .profile_box:after,
    .cta_box:before,
    .cta_box:after {
        opacity: 0.16;
    }
    .ba_label {
        font-size: 13px;
        height: 56px;
        width: 56px;
    }
    .flow_list li {
        padding: 20px;
    }
    .price_layout {
        gap: 24px;
    }
    .contact {
        padding: 68px 0;
    }



    .cta_box h2 {
        font-size: clamp(26px, 7vw, 34px);
    }
    #page_top {
        bottom: 8px;
        right: 8px;
    }
}
