@charset "utf-8";

:root {
    --serif: 'Noto Serif JP', serif;
    --sans-serif: 'Noto Sans JP', sans-serif;
    --main-color: #b1872c;
    --text-dark: #0A1941;
    --text-gray: #364153;
    --text-light-gray: #4A5565;
    --bg-light: #EDEFF3;
    --white: #FFFFFF;
    --green: #00A63E;
    --blue: #16265F;
    --gold: #BB9C50;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: unset;
}

body {
    font-family: var(--sans-serif);
    line-height: 1.6;
    color: var(--text-dark);
    letter-spacing: 0;
}

section {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0;
    letter-spacing: 0;
}

p {
    padding-bottom: 0;
}

img {
    max-width: 100%;
}

.abr {
    display: inline-block;
}

@media (min-width: 1280px) {
    .tbsp_only {
        display: none;
    }
}

@media (min-width: 768px) {
    .sp_only {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc_only {
        display: none;
    }
}

.swiper-slide {
    padding: 0;
    background-color: transparent;
}


.shinikutaisyuku-mv {
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shinikutaisyuku-mv-img-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.shinikutaisyuku-mv-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 80%;
}

.shinikutaisyuku-mv-inner {
    max-width: 1064px;
    width: 100%;
    z-index: 1;
}

.shinikutaisyuku-mv__container {
    max-width: 620px;
    text-align: center;
}

.shinikutaisyuku-mv__title {
    color: #0A1941;
    font-size: 64px;
    font-weight: 500;
    font-family: var(--serif);
    margin-bottom: 1em;
    line-height: 1.2;
    ;
}

.shinikutaisyuku-mv__title-sub {
    font-size: 0.75em;
}

.shinikutaisyuku-mv__title-c {
    color: var(--gold);
}

.shinikutaisyuku-mv__description {
    color: var(--text-light-gray);
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 2px 2px 2px #fff;
}

@media (max-width: 1279px) {
    .shinikutaisyuku-mv {
        height: 536px;
    }

    .shinikutaisyuku-mv-inner {
        width: calc(100% - 80px);
    }

    .shinikutaisyuku-mv__container {
        text-align: left;
        max-width: 50%;
    }

    .shinikutaisyuku-mv__title {
        font-size: 40px;
        text-align: left !important;
    }

    .shinikutaisyuku-mv__description {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .shinikutaisyuku-mv {
        height: 456px;
    }

    .shinikutaisyuku-mv-inner {
        width: calc(100% - 48px);
    }

    .shinikutaisyuku-mv__container {
        max-width: 60%;
    }

    .shinikutaisyuku-mv__title {
        font-size: 32px;
    }
}

.sec01 {
    position: relative;
    width: 100%;
    height: 736px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec01__backimage-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.sec01__backimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 66% top;
}

.sec01::before,
.sec01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40%;
    width: 42%;
    width: 720px;
    height: 200%;
    background-color: #16265f30;
    transform: rotate(-10deg) translateY(-50%);
    z-index: 1;
    display: none;
}

.sec01::after {
    background-color: #ffffffa6;
    transform: rotate(10deg) translateY(-50%);
    right: 55%;
}

.sec01__container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sec01__title {
    margin-bottom: 40px;
}

.sec01__title-main {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 64px;
    color: var(--main-color);
    margin-bottom: 8px;
}

.sec01__title-sub {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 40px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.sec01__title-end {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 64px;
    color: var(--text-dark);
}

.sec01__benefits {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec01__benefit {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 18px;
    color: var(--text-gray);
}

.sec01__benefit-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
}

.sec01__description {
    margin-bottom: 40px;
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: var(--text-light-gray);
    max-width: 577px;
}

.sec01__buttons {
    display: flex;
    gap: 24px;
}

.sec01__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 64px;
    border-radius: 8px;
    text-decoration: none;
    font-family: var(--serif);
    font-size: 20px;
    transition: all 0.3s ease;
}

.sec01__button--phone {
    background-color: var(--blue);
    color: var(--white);
}

.sec01__button--phone:hover {
    background-color: #0f1a4a;
    transform: translateY(-2px);
}

.sec01__button--web {
    background-color: var(--green);
    color: var(--white);
}

.sec01__button--web:hover {
    background-color: #008a33;
    transform: translateY(-2px);
}

.sec01__button-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

@media (max-width: 1279px) {
    .sec01 {
        height: 536px;
    }

    .sec01::before,
    .sec01::after {
        display: none;
    }

    .sec01__container {
        max-width: 390px;
        margin-inline: 15vw auto;
    }

    .sec01__buttons {
        gap: 24px;
        width: 100%;
    }

    .sec01__button {
        width: 160px;
        height: 64px;
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
    }

    .sec01__button-icon {
        width: 18px;
        height: 18px;
    }

    .sec01__title {
        margin-bottom: 32px;
        line-height: 1.2;
    }

    .sec01__title-main {
        font-size: 32px;
    }

    .sec01__title-sub {
        font-size: 24px;
    }

    .sec01__title-end {
        font-size: 32px;
    }

    .sec01__benefits {
        margin-bottom: 16px;
    }

    .sec01__benefit {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .sec01__benefit-icon {
        width: 22px;
        height: 22px;
        margin-right: 12px;
    }

    .sec01__description {
        font-size: 17px;
        margin-bottom: 32px;
        text-align: left;
    }



}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec01 {
        height: auto;
        padding-block: 80px;
    }

    .sec01__container {
        padding: 0 16px;
        margin-inline: auto;
    }

}

.sec02 {
    background-color: var(--blue);
    padding: 64px 0;
    position: relative;
}

.sec02__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.sec02__content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 74px;
}

.sec02__illustration {
    max-width: 72px;
}

.sec02__title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 64px;
}

.sec02__title-small {
    font-size: 0.7em;
}

.sec02__cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1136px;
    width: fit-content;
    margin-inline: auto;
}

.sec02__card {
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 24px 4px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec02__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sec02__card-text {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 15px;
    color: var(--text-gray);
}

@media (max-width: 1080px) {
    .sec02__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec02 {
        padding: 34px 0;
    }

    .sec02__container {
        padding: 0 16px;
    }

    .sec02__content {
        margin-top: 66px;
    }

    .sec02__title {
        font-size: 32px;
        letter-spacing: 0;
        margin-bottom: 40px;
    }

    .sec02__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 500px;
    }

    .sec02__card {
        height: 88px;
        padding: 16px 4px;
    }

    .sec02__card-text {
        font-size: 14px;
    }
}

.sec03 {
    background-color: var(--white);
    padding: 115px 0 80px;
}

.sec03__container {
    max-width: 1280px;
    margin: 0 auto;
    width: calc(100% - 32px);
}

.sec03__title {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 48px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 117px;
    padding-bottom: 0;
}

.sec03__sub-title {
    font-size: 0.6em;
    display: block;
    letter-spacing: -0.01em;
}

.sec03__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin-bottom: 80px;
}

.sec03__image {
    position: relative;
    width: 100%;
    height: 478px;
    margin-bottom: 32px;
}

.sec03__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec03__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    padding: 80px 80px 80px 140px;
    border-radius: 12px;
    position: relative;
    margin-left: -160px;
    z-index: 1;
    width: calc(100% + 160px);
    filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, .12));
    line-height: 2;
    letter-spacing: .1em;
}

.sec03__description-text-wrap {
    position: relative;
    z-index: 2;
}

.sec03__description-title {
    font-family: var(--serif);
    font-weight: 500;
    font-size: min(44px, 2.3vw);
    color: var(--blue);
    margin-bottom: 1em;
    padding-bottom: 0;
    line-height: 1.2;
}

.sec03__description-title-sub {
    font-size: 0.66em;
}

.sec03__description-text {
    position: relative;
    z-index: 2;
}

.sec03__description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    clip-path: polygon(62px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.sec03__comparison-wrapper {
    display: grid;
    grid-template-columns: 50% calc(50% - 80px);
    gap: min(80px, 6.25vw);
    margin-top: 40px;
    align-items: start;
}

.sec03__comparison {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sec03__card {
    padding: 32px 24px;
    border-radius: 12px;
    border: 2px solid;
    position: relative;
}

.sec03__card--normal {
    background-color: #F0FDF4;
    border-color: #B9F8CF;
}

.sec03__card--receding {
    background-color: #FEF2F2;
    border-color: #FFC9C9;
}

.sec03__card-title {
    font-family: var(--sans-serif);
    font-weight: 700;
    font-size: 24px;
    color: var(--blue);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec03__card-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.sec03__card-description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
}

.sec03__illustration {
    width: 100%;
}

.sec03__illustration img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1279px) {
    .sec03__container {
        width: 100%;
    }

    .sec03__sub-title {
        font-size: 0.475em;
    }

    .sec03__content {
        align-items: start;
    }

    .sec03__title {
        margin-bottom: 80px;
    }

    .sec03__image {
        margin-bottom: 0;
        height: auto;
        width: calc(100% + 80px);
    }

    .sec03__description {
        margin-top: 40%;
        padding: 40px 40px 40px 100px;
        width: calc(100% + 80px);
        margin-left: -80px;
        font-size: 17px;
    }

    .sec03__comparison-wrapper {
        grid-template-columns: 1fr;
        max-width: 640px;
        width: calc(100% - 128px);
        margin-inline: auto;
    }

    .sec03__illustration {
        order: -1;
    }
}



/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec03 {
        padding: 85px 0 40px;
    }

    .sec03__container {
        width: 100%;
    }

    .sec03__title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .sec03__content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .sec03__image {
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .sec03__description {
        font-size: 17px;
        margin-inline: auto;
        width: calc(100% - 32px);
        padding: 0;
        box-shadow: none;
        margin-top: 0;
        ;
    }

    .sec03__description::before {
        display: none;
    }

    .sec03__comparison-wrapper {
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        margin-inline: auto;
        max-width: 500px;
        gap: 40px;
    }

    .sec03__comparison {
        gap: 24px;
    }

    .sec03__card {
        padding: 24px 16px;
    }

    .sec03__card-title {
        font-size: 22px;
    }

    .sec03__card-description {
        font-size: 17px;
    }

    .sec03__illustration {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
}

.sec04 {
    background-color: var(--white);
    padding: 128px 0;
    position: relative;
}

.sec04::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 156, 80, 0.15);
    z-index: 0;
}

.sec04__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.sec04__title {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 48px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 80px;
}

.sec04__title-sub {
    font-size: 0.8em;
}

.sec04__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.sec04__list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 120px;
}

.sec04__list-item {
    width: 100%;
    max-width: 600px;
    height: 160px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 80px;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
}

.sec04__list-item::before {
    content: '';
    display: block;
    width: 256px;
    height: 256px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-40%, -50%);
    background-color: #E4F2F2;
    border-radius: 50%;
}

.sec04__list-item-b::before {
    background-color: #F5E8ED;
}

.sec04__list-item-icon-wrap {
    position: relative;
}

.sec04__list-item-icon {
    max-width: 72px;
}

.sec04__list-item-text {
    font-size: 34px;
    font-weight: 500;
    color: #4A5565;
}

.sec04-risk-wrap {
    padding: 112px 96px;
    background-color: #fff;
}

.sec04-risk-title {
    color: #16265F;
    font-size: 48px;
    font-weight: 500;
    font-family: var(--serif);
    text-align: center;
    margin-bottom: 1em;
}

.sec04-risk-description {
    color: #4A5565;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    margin-bottom: 80px;
}


.sec04__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
}

.sec04__card {
    background-color: #F8F8F8;
    border-radius: 16px;
    padding: 24px 36px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sec04__card-icon {
    width: 88px;
    height: 88px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec04__card-icon--aging {
    background-color: #EFF6FF;
}

.sec04__card-icon--periodontal {
    background-color: #FEF2F2;
}

.sec04__card-icon--brushing {
    background-color: #FFF7ED;
}

.sec04__card-icon--bite {
    background-color: #F6EBF8;
}

.sec04__card-icon--grinding {
    background-color: #FFFBE3;
}

.sec04__card-icon--smoking {
    background-color: #F4F4F4;
}

.sec04__card-icon img {
    width: 48px;
    height: 48px;
}

.sec04__card-title {
    font-family: var(--sans-serif);
    font-weight: 700;
    font-size: 24px;
    color: var(--text-light-gray);
}

.sec04__card-description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    flex-grow: 1;
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec04 {
        padding: 108px 0;
    }
    .sec04__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .sec04__description {
        font-size: 17px;
        margin-bottom: 50px;
    }

        .sec04__container {
            max-width: 1024px;
            margin-inline: auto;
        }
    .sec04__list-wrap {
        margin-bottom: 80px;
        gap: 40px;
    }

    .sec04__list-item {
        padding: 24px 32px;
        height: 128px;
    }

    .sec04__list-item-text {
        font-size: 24px;
    }

    .sec04-risk-wrap {
        padding: 76px 40px;
    }

    .sec04__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        max-width: 672px;
    }

    .sec04__card {
        padding: 24px 36px;
    }

    .sec04__card-icon {
        width: 72px;
        height: 72px;
    }

    .sec04__card-icon img {
        width: 40px;
        height: 40px;
    }

    .sec04__card-title {
        font-size: 22px;
    }

    .sec04__card-description {
        font-size: 17px;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec04 {
        padding: 104px 0 96px;
    }

    .sec04__container {
        padding: 0 16px;
    }

    .sec04__title {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .sec04__list-wrap {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-inline: auto;
    }

    .sec04-risk-wrap {
        padding: 64px 24px;
    }

    .sec04-risk-title {
        font-size: 40px;
    }

    .sec04__cards {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 500px;
    }

    .sec04__card {
        padding: 24px 36px;
    }

    .sec04__card-icon {
        width: 72px;
        height: 72px;
    }

    .sec04__card-icon img {
        width: 40px;
        height: 40px;
    }

    .sec04__card-title {
        font-size: 22px;
    }

    .sec04__card-description {
        font-size: 17px;
    }
}

.sec05 {
    background-color: var(--white);
    padding: 128px 0 144px;
    background-image: linear-gradient(0deg, #f5f5f5 2px, transparent 2px), linear-gradient(90deg, #f5f5f5 2px, transparent 2px);
    background-size: 16px 16px;
}

.sec05__container {
    max-width: 1280px;
    width: calc(100% - 32px);
    margin-inline: auto;
}

.sec05__title {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 48px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 76px;
}

.sec05__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-light-gray);
    text-align: center;
    margin-bottom: 80px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.sec05__problems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.sec05__problem {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec05__problem-content {
    background-color: #F8F8F8;
    padding: 104px 32px 24px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12);
    margin-left: 32px;
    margin-top: -80px;
    position: relative;
    z-index: 0;
    max-width: 360px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sec05__problem-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #D9D9D9;
    max-width: 360px;
    position: relative;
    z-index: 1;
}

.sec05__problem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec05__problem-title {
    font-family: var(--sans-serif);
    font-weight: 700;
    font-size: 20px;
    color: var(--blue);
    margin-bottom: 16px;
}

.sec05__problem-description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    text-align: left;
}

.sec05__early-treatment {
    background: linear-gradient(90deg, rgba(240, 253, 244, 1) 0%, rgba(254, 252, 232, 1) 100%);
    border-radius: 16px;
    padding: 56px 160px 40px;
    position: relative;
}

.sec05__early-treatment-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 28px;
    color: var(--text-light-gray);
    text-align: center;
    margin-bottom: 48px;
}

.sec05__early-treatment-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 48px;
}

.sec05__early-treatment-box {
    background-color: var(--white);
    border-radius: 10px;
    padding: 32px 64px;
    box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.1), 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.sec05__early-treatment-subtitle {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 24px;
    color: var(--text-light-gray);
    margin-bottom: 24px;
    border-bottom: 1px solid #B9F8CF;
    padding-bottom: .25em;
}

.sec05__early-treatment-list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.sec05__early-treatment-item {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sec05__early-treatment-item-icon {
    width: auto;
    height: 1.25em;
    flex-shrink: 0;
}

.sec05__early-treatment-text {
    text-align: center;
    margin-top: 48px;
}

.sec05__early-treatment-text p {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.2;
}

.sec05__early-treatment-text p+p {
    margin-top: 0.75em;
}

p.sec05__early-treatment-text-c {
    color: #F54900;
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec05 {
        padding: 96px 0 120px;
    }

    .sec05__container {
        width: calc(100% - 80px);
        max-width: 1024px;
    }

    .sec05__problems {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-bottom: 60px;
        max-width: 768px;
        margin-inline: auto;
    }

    .sec05__problem:nth-child(2) {
        margin-left: auto;
    }

    .sec05__problem-content {
        padding: 56px 24px 24px;
        margin-left: 10vw;
        margin-top: -32px;
    }

    .sec05__problem-image {
        height: 216px;
    }

    .sec05__problem-title {
        font-size: 20px;
    }

    .sec05__problem-description {
        font-size: 17px;
    }

    .sec05__early-treatment {
        padding: 56px 48px 40px;
    }

    .sec05__early-treatment-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .sec05__early-treatment-subtitle-text {
        display: block;
        max-width: 400px;
        margin-inline: auto;
    }

    .sec05__early-treatment-content {
        width: calc(100% - 80px);
        margin-inline: auto;
    }

    .sec05__early-treatment-list {
        flex-direction: column;
        gap: 24px;
        max-width: 400px;
        margin-inline: auto;
    }

    .sec05__early-treatment-text p {
        font-size: 17px;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec05 {
        padding: 96px 0 80px;
    }

    .sec05__container {
        width: calc(100% - 48px);
    }

    .sec05__title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .sec05__description {
        font-size: 17px;
        margin-bottom: 50px;
        letter-spacing: -.05em;
    }

    .sec05__problems {
        gap: 40px;
        margin-bottom: 40px;
    }

    .sec05__problem-content {
        margin-left: 32x;
    }

    .sec05__problem-image {
        height: auto;
        width: calc(100% - 32px);
    }

    .sec05__problem-title {
        font-size: 20px;
    }

    .sec05__problem-description {
        font-size: 17px;
    }

    .sec05__early-treatment {
        padding: 40px 24px;
    }

    .sec05__early-treatment-box {
        padding: 32px 24px;
    }

    .sec05__early-treatment-title {
        font-size: 25px;
        margin-bottom: 32px;
    }

    .sec05__early-treatment-content {
        width: 100%;
        max-width: 460px;
    }

    .sec05__early-treatment-text {
        text-align: left;
    }
    .sec05__early-treatment-list {
        gap: 16px;
    }
}

.sec06 {
    background: linear-gradient(135deg, rgba(240, 246, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 128px 0 144px;
}

.sec06__container {
    max-width: 1280px;
    margin-inline: auto;
}

.sec06__title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 48px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 76px;
    line-height: 1.2;
}

.sec06__title-bb::after {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background-color: var(--gold);
    margin-block: 1em;
    margin-inline: auto;
}

.sec06__sub-title {
    font-size: 0.71em;
    display: block;
}

.sec06__title-sub {
    font-size: 0.71em;
}

.sec06__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 48px);
}

.sec06__treatments {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    margin: 0 auto;
}

.sec06__treatment {
    position: relative;
    display: grid;
    grid-template-columns: 60% calc(40% + 80px);
    align-items: end;
    gap: 0;
    max-width: 1200px;
}

.sec06__treatment:nth-child(2) {
    justify-self: end;
}

.sec06__treatment-image {
    width: 100%;
    overflow: hidden;
    background-color: #EEF8F2;
    padding: 40px 160px 40px 24px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
    margin-bottom: 40px;
    min-height: 400px;
}

.sec06__treatment:nth-child(2) .sec06__treatment-image {
    background-color: #fff;
}

.sec06__treatment-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec06__treatment-content {
    padding: 80px 64px 80px 120px;
    display: flex;
    flex-direction: column;
    margin-left: -160px;
    max-width: calc(100% + 80px);
    position: relative;
    z-index: 0;
    filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, .12));
}

.sec06__treatment-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.sec06__treatment-subtitle {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 16px;
    color: #155DFC;
    margin-bottom: 8px;
}

.sec06__treatment-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 32px;
    color: var(--blue);
    margin-bottom: 16px;
    border-bottom: 1px solid #BB9C50;
    padding-bottom: .25em;
}

.sec06__treatment-title-text {
    margin-right: 16px;
}

.sec06__treatment-description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--text-gray);
    line-height: 2;
    flex-grow: 1;
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec06__treatments {
        grid-template-columns: 1fr;
        gap: 64px;
        max-width: 1024px;
    }

    .sec06__treatment {
        max-width: calc(100% - 40px);
        align-items: start;
    }

    .sec06__treatment-image {
        margin-bottom: 0;
        min-height: unset;
    }

    .sec06__treatment-content {
        padding: 40px 32px 40px 96px;
        margin-top: 40px;
    }

    .sec06__treatment-title {
        font-size: 32px;
    }

    .sec06__treatment-description {
        font-size: 17px;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec06 {
        padding: 80px 0 96px;
    }

    .sec06__container {
        width: calc(100% - 48px);
    }

    .sec06__title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .sec06__description {
        font-size: 17px;
        margin-bottom: 50px;
        max-width: 342px;
        width: 100%;
    }

    .sec06__treatments {
        max-width: 500px;
    }

    .sec06__treatment {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
        max-width: 100%;
    }

    .sec06__treatment-image {
        height: auto;
        width: auto;
        padding: 0;
        clip-path: none;
        background-color: inherit;
    }

    .sec06__treatment-content {
        padding: 0;
        margin: 40px 0 0;

    }

    .sec06__treatment-content::before {
        display: none;
    }

    .sec06__treatment-title {
        font-size: 32px;
    }

    .sec06__treatment-description {
        font-size: 17px;
    }
}

.sec07 {
    background-color: var(--white);
    padding: 120px 0;
}

.sec07__container {
    max-width: 1920px;
    margin-inline: auto;
}

.sec07__header {
    text-align: center;
    margin-bottom: 72px;
}

.sec07__title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 48px;
    line-height: 0.83;
    color: var(--blue);
    margin-bottom: 32px;
}

.sec07__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.56;
    color: #4A5565;
}

.sec07__nav {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 32px;
    margin-bottom: 120px;
    max-width: 1024px;
    margin-inline: auto;
    flex-direction: column;
    padding-top: 80px;
    border-top: 1px dashed var(--blue);
}

.sec07__nav-item {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.36;
    letter-spacing: 0.08em;
    color: var(--blue);
    margin-left: 10%;
}

.sec07__nav-badge {
    background-color: var(--gold);
    padding: 4px 16px;
    font-family: "League Spartan", sans-serif;
    ;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: var(--white);
    flex-shrink: 0;
    min-width: 5.4em;
}

.sec07__cases {
    margin-inline: auto;
}

.sec07__case {
    padding: 88px 0;
    position: relative;
}

.sec07__case:nth-child(odd) {
    background-color: #F8F8F8;
}

.sec07__case:last-child {
    margin-bottom: 0;
}

.sec07__case-inner {
    max-width: 1280px;
    margin-inline: auto;
    width: calc(100% - 32px);
}

.sec07__case-header {
    text-align: center;
    margin-bottom: 40px;
}

.sec07__case-badge {
    background-color: var(--gold);
    padding: 4px 28px;
    font-family: "League Spartan", sans-serif;
    ;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: var(--white);
    text-align: center;
}

.sec07__case-title {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 36px;
    line-height: 1.36;
    letter-spacing: 0.08em;
    color: var(--blue);
    text-align: center;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--gold);
    padding-bottom: .5em;
}

.sec07__case-content {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: max(56px, 6vw);
    max-width: 1280px;
    margin-inline: auto;
}

.sec07__case-images {
    width: 100%;
}

.sec07__case-image {
    width: 100%;
    height: auto;
    display: block;
    margin-inline: auto;
}

.sec07__case-details {}

.sec07__case-detail-row {
    display: grid;
    grid-template-columns: 144px 1fr;
    gap: 40px;
    align-items: center;
}

.sec07__case-detail-label {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #4A5565;
    text-align: center;
    border-bottom: 1px solid var(--gold);
    padding: 16px .5em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07__case-detail-value {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.36;
    color: #4A5565;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px 0;
}

.sec07__case-detail-value--large {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.sec07__case-detail-divider {
    margin-bottom: 48px;
    padding-top: 16px;
    border-top: 1px solid var(--gold);
}

.sec07__case-detail-section {
    background-color: #FFFFFF;
    padding: 48px 64px;
    margin: 64px 0 0;
    display: grid;
    gap: 6vw;
    grid-template-columns: 20% auto;
}

.sec07__case:nth-child(even) .sec07__case-detail-section {
    background-color: #F8F8F8;
}

.sec07__case-detail-section-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #4A5565;
    text-align: center;
    border-right: 1px solid var(--gold);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07__case-detail-section-text {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    color: #4A5565;
}

.sec07__footer {
    text-align: center;
}

.sec07__footer-link {
    background-color: var(--blue);
    color: var(--white);
    padding: 40px 80px;
    font-family: var(--serif);
    font-weight: 300;
    font-size: 32px;
    line-height: 1.25;
    text-decoration: none;
    transition: opacity 0.3s;
    position: relative;
    max-width: 1024px;
    width: calc(100% - 32px);
    display: block;
    margin-inline: auto;
}

.sec07__footer-link::after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.sec07__footer-link:hover {
    opacity: 0.8;
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec07 {
        padding: 88px 0px;
    }

    .sec07__case-inner {
        max-width: 688px;
    }

    .sec07__header {
        margin-bottom: 56px;
    }

    .sec07__title {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .sec07__description {
        font-size: 17px;
        line-height: 1.65;
    }

    .sec07__nav {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
        max-width: 688px;
        margin-bottom: 56px;
    }

    .sec07__nav-item {
        font-size: 17px;
    }

    .sec07__nav-badge {
        font-size: 18px;
        padding: 5px 16px;
    }

    .sec07__case {
        padding: 72px 0;
    }

    .sec07__case-badge {
        font-size: 16px;
        padding: 8px 20px;
    }

    .sec07__case-title {
        font-size: 28px;
        line-height: 1.36;
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    .sec07__case-content {
        grid-template-columns: 1fr;
        gap: 56px;
        padding: 0 40px;
    }

    .sec07__case-image {
        max-width: 100%;
    }

    .sec07__case-details {
        margin-inline: auto;
        padding-top: 0;
    }

    .sec07__case-detail-row {
        grid-template-columns: 144px 1fr;
        margin-bottom: 0;
        border-bottom: 1px solid var(--gold);
    }

    .sec07__case-detail-row:first-child {
        border-top: 1px solid var(--gold);
    }

    .sec07__case-detail-label {
        font-size: 17px;
        line-height: 1.8;
        border-bottom: none;
        border-right: 1px solid var(--gold);
        padding-block: 16px;
    }

    .sec07__case-detail-value {
        font-size: 16px;
        padding-block: 16px;
    }

    .sec07__case-detail-section {
        padding: 40px;
        margin: 56px 40px 0;
    }

    .sec07__footer-link {
        font-size: 22px;
        padding: 25px 60px;
        max-width: 568px;
    }

    .sec07__footer-link::after {
        width: 22px;
        height: 22px;
        right: 20px;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec07 {
        padding: 88px 0;
    }

    .sec07__header {
        margin-bottom: 48px;
        padding-inline: 24px;
    }

    .sec07__title {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .sec07__description {
        font-size: 17px;
        line-height: 1.65;
    }

    .sec07__nav {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 24px;
        max-width: 500px;
        width: calc(100% - 48px);
        align-items: center;
    }

    .sec07__nav-item {
        flex-direction: column;
        text-align: left;
        font-size: 17px;
        letter-spacing: 0.04em;
        gap: 8px;
        margin-left: 0;
        width: 100%;
    }

    .sec07__nav-badge {
        font-size: 18px;
        padding: 5px 16px;
    }

    .sec07__case {
        padding: 64px 0;
    }

    .sec07__case-badge {
        top: 24px;
        font-size: 16px;
        padding: 8px 20px;
    }

    .sec07__case-title {
        font-size: 28px;
        line-height: 1.36;
        letter-spacing: 0.05em;
        margin-bottom: 32px;
        padding: 0 24px;
    }

    .sec07__case-content {
        padding: 0 24px;
        max-width: 500px;
    }

    .sec07__case-image {
        max-width: 100%;
    }

    .sec07__case-details {
        margin-inline: auto;
    }

    .sec07__case-detail-row {
        grid-template-columns: 91px 1fr;
        gap: 16px;
    }

    .sec07__case-detail-label {
        font-size: 17px;
        line-height: 1.8;
    }

    .sec07__case-detail-value {
        font-size: 16px;
    }

    .sec07__case-detail-section {
        padding: 32px 24px;
        margin: 48px 24px 0;
        grid-template-columns: 1fr;
    }

    .sec07__case-detail-section-title {
        border-right: none;
        border-bottom: 1px solid var(--gold);
        padding-bottom: 0.5em;
    }

    .sec07__case-detail-section-title br {
        display: none;
    }

    .sec07__footer {}

    .sec07__footer-link {
        width: calc(100% - 48px);
        font-size: 22px;
        padding: 23px 40px;
    }

    .sec07__footer-link::after {
        width: 15px;
        height: 15px;
        right: 16px;
    }
}

.sec08 {
    background-color: #F5F0E5;
    padding: 112px 0 120px;
}

.sec08__container {
    width: calc(100% - 48px);
    max-width: 1344px;
    margin-inline: auto;
}

.sec08__header {
    text-align: center;
    margin-bottom: 80px;
}

.sec08__title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    color: var(--blue);
    margin-bottom: 72px;
}

.sec08__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.56;
    color: var(--text-gray);
}

.sec08__faq-list {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sec08__faq-item {
    background-color: var(--white);
    border: 1px solid #717182;
    border-radius: 10px;
    overflow: hidden;
}

.sec08__faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    min-height: 104px;
}

.sec08__faq-question:hover {
    background-color: rgba(187, 156, 80, 0.05);
}

.sec08__faq-number {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    color: #CCAF71;
    flex-shrink: 0;
}

.sec08__faq-number-sub {
    font-size: .6em;
}

.sec08__faq-question-text {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: var(--text-gray);
    text-align: left;
    flex-grow: 1;
}

.sec08__faq-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sec08__faq-icon svg {
    width: 100%;
    height: 100%;
}

.sec08__faq-item.is-active .sec08__faq-icon {
    transform: translateY(-50%) rotate(180deg);
}

.sec08__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sec08__faq-item.is-active .sec08__faq-answer {
    max-height: 1000px;
}

.sec08__faq-answer-inner {
    padding: 0px 32px 40px;
    margin-left: 72px;
}

.sec08__faq-answer-text {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    color: var(--text-gray);
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec08 {
        padding: 96px 0 104px;
    }

    .sec08__header {
        margin-bottom: 64px;
    }

    .sec08__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .sec08__description {
        font-size: 17px;
        line-height: 2;
    }

    .sec08__faq-list {
        max-width: 640px;
        gap: 32px;
    }

    .sec08__faq-question {
        padding: 16px;
        gap: 16px;
        min-height: 80px;
    }

    .sec08__faq-question-text {
        font-size: 20px;
        padding-right: 50px;
    }

    .sec08__faq-icon {
        right: 16px;
        width: 33.19px;
        height: 16.6px;
    }

    .sec08__faq-answer-inner {
        padding: 0 16px 16px 16px;
        margin-left: 56px;
    }

    .sec08__faq-answer-text {
        font-size: 17px;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec08 {
        padding: 88px 0 96px;
    }

    .sec08__header {
        margin-bottom: 56px;
    }

    .sec08__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 56px;
    }

    .sec08__description {
        font-size: 17px;
        line-height: 2;
    }

    .sec08__faq-list {
        max-width: 500px;
        gap: 32px;
    }

    .sec08__faq-question {
        gap: 16px;
        min-height: 80px;
    }

    .sec08__faq-question-text {
        font-size: 20px;
        padding-right: 35px;
    }

    .sec08__faq-icon {
        width: 17.34px;
        height: 8.67px;
    }

    .sec08__faq-answer-inner {
        padding: 0 8px 16px 8px;
        margin-left: 56px;
    }

    .sec08__faq-answer-text {
        font-size: 17px;
    }
}

.sec09 {
    background-color: var(--white);
    padding-top: 112px;
    position: relative;
}

.sec09__header {
    text-align: center;
    margin-bottom: 72px;
}

.sec09__title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    color: var(--blue);
    margin-bottom: 72px;
}

.sec09__description {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.56;
    color: var(--text-gray);
}

.sec09__doctor-section {
    position: relative;
    width: 100%;
    height: 736px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec09__doctor-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.sec09__doctor-content {
    width: calc(100% - 120px);
    max-width: 1280px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.sec09__doctor-info {
    width: 472px;
}

.sec09__doctor-name {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 48px;
    line-height: 0.67;
    color: var(--text-gray);
    margin-bottom: 53px;
}

.sec09__doctor-name-en {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 28px;
    line-height: 1.14;
    color: #BB9C50;
    margin-bottom: 13px;
}

.sec09__doctor-title {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.33;
    color: var(--text-gray);
    margin-bottom: 89px;
}

.sec09__doctor-philosophy {
    background-color: inherit;
    border-radius: 10px;
    padding: 48px 40px 40px 48px;
    position: relative;
    z-index: 2;
}

.sec09__doctor-philosophy::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 70%;
    background-color: rgba(0, 0, 0, .12);
    bottom: -16px;
    right: -16px;
    z-index: -1;
    border-radius: 10px;
}

.sec09__doctor-philosophy::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.sec09__philosophy-title {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 28px;
    line-height: 0.86;
    color: #364153;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.sec09__philosophy-text {
    font-family: var(--sans-serif);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #364153;
    width: 384px;
    position: relative;
    z-index: 2;
}

.sec09__cta-section {
    background: linear-gradient(148deg, rgba(204, 175, 113, 1) 5%, rgba(187, 156, 80, 1) 100%);
    padding: 112px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec09__cta-container {
    width: calc(100% - 80px);
    max-width: 1280px;
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
}

.sec09__cta-content {
    width: 584px;
    padding-top: 20px;
}

.sec09__cta-heading {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 48px;
}

.sec09__cta-subtitle {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.17;
    color: var(--white);
    margin-bottom: 48px;
}

.sec09__cta-buttons {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.sec09__cta-button {
    width: 224px;
    height: 64px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sec09__cta-button--phone {
    background-color: var(--blue);
    color: var(--white);
}

.sec09__cta-button--phone:hover {
    background-color: #0f1a4a;
    transform: translateY(-2px);
}

.sec09__cta-button--web {
    background-color: var(--green);
    color: var(--white);
}

.sec09__cta-button--web:hover {
    background-color: #008a33;
    transform: translateY(-2px);
}

.sec09__cta-button-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.sec09__cta-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec09__cta-info-icon {
    width: 24px;
    height: 24px;
}

.sec09__cta-info-text {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: var(--white);
}

.sec09__cta-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 584px;
    height: 438px;
}

.sec09__cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 8px 16px -12px rgba(0, 0, 0, 0.25);
}

/* タブレット用スタイル */
@media (max-width: 1279px) {
    .sec09 {
        padding-top: 96px;
    }

    .sec09__header {
        margin-bottom: 64px;
    }

    .sec09__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 64px;
    }

    .sec09__description {
        font-size: 17px;
        line-height: 2;
    }

    .sec09__doctor-section {
        height: 872px;
    }

    .sec09__doctor-content {
        margin-right: 0;
        width: calc(100% - 14vw);
        max-width: 1024px;
    }

    .sec09__doctor-info {
        width: 45%;
    }

    .sec09__doctor-name {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .sec09__doctor-name-en {
        font-size: 28px;
        line-height: 1.14;
        margin-bottom: 13px;
    }

    .sec09__doctor-title {
        font-size: 17px;
        line-height: 1.41;
        margin-bottom: 104px;
    }

    .sec09__doctor-philosophy {
        padding: 48px 40px 40px 48px;
    }

    .sec09__philosophy-title {
        font-size: 28px;
        line-height: 0.86;
        margin-bottom: 24px;
    }

    .sec09__philosophy-text {
        font-size: 17px;
        line-height: 2;
        width: auto;
    }

    .sec09__cta-section {
        padding: 96px 40px 104px;
    }

.sec09__cta-container {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    max-width: 768px;
    justify-items: center;
}

    .sec09__cta-content {
        width: 100%;
        padding-top: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec09__cta-heading {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 55px;
    }

    .sec09__cta-subtitle {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 55px;
    }

    .sec09__cta-buttons {
        width: 100%;
        max-width: 588px;
        justify-content: center;
        margin-bottom: 55px;
    }

    .sec09__cta-button {
        width: 280px;
        height: 88px;
        font-size: 24px;
        line-height: 1.2;
    }

    .sec09__cta-button-icon {
        width: 26px;
        height: 26px;
    }

    .sec09__cta-image {
        position: static;
        max-width: 500px;
        width: auto;
        height: auto;
    }
}

/* モバイル用スタイル */
@media (max-width: 767px) {
    .sec09 {
        padding-top: 88px;
    }

    .sec09__header {
        margin-bottom: 64px;
    }

    .sec09__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 64px;
    }

    .sec09__description {
        font-size: 17px;
        line-height: 2;
    }

    .sec09__doctor-section {
        height: auto;
        margin-bottom: 0;
        flex-direction: column;
    }

    .sec09__doctor-bg {
        height: auto;
        position: static;
    }

    .sec09__doctor-content {
        position: static;
        transform: none;
        max-width: 100%;
        width: 100%;
        margin-inline: auto;
        background-color: #dcdfe7;
        padding: 56px 0;
    }

    .sec09__doctor-info {
        position: static;
        transform: none;
        max-width: 500px;
        width: calc(100% - 48px);
        margin-inline: auto;
    }

    .sec09__doctor-name {
        font-size: 40px;
        line-height: 0.8;
        margin-bottom: 48px;
        text-align: center;
    }

    .sec09__doctor-name-en {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 24px;
        text-align: center;
    }

    .sec09__doctor-title {
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 82px;
        text-align: center;
    }

    .sec09__doctor-philosophy {
        padding: 32px;
    }

    .sec09__philosophy-title {
        font-size: 28px;
        line-height: 0.86;
        margin-bottom: 16px;
    }

    .sec09__philosophy-text {
        font-size: 17px;
        line-height: 2;
        width: 279px;
    }

    .sec09__cta-section {
        padding: 65px 24px 72px;
    }

    .sec09__cta-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .sec09__cta-content {
        width: 100%;
        max-width: 500px;
        padding-top: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec09__cta-heading {
        font-size: 27px;
        line-height: 1.25;
        margin-bottom: 32px;
    }

    .sec09__cta-subtitle {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 32px;
    }

    .sec09__cta-buttons {
        flex-direction: row;
        width: 100%;
        max-width: 342px;
        justify-content: center;
        gap: 24px;
        margin-bottom: 32px;
    }

    .sec09__cta-button {
        width: 50%;
        height: 64px;
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
    }

    .sec09__cta-button-icon {
        width: 18px;
        height: 18px;
    }

    .sec09__cta-image {
        position: static;
        width: 100%;
        height: auto;
        max-width: 500px;
    }
}

.sec10 {
    background: linear-gradient(180deg, rgba(91, 164, 200, 1) 0%, rgba(74, 148, 184, 1) 100%);
    padding: 107px 0;
    position: relative;
    overflow: hidden;
}

.sec10__background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1820px;
    height: auto;
    opacity: 0.2;
    pointer-events: none;
}

.sec10__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.sec10__content {
    text-align: center;
}

.sec10__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.sec10__description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.sec10__button {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 1024px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin: 0 auto;
    position: relative;
}

.sec10__button::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    aspect-ratio: 1;
    width: auto;
    height: 1em;
    background-color: #83b7d0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.sec10__button:hover {
    opacity: 0.9;
}

.sec10__button-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32px;
    color: #4C96BA;
    flex: 1;
    text-align: center;
}

@media (max-width: 767px) {
    .sec10 {
        padding: 80px 0;
    }

    .sec10__container {
        padding: 0 20px;
    }

    .sec10__title {
        font-size: min(30px, 7vw);
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .sec10__description {
        font-size: 18px;
        line-height: 2em;
        margin-bottom: 35px;
    }

    .sec10__button {
        max-width: 356px;
        height: 112px;
        padding: 0 25px;
    }

    .sec10__button-text {
        font-size: min(21px, 5.2vw);
        line-height: 1;
    }

    .sec10__background {
        max-width: 1200px;
    }
}
