@charset "utf-8";

.block_00 .text01 {
    color: #555;
    font-size: min(calc(18 / 1450 * 100vw), 18px);
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
}

@media screen and (max-width:1279px) {
    .block_00 .text01 {
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    .block_00 .text01 {
        font-size: 16px;
    }
}
















/*　header　*/
.header_menu {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9;
    justify-content: space-between;
    width: 100%;
    flex: 1 1 auto;
    gap: 0;
    /*transition: background 0.3s ease;*/
    transition: .3s;
    z-index: 9997;
    height: auto;
    background: transparent;
    transform: translateY(0);
}
.header_menu.is-hidden {
    transform: translateY(-100%);
}

.header_menu-logo-wrap {

}

.header_menu-logo-note {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-inline: auto;
    width: fit-content;
}

.header_menu-logo-note.diactive {
    display: none;
}

.btn_phone-small {
    display: block;
    font-size: 0.9em;
    text-align: right;
}

@media (max-width: 1279px) {
    .header_menu-logo-wrap, .static_logo {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .header_menu {
        max-height: 88px;
    }

    .header_menu-logo-wrap {
        width: 100%;
    }
}

.header_menu h1 {
    max-width: clamp(460px, 35vw, 664px);
    aspect-ratio: 695 / 116;
    padding: 0.5vw 1vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 56%);
}

@media (max-width: 1280px) {
    .header_menu h1 {
        max-width: 100%;
        max-height: 120px;;
    }
    .header_menu-logo-wrap picture {
        display: contents;
    }
    .header_menu h1 img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 767px) {
    .header_menu {
        position: sticky;
    }

    .header_menu h1 {
        padding: 8px;
        max-width: 100%;
        max-height: 88px;
        aspect-ratio: auto;
        width: 100%;
    }
    .header_menu h1 img {        
        max-width: 100%;
        max-height: 72px;
    }   

    .header_menu_logo {
        /*height: 100%;
        width: auto;*/
        height: auto;
        /* width: min(314px, 30vw); */
        max-height: 80px;
    }
}

.scrolled .static_logo {
    /* height: 0; */
    /* visibility: hidden; */
    /* display: block; */
}

.static_logo .header_menu_logo {
    transition: .3s;
}

.scrolled .static_logo .header_menu_logo {
    transform: translateY(-25vw);
}

.scrolled.header_menu {
    height: 5.2vw;
}

.header_menu_btns .btn_phone,
.header_menu_btns .btn_web {
    transition: .3s;
    padding: 8px;
}
.header_menu_btns .btn_web {
    background-color: rgb(201 168 76 / 88%);
    position: relative;
}
.header_menu_btns .btn_web::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.scrolled .header_menu_btns .btn_phone,
.scrolled .header_menu_btns .btn_web {
    transform: translateY(-25vw);
}

@media (max-width: 1279px) {
    .scrolled .static_logo .header_menu_logo {
        transform: translateY(-50vw);
    }

    .scrolled.header_menu h1 {
        max-width: clamp(268px, 21.2vw, 371px);
    }

    .scrolled.header_menu {
        height: 7.4vw;
    }
}

@media (max-width: 799px) {
    .scrolled.header_menu {
        height: 60px;
    }
}

.header_menu_btns {
    display: flex;
    flex-shrink: 0;
    max-width: calc(100% - 371px - 32px);
    max-height: 120px;
}
















/*
.btn_phone {
    background: white;
    flex: 0 0 340px;
    color: #868686;
    font-family: var(--sans);
    font-size: 16px;
    letter-spacing: 0.23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header_menu_btns_phone_title {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .25em;
}

.header_menu_btns_phone_number,
.introduction_reservation_btn-tel-number {
    color: #868686;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    gap: 0px;
    font-family: var(--advent);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    margin-bottom: 4px;
    align-items: center;
    white-space: nowrap;
}

.header_menu_btns_phone_number::before,
.introduction_reservation_btn-tel-number::before,
.cta_btn_phone_title::before {
    content: "";
    display: block;
    width: auto;
    height: 1.2em;
    background-image: url("../img/icon-tel.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 40 / 48;
}

.header_menu_btns_phone_time {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.header_menu_btns_phone_time-sub {
    font-size: .8em;
}

.header_menu_btns_phone_time_note {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    display: inline-block;
    padding: .25em .75em;
    margin-left: .5em;
}

@media (max-width: 1279px) {
    .btn_phone {
        display: none;
    }
}

.btn_web,
.introduction_reservation_btn-web {
    font-family: var(--sans);
    background: var(--primary-color);
    flex: 0 0 304px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header_menu_btns_web_title,
.introduction_reservation_btn-web-text {
    font-size: 28px;
    font-family: 'Advent Pro';
}

.header_menu_btns_web_title-sub,
.introduction_reservation_btn-web-text-sub {
    font-size: 0.7em;
    letter-spacing: .1em;
    margin-left: .1em;
}

.header_menu_btns_web_main,
.introduction_reservation_btn-web-main {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.23px;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    position: relative;
    font-family: 'Advent Pro';
}

.header_menu_btns_web_main::before,
.introduction_reservation_btn-web-main::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon-web.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header_menu_btns_web_main-text {
    display: flex;
    align-items: center;
    letter-spacing: .05em;
}

.header_menu_btns_web_main-sub,
.introduction_reservation_btn-web-main-sub {
    font-size: 0.8em;
}

.header_menu_btns_web_sub {
    font-family: var(--corinthia), cursive;
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
}

@media (max-width: 1279px) {
    .btn_web {
        display: none;
    }
}


@media (max-width: 799px) {
    .header_menu_btns {
        flex-shrink: 0;
        max-width: none;
    }
}
*/









/* mv */
.mv {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 968;
}
.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet-active {
    background-color: #555;
}
.swiper-button-next, .swiper-button-prev {
    color: #aaa;
    mix-blend-mode: difference;
}

.mv-text-wrap {
    position: absolute;
    top: 3.85vw;
    left: 2.5vw;
    width: 32.18%;
    height: 100%;
    z-index: 1;
}

.mv-text-logo {
    max-width: 80%;
    margin: 0 auto 56px;
}

.mv-opening-date-image {
    width: 20.98vw;
    margin-inline: auto;
    margin-top: 2.91vw;
}

@media (max-width: 1279px) {
    .mv-text-wrap {
        top: 0;
        left: 0;
        width: 100%;
    }
    .mv-text-logo {
        width: 44.76vw;
        margin-inline: auto;
        margin-top: 0.5vw;
    }
    .mv-site-name {
        position: absolute;
        bottom: 3.51vw;
        left: 0;
        width: 100%;
    }
    .mv-site-name-image {
        width: 57.03vw;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .mv-text-logo {
        width: 62.25vw;
    }
    .mv-site-name-image {
        width: 93.58vw;
        max-width: 500px;
        bottom: 7.94vw;
    }
}



.top-navi {
    background-color: rgb(47 42 40 / 15%);
    position: absolute;
    bottom: 0;
    z-index: 9999;
    /* opacity: 0; */
    /* transform: translateY(-100%); */
    transition: 0.3s;
    width: 100%;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}
.top-navi-logo-wrap {
    display: none;
}
.top-navi.is_active {
    position: fixed;
    top: 0;
    bottom: auto;
    background-color: rgba(255,255,255,0.5);
    opacity: 1;
    transform: none;
    backdrop-filter: blur(8px);
    background-color: #A09090;
}
.top-navi.is_active .top-navi-logo-wrap {
    display: block;
}
.top-navi-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1536px;
    margin-inline: auto;
    width: calc(100% - 32px);
}
.top-navi-logo {
    max-width: 327px;
}
.top-navi-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: 100%;
}
.top-navi.is_active .top-navi-list {
    width: 70%;
}
.top-navi-item {
    font-size: 19px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.top-navi.is_active .top-navi-item {
    color: #C0B0B0;
    text-shadow: none;
}
.top-navi-item-icon {
    width: auto;
    height: 1em;
    filter: brightness(2);
}
.top-navi.is_active .top-navi-item-icon {
    filter: none;
}
.top-navi-item-text-en {
    font-size: 52.63%;
}




.introduction_info.pc_none {
    background: linear-gradient(180deg, #5a493d, #3d3128 95%);
    padding: 16px;
}
.introduction_info-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.introduction_info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
}
.introduction_info-item + .introduction_info-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #F5E9D9 50%, transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.introduction_info-image {
    aspect-ratio: 1;
    width: 34px;
}
.introduction_info-item-text {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}
.introduction_info-item-text-sub {
    font-size: 0.8em;
}










.introduction {
    background-image: url("/assets/img/top/introduction-bg-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introduction_section_inner {
    padding: 0;
}

.introduction_section_en {
    text-align: right;
}

.introduction_section_en::first-letter {
    color: #DFC1C1;
}

.introduction_section_en::after {
    width: 100%;
    left: auto;
    right: 0;
    background: linear-gradient(to right, transparent, #ccc);
}
.introduction_contents {
    width: calc(max(50%, 600px) + 160px);
    background-color: rgba(255, 255, 255, .88);
    margin-left: auto;
    padding: 120px 40px 120px 160px;
    clip-path: polygon(160px 0, 100% 0, 100% 100%, 0px 100%);
}

.introduction_clinic_infos {
    margin-bottom: 40px;
}

.introduction_clinic_info {
    font-size: 32px;
    display: flex;
    align-items: baseline;
    gap: .25em;
    --clinic-info-margin-base: -0.25em;
    margin-left: var(--clinic-info-margin-base);
    counter-increment: number;
    color: #555;
}
.introduction_clinic_info-sub {
    font-size: 0.8em;
}
.introduction_clinic_info + .introduction_clinic_info {
    margin-top: 1em;
}
.introduction_clinic_info:nth-child(2) {
    margin-left: calc(var(--clinic-info-margin-base) * 2);
}

.introduction_clinic_info:nth-child(3) {
    margin-left: calc(var(--clinic-info-margin-base) * 3);
}

.introduction_clinic_info:nth-child(4) {
    margin-left: calc(var(--clinic-info-margin-base) * 4);
}

.introduction_clinic_info::before {
    content: "";
    aspect-ratio: 48 / 38;
    background-image: url("../img/top/icon_check_simple.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: .6em;
    display: inline-block;
    vertical-align: middle;
}

.introduction_reservation_btns {
    margin-left: -64px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.introduction_reservation_btn-tel {
    border: 1px solid #A89898;
    display: block;
    padding: 16px;
    max-width: 304px;
    background-color: #fff;
    flex: 1;
    border-radius: 5px;
}

.introduction_reservation_btn-tel-text {
    font-weight: 400;
    position: relative;
    color: #231814;
}

.introduction_reservation_btn-tel-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #A89898;
    position: absolute;
    bottom: 50%;
    left: 0;
}

.introduction_reservation_btn-tel-text-str {
    display: inline-block;
    background-color: #fff;
    padding-inline: 0.5em 1em;
    position: relative;
    z-index: 1;
}

.introduction_reservation_btn-tel-number {
    font-size: 31px;
}

.introduction_reservation_btn-web {
    max-width: 304px;
    display: block;
    padding: 16px 32px;
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 1;
}

.introduction_title {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: initial;
    width: 200px;
    font-size: 64px;
}

.introduction_title-main,
.introduction_title-sub {
    padding: 0.5em 0.25em;
    background-color: #fff;
    display: block;
    height: fit-content;
    line-height: 1;
}

.introduction_title-main {
    color: var(--primary-color);
    white-space: nowrap;
    display: block;
}

.introduction_title-sub {
    font-size: 0.625em;
    margin-block-end: 0.25em;
    margin-inline-start: -1em;
}

.introduction_content_block-inner {
    width: fit-content;
}
.introduction_content_block-inner .section_title {
    text-align: right;
}

@media (min-width: 1280px) {
    .introduction_section_en {
        margin-left: 0.2em;
        margin-bottom: 1em;
        text-align: right;
    }
}

@media (max-width: 1279px) {
    .introduction {
        background-image: url("/assets/img/top/introduction-bg-tb.webp");
        background-size: top;
    }

    .introduction_title {
        display: none;
    }

    .introduction_contents {
        width: 100%;
        background-color: transparent;
        margin-left: auto;
        padding: 160px 0 120px;
        clip-path: none;
    }

    .introduction_content_block {
        width: min(95%,800px);
        background-color: rgba(255, 255, 255, .88);
        margin-left: auto;
        padding: 80px 16px 80px 80px;
        /* clip-path: polygon(80px 0, 100% 0, 100% 100%, 0px 100%); */
        margin-inline: auto;
        padding: 80px 40px;
        position: relative;
    }

    .introduction_content_block-inner {
        max-width: 624px;
        margin-inline: auto;
        margin-right: -24px;
        max-width: 100%;
        margin-inline: auto;
    }

    .introduction_section_en {
        width: 100%;
        /* margin-inline: auto; */
        /* color: #fff; */
        /* text-shadow: 0 2px 3px rgba(0, 0, 0, .2); */
        /* writing-mode: vertical-lr; */
        margin-bottom: 16px;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-150%);
        font-size: 64px;
    }

    .introduction_section_en::after {

    }

    .introduction_reservation_btns {
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    .introduction {
        background-image: url("/assets/img/top/introduction-bg-sp.webp");
        backgronnd-position: top;
    }

    .introduction_contents {
        padding: 140px 0 96px;
    }

    .introduction_section_en {
        font-size: 40px;
        margin-bottom: 30%;
        letter-spacing: 0.03em;
    }

    .introduction_content_block {
        padding: 40px 16px;
    }

    .introduction_content_block-inner {
        margin-right: auto;
    }

    .introduction_clinic_infos {
        margin-bottom: 40px;
    }

    .introduction_clinic_info {
        font-size: max(20px, 5.1vw);
        gap: 0.75em;
        margin-left: 0;
    }
    .introduction_clinic_info:nth-child(2) {
    margin-left: 0;
}
.introduction_clinic_info:nth-child(3) {
    margin-left: 0;
}
    .introduction_reservation_btns {
        gap: 16px;
        margin-left: 0;
    }

    .introduction_reservation_btn-tel,
    .introduction_reservation_btn-web {
        min-width: 144px;
        height: 56px;
        padding: 8px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: auto;
    }

    .introduction_reservation_btn-tel-number,
    .introduction_reservation_btn-web-text {
        display: none;
    }

    .introduction_reservation_btn-tel-text-str {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-inline: 0;
    }

    .introduction_reservation_btn-tel-text-str::before {
        content: "";
        display: flex;
        background-color: transparent;
        width: auto;
        height: 1.5em;
        aspect-ratio: 40 / 48;
        background-image: url(../img/icon-tel.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        align-items: center;
    }

    .introduction_reservation_btn-tel-text::after {
        display: none;
    }

    .introduction_reservation_btn-web-main {
        font-size: 18px;
        gap: 0.5em;
    }

    .introduction_reservation_btn-web-main::before {
        aspect-ratio: 1;
        height: 1.2em;
        width: auto;
    }

    .introduction_content_block-inner .section_title {
        font-size: 32px;
    }

}






















.director_introduction {
    background-color: #fff;
}

.director_introduction_section_inner {
    padding: 0;
    /* background-color: rgb(246 246 244); */
    font-size: 64px;
    display: flex;
    align-items: center;
}

.director_introduction_section_inner::after {
    display: none;
}

.section_en director_introduction_en::after {
    display: none;
}

.director_introduction_title {
    /* background-color: rgba(255, 255, 255, .75); */
    /* writing-mode: vertical-rl; */
    /* text-orientation: upright; */
    /* font-feature-settings: initial; */
    font-size: min(45px, 2.7vw);
    /* position: absolute; */
    /* top: 0; */
    /* right: 12%; */
    /* padding: .5em .25em; */
    /* height: fit-content; */
    line-height: 1.5;
    /* z-index: 1; */
    margin-bottom: 1em;
}

.director_introduction_title-c {
    color: #C89898;
    font-size: 1.33em;
}
.director_introduction_title-b {
    font-size: 1.33em;
}

.director_introduction_images-wrapper {
    width: calc(max(50%, 600px) + 160px);
    margin-left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 160px 100%);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.director_introduction_image {
    height: 100%;
    object-fit: cover;
}

.director_introduction_content {
    padding: 96px 0 80px 40px;
    /* writing-mode: vertical-rl; */
    /* text-orientation: upright; */
    font-feature-settings: initial;
    min-height: 1000px;
    margin-right: calc(max(50%, 600px) + 160px);
    margin-left: auto;
    position: relative;
    max-width: 600px;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.director_introduction_en:first-letter {
    color: #E8CDCD;
}
.director_introduction_en::after {
    display: none;
}

.director_introduction_content-title {
    font-size: 42px;
    line-height: 1.2;
    margin-block-end: .5em;
}

.director_introduction_content-title-sub {
    font-size: 0.8em;
}

.director_introduction_content-text {
    font-size: min(calc(18 / 1450 * 100vw), 18px);
    font-weight: 300;
    line-height: 2;
    font-family: var(--sans);
    margin-block-end: 2em;
    text-align: justify;
}

.director_introduction_content-director {
    text-align: end;
}

.director_introduction_content-director-address {
    font-size: 18px;
    font-family: var(--sans);
    font-weight: 300;
}

.director_introduction_content-director-name {
    color: #5E5E5E;
    font-size: 32px;
}


.chairman_introduction {
    background-color: #F4F6F5;
}

.chairman_introduction_images-wrapper {
    width: calc(max(40%, 500px) + 160px);
    margin-left: auto;
    clip-path: polygon(0 0, 100% 0, calc(100% - 160px) 100%, 0 100%);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.chairman_introduction_content {
    margin-left: calc(43% + 40px);
    margin-right: auto;
    padding: 96px 80px 80px 0;
}

.chairman_introduction_image {
    object-position: left;
    object-position: 15%;
}

.chairman_introduction_title {
    right: auto;
    background-color: transparent;
    padding: 0;
    font-size: min(76px,4vw);
    left: calc(43% + 540px);
}

.chairman_introduction_title-text {
    background-color: rgba(255, 255, 255, .75);
    display: block;
    padding: .5em .25em;
}

.chairman_introduction_title-text+.chairman_introduction_title-text {
    margin-block-start: .25em;
}

.chairman_introduction_title-c {
    color: var(--primary-color);
}

@media (max-width: 1279px) {
    .director_introduction_images-wrapper {
        position: static;
        width: 100%;
        clip-path: none;
    }

    .director_introduction_title {
        font-size: 40px;
        right: 8vw;
        line-height: 1.4;
    }

    .section_en .director_introduction_en:first-letter {
        color: #fff;
    }

    .director_introduction_content-message {
        padding-block: 80px;
        width: calc(90%);
        margin-inline: auto;
    }
    .director_introduction_content-text {
        font-size: 17px;
    }
    .director_introduction_content-director-name {
        font-size: 24px
    }

    .director_introduction_section_inner {
        display: block;
    }

    .director_introduction_images-wrapper {
        aspect-ratio: 768 / 560;
        width: 100%;
    }

    .director_introduction_content {
        writing-mode: horizontal-tb;
        width: 100%;
        max-width: 800px;
        margin-inline: auto;
        padding: 64px 40px 120px;
        min-height: auto;
        display: contents;
    }

    .director_introduction_content-header {
        position: absolute;
        top: 12%;
        left: 5%;
        /* transform: translateY(-50%); */
    }
    .section_en.director_introduction_en, .section_en.director_introduction_en:first-letter {
        /* color: #fff; */
        margin-bottom: 0.25em;
        font-size: 56px;
    }
    
    .chairman_introduction_images-wrapper {
        position: static;
        width: 100%;
        clip-path: none;
    }

}

@media (max-width: 767px) {
    .section_inner.director_introduction_section_inner {
        display: grid;
        grid-template-columns: auto;
        max-width: 500px;
        width: calc(100% - 48px);
        padding-block: 80px;
    }
    
    .director_introduction_title {
        font-size: 26px;
    }

    .director_introduction_images-wrapper {
        aspect-ratio: 342 / 432;
        order: 2;
    }

    .director_introduction_content {
        padding: 40px 24px 80px;
    }

    .director_introduction_content-director-name {
        font-size: 24px;
    }
    .director_introduction_content-title {
        font-size: 30px;
    }
    .director_introduction_content-text {
        font-size: 16px;
    }
    .director_introduction_content-header {
        position: relative;
        order: 1;
        left: 0;
        top: 0;
    }
    .section_en.director_introduction_en, .section_en.director_introduction_en:first-letter {
        color: #bbb;
        font-size: 40px;
        margin-bottom: 0.5em;
    }
    .section_en.director_introduction_en:first-letter {
        color: #E8CDCD;
    }
    .director_introduction_content-message {
        order: 3;
        width: 100%;
        padding: 0;
        margin-top: 56px;
    }
        
}










.microscope {
    padding-block: 120px 0;
    position: relative;
    background-color: transparent;
}

.microscope::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* background-image: radial-gradient(#f8f8f8 2px, transparent 2px), radial-gradient(#f8f8f8 2px, transparent 2px); */
    background-color: #ffffff;
    background-position: 0 0, 8px 8px;
    background-size: 16px 16px;
    z-index: -1;
}

.microscope_section-header {
    max-width: 1280px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    width: calc(100% - 80px);
}

.microscope_section_en {
    /* color: var(--accent-color); */
    margin-bottom: 0.5em;
}

.microscope_section_en:first-letter {
    color: #E8CDCD;
}

.microscope_section_en::after {
    width: 100%;
    background: linear-gradient(to right, #fff, #ccc);
    width: 150%;
    left: auto;
    right: 0;
}

.microscope_card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 120px;
}

.microscope_card-item:nth-child(1) {
    margin-top: 120px;
}

.microscope_card-item:nth-child(3) {
    margin-top: -120px;
}

.microscope_card-content {
    padding: 32px 40px;
    background-color: rgb(249 236 236 / 80%);
}

.microscope_card-item:nth-child(even) .microscope_card-content {
    background-color: rgb(239 239 239 / 80%);
}

.microscope_card-title {
    color: #C07878;
    font-size: min(32px, 2.4vw);
    margin-bottom: 1em;
}

.microscope_card-text {
    font-size: min(calc(18 / 1450 * 100vw), 18px);
    line-height: 1.8;
    font-family: var(--sans);
}


@media (max-width: 1279px) {
    .microscope {
        background: #fff;
        padding-block: 80px;
    }

    .microscope::before {
        display: none;
    }

    .microscope_section_inner {
        max-width: 800px;
        width: calc(100% - 80px);
    }

    .microscope_section-header {
        display: block;
        width: 100%;
    }

    .microscope_section_en {
        font-size: 56px;
    }

    .microscope_section_title-wrap {
        text-align: center;
    }

    .microscope_card-list {
        gap: 40px;
    }

    .microscope_card-list {
        grid-template-columns: 1fr;
        margin-top: 72px;
    }

    .microscope_card-item {
        max-width: 640px;
    }

    .microscope_card-item:nth-child(odd) {
        margin: 0 auto 0 -16px;
    }

    .microscope_card-item:nth-child(even) {
        margin: 0 -16px 0 auto;
    }

    .microscope_card-title {
        font-size: 32px;
    }    


}

@media (max-width: 767px) {
    .microscope_section_inner {
        max-width: 500px;
        width: calc(100% - 48px);
    }

    .microscope_section_title {
        font-size: 38px;
        text-align: left;
    }

    .microscope_card-list {
        margin-top: 56px;
        gap: 32px;
    }

    .microscope_card-item {
        maxm-width: 500px;
        margin: 0 !important;
    }

    .microscope_card-content {
        padding: 24px;
    }

    .microscope_card-title {
        font-size: max(22px, 5.6vw);
        margin-bottom: 0.5em;
    }

    .microscope_card-text {
        font-size: 16px;
    }
    .microscope_section_en {
        font-size: 40px;
        letter-spacing: 0.03em;
    }
}










/* 診療案内 */
.medical-services {
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #0000000a 1px, transparent 1px), linear-gradient(#0000000a 1px, transparent 1px);
    background-position: 0 0;
    background-size: 10px 10px;
    padding: 120px 0;
    position: relative;
}

.medical-services .section_inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 16px;
}

.medical-services-header {
    text-align: center;
}

.medical-services-title {
    line-height: 1.2;
    font-size: inherit;
    margin-bottom: 80px;
}

.medical-services-title-main {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 56px;
    letter-spacing: 0.032em;
    color: #555;
}

.medical-services-title-sub {
    font-size: .75em;
}

.medical-services-title-c {
    color: #C89898;
}

.medical-services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(60px, 3.3vw);
    max-width: 1650px;
    margin: 0 auto;
    align-items: start;
}

.medical-card {
    background: #FFFFFF;
    border: 1px solid #CFA7A7;
    position: relative;
    padding: 56px min(56px, 3vw) 72px;
}

.medical-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a8989833;
    z-index: -1;
    transform: rotate(4deg);
    transform-origin: 10% 90%;
}

.medical-card-adult {
    margin-top: 0;
}

.medical-card-child {
    margin-top: 100px;
    padding-bottom: 40px;
}

.medical-card-elderly {
    margin-top: 0;
}

.medical-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-card-header {
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.medical-card-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 24px;
}

.medical-card-description {
    font-family: var(--sans);
    font-weight: 300;
    font-size: min(calc(18 / 1450 * 100vw), 18px);
    line-height: 2;
    color: #555;
    margin: 0;
    background: #FFFFFF;
}

.medical-card-title {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 34.3px;
    line-height: 0.9em;
    color: #555;
    margin-bottom: 16px;
}

.medical-card-subtitle {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.06em;
    color: #D2B887;
}

.medical-card-adult .medical-card-subtitle {
    color: #D2B887;
}

.medical-card-child .medical-card-subtitle {
    color: #E2A1C2;
}

.medical-card-elderly .medical-card-subtitle {
    color: #57AC84;
}


/* タブレット用レスポンシブスタイル */
@media (max-width: 1279px) {
    .medical-services {
        padding: 96px 0 120px;
    }

    .medical-services .section_inner {
        padding: 0 40px;
    }

    .medical-services-title-main {
        font-size: 48px;
    }

    .medical-services-title {
        font-size: 52px;
    }

    .medical-services-header {
        margin-bottom: 60px;
    }

    .medical-services-cards {
        grid-template-columns: 1fr;
        gap: 64px;
        max-width: 800px;
    }

    .medical-card {
        display: grid;
        grid-template-columns: 180px 1fr;
        grid-template-rows: auto auto;
        gap: 8px 24px;
        max-width: 675px;
        margin: 0 auto;
        padding: 24px 32px 32px 24px;
    }

    .medical-card::before {
        transform-origin: center;
    }

    .medical-card-adult,
    .medical-card-child,
    .medical-card-elderly {
        margin-top: 0;
    }

    .medical-card-header {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 0;
    }

    .medical-card-image {
        grid-column: 1;
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .medical-card-description {
        grid-column: 2;
        grid-row: 2;
    }

    .medical-card-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .medical-card-subtitle {
        font-size: 19.5px;
    }

    .medical-card-description {
        font-size: 17px;
    }

    .medical-card {
        padding: 40px;
        gap: 24px 40px;
    }
}

/* スマートフォン用レスポンシブスタイル */
@media (max-width: 767px) {
    .medical-services {
        padding: 80px 0;
    }

    .medical-services .section_inner {
        padding: 0 16px;
    }

    .medical-services-title-main {
        font-size: 38px;
    }

    .medical-services-header {}

    .medical-services-title {
        font-size: 38px;
    }
    .medical-services-cards {
        gap: 48px;
        max-width: 390px;
    }

    .medical-card {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        max-width: 390px;
        padding: 32px 24px;
        gap: 24px;
    }

    .medical-card-header {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
        flex-direction: column;
    }

    .medical-card-image {
        grid-column: 1;
        grid-row: 2;
        height: auto;
        width: 100%;
    }

    .medical-card-description {
        grid-column: 2;
        grid-row: 2;
    }

    .medical-card-title {
        font-size: 24px;
    }

    .medical-card-subtitle {
        font-size: 13px;
    }

    .medical-card-description {
        font-size: 16px;
        grid-column: 1;
        grid-row: 3;
    }
}

.regular-dentist {
    padding-bottom: 120px;
}
.regular-dentist-mv {
    position: relative;
}
.regular-dentist-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    color: #fff;
    font-size: min(68px, 3.8vw);
    font-weight: 100;
}
.regular-dentist-title-text {
    padding: 0.5em 0.25em;
    background-color: rgb(30 53 96 / 72%);
    display: block;
    line-height: 1;
    height: fit-content;
}
.regular-dentist-title-text + .regular-dentist-title-text {
    margin-block-start: 1em;
}
.regular-dentist-description {
    font-size: 18px;
    width: fit-content;
    margin: 80px auto;
    line-height: 2;
    font-family: 'Noto Sans JP';
}
.regular-dentist-content-wrap {
    max-width: 1720px;
    margin-inline: auto;
    width: calc(100% - 200px);
    overflow: visible;
    font-family: 'Noto Sans JP';
}
.regular-dentist-content-item {
    display: flex;
    align-items: center;
    gap: min(80px, 5vw);
    margin-bottom: 100px;
    overflow: visible;
}
.regular-dentist-content-item:nth-child(even) {
    flex-direction: row-reverse;
}
.regular-dentist-content-item-image-wrap {
    max-width: 51%;
    position: relative;
    display: block;
    overflow: visible;
}
.regular-dentist-content-item-image-wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 90%;
    background-color: #f6f6f6;
    right: 10%;
    bottom: -13%;
    z-index: 0;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
}
.regular-dentist-content-item:nth-child(even) .regular-dentist-content-item-image-wrap::before {
    left: 10%;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
}
.regular-dentist-content-item-image {
    position: relative;
    z-index: 1;
}
.regular-dentist-content-item-text {
    font-size: 18px;
    line-height: 2;
}
.regular-dentist-content-item-text + .regular-dentist-content-item-text {
    margin-top: 1em;
}

@media (max-width: 1279px) {
    .regular-dentist-title {
        font-size: max(41px, 5.7vw);
        left: 35%;
    }
    .regular-dentist-description {
        max-width: 800px;
        width: calc(100% - 80px);
    }
    .regular-dentist-content-wrap {
        width: calc(100% - 80px);
    }
    .regular-dentist-content-item {
        margin-bottom: 80px;
    }
    .regular-dentist-content-item-image-wrap::before {
        bottom: -10%;
        clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
        width: 110%;
        height: 100%;
    }
    .regular-dentist-content-item:nth-child(even) .regular-dentist-content-item-image-wrap::before {
        clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    }
    }

@media (max-width: 767px) {
    .regular-dentist-title {
        font-size: max(30px, 8vw);
    }
    .regular-dentist-title-text + .regular-dentist-title-text {
        margin-block-start: 0.5em;
    }
    .regular-dentist-description {
        max-width: 500px;
        width: calc(100% - 48px);
        margin: 40px auto 80px;
        font-size: min(calc(16 / 375 * 100vw), 16px);
    }
    .regular-dentist-content-wrap {
        width: calc(100% - 48px);
    }
    .regular-dentist-content-item, .regular-dentist-content-item:nth-child(even) {
        flex-direction: column;
    }
    .regular-dentist-content-item:nth-child(even) {
        margin-bottom: 0;
    }
    .regular-dentist-content-item-image-wrap {
        max-width: 100%;
    }
    .regular-dentist-content-item-image-wrap::before {
        bottom: auto;
        top: -10%;
    }
    .regular-dentist-content-item-text {
        font-size: min(calc(16 / 375 * 100vw), 16px);
    }

}
