@charset "UTF-8";

/*ヘッダー*/
.g-header .g-header__resv {
    background-color: #788a95;
}
.g-header .g-header__nav-btn {
    background-color: #000000;
}
.g-header .g-header__nav {
    background-color: #000000;
}
.c-visual-sub {
    margin-top: 100px;
}
.c-visual-sub .c-visual-sub__ttl {
    margin-top: -120px;
}
.c-visual-sub .c-visual-sub__ttl:before {
    top: -50px;
}
.c-visual-sub .c-visual-sub__inner {
    height: 250px;
}
.g-nav .g-nav__list .nav-link:before {
    background: linear-gradient(#788a95, #788a95) right bottom / 0 1px no-repeat;
}
.g-nav .g-nav__list .nav-link:hover {
    color: #788a95;
}
.g-nav .lower .js-close__btn {
    background-color: #000000;
}
.c-visual-sub .c-visual-sub__ttl:before {
    color: #788a95;
}
/*トップコンテンツ*/

.c-section--blue {
    background: #799faf;
    background-color: #799faf !important;
}

.bk-blue {
    background: #799faf;
    background-color: #799faf !important;
}

.t-support {
    max-width: 90% !important;
    padding: 8rem;
    border-radius: 50px;
}

.c-label {
    background-color: #788a95;
}
.rotate3d .center {
    background-color: rgb(0 0 0 / 20%);
}

.m-ttl {
    margin-top: -20px;
}
.c-image .c-image__src:after {
    background-color: rgba(255, 255, 255, -0.6) !important;
}

/*フッター*/
.g-pagetop a {
    background: #788a95;
}
.g-fixarea .contact--1 {
    background-color: #788a95;
}

.g-fixarea .g-fixarea-footer .g-fixarea-footer__item {
    background-color: #788a95;
}
.g-gmap {
    padding: 0px;
}
/*共通*/
.post-content h2 {
    background-color: #788a95;
}
.u-font-sc {
    color: #788a95;
}
.u-font-kc {
    color: #788a95;
}
.c-headline-leftbig .c-headline-leftbig__sttl {
    color: #788a95;
}
.p-common-news .p-common-news__ttl::before {
    color: #788a95;
}
.c-table-prof tr td {
    color: #788a95;
}

.c-card__item-date {
    background-color: #788a95;
}

.c-headline__type3 {
    border-left: 6px solid #788a95;
}

/* レスポンシブビデオスタイル */
#video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-aside h3 {
    background-color: #788a95;
}

.c-card__item-body {
    padding: 10px;
}

.c-card__item-link {
    padding: 0;
}

/* 施工事例 詳細（全件）に効かせる場合 */
body.single-case .slick-slider .slick-track,
body.single-case .slick-slider .slick-list {
    transform: unset !important;
}

.c-visual .c-visual__ttl {
    text-shadow: 2px 1px 4px #000;
}
.c-visual .c-visual__sttl {
    text-shadow: 2px 1px 2px #000;
}
.g-nav .g-nav__list .nav-link {
    padding: 10px 0px 10px 0.5vw;
}

@media screen and (max-width: 767px) {
    .c-faq__item-ttl {
        text-indent: -30px;
        padding-left: 10px;
    }
    .c-faq__item-body {
        padding-right: 0;
    }
    .c-faq__item-body-txt {
        padding: 10px;
    }
    .c-visual .c-visual__ttl {
        font-size: 8vw;
        text-shadow: 2px 1px 4px #000;
    }
    .c-visual .c-visual__sttl {
        text-shadow: 1px 1px 2px #000;
    }
}

/* =========================
   Memorial Garden Ueno UI (WIDE + TYPO)
   既存CSSと被りにくい専用クラス：ueno-mgu-*
========================= */

.ueno-mgu {
    border-radius: 20px;
    padding: 34px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
    .ueno-mgu {
        padding: 20px;
        border-radius: 16px;
    }
}

/* セクション背景のメリハリ */
.ueno-mgu--feature {
    background: linear-gradient(
        180deg,
        rgba(104, 65, 151, 0.1),
        rgba(255, 255, 255, 1)
    );
}
.ueno-mgu--recommend {
    background: linear-gradient(
        180deg,
        rgba(0, 104, 183, 0.1),
        rgba(255, 255, 255, 1)
    );
}
.ueno-mgu--note {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.04),
        rgba(255, 255, 255, 1)
    );
}

/* ヘッダー */
.ueno-mgu__head {
    margin-bottom: 18px;
}
.ueno-mgu__eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 800;
    opacity: 0.7;
    margin: 0 0 8px 0;
}
.ueno-mgu__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 10px 0;
}
.ueno-mgu__lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.9;
}
.ueno-mgu__lead-strong {
    font-weight: 900;
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}

@media (max-width: 575.98px) {
    .ueno-mgu__title {
        font-size: 22px;
    }
    .ueno-mgu__lead {
        font-size: 14px;
    }
}

/* カード（強弱：Kicker→Title→Text） */
.ueno-mgu__card {
    position: relative;
    border-radius: 18px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.ueno-mgu__card--feature {
    background: rgba(255, 255, 255, 0.92);
}
.ueno-mgu__card--recommend {
    background: rgba(241, 245, 249, 0.92);
}

.ueno-mgu__card-kicker {
    margin: 0 0 6px 0;
    font-size: 11px;
    letter-spacing: 0.18em;
    font-weight: 900;
    opacity: 0.65;
}
.ueno-mgu__card-ttl {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}
.ueno-mgu__card-txt {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.95;
    opacity: 0.92;
}

/* バッジ */
.ueno-mgu__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(104, 65, 151, 0.12);
    color: rgba(46, 28, 72, 1);
    border: 1px solid rgba(104, 65, 151, 0.18);
}

/* note（補足） */
.ueno-mgu__note-ttl {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.35;
}
.ueno-mgu__note-txt {
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 1.9;
    opacity: 0.92;
}
.ueno-mgu__note-strong {
    font-weight: 900;
    opacity: 1;
    background: linear-gradient(transparent 60%, rgba(255, 190, 73, 0.55) 0);
    padding: 0 0.15em;
}

/* CTAの余白を整える（ボタン自体のデザインは既存クラスに任せる） */
.ueno-mgu__cta {
    display: inline-flex;
    align-items: center;
}

.support-karen-original {
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    overflow: hidden;
}

.support-karen-original__eyebrow {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #83bcd6;
}

.support-karen-original__ttl {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #4c5d6b;
    letter-spacing: 0.04em;
}

.support-karen-original__lead {
    margin: 0;
    font-size: 16px;
    line-height: 2.1;
    color: #66737d;
}

.support-karen-original__item {
    position: relative;
}

.support-karen-original__item + .support-karen-original__item {
    margin-top: 110px;
}

.support-karen-original__photo-outer {
    width: 100%;
    max-width: 640px;
    aspect-ratio: 1 / 1;
    padding: 16px;
    background: linear-gradient(135deg, #edf4f8 0%, #dde8ef 100%);
    border-radius: 38% 62% 40% 60% / 46% 34% 66% 54%;
    box-shadow: 0 20px 50px rgba(120, 168, 193, 0.12);
}

.support-karen-original__photo-outer--reverse {
    border-radius: 58% 42% 58% 42% / 40% 54% 46% 60%;
}

.support-karen-original__photo-inner {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: inherit;
}

.support-karen-original__photo-inner .c-image__src {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.support-karen-original__content {
    position: relative;
    padding: 24px 20px 24px 10px;
}

.support-karen-original__content--left {
    padding: 24px 10px 24px 20px;
}

.support-karen-original__num {
    position: absolute;
    top: -28px;
    right: 0;
    font-size: 150px;
    line-height: 1;
    font-weight: 300;
    color: #e2ebf0;
    pointer-events: none;
    z-index: 0;
}

.support-karen-original__content--left .support-karen-original__num {
    right: auto;
    left: 0;
}

.support-karen-original__sub {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #7fb4ce;
}

.support-karen-original__itemttl {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    font-size: 34px;
    line-height: 1.6;
    font-weight: 700;
    color: #556775;
}

.support-karen-original__itemttl::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(180, 223, 241, 0.35);
    z-index: -1;
}

.support-karen-original__text {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 2.1;
    color: #59656d;
}

.support-karen-original__point {
    position: relative;
    z-index: 1;
    padding: 22px 24px;
    border-radius: 20px;
    background: #f5fbfe;
    border: 1px solid #dcecf4;
}

.support-karen-original__pointttl {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #78b5d2;
    letter-spacing: 0.08em;
    text-align: left;
}

.support-karen-original__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-karen-original__list li {
    position: relative;
    padding-left: 1.2em;
    font-size: 15px;
    line-height: 2;
    color: #56636c;
    text-align: left;
}

.support-karen-original__list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #8cc4dd;
    font-size: 10px;
    line-height: 3.1;
}

.support-karen-original__bottom {
    padding: 36px 40px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eef8fc 0%, #f8fcff 100%);
    border: 1px solid #d9edf6;
}

.support-karen-original__bottom-sub {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #7fb4ce;
}

.support-karen-original__bottom-ttl {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #526471;
}

.support-karen-original__bottom-text {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #5f6d76;
}

.support-karen-original__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #7fbfdd;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 12px 28px rgba(127, 191, 221, 0.28);
}

.support-karen-original__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(127, 191, 221, 0.34);
}

.s-intro {
    background: #799faf;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(110, 198, 232, 0.12);
}

.p-contact .g-form,
.p-recruit-contact .g-form {
    border: unset !important;
}

@media (max-width: 991.98px) {
    .support-karen-original__item + .support-karen-original__item {
        margin-top: 70px;
    }

    .support-karen-original__ttl {
        font-size: 28px;
        line-height: 1.5;
    }

    .support-karen-original__lead {
        font-size: 13px;
        line-height: 2;
    }

    .support-karen-original__photo-outer,
    .support-karen-original__photo-outer--reverse {
        max-width: 100%;
        padding: 12px;
    }

    .support-karen-original__content,
    .support-karen-original__content--left {
        padding: 0;
    }

    .support-karen-original__num,
    .support-karen-original__content--left .support-karen-original__num {
        top: -14px;
        left: auto;
        right: 0;
        font-size: 84px;
    }

    .support-karen-original__sub {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .support-karen-original__itemttl {
        margin: 0 0 16px;
        font-size: 24px;
        line-height: 1.6;
    }

    .support-karen-original__itemttl::before {
        left: -8px;
        top: 6px;
        width: 36px;
        height: 36px;
    }

    .support-karen-original__text {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 2;
    }

    .support-karen-original__point {
        padding: 16px 18px;
        border-radius: 16px;
    }

    .support-karen-original__pointttl {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .support-karen-original__list li {
        font-size: 13px;
        line-height: 1.9;
    }

    .support-karen-original__bottom {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .support-karen-original__bottom-ttl {
        font-size: 22px;
        line-height: 1.6;
    }

    .support-karen-original__bottom-text {
        font-size: 13px;
        line-height: 1.9;
    }

    .support-karen-original__btn {
        width: 100%;
        justify-content: center;
        padding: 14px 22px;
        font-size: 14px;
    }
}

.reason-karen {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.reason-karen__eyebrow {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #83bcd6;
}

.reason-karen__ttl {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #4c5d6b;
}

.reason-karen__lead {
    margin: 0;
    font-size: 16px;
    line-height: 2.1;
    color: #66737d;
}

.reason-karen__card {
    height: 100%;
    padding: 34px 28px 30px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #dcecf4;
    box-shadow: 0 16px 40px rgba(127, 191, 221, 0.08);
    transition: 0.3s ease;
}

.reason-karen__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(127, 191, 221, 0.14);
}

.reason-karen__num {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #7fb4ce;
}

.reason-karen__cardttl {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    color: #526471;
}

.reason-karen__text {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #5a6770;
}

@media (max-width: 991.98px) {
    .reason-karen__ttl {
        font-size: 28px;
    }

    .reason-karen__lead {
        font-size: 13px;
        line-height: 2;
    }

    .reason-karen__card {
        padding: 24px 20px 22px;
        border-radius: 18px;
    }

    .reason-karen__cardttl {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .reason-karen__text {
        font-size: 13px;
        line-height: 1.9;
    }
}

.p-reason {
    background: linear-gradient(180deg, #fcf9f6 0%, #f8fbfd 100%);
}

.p-reason-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 30px 30px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d7e8ef;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(86, 120, 136, 0.06);
    backdrop-filter: blur(2px);
}

.p-reason-card__label {
    margin-bottom: 14px;
    color: #134789;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.p-reason-card__ttl {
    min-height: 3.2em;
    margin-bottom: 18px;
    color: #5a3b31;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-reason-card__text {
    margin: 0;
    color: #6a5148;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
    .p-reason-card {
        padding: 26px 20px 22px;
        border-radius: 22px;
    }

    .p-reason-card__label {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .p-reason-card__ttl {
        min-height: auto;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 1.5;
    }

    .p-reason-card__text {
        font-size: 14px;
        line-height: 1.9;
    }
}

.p-support-block {
    background: linear-gradient(180deg, #fcf9f6 0%, #f8fbfd 100%);
}

.p-support-group {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d7e8ef;
    border-radius: 30px;
    padding: 38px 40px;
    box-shadow: 0 12px 30px rgba(86, 120, 136, 0.06);
}

.p-support-group--sub {
    background: #fffdfb;
}

.p-support-group__head {
    margin-bottom: 28px;
    text-align: center;
}

.p-support-group__sub {
    margin-bottom: 8px;
    color: #8ec7e0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-support-group__ttl {
    margin: 0;
    color: #5a3b31;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.p-support-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
    border-top: 1px solid #e5eef2;
}

.p-support-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

.p-support-item__num {
    flex: 0 0 72px;
    color: #8ec7e0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-top: 4px;
}

.p-support-item__body {
    flex: 1 1 auto;
}

.p-support-item__ttl {
    margin-bottom: 10px;
    color: #5a3b31;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
}

.p-support-item__text {
    margin: 0;
    color: #6a5148;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991.98px) {
    .p-support-group {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .p-support-group__ttl {
        font-size: 24px;
    }

    .p-support-item {
        gap: 14px;
        padding: 18px 0;
    }

    .p-support-item__num {
        flex: 0 0 48px;
        font-size: 22px;
    }

    .p-support-item__ttl {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .p-support-item__text {
        font-size: 14px;
        line-height: 1.9;
    }
}

.karen-plan-card {
    height: 100%;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.karen-plan-card__head {
    padding: 28px 24px 22px;
    background: linear-gradient(135deg, #e1edf4 0%, #eff1f8 100%);
    border-bottom: 1px solid #d8e0ea;
}
.karen-plan-card__label {
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #b18472;
}

.karen-plan-card__title {
    color: #4a352d;
}

.karen-plan-card__priceWrap {
    padding-top: 16px;
    border-top: 1px solid #d8e0ea;
}

.karen-plan-card__priceLabel {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #9b7466;
}

.karen-plan-card__price {
    line-height: 1.2;
    color: #7a5a4d;
}

.karen-plan-card__price span {
    margin-left: 6px;
    font-weight: 500;
    color: #7a5a4d;
}

.karen-plan-card__meta {
    padding: 24px 24px 10px;
}

.karen-plan-card__metaItem {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d8e0ea;
}

.karen-plan-card__metaLabel {
    flex: 0 0 52px;
    display: inline-block;
    /* font-size: 12px; */
    font-weight: 700;
    color: #9b7466;
    line-height: 1.8;
}

.karen-plan-card__body {
    padding: 8px 24px 28px;
}

.karen-plan-card__lead {
    margin-bottom: 12px;
    color: #4a352d;
}

.karen-plan-card__text {
    color: #666;
}

.karen-plan-note {
    padding: 18px 22px;
    background: #e6eff6;
    border: 1px solid #d8e0ea;
    border-radius: 16px;
}

.karen-plan-note ul {
    margin: 0;
    padding-left: 1.2em;
}

.karen-plan-note li {
    line-height: 1.9;
    color: #333;
}

.karen-plan-note li strong {
    color: #4a352d;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .karen-plan-card {
        border-radius: 18px;
    }

    .karen-plan-card__head {
        padding: 22px 18px 18px;
    }

    .karen-plan-card__meta {
        padding: 18px 18px 6px;
    }

    .karen-plan-card__metaItem {
        display: block;
        padding: 10px 0;
    }

    .karen-plan-card__metaLabel {
        display: block;
        margin-bottom: 4px;
    }

    .karen-plan-card__body {
        padding: 8px 18px 22px;
    }

    .karen-plan-note {
        padding: 14px 16px;
        border-radius: 12px;
    }
}

.karen-plan-block {
    background: #fff;
    border: 1px solid #e6eff6;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.karen-plan-block--featured {
    border-color: #afbcdc;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.karen-plan-block__inner {
    padding: 32px 32px 28px;
}

.karen-plan-block__label {
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #727cb1;
}

.karen-plan-block__price {
    padding: 20px 24px;
    background: #e6eff6;
    border-radius: 16px;
}

.karen-plan-block__priceLabel,
.karen-plan-block__itemLabel {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #727cb1;
}

.karen-plan-block__item {
    height: 100%;
    padding: 16px 18px;
    background: #e6eff6;
    border: 1px solid #e6eff6;
    border-radius: 14px;
}

.karen-plan-block__text {
    color: #555;
}

.karen-plan-note {
    padding: 18px 22px;
    background: #e6eff6;
    border: 1px solid #e6eff6;
    border-radius: 16px;
    color: #555;
}

@media (max-width: 767.98px) {
    .karen-plan-block {
        border-radius: 18px;
    }

    .karen-plan-block__inner {
        padding: 22px 18px 20px;
    }

    .karen-plan-block__price {
        padding: 16px 16px;
        border-radius: 12px;
    }

    .karen-plan-block__item {
        padding: 14px 14px;
        border-radius: 12px;
    }

    .karen-plan-note {
        padding: 14px 16px;
        border-radius: 12px;
    }
}

.karen-voice-block {
    background: #fff;
    border: 1px solid #eadfd8;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.karen-voice-block__inner {
    padding: 28px 28px;
}

.karen-voice-block__profile {
    text-align: center;
}

.karen-voice-block__thumb {
    width: 100%;
    margin: 0 auto 16px;
    border-radius: 18px;
    overflow: hidden;
    background: #f8f3ef;
}

.karen-voice-block__thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.karen-voice-block__tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #b18472;
}

.karen-voice-block__content {
    color: #555;
}

@media (max-width: 767.98px) {
    .karen-voice-block {
        border-radius: 18px;
    }

    .karen-voice-block__inner {
        padding: 20px 18px;
    }

    .karen-voice-block__thumb {
        max-width: 220px;
        border-radius: 14px;
        margin-bottom: 12px;
    }
}

.support-plan-tags {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #dcecf4;
}

.support-plan-tags__label {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #727cb1;
}

.support-plan-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.support-plan-tags__item {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    background: #f8f1ec;
    border: 1px solid #dcecf4;
    border-radius: 999px;
    line-height: 1.4;
    font-weight: 600;
    color: #7a5a4d;
}

.support-plan-tags__item.is-all {
    background: linear-gradient(135deg, #edf4f8 0%, #dde8ef 100%);
    border-color: #dcecf4;
    color: #4a352d;
}

@media (max-width: 767.98px) {
    .support-plan-tags {
        margin-top: 14px;
        padding-top: 14px;
    }

    .support-plan-tags__label {
        margin-bottom: 8px;
    }

    .support-plan-tags__item {
        min-height: 32px;
        padding: 7px 12px;
        font-size: 12px;
    }
}

.p-price-fv {
    background: linear-gradient(180deg, #fcfaf7 0%, #f7fbfd 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-price-fv__sub,
.p-section-lead__sub {
    margin-bottom: 10px;
    color: #99cfe5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.p-price-fv__ttl,
.p-section-lead__ttl {
    margin-bottom: 18px;
    color: #5d3f35;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.45;
}

.p-price-fv__text,
.p-section-lead__text {
    margin-bottom: 0;
    color: #6d554c;
    font-size: 16px;
    line-height: 2;
}

.p-price-fv__visual {
    position: relative;
    padding: 24px 0 0 24px;
}

.p-price-fv__image {
    aspect-ratio: 4 / 3;
    border-radius: 32px;
    background: #eaf5fa;
    border: 1px solid #dbeaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ec7e0;
    font-size: 24px;
    font-weight: 700;
}

.p-price-fv__badge {
    position: absolute;
    left: 0;
    bottom: -18px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(86, 120, 136, 0.1);
    text-align: center;
}

.p-price-fv__badge span {
    display: block;
    color: #8ec7e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-price-fv__badge strong {
    display: block;
    color: #5d3f35;
    font-size: 30px;
    line-height: 1.2;
}

.p-price-fv__badge small {
    color: #6d554c;
    font-size: 12px;
}

.p-price-counseling {
    background: #fff;
}

.p-counseling-card {
    position: relative;
    padding: 36px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f4 100%);
    border: 1px solid #e2edf2;
    border-radius: 30px;
    box-shadow: 0 14px 30px rgba(86, 120, 136, 0.06);
}

.p-counseling-card__label {
    margin-bottom: 12px;
    color: #99cfe5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-counseling-card__ttl {
    margin-bottom: 18px;
    color: #5d3f35;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.p-counseling-card__text {
    margin-bottom: 24px;
    color: #6d554c;
    font-size: 16px;
    line-height: 2;
}

.p-counseling-card__price {
    margin-bottom: 0;
    padding-top: 18px;
    border-top: 1px solid #e8eff3;
    color: #5d3f35;
    font-size: 16px;
    font-weight: 700;
}

.p-price-mainplan {
    background: linear-gradient(180deg, #f9fbfd 0%, #ffffff 100%);
}

.p-mainplan-feature {
    padding: 40px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #d9e9f0;
    border-radius: 34px;
    box-shadow: 0 18px 38px rgba(86, 120, 136, 0.08);
}

.p-mainplan-feature__image {
    aspect-ratio: 4 / 4.2;
    border-radius: 30px;
    background: #eef7fb;
    border: 1px solid #dbeaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ec7e0;
    font-size: 24px;
    font-weight: 700;
}

.p-mainplan-feature__label,
.p-subplan-card__label {
    margin-bottom: 10px;
    color: #99cfe5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-mainplan-feature__ttl,
.p-subplan-card__ttl {
    margin-bottom: 16px;
    color: #5d3f35;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.45;
}

.p-mainplan-feature__price {
    margin-bottom: 22px;
    color: #5d3f35;
    line-height: 1.2;
}

.p-mainplan-feature__price .main {
    font-size: 50px;
    font-weight: 700;
}

.p-mainplan-feature__price .sub {
    font-size: 16px;
    font-weight: 700;
}

.p-mainplan-feature__table {
    display: grid;
    gap: 0;
    margin-bottom: 18px;
    border-top: 1px solid #e8eff3;
}

.p-mainplan-feature__table > div,
.p-subplan-card__list > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e8eff3;
}

.p-mainplan-feature__table span,
.p-subplan-card__list span {
    color: #6d554c;
    font-size: 15px;
    font-weight: 700;
}

.p-mainplan-feature__table strong,
.p-subplan-card__list strong {
    color: #5d3f35;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.p-mainplan-feature__note,
.p-subplan-card__note {
    display: inline-block;
    margin-bottom: 22px;
    padding: 10px 16px;
    background: #f6fbfd;
    border-radius: 999px;
    color: #5d3f35;
    font-size: 14px;
    font-weight: 700;
}

.p-mainplan-feature__support {
    margin-top: 6px;
    padding: 24px;
    background: #fcfaf7;
    border-radius: 24px;
}

.p-mainplan-feature__support h4 {
    margin-bottom: 14px;
    color: #5d3f35;
    font-size: 18px;
    font-weight: 700;
}

.p-mainplan-feature__support span {
    display: block;
    padding: 10px 14px;
    background: #fff;
    border-radius: 14px;
    color: #6d554c;
    font-size: 14px;
}

.p-subplan-card {
    height: 100%;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #d9e9f0;
    border-radius: 28px;
    box-shadow: 0 12px 28px rgba(86, 120, 136, 0.06);
}

.p-subplan-card__price {
    margin-bottom: 20px;
    color: #5d3f35;
    font-size: 38px;
    font-weight: 700;
}

.p-subplan-card__price span {
    font-size: 16px;
}

.p-subplan-card__text {
    margin-bottom: 20px;
    color: #6d554c;
    font-size: 15px;
    line-height: 1.9;
}

.p-price-support {
    background: linear-gradient(180deg, #fcfaf7 0%, #f7fbfd 100%);
}

.p-price-support__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.p-price-support__item {
    padding: 26px 30px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d9e9f0;
    border-radius: 28px;
    box-shadow: 0 12px 28px rgba(86, 120, 136, 0.05);
}

.p-price-support__num {
    color: #a3d4e7;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.p-price-support__body h3 {
    margin-bottom: 12px;
    color: #5d3f35;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.p-price-support__body p {
    margin: 0;
    color: #6d554c;
    font-size: 16px;
    line-height: 2;
}

.p-price-support__foot {
    margin-top: 18px;
    text-align: right;
}

.p-price-support__foot p {
    margin: 0;
    color: #7b665e;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .p-price-fv {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .p-price-fv__ttl,
    .p-section-lead__ttl {
        font-size: 30px;
    }

    .p-price-fv__text,
    .p-section-lead__text,
    .p-counseling-card__text,
    .p-price-support__body p {
        font-size: 14px;
        line-height: 1.9;
    }

    .p-price-fv__visual {
        padding: 0;
    }

    .p-price-fv__image {
        border-radius: 24px;
    }

    .p-price-fv__badge {
        position: static;
        margin-top: 16px;
    }

    .p-counseling-card,
    .p-mainplan-feature,
    .p-subplan-card,
    .p-price-support__item {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .p-counseling-card__ttl,
    .p-mainplan-feature__ttl,
    .p-subplan-card__ttl,
    .p-price-support__body h3 {
        font-size: 22px;
    }

    .p-mainplan-feature__price .main {
        font-size: 36px;
    }

    .p-subplan-card__price {
        font-size: 30px;
    }

    .p-mainplan-feature__table > div,
    .p-subplan-card__list > div {
        display: block;
    }

    .p-mainplan-feature__table strong,
    .p-subplan-card__list strong {
        display: block;
        margin-top: 6px;
        text-align: left;
    }

    .p-price-support__num {
        font-size: 40px;
    }
}
.service-compare-karen {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.service-compare-karen__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.18em;
    color: #788a95;
    font-weight: 700;
}

.service-compare-karen__ttl {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.4;
    font-weight: 700;
    color: #4c5d6b;
    margin-bottom: 20px;
}

.service-compare-karen__lead {
    font-size: 16px;
    line-height: 2;
    color: #66737d;
}

.service-compare-karen__point {
    height: 100%;
    padding: 32px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #dcecf4;
    box-shadow: 0 16px 40px rgba(127, 191, 221, 0.08);
}

.service-compare-karen__point.is-featured {
    background: linear-gradient(180deg, #f2f8fb 0%, #ffffff 100%);
    border-color: #bfd8e6;
    box-shadow: 0 18px 44px rgba(127, 191, 221, 0.14);
}

.service-compare-karen__point-label {
    font-size: 12px;
    letter-spacing: 0.16em;
    color: #7fb4ce;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-compare-karen__point-ttl {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    color: #556775;
    margin-bottom: 14px;
}

.service-compare-karen__point-txt {
    font-size: 15px;
    line-height: 1.9;
    color: #59656d;
    margin-bottom: 0;
}

.service-compare-karen__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(127, 191, 221, 0.1);
    border: 1px solid #dcecf4;
}

.service-compare-karen__table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #fff;
}

.service-compare-karen__table th,
.service-compare-karen__table td {
    padding: 18px 16px;
    border-bottom: 1px solid #e3eef4;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6d76;
}

.service-compare-karen__table thead th {
    background: linear-gradient(180deg, #edf6fa 0%, #e5f0f5 100%);
    color: #4c5d6b;
    font-weight: 700;
    text-align: center;
}

.service-compare-karen__table thead th.is-karen {
    background: linear-gradient(180deg, #799faf 0%, #788a95 100%);
    color: #fff;
}

.service-compare-karen__table tbody th {
    width: 18%;
    background: #f8fcff;
    color: #556775;
    font-weight: 700;
}

.service-compare-karen__table td.is-karen {
    background: #eef6fa;
    color: #4c5d6b;
    font-weight: 700;
}

.service-compare-karen__table tr:hover td,
.service-compare-karen__table tr:hover th {
    background-color: #f9fcfe;
}

.service-compare-karen__table tr:hover td.is-karen {
    background: #e6f1f6;
}

.service-compare-karen__message {
    padding: 32px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef8fc 0%, #f8fcff 100%);
    border: 1px solid #d9edf6;
}

.service-compare-karen__message-ttl {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    color: #526471;
    margin-bottom: 16px;
}

.service-compare-karen__message-txt {
    font-size: 15px;
    line-height: 1.9;
    color: #5f6d76;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .service-compare-karen {
        padding: 70px 0;
    }

    .service-compare-karen__point {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .service-compare-karen__point-ttl {
        font-size: 20px;
    }

    .service-compare-karen__table th,
    .service-compare-karen__table td {
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .service-compare-karen__message {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .service-compare-karen__message-ttl {
        font-size: 22px;
    }

    .c-table th {
        background-color: #d9edf6;
    }
}

/* ---------------------------------------------------
 - visual logo (frontpage)
----------------------------------------------------*/
.c-visual .c-visual__catchcopy.--logo {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: 80%;
    margin: 0;
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* ロゴの背景を白い四角で塗る（半透明） */
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.c-visual .c-visual__logo-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 26vh;
    display: block;
    object-fit: contain;
}

@media (min-width: 992px) {
    .c-visual .c-visual__catchcopy.--logo {
        max-width: 480px;
    }

    .c-visual .c-visual__logo-img {
        max-height: 32vh;
    }
}

/* ---------------------------------------------------
 - トップ メッセージ（テキスト左／写真2枚を重ねて右）
----------------------------------------------------*/
.p-top-message {
    background-color: #f7f4ee;
}

/* --- 左：テキスト --- */

.p-top-message__divider {
    border-top: 1px solid rgba(76, 93, 107, 0.25);
    opacity: 1;
}

.p-top-message__btn {
    display: inline-block;
    min-width: 280px;
    padding: 18px 24px;
    border: 1px solid #4c5d6b;
    color: #4c5d6b;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.25em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.p-top-message__btn:hover {
    background-color: #4c5d6b;
    color: #fff;
    text-decoration: none;
}

/* --- 右：重なり写真 --- */
.p-top-message__images {
    position: relative;
}

.p-top-message__img {
    margin: 0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.p-top-message__img--back {
    width: 68%;
    margin-top: 64px;
    margin-left: auto;
}

.p-top-message__img--front {
    position: absolute;
    top: -40px;
    left: 10%;
    width: 40%;
    z-index: 2;
}

@media screen and (max-width: 991.98px) {
    .p-top-message .p-top-message__ttl {
        font-size: 26px;
    }

    .p-top-message__divider {
        max-width: 100%;
    }

    .p-top-message__btn {
        min-width: 100%;
    }

    .p-top-message__img--back {
        width: 100%;
        margin-top: 0;
    }

    .p-top-message__img--front {
        position: relative;
        width: 60%;
        margin: -40px 0 0 auto;
    }
}

/* ---------------------------------------------------
 - トップ メニュー（CTAバナー：画像左／パネル右）
----------------------------------------------------*/
.p-top-menu__img {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-top-menu__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 56px;
    background-color: #80b0c4;
    color: #fff;
}

.p-top-menu__eyebrow {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28em;
    opacity: 0.9;
}

.p-top-menu .p-top-menu__ttl {
    margin: 0 0 40px;
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #fff;
}

.p-top-menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    align-self: center;
    min-width: 280px;
    padding: 20px 32px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.p-top-menu__btn:hover {
    background-color: #fff;
    color: #d3a4ac;
    text-decoration: none;
}

@media screen and (max-width: 991.98px) {
    .p-top-menu__panel {
        padding: 48px 28px;
    }

    .p-top-menu .p-top-menu__ttl {
        font-size: 28px;
    }

    .p-top-menu__btn {
        min-width: 100%;
    }
}
