@charset "utf-8";

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

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

@media screen and (max-width:1279px) {
    .block_00 .text01 {
        font-size: min(calc(16 / 375 * 100vw), 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: 1000;
    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: #fff;
}

@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;
}

.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%;
    position: relative;
}

.mv_bg {
    position: relative;
    height: auto;
    width: 100%;
}

.mv_bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(115, 115, 115, 0), rgba(115, 115, 115, 1));
    z-index: 1;
    mix-blend-mode: multiply;
}

.mv_bg img {
    position: relative;
    aspect-ratio: 1920 / 1152;
    height: fit-content;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
}

.mv_frame {
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    display: grid;
    place-content: center;
    z-index: 3;
    top: auto;
    bottom: 113px;
    margin: auto;
    justify-items: center;
    gap: 16px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .25);
}

.mv_frame .mv_line {
    background: rgba(255, 255, 255, 0.32);
    padding: 16px 2vw;
    white-space: nowrap;
    font-size: 96px;
    color: #fff;
    line-height: 1;
}

.mv_line-sub {
    font-size: 0.8em;
}

.mv_line-note {
    color: #F9E3C7;
    font-size: min(56px, 4vw);
    display: flex;
    gap: 1.5em;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
}

.mv_line-note-sub {
    font-size: 0.8em;
    color: #fff;
}


.mv_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10%;
    padding: 32px;
    background: #6f8fc6cc;
    z-index: 3;
}

.mv_nav_item {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.4;
    text-align: center;
}

.mv_nav_item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.mv_nav-item_name {
    letter-spacing: 0.05em;
}

.mv_nav-item_en {
    display: block;
    font-size: .5em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF3D7;
}

@media (max-width: 1279px) {
    .mv_bg img {
        aspect-ratio: 1536 / 1408;
        object-fit: contain;
        width: 100%;
    }

    .mv_nav {
        display: none;
    }

    .mv_frame {
        bottom: 40px;
    }

    .mv_frame .mv_line {
        font-size: 8vw;
        margin-bottom: 0;
    }

    .mv_line-note {
        font-size: 4vw;
    }

    .mv_nav {
        display: none;
    }

}

@media (max-width: 767px) {
    .mv_bg img {
        position: relative;
        aspect-ratio: 780 / 624;
        height: fit-content;
        width: 100%;
        left: 0;
        top: 0;
        display: block;
        z-index: 1;
    }

    .mv_frame {
        bottom: 16px;
        gap: 8px;
    }

    .mv_frame .mv_line {
        padding: 0.1em 0.2em;
        text-align: center;
    }
}

















.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::first-letter {
    color: var(--accent-color);
}

.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: 80px;
}

.introduction_clinic_info {
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: .25em;
    --clinic-info-margin-base: -0.25em;
    margin-left: var(--clinic-info-margin-base);
    counter-increment: number;
    color: #444;
}
.introduction_clinic_info-sub {
    font-size: 0.8em;
}

.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.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: .6em;
    display: inline-block;
    vertical-align: middle;
}

.introduction_reservation_btns {
    display: flex;
    gap: 24px;
    margin-left: -64px;
}

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

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

.introduction_reservation_btn-tel-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #BEBEBE;
    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: 38px;
}

.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;
}

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

    .introduction_title {
        display: none;
    }

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

    .introduction_content_block {
        width: fit-content;
        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%);
    }

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

    .introduction_section_en {
        width: fit-content;
        margin-inline: auto;
        color: #fff;
        text-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    }

    .introduction_section_en::after {
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }

}

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

    .introduction_contents {
        padding: 56px 0;
    }

    .introduction_section_en {
        font-size: 64px;
    }

    .introduction_content_block {
        padding: 80px 24px 80px 80px;
    }

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

    .introduction_clinic_infos {
        margin-bottom: 40px;
    }

    .introduction_clinic_info {
        font-size: max(20px, 5.3vw);
        gap: 0.75em;
    }

    .introduction_reservation_btns {
        gap: 16px;
        margin-left: -24px;
    }

    .introduction_reservation_btn-tel,
    .introduction_reservation_btn-web {
        min-width: 144px;
        height: 49px;
        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: 20px;
        gap: 0.5em;
    }

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



}






















.director_introduction {
    background-color: #fff;
}

.director_introduction_section_inner {
    padding: 0;
}

.director_introduction_title {
    background-color: rgba(255, 255, 255, .75);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: initial;
    font-size: 64px;
    position: absolute;
    top: 0;
    right: 8%;
    padding: .5em .25em;
    height: fit-content;
    line-height: 1;
    z-index: 1;
}

.director_introduction_title-c {
    color: var(--accent-color);
}

.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 80px 80px;
    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;
}

.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: 18px;
    font-weight: 300;
    line-height: 2;
    font-family: var(--sans);
    margin-block-end: 2em;
}

.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: var(--accent-color);
    font-size: 48px;
}


.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: 5%;
    background-color: transparent;
    padding: 0;
    font-size: min(76px,4vw);
}

.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: 48px;
        right: 8vw;
    }

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

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



    .chairman_introduction_images-wrapper {
        position: static;
        width: 100%;
        clip-path: none;
    }

}

@media (max-width: 767px) {
    .director_introduction_title {
        font-size: 34px;
    }

    .director_introduction_images-wrapper {
        aspect-ratio: 390 / 284;
    }

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

    .director_introduction_content-director-name {
        font-size: 40px;
    }
    .director_introduction_content-title {
        font-size: 30px;
    }
}










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

.microscope::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 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: row-reverse;
    align-items: start;
    width: calc(100% - 80px);
}

.microscope_section_en {
    color: var(--accent-color);
}

.microscope_section_en::after {
    width: 100%;
    background: linear-gradient(to right, #fff, var(--accent-color));
    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: #EFF3F9;
}

.microscope_card-item:nth-child(even) .microscope_card-content {
    background-color: #EFEFEF;
}

.microscope_card-title {
    color: var(--primary-color);
    font-size: 32px;
    margin-bottom: 1em;
}

.microscope_card-text {
    font-size: 18px;
    line-height: 1.8;
    font-family: var(--sans);
}


@media (max-width: 1279px) {
    .microscope {
        background: linear-gradient(to bottom, #F5F5F5, transparent 50%);
        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 {
        display: none;
    }

    .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;
    }




}

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

    .microscope_section_title {
        font-size: 8.8vw;
    }

    .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;
    }
}










/* team */
.team {
    overflow: hidden;
    background-image: url("/assets/img/top/team_bg-pc.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ebebeb;
}

.team_clm_wrapper {
    margin-top: 80px;
}

.team .section_title {
    text-align: left;
}

.team_image {
    position: relative;
}

.team_image .team_image_circle {
    position: absolute;
    bottom: -360px;
    right: 12%;
    margin: auto;
    max-width: 600px;
    width: 100%;
    z-index: 2;
}

.team_content {
    position: relative;
}

.team_content::before {
    position: static;
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 872;
    z-index: 0;
    content: "";
}

.team_section_inner {
    padding: 0;
    max-width: 1280px;
    width: calc(100% - 80px);
}

.team_clm {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.team_clm_text {
    flex: 1.3;
}

.team_clm_img {
    flex: 1;
    max-width: 600px;
}

.team_list-title {
    font-size: 27px;
    font-family: var(--sans);
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: .25em;
}

.team_list {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 16px 24px;
}

.team_list>li {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: min(32px, 2.9vw);
    flex: 0 0 calc(50% - 12px);
}

.team_list>li::before {
    display: block;
    background-position: center;
    background-size: cover;
    content: "";
    background-image: url("/assets/img/top/team_icon_check.svg");
    width: auto;
    height: 1em;
    aspect-ratio: 14 / 23;
}

.team_list-text-sub {
    font-size: .8em;
}

.team_list_name-sub {
    font-size: 0.75em;
}

.team h3 {
    color: #231814;
    font-size: clamp(28px, 1.75vw + 7px, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team_footer_list-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: -80px;
}
.team_footer_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: auto;
}
.team_footer_list-img-wrap {
    margin-right: -100px;
}
.team_footer_list>* {
    display: flex;
    gap: 12px;
    background-color: white;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.team_footer_list_sub {
    font-size: 0.75em;
}

.team_footer_visual {
    margin-top: -80px;
}

.team_font_14px {
    font-size: clamp(10px, 1.25vw + 7px, 14px);
    line-height: 130%;
    font-style: normal;
    font-weight: 300;
}

.team_font_22px {
    font-size: clamp(14px, 1.75vw + 7px, 20px);
    line-height: 110%;
    font-weight: 300;
    text-align: left;
}

.team_font_48px {
    font-size: clamp(32px, 4vw + 7px, 40px);
    line-height: 130%;
    font-weight: 300;
    white-space: nowrap;
}

.team_font_52px {
    font-size: clamp(34px, 4.25vw + 7px, 52px);
    line-height: 130%;
    font-style: normal;
    font-weight: 300;
}

.team_font_82px {
    font-size: clamp(36px, 4.5vw + 7px, 74px);
    line-height: 130%;
    font-style: normal;
    font-weight: 300;
}

.team_font_92px {
    font-size: clamp(60px, 7.5vw + 7px, 92px);
    line-height: 130%;
    font-style: normal;
    font-weight: 300;
}

.team_font_22px {
    white-space: nowrap;
}

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

.team_section_title {
    letter-spacing: -0.1em;
}

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

    .team_content::before {
        aspect-ratio: 1536 / 872;
    }

    .team_section_inner {
        max-width: 800px;
    }

    .team_clm {
        flex-direction: column;
        margin-bottom: 0;
    }

    .team_footer_list>* {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        text-align: center;
        padding: 8px 4px;
    }

    .team_footer_list {
        gap: max(16px, 2.1vw);
    }

    .team_font_82px {
        font-size: max(36px, 4.5vw);
    }

    .team_font_48px {
        font-size: max(22px, 2.7vw);
    }

    .team_font_22px {
        font-size: max(14px, 1.7vw);
    }

    .team_footer_list-wrap {
        grid-template-columns: auto;
        gap: 0;
        margin-top: 0;
    }
    .team_footer_list {
        gap: 24px;
        margin-block: 64px;
    }
    .team_footer_list-img-wrap {
        display: none;
    }

}

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

    .team_content::before {
        aspect-ratio: 780 / 537;
    }

    .team_section_inner {
        max-width: 560px;
        width: calc(100% - 48px);
    }

    .team_section_title {
        font-size: 8.6vw;
    }

    .team_image .team_image_circle {
        position: absolute;
        bottom: -100px;
        right: 5%;
        margin: auto;
        max-width: 240px;
        width: 100%;
        z-index: 2;
    }

    .team_clm {
        gap: 0;
        display: block;
    }

    .team_clm_img {
        margin-top: 16px;
        max-width: 500px;
        justify-self: center;
    }

    .team_list {
        gap: 16px;
        margin-top: 24px;
        grid-template-columns: auto 1fr;
    }

    .team_list>li {
        gap: 10px;
        font-size: max(16px, 4vw);
        flex: 0 0 calc(50% - 8px);
    }

    .team_list>li::before {}

    .team h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 24px;
    }

    ul.team_footer_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .team_footer_list>* {
        min-width: calc(50% - 40px);
    }

    .team_footer_list-note {
        font-size: 13px;
    }

}









/* 診療案内 */
.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;
}

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

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

.medical-services-title-c {
    color: var(--primary-color);
}

.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 #60A8B0;
    position: relative;
    padding: 56px min(56px, 3vw) 72px;
}

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

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

.medical-card-adult {
    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: 16px;
    line-height: 2;
    color: #231816;
    margin: 0;
    background: #FFFFFF;
}

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

.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: #7CC1D2;
}


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

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

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

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

    .medical-services-cards {
        grid-template-columns: 1fr;
        gap: 40px;
        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: 24px 20px 29px 24px;
    }
}

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

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

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

    .medical-services-header {}

    .medical-services-cards {
        gap: 40px;
        max-width: 390px;
    }

    .medical-card {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        max-width: 390px;
        gap: min(24px, 3.1vw);
    }

    .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: 20px;
    }

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

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