@charset "UTF-8";
body,html{
    color:#535353;
    background-color: #fff;
}
/*明朝*/
h1,h2,h3,h4,.font-min,a.c-link-button{
    font-family: "Shippori Mincho B1", serif;
}
/*ゴシック*/
.footer-access h2,
.footer-address h3,
.footer-address h4,
.c-entry-list.news h2.c-entry-list__title{
    font-family: "Noto Sans JP", sans-serif;
}

h1,h2,h3,h4{
    font-weight: 400;
    font-weight: normal;
}

h2{
    color: #5A86BF;
    font-size:2.2rem;
    line-height: 1.8em;
    margin-block-start: 0;
}
h2.c-heading-large.-none{
    text-align: center;
}
h2.text-black{
    color: #535353;
}
h2.c-heading-large.-border{
    border-color: #5A86BF;
    background-color: #F6F9FA;
}
h3,
.c-heading-medium{
    font-size: 1.5rem;
}
h3.c-heading-medium.-none{
    color: #5A86BF;
}
h3.c-heading-medium.-underline{
    border-bottom: 1px solid #5A86BF;
}

h4.c-heading-small.-none{
    color: #5A86BF;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    h2.c-heading-large{
        font-size: 1.4rem;
        font-weight: 600;
    }
    h3.c-heading-medium{
        font-size: 1.2rem;
        font-weight: 500;
    }
    h4.c-heading-small.-none{
        font-size: 1.2rem;
    }
}

a.c-link-button{
    background:none;
    color:#5A86BF;
    border: 1px solid #5A86BF;
    border-radius: 40px;
    font-weight: 500;
    font-size: 0.95rem;
}
a.c-link-button:hover{
    background-color: #5A86BF;
    color:#fff;
}

@media (min-width: 767px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

.c-container{
    width: 100%;
    max-width: 1200px;
}

header.l-header{
    flex-wrap: wrap;
}
header.l-header h1{margin: 0 0 0 0;}
header.l-header img.l-header__logo{
    width: 100%;
    max-width: 270px;
}
nav.l-header__nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.c-nav__list li{
    font-weight: 500;
}
nav.l-header__nav ul.c-nav__list>li>a{
    height: 90px;
}
nav.l-header__nav ul.c-nav__list>li>a:hover{
    color: #5A86BF;
}
nav.l-header__nav ul.c-nav__list>li>a:hover::after{
    border-color: #5A86BF;
}
nav.l-header__nav ul.c-nav__list li ul.c-nav__list li a{
    height: auto;
    font-weight: 400;
}
nav.l-header__nav ul.c-nav__list li ul.c-nav__list li a:hover{
    color: #fff;
    background-color: #5A86BF;
}

/* header 電話番号 */
div.contact-tel-unit{
    display: flex;
    align-items: center;
}
div.contact-tel-unit p{
    margin-block-start: 0;
    margin-block-end: 0;
}

nav.l-header__nav.c-nav p.contact-tel{
    margin-left: 0;
}
nav.l-header__nav.c-nav p.contact-tel a{
    border: none;
    text-align: center;
    font-size: 14px;
    padding: 0 16px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
nav.l-header__nav.c-nav p.contact-tel a span{
    font-size: 28px;
    line-height: 1.3em;
}

/* header Web予約 */
nav.l-header__nav.c-nav p.contact-web a{
    width: 90px;
    height: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #F0972E;
    color: #fff;
    background-color: #F0972E;
    box-sizing: border-box;
}
nav.l-header__nav.c-nav p.contact-web a:hover{
    background-color: #fff;
    color: #F0972E;
}

@media only screen and (min-width: 1291px) and (max-width: 1520px) {
    /* 画面サイズ */ 
    header.l-header img.l-header__logo{
        max-width: 220px;
    }
    nav.l-header__nav ul.c-nav__list>li>a{
        font-size: 0.85rem;
        padding-left: 3px;
        padding-right: 5px;
    }
}
@media (max-width: 1290px) {
    nav.l-header__nav ul{
        display: none;
    }
}

/* ハンバーガーメニュー btn*/
.open-menu{
    position: relative;
    background:#5A86BF;
    cursor: pointer;
    width: 90px;
    height:90px;
}
.open-menu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 2px;
    background: #fff;
}
.open-menu span:nth-of-type(1) {
    top:32px; 
    width: 60%;
}
.open-menu span:nth-of-type(2) {
    top:44px;
    width:60%;
}
.open-menu span:nth-of-type(3) {
    top:56px;
    width: 20%;
}
/*activeクラスが付与*/
.open-menu.active span:nth-of-type(1) {
    top: 40px;
    left: 22px;
    transform: translateY(6px) rotate(-135deg);
    width: 60%;
}
.open-menu.active span:nth-of-type(2) {
    opacity: 0;
}
.open-menu.active span:nth-of-type(3){
    top: 50px;
    left: 22px;
    transform: translateY(-6px) rotate(135deg);
    width: 60%;
}
/* ハンバーガーメニュー menu*/
.down-menu{
    background-color: #fff;
    padding: 5% 0;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: -120%;
    left: 0;
    transition: all 0.6s;
}
.down-menu .down-inner{
    width: 90%;
    max-width: 1200px;
    margin-inline:auto;
}
.down-menu.active{
    top:90px;
}
div.down-menu nav.down-nav>ul.c-nav__list{
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
    align-items: baseline;
}
div.down-menu nav.down-nav ul.c-nav__list li{
    display: inherit;
    text-align: left;
    place-items: start;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
div.down-menu nav.down-nav ul.c-nav__list li a{
    height: auto;
    place-items: start;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 12px 6px;
}
div.down-menu nav.down-nav>ul.c-nav__list>li>a{
    border-bottom: 1px solid #5A86BF;
}
div.down-menu nav.down-nav>ul.c-nav__list>li>a:hover{
    color:#fff;
    background-color: #5A86BF;
}
div.down-menu nav.down-nav>ul.c-nav__list>li a:hover::after{
    display: none;
}
div.down-menu nav>ul.c-nav__list>li.medical{
    display: block;
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}
div.down-menu nav>ul.c-nav__list>li>ul.c-nav__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    opacity: 1;
    min-width: auto;
    visibility:visible;
}
div.down-menu nav>ul.c-nav__list>li>ul.c-nav__list li{
    font-weight: 400;
    background: none;
    padding: 0 0 0 0;
    margin: 24px 24px 0 0;
    border: none;
    display: flex;
    align-items: center;
}
div.down-menu nav ul.c-nav__list li ul.c-nav__list li::before{
    content:"";
    width:12px;
    height: 2px;
    background-color:#a1a1a1;
    margin-right: 6px;
}
div.down-menu nav>ul.c-nav__list>li>ul.c-nav__list li a{
    padding: 0 0 0 0;
}
div.down-menu nav>ul.c-nav__list>li>ul.c-nav__list li a:hover{
    color: #5A86BF;
    background: none;
}
@media (max-width: 767px) {
    header.l-header img.l-header__logo{
        max-width: 150px;
    }
    button#js-menu-toggle{
        display: none;
    }
    /* ハンバーガーメニュー btn*/
    .open-menu{
        width: 45px;
        height:45px;
        z-index: 10;
    }
    .open-menu span{
        left: 10px;
        height: 2px;
    }
    .open-menu span:nth-of-type(1) {
        top:12px; 
        width: 60%;
    }
    .open-menu span:nth-of-type(2) {
        top:22px;
        width:60%;
    }
    .open-menu span:nth-of-type(3) {
        top:32px;
        width: 20%;
    }
    /*activeクラスが付与*/
    .open-menu.active span:nth-of-type(1) {
        top: 16px;
        left: 10px;
    }
    .open-menu.active span:nth-of-type(3){
        top: 28px;
        left: 10px;
    }

    /* ドロップダウンメニュー*/
    .down-menu{
        position: fixed;
        top:0;
        z-index: 2;
        height: 100%;
        display: none;
        overflow-y: scroll;
    }
    .down-menu .down-inner{
        max-width: 100%;
        height: 150%;
    }
    .down-menu.active{
        top:0;
        display: block;
    }
    div.down-menu nav.down-nav>ul.c-nav__list>li{
        border: none;
    }
    div.down-menu nav.down-nav>ul.c-nav__list>li>a{
        border-bottom: 1px dotted #ccc;
    }
    div.down-menu nav.down-nav ul.c-nav__list li a span{
        display: none;
    }
    div.down-menu nav.down-nav ul.c-nav__list li.parent.medical a::before,
    div.down-menu nav.down-nav ul.c-nav__list li.parent.medical a::after{
        display: none;
    }
    div.down-menu nav.down-nav>ul.c-nav__list{
        grid-template-columns: repeat(2, 1fr);
        gap:0 20px;
    }
    div.down-menu nav>ul.c-nav__list>li.parent.medical{
        grid-column: 1 / 3;
        grid-row: 5 / 5;
    }
    div.down-menu nav>ul.c-nav__list>li.parent>ul.c-nav__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:0 16px;
        padding: 0 0 0 2%;
    }
    div.down-menu nav>ul.c-nav__list>li.parent>ul.c-nav__list li{
        font-weight: 400;
        font-size: 0.85rem;
        padding:8px 0;
        margin: 0 0 0 0;
    }
}

/* 診療時間table */
.down-info{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
}

.time-table div.contact-tel-unit{
    margin-bottom: 24px;
}

.time-unit table{
    width: 100%;
    max-width: 600px;
    border-collapse:collapse;
    text-align: center;
    border-bottom: 1px solid #ccc;
    table-layout: fixed;
}
.time-unit table tr th,
.time-unit table tr td{
    padding: 1%;
}
.time-unit table tr th{
    background-color: #5A86BF;
    color: #fff;
    font-weight: normal;
}
.time-unit table tr th:first-of-type{width: 25%;}
.time-unit table tr td{
    border-top: 1px solid #ccc;
}

.am{color: #F0972E;}
.pm,.pm002{color: #5A86BF;}

.time-sub-info{
    display: flex;
}
.time-sub-info p{
    font-size: 1.1rem;
    font-weight:500;
}
.time-sub-info ul li{
    list-style: none;
    font-size: 0.95rem;
}

p.contact-tel{
    margin: 0 0 0 0;
}
p.contact-tel a{
    color: #5A86BF;
    border-bottom: 2px solid #5A86BF;
    display: block;
    font-size: 1.2rem;
    list-style: 1.2em;
    font-weight: 500;
}
p.contact-tel a span{
    display: block;
    font-family: "Barlow", sans-serif;
    font-size:50px;
    line-height: 1.5em;
}

.time-table .contact-tel-unit,
.down-info .contact-tel-unit{
    align-items: flex-end;
}

.time-table p.contact-web,
.down-info p.contact-web{
    text-align: center;
    margin-left: 24px;
}
.time-table p.contact-web a,
.down-info p.contact-web a{
    display:flex;
    align-items: center;
    justify-content: center;
    color: #F0972E;
    border: 2px solid #F0972E;
    background-color: #fff;
    padding: 4% 2%;
    width: 220px;
    height: 80px;
    box-sizing: border-box;
    font-size:1.3rem;
    border-radius: 6px;
    box-sizing: border-box;
}
.time-table p.contact-web a i,
.down-info p.contact-web a i {
    margin-right: 5%;
}
.time-table p.contact-web a:hover,
.down-info p.contact-web a:hover {
    background-color:#F0972E;
    color: #fff;
}

@media (max-width: 767px) {
    .down-info{
        margin-top: 12px;
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .time-unit table tr th,
    .time-unit table tr td{
        font-size: 0.8rem;
        padding: 8px 0;
    }
    .time-unit table tr td.min-text{
        font-size: 0.7rem;
    }
    .time-unit table tr th:first-of-type{width:24%;}
    .time-sub-info p{
        font-size: 0.9rem;
    }
    .time-sub-info ul li{
        list-style: none;
        font-size: 0.8rem;
    }

    div.contact-tel-unit{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    div.contact-tel-unit p{
        margin-bottom: 20px;
        width: 100%;
    }

    p.contact-tel{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 24px;
    }
    p.contact-tel a{
        color: #5A86BF;
        border: 3px solid #5A86BF;
        background-color: #fff;
        border-radius: 8px;
        display: block;
        font-size: 1.1rem;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 0;
    }
    p.contact-tel a span{
        font-size:36px;
        line-height: 1.5em;
    }
    p.contact-tel a:hover{
        background-color: #5A86BF;
        color:#fff;
    }
    .time-table p.contact-web a,
    .down-info p.contact-web a{
    border: 3px solid #F0972E;
    width: 100%;
    height: auto;
    padding: 6% 2%;
    font-size:1.3rem;
    }
}

/* page-title */
.p-page-title,
.p-page-title h1,
div.page-img-unit,
.p-page-title img.page-main-image{
    height: 380px;
}

.p-page-title{
    position: relative;
    background:none;
    z-index: 1;
    padding: 0 0 0 0;
}
.p-page-title h1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.p-page-title h1 span{
    background-color: #fff;
    padding: 8px 32px 8px 0;
    border-radius: 6px;
}

div.page-img-unit{
    position: absolute;
    top:0;
    right: 0;
    z-index:-1;
    width: 75%;
    overflow: hidden;
    border-radius: 0 0 0 100px;
    object-position: 50% 50%;
}
.p-page-title img.page-main-image{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .p-page-title,
    .p-page-title h1,
    div.page-img-unit,
    .p-page-title img.page-main-image{
        height: auto;
    }

    .p-page-title{
        position: static;
        display: flex;
        flex-direction: column-reverse;
    }
    .p-page-title h1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 90%;
        height: 100%;
        margin: -30px auto 0;
        position: relative;
        z-index: 2;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .p-page-title h1 span{
        background-color: #fff;
        padding: 10px 30px;
        border-radius: 12px;
    }

    div.page-img-unit{
        position: relative;
        z-index:1;
        width: 100%;

        border-radius: 0 0 0 0;
    }
    .p-page-title img.page-main-image{
        width: 100%;
        height: auto;
    }
}

/* footer */
footer.l-footer{
    padding-bottom: 0;
}
.footer-access .footer-access-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
}
.footer-access .footer-access-info .fotter-time{
    width: 50%;
}
.footer-access .footer-access-info .fotter-time h2{
    font-size: 1.4rem;
    font-weight: 600;
    color: #535353;
}
.footer-access .footer-access-info .google-map{
    width: 45%;
}
.google-map iframe{width: 100%;}

.footer-address{
    display: flex;
    justify-content: space-between;
}
.footer-address .footer-address-info{
    display: flex;
}
.footer-address h3{
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 40px 0 0;
}
.footer-address .footer-address-info .fi-detail{
    margin-bottom: 16px;
}
.footer-address .footer-address-info .fi-detail h4,
.footer-address .footer-address-info .fi-detail p{
    margin: 0 0 0 0;
    font-size: 0.9rem;
}
.footer-address .footer-address-info .fi-detail p{
    margin-left: 24px;
}

.footer-sitemap{
    background-color:#F6FCFF;
    padding: 3% 0 1%;
    margin-top: 36px;
}
.footer-sitemap-unit{
    display: flex;
    justify-content: space-between;
}
p.l-footer__logo{width: 200px;}


.footer-sitemap-unit .l-footer__info__links ul.p-link-list li a{
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 0.9rem;
}
.footer-sitemap-unit .l-footer__info__links ul.p-link-list li a:hover{
    color: #5A86BF;
}
.footer-sitemap-unit .l-footer__info__links ul.p-link-list li a::before{
    content: "";
    width:6px;
    height: 6px;
    background-image: url(../images/common/icon-fotter-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 6px;
}
.footer-sitemap-unit .l-footer__info__links ul.p-link-list li ul.p-link-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:6px 16px;
}

.footer-sitemap-unit .l-footer__info__links ul.p-link-list li ul.p-link-list{
    margin-left: 24px;
}
.footer-sitemap-unit .l-footer__info__links ul.p-link-list li ul.p-link-list li a::before{
    content: "";
    width:8px;
    height: 2px;
    background: #a1a1a1;
}

p.l-footer__meta__copyright{
    text-align: center;
    margin-top: 36px;
}
@media (max-width: 767px) {
    footer.l-footer{
        background-color: #F6FCFF;
    }
    .footer-access .footer-access-info{
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        padding-bottom: 0;
        border-bottom:none;
    }
    .footer-access .footer-access-info .fotter-time{width: 100%; margin-bottom: 24px;}
    .footer-access .footer-access-info .google-map{width: 100%;}
    .footer-access .footer-access-info .google-map iframe{
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .footer-access .fotter-time h2{
        text-align: center;
        font-size: 1rem;
        margin: 0 0 24px 0;
    }
    .footer-access .fotter-time p.contact-tel{
        margin-bottom: 24px;
    }
    .footer-address,
    .footer-address .footer-address-info{
        flex-direction: column;
    }
    .footer-sitemap{
        margin-top: 0;
        padding: 0 0 2%;
    }
    .footer-sitemap-unit{
        flex-direction: column-reverse;
    }
    .footer-address .footer-address-info h3{
        font-size: 1rem;
        margin-bottom: 16px;
    }
    .footer-address .footer-address-info .fi-detail h4,
    .footer-address .footer-address-info .fi-detail p{
        font-size: 0.85rem;
    }
    .footer-sitemap-unit .l-footer__info__links{
        padding-bottom: 20px;
        margin-bottom: 36px;
    }

    .footer-sitemap-unit .l-footer__info__links,
    .footer-sitemap-unit .l-footer__info__links ul.p-link-list>li.medical>a{
        border-bottom: 1px dotted #ccc;
    }

    .footer-sitemap-unit .l-footer__info__links ul.p-link-list>li>a{
        padding: 12px 0;
    }

    .footer-sitemap-unit .l-footer__info__links ul.p-link-list li a span{
        display: none;
    }
    .footer-sitemap-unit .l-footer__info__links ul.p-link-list li ul.p-link-list{
        grid-template-columns: repeat(2, 1fr);
        gap:8px 12px;
    }
    .footer-sitemap-unit .l-footer__info__links ul.p-link-list li.medical,
    .footer-sitemap-unit .l-footer__info__links ul.p-link-list li ul.p-link-list li{
        border-bottom: none;
    }
    .footer-sitemap-unit .l-footer__info__links ul.p-link-list li a:hover {
        color: #fff;
        background-color: #5A86BF;
    }
    
    p.footer-btn{
        text-align: center;
    }
    p.l-footer__logo{
        margin-inline:auto ;
        width: 160px;
    }

}

/* main-visual */
.main-visual{
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.main-visual .swiper{
    width: 64%;
    max-width: 1200px;
    margin-inline:auto;
    position: relative;
    z-index: -1;
    overflow: visible;
}
.main-visual .swiper::after{
    content: "";
    position: absolute;
    top:0;
    left: -100px;
    z-index: -1;
    width: 120%;
    height: 110%;
    background-image: url(../images/unit/bg-mv001.png),url(../images/unit/bg-mv002.png);
    background-repeat: no-repeat,no-repeat;
    background-size: auto;
    background-position: left 24px, right bottom;
}
.main-visual .swiper img{
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
}

.main-visual .main-text{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    max-width: 1800px;
    margin: -50px auto 0;

}
.main-visual .main-text h1{
    font-size:2.4rem;
    line-height: 1.5em;
    margin-bottom: 32px;
}
.main-visual .main-text p.sub-copy{
    line-height: 1.1em;
    background-color: #5A86BF;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    padding: 8px 24px;
}
.main-visual .main-text p.sub-copy002{
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    line-height: 1.6em;
}

.main-visual ul.main-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.main-visual ul.main-icon li{
    list-style: none;
    background-color: #fff;
    color: #5A86BF;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-visual ul.main-icon li img{
    width:auto;
    height: 50px;
    margin: 0 0 0 0;
}
.main-visual ul.main-icon li p{
    
    margin:8px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.3em;
}


@media screen and (max-width: 767px) {
    .main-visual{
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .main-visual .swiper{
        overflow: hidden;
    }
    .main-visual::after{
        height: 96%;
        top:0;
        bottom: auto;
    }
    .main-visual .main-text{
        width: 100%;
        padding-top: 0;
        position:static;
        transform: translate(0%, 0%);
        margin-top: 20px;
        order: 3;
        margin: 0 auto 0;
        text-align: center;
    }
    .main-visual .main-text h1{
        font-size: 1.6rem;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
    .main-visual .main-text p{
        font-size: 1rem;
        line-height: 1.6em;
        font-weight: 400;
    }
    .main-visual .main-text p.sub-copy{
        font-size: 0.85rem;
    }
    .main-visual ul.main-icon{
        padding-inline-start: 0;
        margin-top:-45px;
    }
    .main-visual ul.main-icon li{
        width: 110px;
        height: 110px;
        padding: 4px;
    }
    .main-visual ul.main-icon li{
        box-sizing: border-box;
    }
    .main-visual ul.main-icon li img{
        height: 32px;
    }
    .main-visual ul.main-icon li p{
        margin:8px 0 0 0;
        font-size: 0.85rem;
    }
    .main-visual .swiper{
        width: 94%;
    }
    .main-visual .swiper img{
        aspect-ratio: 4 /3;
    }
}

/* top-診療時間 */
.access-time .c-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
    margin-bottom: 70px;
    justify-content: flex-start;
}
.access-time .c-container .time-caption h2{
    margin-bottom: 0;
    text-align: left;
}
.access-time .c-container .time-caption ul{
    margin: 24px 0 0 0;
    padding: 0 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:5px;
}
.access-time .c-container .time-caption ul li{
    list-style: none;
    max-width: 130px;
}
.access-time .c-container .time-caption ul li img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .access-time .c-container{
        grid-template-columns: 1fr;
        gap:40px;
        margin-bottom: 60px;
    }
    .access-time .c-container .time-caption h2{
        text-align: center;
    }
    .access-time .c-container .time-caption ul{
        grid-template-columns: repeat(4, 1fr);
        gap:6px;
        justify-content: center;
        align-items: center;
        margin-inline:auto ;
    }
    .access-time .c-container .time-caption ul li{
        text-align: center;
        max-width: 100%;
    }
}

/* top-concept */
.top-concept-unit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-concept-unit p.tc-image{
    width: 50%;
}
.top-concept-unit p.tc-image img{
    width: 100%;
    height: auto;
    max-height: 660px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
.top-concept-unit div.tc-text{
    width: 44%;
    box-sizing: border-box;
    padding-right: 8%;
}
.top-concept-unit div.tc-text h2.c-heading-large.-none{
    text-align: left;
}

.top-concept-unit div.tc-text p{
    margin-bottom: 32px;
}

.top-concept .top-concept-unit:nth-of-type(odd){
    flex-direction: row-reverse;
}
.top-concept .top-concept-unit:nth-of-type(odd) div.tc-text{
    padding-right:0;
    padding-left: 8%;
}
.top-concept .top-concept-unit:nth-of-type(even) p.tc-image img{
    border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 767px) {
    .top-concept-unit,
    .top-concept .top-concept-unit:nth-of-type(odd){
        flex-direction: column;
        align-items:flex-start;
        justify-content: center;
    }
    .top-concept-unit p.tc-image{
        width: 100%;
    }
    .top-concept-unit p.tc-image img,
    .top-concept .top-concept-unit:nth-of-type(even) p.tc-image img{
        width: 100%;
        height: auto;
        max-height: 660px;
        object-fit: cover;
        border-radius: 0;
    }
    .top-concept-unit div.tc-text,
    .top-concept .top-concept-unit:nth-of-type(odd) div.tc-text{
        width: 80%;
        padding:3% ;
        margin: -12% auto 0;
        background-color: #fff;
    }
    .top-concept-unit div.tc-text h2.c-heading-large.-none{
        font-size: 1.3rem;
        text-align: center;
    }
    .top-concept-unit div.tc-text a.c-link-button{
        display: block;
        margin-inline:auto ;
    }
    .top-concept-unit div.tc-text p{
        margin-bottom: 32px;
    }
    
}

/* top-診療案内 */
.top-medical{
    margin-bottom: 100px;
    background-image: url(../images/unit/bg-medical.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6%;
    padding-bottom: 6%;
}
/*.top-medical::after{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66%;
    background-color:#F6FCFF;
}*/
.top-medical .l-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-medical .entry-text-unit{
    width: 35%;
}
.top-medical .entry-text-unit h2{
    text-align: center;
    margin-bottom: 40px;
}
.top-medical .entry-text-unit p{
    margin: 20px 0 0 0;
}
.top-medical ul.top-medical-list{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:12px;
}
.top-medical ul.top-medical-list li{
    list-style: none;
    text-align: center;
    margin: 0 0 0 0;
    box-sizing: border-box;
    font-size: 0.9rem;
}
.top-medical ul.top-medical-list li a{
    display: block;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1) ;
    border-radius: 6px;
    color: #535353;
}
.top-medical ul.top-medical-list li a:hover{
    background-color: #F2ACA4;
    color: #fff;
    box-shadow: none;
}
.top-medical ul.top-medical-list li a img{
    width:100%;
    max-width: 100px;
    line-height: 0;
}
.top-medical ul.top-medical-list li a h3{
    margin: 12px 0 0 0;
    font-size: 1.1rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .top-medical{
        margin-bottom: 60px;
        background-repeat: repeat-y;
        background-size: 150%;
    }
    .top-medical::after{
        height: 94%;
    }
    .top-medical .l-section{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 0;
    }
    .top-medical .entry-text-unit{
        width: 84%;
        margin-inline: auto;
    }
    .top-medical .entry-text-unit p{
        margin: 20px 0 32px 0;
    }
    .top-medical ul.top-medical-list{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap:12px;
        padding-inline-start: 0;
    }
    .top-medical ul.top-medical-list li{
        list-style: none;
        text-align: center;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    .top-medical ul.top-medical-list li a{
        padding:5% 3%;
    }
    .top-medical ul.top-medical-list li a img{
        max-width: 80px;
        line-height: 0;
    }
    .top-medical ul.top-medical-list li a h3{
        margin: 10px 0 0 0;
        font-size: 1rem;

    }
    
}

/* top-クリニック紹介 */
.top-clinic{
    margin-bottom: 100px;
}
.top-clinic .title-unit{
    margin-bottom: 60px;
    text-align: center;
}
.top-clinic .title-unit p.index-clinic-img{
    width: 90%;
    max-width:980px;
    margin: 24px auto;
}
.top-clinic ul.clinic-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    margin-top: 40px;
}
.top-clinic ul.clinic-list li{
    list-style: none;
}
.top-clinic ul.clinic-list li p{
    margin: 0 0 0;
}
.top-clinic ul.clinic-list li p.c-img{
    border-radius: 50%;
    width: 260px;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.top-clinic ul.clinic-list li p.c-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top-clinic ul.clinic-list li  p.c-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border: 8px solid #fff;
    box-sizing: border-box;
    opacity: 0.4;
}
.top-clinic ul.clinic-list li h3{
    text-align: center;
    font-size: 1.1rem;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .top-clinic{
        margin-bottom: 60px;
    }
    .top-clinic .title-unit p{
        text-align: left;
    }
    .top-clinic ul.clinic-list{
        grid-template-columns: repeat(2, 1fr);
        gap:32px 16px;
        margin-top: 40px;
        padding-inline-start: 0;
    }
    .top-clinic ul.clinic-list li p{
        margin: 0 0 0;
    }
    .top-clinic ul.clinic-list li p.c-img{
        width: 140px;
        height: 140px;
        margin: 0 auto 12px;
    }
    .top-clinic ul.clinic-list li p.c-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .top-clinic ul.clinic-list li h3{
        font-size: 0.9rem;
    }
    .top-clinic ul.clinic-list li p{
        font-size: 0.8rem;
    }   
}


/* 診療案内 */
.entry-medical-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:24px;
    padding-inline-start: 0;
}
.entry-medical-list li{
    list-style: none;
}
.entry-medical-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    color: #535353;
    background-color: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.1) ;
    border-radius: 6px;
}

.entry-medical-list li a:hover{
    background-color: #F2ACA4;
    color: #fff;
}


.entry-medical-list li a p.entry-medical-image{
    width: 100px;
}
.entry-medical-list li a div.entry-medical-text{
    width: 76%;
}
.entry-medical-list li a div.entry-medical-text h2{
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #535353;
}
.entry-medical-list li a:hover div.entry-medical-text h2{color: #fff;}

/* その他の診療案内 */
.entry-medical-list.other-medical{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:12px;
    margin-bottom: 40px;
    padding-inline-start: 0;
}
.entry-medical-list.other-medical a{
    padding: 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.entry-medical-list.other-medical li a p.entry-medical-image{
    width: 60px;
    margin: 0 0 0 0;
}
.entry-medical-list.other-medical li a div.entry-medical-text{
    width: 88%;
}
.entry-medical-list.other-medical li a div.entry-medical-text h2{
    font-size: 1.1rem;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .entry-medical-list{
        grid-template-columns:1fr;
        gap:24px;
    }
    .entry-medical-list li a{
        flex-direction: column;
        align-items:flex-start;
        padding: 16px 24px;
        border-radius: 6px;
    }
    .entry-medical-list li a p.entry-medical-image{
        width: 80px;
        margin: 0 auto 12px;
    }
    .entry-medical-list li a div.entry-medical-text{
        width: 100%;
    }
    .entry-medical-list li a div.entry-medical-text h2{
        text-align: center;
    }

    /* その他の診療案内 */
    .entry-medical-list.other-medical{
        grid-template-columns: repeat(2, 1fr);
        gap:2%;
        margin-bottom: 32px;
    }
    .entry-medical-list.other-medical a{
        flex-direction: row;
        align-items: center;
        padding:5% 1%;
    }
    .entry-medical-list.other-medical li a p.entry-medical-image{
        width: 32px;
        margin: 0 0 0 0;
    }
    .entry-medical-list.other-medical li a div.entry-medical-text{
        width: 85%;
    }
    .entry-medical-list.other-medical li a div.entry-medical-text h2{
        font-size: 0.75rem;
        text-align: left;
    }

}
/* unit-診療について */
.medical-info-unit{
    max-width: 1000px;
    margin: 0 auto 60px;
}
.medical-info-unit .medical-info-img img{
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
}
@media screen and (max-width: 767px) {
    .medical-info-unit .medical-info-img img{
        border-radius: 16px;
        aspect-ratio: 16 / 9;
    }

}
/* unit-診療の知識 */
.medical-what{
    background-color:#FAF7F0;
    padding: 32px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.medical-what .medical-what-icon{
    width: 15%;
}
.medical-what .medical-what-unit{
    width: 80%;
}
.medical-what .medical-what-unit h3{
    color: #535353;
    margin: 0 0 24px 0;
    line-height: 1.5em;
}
.medical-what .medical-what-unit .medical-what-list:nth-of-type(n+2){
    border-top: 1px dotted #ccc;
    padding-top: 32px;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    .medical-what{
        padding: 4%;
        border-radius: 16px;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .medical-what .medical-what-icon{
        width: 25%;
        margin: 0 auto 12px;
    }
    .medical-what .medical-what-unit{
        width: 100%;
        box-sizing: border-box;
    }
    .medical-what .medical-what-unit .medical-what-list:nth-of-type(n+2){
        padding-top: 24px;
        margin-top: 24px;
    }
}
/* unit- 診療時の設備*/
.medical-facility{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:40px;
    margin-bottom:32px;
}
.medical-facility .medical-facility-unit{
    background-color: #F6FCFF;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
}
.medical-facility .medical-facility-unit h3{
    text-align: center;
    margin: 12px 0 20px;
}
@media screen and (max-width: 767px) {
    .medical-facility{
        grid-template-columns:1fr;
        gap:24px;
        margin-bottom:24px;
    }
    .medical-facility .medical-facility-unit{
        padding: 4%;
        border-radius: 12px;
    }
    .medical-facility .medical-facility-unit h3{
        margin: 12px 0 16px;
    }
}

/* unit-小児科の全体像 */
.orthodontic-flow{
    margin-bottom: 80px;
}
.orthodontic-flow .orth-f-unit{
    display: flex;
    background-color: #FAF7F0;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.orthodontic-flow .orth-f-unit.ofu002{
    background-color:#F6F9FA;
}

.orthodontic-flow .orth-f-unit h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    color: #fff;
    background-color: #B38774;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    width: 8%;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
}
.orthodontic-flow .orth-f-unit.ofu002 h2{
    background-color:#5A86BF;
}

.orthodontic-flow .orth-f-unit section{
    margin: 0 0 0 0;
    width: 92%;
    box-sizing: border-box;
}
.orthodontic-flow .orth-f-unit section .of-list{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 1%;
    justify-content: space-between;
    margin-bottom: 8px;
}
.orthodontic-flow .orth-f-unit section .of-list:last-of-type{margin-bottom: 0;}
.orthodontic-flow .orth-f-unit section .of-list img.of-img{
    width: 100px;
    height: 100px;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.orthodontic-flow .orth-f-unit section .of-list .of-info{
    width: 88%;
}
.orthodontic-flow .orth-f-unit section .of-list h3{
    margin-bottom: 18px;
    font-size: 1.3rem;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: "Noto Sans JP", sans-serif;
}
.orthodontic-flow .orth-f-unit.ofu001 section .of-list h3{color: #B38774;}
.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(1) h3,
.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(1) p.of-season{color:#5A86BF;}

.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(2) h3,
.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(2) p.of-season{color:#F0972E;}

.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(3) h3,
.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(3) p.of-season{color:#76AD5C;}

.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(4) h3,
.orthodontic-flow .orth-f-unit.ofu002 section .of-list:nth-of-type(4) p.of-season{color:#76AD5C;}


.orthodontic-flow .orth-f-unit section .of-list h3 span{
    font-size: 0.9rem;
}
.orthodontic-flow .orth-f-unit section .of-list p{
    margin-block-start: 0;
    margin-block-end: 0;
}
.orthodontic-flow .orth-f-unit section .of-list p.of-season{
    border: 1px solid #ccc;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .orthodontic-flow{
        margin-bottom: 40px;
    }
    .orthodontic-flow .orth-f-unit{
        padding: 2%;
    }
    .orthodontic-flow .orth-f-unit h2{
        font-size: 0.9rem;
        width: 8%;
    }
    
    .orthodontic-flow .orth-f-unit section{
        width: 92%;
        box-sizing: border-box;
    }
    .orthodontic-flow .orth-f-unit section .of-list{
        align-items: flex-start;
        padding: 2%;
        margin-bottom: 8px;
    }
    .orthodontic-flow .orth-f-unit section .of-list:last-of-type{margin-bottom: 0;}
    .orthodontic-flow .orth-f-unit section .of-list img.of-img{
        width: 60px;
        height: 60px;
        border-radius: 4px;
    }
    .orthodontic-flow .orth-f-unit section .of-list .of-info{
        width: 80%;
    }
    .orthodontic-flow .orth-f-unit section .of-list h3{
        margin-bottom: 4px;
        font-size: 1rem;
    }    
    .orthodontic-flow .orth-f-unit section .of-list h3 span{
        font-size: 0.8rem;
    }
    .orthodontic-flow .orth-f-unit section .of-list p.of-season{
        padding: 3px 10px;
    }
}

/* unit- よくあるご質問 */
.faq-list{
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.faq-list .question-unit{
    display: flex;
    align-items: center;
}
.faq-list .question-unit::before{
    content: "Q";
    font-family: "Barlow", sans-serif;
    width:50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5A86BF;
    color: #fff;
    margin-right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.faq-list .question-unit p.question-category{
    background-color: #F6FCFF;
    padding: 2px 20px;
    display: inline-block;
    margin: 0 0 12px 0;
    border-radius: 6px;
    font-size: 0.8rem;
}
.faq-lista:hover .question-unit p.question-category{
    color: #535353;
}
.faq-list .question-unit h3.question-title{
    font-size: 1.3rem;
    color: #535353;
}
.faq-lista:hover .question-unit h3.question-title{
    color: #fff;
}
.faq-list .answer-unit{
    border-top:1px dotted #ccc;
    padding: 24px 0 0 24px;
    display:flex;
}
.faq-list .answer-unit::before{
    content: "A";
    font-family: "Barlow", sans-serif;
    width:30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #5A86BF;
    margin-right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border: 1px solid #5A86BF;
    box-sizing: border-box;
}
.faq-list .answer-unit p{
    margin: 0 0 0 0;
    width: 96%;
}
@media screen and (max-width: 767px) {
    .faq-list{
        margin-bottom: 24px;
    }
    .faq-list .faq-list{
        margin-bottom: 16px;
    }
    .faq-lista{
        padding: 4%;
        border-radius: 10px;
    }
    .faq-list .question-unit{
        align-items:flex-start;
        justify-content: flex-start;
        margin-right: 0;
    }
    .question-unit-text{
        width: 92%;
    }
    .faq-list .question-unit::before{
        width:24px;
        height: 24px;
        margin-right: 10px;
        font-size: 0.9rem;
    }
    .faq-list .question-unit h3.question-title{
        font-size: 1rem;
        text-align: left;
        width: 88%;
        margin: 0 0 16px 0;
    }
    .faq-list .answer-unit{
        padding: 12px 0 0 0;
    }
    .faq-list .answer-unit::before{
        width:24px;
        height: 24px;
        margin-right: 10px;
        font-size: 0.9rem;
    }
    .faq-list .answer-unit p{
        width: 90%;
        font-size: 0.8rem;
    }
}

/* よくあるお悩みカテゴリー */
.c-category-list li a:hover{
    background-color: #5A86BF;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .c-category-list{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap:5px 1%;
    }
    .c-category-list li {
        font-size: 0.8rem;
        font-weight: 400;
    }
    .c-category-list li a{
        border-radius:4px;
        padding: 6% 1%;
        justify-content: center;
        flex-direction: column;
    }
    .c-category-list li span{display: none;}
}
/* よくあるお悩み */
.c-thumbnail-summary.trouble a.c-thumbnail-summary__link{
    border: 1px solid #ccc;
}

.c-thumbnail-summary.trouble .c-thumbnail-summary__category.c-tag{
    margin-left: 0;
    margin-right: 12px;
}
.c-thumbnail-summary.trouble a.c-thumbnail-summary__link:hover{
    background-color: #5A86BF;
}
.c-thumbnail-summary.trouble a.c-thumbnail-summary__link:hover h2{
    color: #fff;
}

.c-thumbnail-summary__image img{
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* unit-症例紹介 */
.medical-case{
    margin-bottom: 40px;
}
.medical-case .medical-text-detail{
    margin-bottom: 32px;
}
.medical-case ol.medical-ba-unit{
    display: flex;
    justify-content:space-between;
    text-align: center;
    padding-inline-start: 0;
    width: 88%;
    margin-inline:auto ;
    /*background-image: url(../images/unit/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;*/
}
.medical-case ol.medical-ba-unit li{
    list-style: none;
    margin: 0 0 0 0;
    width: 49.5%;
}
.medical-case ol.medical-ba-unit li p{
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0 0;
    color: #fff;
    background-color: #535353;
}
.medical-case ol.medical-ba-unit li.after-img p{
    background-color: #5A86BF;
}
.medical-case ol.medical-ba-unit li img{
    width: 100%;
}
.medical-case table.medical-case-detail{
    margin-top: 32px;
    border-collapse:collapse;
}
.medical-case table.medical-case-detail tr th,
.medical-case table.medical-case-detail tr td{
    border-bottom: 1px solid #ccc;
    padding:1.5% 2%;
    box-sizing: border-box;
}
.medical-case table.medical-case-detail tr th{
    width: 20%;
    text-align: left;
}
.medical-case table.medical-case-detail tr td{
    width: 80%;
}
@media screen and (max-width: 767px) {
    .medical-case{
        background-color: #F6FCFF;
        padding: 3%;
    }
    .medical-case ol.medical-ba-unit{
        flex-direction: column;
        justify-content:flex-start;
        background-image:none;
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 8px;
        padding: 2%;
    }
    .medical-case ol.medical-ba-unit li{
        margin: 0 0 12px 0;
        width: 100%;
    }
    .medical-case ol.medical-ba-unit li p{
        font-size: 1.3rem;
    }
    .medical-case table.medical-case-detail tr th,
    .medical-case table.medical-case-detail tr td{

        padding:3% 2%;
    }
    .medical-case table.medical-case-detail tr th{
        width: 24%;
    }
    .medical-case table.medical-case-detail tr td{
        width: 76%;
    }
}

/* unit-フロー */
.p-flow-wrap .p-flow::before{
    background-color: #5A86BF;
}
.p-flow-wrap .p-flow h3.p-flow__heading{
    font-size: 1.3rem;
}

/* unit-基本理念 */
.clinic-philosophy{
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
.clinic-philosophy::after{
    content: "";
    position: absolute;
    top:30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width:90%;
    height: 90%;
    background-image: url(../images/unit/bg-philosohy.png);
    background-repeat: no-repeat;
    background-position:left bottom;
    background-size: cover;
    border-radius: 24px;
}
.clinic-philosophy h2{
    text-align: center;
}
.clinic-philosophy ul{
    padding-inline-start: 0;
    width: 46%;
    margin-left: auto;
}
.clinic-philosophy ul li{
    list-style: none;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 6px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .clinic-philosophy{
        margin-bottom: 50px;
    }
    .clinic-philosophy::after{
        top:14px;
        width:100%;
        height: 280px;
        border-radius: 16px;
    }
    .clinic-philosophy h2{
        text-align: center;
    }
    .clinic-philosophy ul{
        width: 90%;
        margin: 240px auto 0;
    }
    .clinic-philosophy ul li{
        padding: 4%;
        margin-bottom: 6px;
        font-size: 0.95rem;
        border: 1px solid #ccc;
    }
    .clinic-philosophy ul li br{
        display: none;
    }
}

/* unit-運営方針 */
.clinic-policy{
    display: grid;
    grid-template-columns:62% 30%;
    gap:10px 6%;
}
.clinic-policy h2{
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 0;
}
.clinic-policy .policy-image{
    margin: 0 0 0 0;
    grid-column: 2 / 2;
    grid-row: span 2;
    grid-row: 1 / 3;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.clinic-policy .policy-image img{
    width: auto;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
.clinic-policy .policy-image::after{
    content: "";
    position: absolute;
    right: -20px;
    bottom: 10px;
    z-index: -1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color:#DBEFF9;
}
.clinic-policy .policy-list{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-left: auto;
    padding-inline-start: 0;
}
.policy-list li{
    list-style: none;
    background-image: url(../images/style/icon-list-check.svg);
    background-repeat: no-repeat;
    background-position:left 6px;
    background-size: 24px;
    padding-left: 36px;
    font-size:1.2rem;
    font-weight: 500;;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .clinic-policy{
        display: flex;
        flex-direction: column;
        gap:10px;
    }
    .clinic-policy h2{
        text-align: center;
        margin-bottom: 16px;
    }
    .clinic-policy .policy-image{
        margin: 0 auto 0;
        position: relative;
        z-index: 1;
        padding-bottom: 30px;
        width: 90%;
    }
    .clinic-policy .policy-image img{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 12px;
    }
    .clinic-policy .policy-image::after{
        right: -10px;
        bottom: 0px;
        width: 80px;
        height: 80px;
    }
    .policy-list li{
        background-size: 16px;
        padding-left: 24px;
        font-size:0.9rem;
        margin-bottom: 20px;
    }
}

/* unit-クリニック紹介 */
.clinic-merit{
    margin-bottom: 100px;
}
.clinic-merit .clinic-merit-unit{
    display: flex;
    margin-bottom: 40px;
}
.clinic-merit .clinic-merit-unit:nth-of-type(even){
    flex-direction: row-reverse;
}
.clinic-merit .clinic-merit-unit p.clinic-merit-unit-image{
    width: 70%;
    position: relative;
    z-index: 1;
}
.clinic-merit .clinic-merit-unit p.clinic-merit-unit-image::after{
    content: "";
    width:100px;
    height: 100px;
    position: absolute;
    right: -100px;
    top: 30px;
    z-index: -1;
    background-color: #E6EDF1;
}
.clinic-merit .clinic-merit-unit .clinic-merit-text{
    width: 60%;
    background-color:#fff;
    position: relative;
    z-index: 1;
    margin: 10% 0 0 -5%;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 24px 0 0 0;
}
.clinic-merit .clinic-merit-unit:nth-of-type(even) .clinic-merit-text{
    margin: 10% -5% 0 0;
    border-radius: 0 24px 0 0;
}
.clinic-merit .clinic-merit-unit .clinic-merit-text h3{
    margin: 0 0 0 0;
}
.clinic-merit .clinic-merit-unit:nth-of-type(even) p.clinic-merit-unit-image::after{
    right:auto;
    left:-100px;
}
@media screen and (max-width: 767px) {
    .clinic-merit{
        margin-bottom: 50px;
    }
    .clinic-merit .clinic-merit-unit,
    .clinic-merit .clinic-merit-unit:nth-of-type(even){
        flex-direction: column;
        margin-bottom: 40px;
    }
    .clinic-merit .clinic-merit-unit p.clinic-merit-unit-image{
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 0 0;
    }
    .clinic-merit .clinic-merit-unit .clinic-merit-text,
    .clinic-merit .clinic-merit-unit:nth-of-type(even) .clinic-merit-text{
        width: 90%;
        z-index: 2;
        margin: -10% auto 0;
        box-sizing: border-box;
        padding:6% 4%;
        border-radius: 0;
    }
    .clinic-merit .clinic-merit-unit .clinic-merit-text h3{
        margin: 0 0 0 0;
        font-size: 1.2rem;
        text-align: center;
    }
    .clinic-merit .clinic-merit-unit p.clinic-merit-unit-image::after,
    .clinic-merit .clinic-merit-unit:nth-of-type(even) p.clinic-merit-unit-image::after{
        width:100%;
        height:160%;
        right:0;
        top:0;
        left: auto;
    }
}

/* unit-キッズルーム紹介 */
.clinic-kids h2{
    text-align: center;
}
.clinic-kids .clinic-kids-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.clinic-kids-image{
    margin: 0 0 0 0;
}
p.clinic-kids-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.clinic-kids .clinic-kids-contents .clinic-kids-list{
    width: 46%;
    margin-bottom: 40px;
}
.clinic-kids .clinic-kids-contents .clinic-kids-list:nth-of-type(1){
    width: 100%;
}
.clinic-kids .clinic-kids-contents .clinic-kids-list:nth-of-type(1) p.clinic-kids-image img{
    aspect-ratio: 16 / 9;
}
.clinic-kids .clinic-kids-contents .clinic-kids-text{
    background-color:#fff;
    width: 80%;
    box-sizing: border-box;
    padding: 32px;
    position: relative;
    z-index: 2;
    margin: -30px auto 0;
}
.clinic-kids .clinic-kids-contents .clinic-kids-text h3{
    text-align: center;
    margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
    .clinic-kids .clinic-kids-contents{
        flex-direction: column;
    }
    p.clinic-kids-image img,
    .clinic-kids .clinic-kids-contents .clinic-kids-list:nth-of-type(1) p.clinic-kids-image img{
        aspect-ratio: 16 / 9;
    }
    .clinic-kids .clinic-kids-contents .clinic-kids-list,
    .clinic-kids .clinic-kids-contents .clinic-kids-list:nth-of-type(1){
        width: 100%;
        margin-bottom: 24px;
    }
    .clinic-kids .clinic-kids-contents .clinic-kids-text{
        width: 90%;
        padding: 5% 3%;
        margin: -24px auto 0;
    }
    .clinic-kids .clinic-kids-contents .clinic-kids-text h3{
        font-size: 1.3rem;
    }
}

/* unit-院長あいさつ */
.clinic-greeting{
    display: flex;
    justify-content: space-between;
}
.clinic-greeting .greeting-image{
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
}
.clinic-greeting .greeting-content{
    width: 55%;
}
.clinic-greeting .greeting-content .greeting-name-unit{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.clinic-greeting .greeting-content .greeting-name-unit span.greeting-name{
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .clinic-greeting{
        flex-direction: column;
    }
    .clinic-greeting .greeting-image{
        width: 90%;
        aspect-ratio: 16 / 9;
        margin: 0 auto 24px;
        border-radius: 12px;
    }
    .clinic-greeting .greeting-content{
        width: 100%;
        box-sizing: border-box;
    }
    .clinic-greeting .greeting-content .greeting-name-unit{
        justify-content: center;
        margin:0 0 20px;
    }
    .clinic-greeting .greeting-content .greeting-name-unit span.greeting-name{
        font-size: 1.2rem;
        margin-left: 10px;
    }
}

/* 経歴 */
table.clinic-table tr,
table.clinic-table tr th,
table.clinic-table tr td{
    border: none;
}
table.clinic-table tr th{
    width: 35%;
}
table.clinic-table tr td{
    width: 65%;
}
table.clinic-table tr th,
table.clinic-table tr td{
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    table.clinic-table tr th{
        padding: 10px 0 0 0;
    }
    table.clinic-table tr td{
        padding:0 0 12px 0;
        border-bottom: 1px solid #ccc;
    }
    table.clinic-table tr th,
    table.clinic-table tr td{
        width: 100%;
    }
}
/* unit-メディア掲載 */
.media-unit{
    display: flex;
    justify-content: space-between;
    background-color:#FAF7F0;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto 60px;
}
.media-unit p.media-image{
    width: 25%;
    margin: 0 0 0 0;
}
.media-unit div.media-text-unit{
    width: 70%;
}
.media-unit div.media-text-unit h2{
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .media-unit{
        flex-direction: column;
        background-color:#F6FCFF;
        padding: 24px;
        border-radius: 20px;
        width: 100%;
        margin: 0 auto 60px;
    }
    .media-unit p.media-image{
        width: 80%;
        margin: 0 auto 20px;
    }
    .media-unit div.media-text-unit{
        width: 100%;
    }
    .media-unit div.media-text-unit h2{
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
}
 
/* アクセス */
.googlemap iframe{width: 100%;}
@media screen and (max-width: 767px) {
    .entry-container.googlemap iframe{
        height: auto;
        object-fit: cover;
        aspect-ratio: 4 /3;
        margin-bottom:24px;
    }
}


/* unit-アクセス詳細 */
.access-info-unit{
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:24px;
    margin-bottom: 40px;
}
.access-info-unit li.access-info-list{
    list-style: none;
    background-color: #F6F9FA;
    padding: 24px;
    box-sizing:border-box;
}
.access-info-unit li.access-info-list{
    display: flex;
    justify-content: space-between;
}
.access-info-unit li.access-info-list .access-info-text{
    width: 70%;
}
.access-info-unit li.access-info-list p{margin: 0 0 0 0;}
.access-info-unit li.access-info-list p.access-icon{
    width: 110px;
}
.access-info-unit li.access-info-list .access-info-text h3{
    margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
    .access-info-unit{
        grid-template-columns:1fr;
        gap:24px;
        margin-bottom: 40px;
    }
    .access-info-unit li.access-info-list{
        padding:4% 2%;
    }
    .access-info-unit li.access-info-list .access-info-text{
        width: 78%;
        box-sizing: border-box;
    }
    .access-info-unit li.access-info-list p.access-icon{
        width:16%;
        margin: 0;
    }
    .access-info-unit li.access-info-list .access-info-text h3{
        margin: 0 0 0 0;
        font-size: 1rem;
    }
    .access-info-unit li.access-info-list .access-info-text p{
        font-size: 0.8rem;
    }

}

/* unit-スタッフの声 */
ul.staff-voice{
    padding-inline-start: 0;
}
ul.staff-voice li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-bottom: 32px;
}
ul.staff-voice img{
    width: 120px;
}
ul.staff-voice p{
    margin: 0 0 0 0;
    width: 86%;
    border-radius: 10px;
    padding: 32px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    ul.staff-voice li{
        flex-direction: column;
        justify-content: center;
        margin-bottom: 32px;
    }
    ul.staff-voice img{
        width: 80px;
        margin: 0 auto -20px;
        position: relative;
        z-index: 2;
    }
    ul.staff-voice p{
        width: 90%;
        padding: 32px 24px 24px;
    }
}
/* unit-求人用電話番号　*/
.recruit-cta{
    width: 100%;
    max-width: 950px;
    margin: 50px auto;
    background-color: #5A86BF;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 32px;
    display: flex;
    justify-content: space-between;
}
.recruit-text{
    width: 48%;
}
.recruit-text h2{
    color: #fff;
    margin: 0 0 0 0;
}
.recruit-text p{
    margin: 16px 0 0 0;
}
.recruit-cta div.recruit-tel{
    width: 50%;
    text-align: center;
}
.recruit-cta div.recruit-tel a{
    display: block;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 24px;
}
.recruit-cta div.recruit-tel h3{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 0 0;
}
.recruit-cta div.recruit-tel p{
    margin: 0 0 0 0;
}
.recruit-cta div.recruit-tel p.tel-number{
    font-family: "Barlow", sans-serif;
    font-size:50px;
    line-height: 1.5em;
}
@media screen and (max-width: 767px) {
    .recruit-cta{
        margin: 36px auto;
        border-radius: 10px;
        padding: 5%;
        flex-direction: column;
    }
    .recruit-text{
        width: 100%;
        text-align: center;
    }
    .recruit-text h2{
        font-size: 1.5rem;
    }
    .recruit-text p{
        margin: 10px 0 16px;
    }
    .recruit-cta div.recruit-tel{
        width: 100%;
    }
    .recruit-cta div.recruit-tel a{
        border-radius: 12px;
        padding: 20px;
    }
    .recruit-cta div.recruit-tel h3{
        font-size: 1.3rem;
    }
    .recruit-cta div.recruit-tel p{
        margin: 0 0 0 0;
    }
    .recruit-cta div.recruit-tel p.tel-number{
        font-size:2.4rem;
    }
}

/*エントリー*/
.c-heading-title.entry-title{
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
.c-heading-title.entry-title::after{
    background-color: #5A86BF;
}

/* お知らせ */
@media screen and (max-width: 767px) {
    .c-entry-list__link{
        flex-wrap: wrap;
        padding: 5% 2%;
    }
    .c-entry-list__link h2.c-entry-list__title{
        display: block;
        width: 100%;
    }
}



/* unit-はたなか先生のコメント */
section.doctor-comment{
    border: 1px solid #ccc;
    padding: 36px;
    margin-bottom: 70px;
    border-radius: 24px;
}
section.doctor-comment .dc-headding{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
section.doctor-comment .dc-headding::after{
    content: "";
    margin-left: 1rem;
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
section.doctor-comment .dc-headding p{
    width: 80px;
    margin-right: 24px;
}
section.doctor-comment .dc-headding h2{
    color: #535353;
    font-size: 1.3rem;
    margin-bottom: 0;
}
section.doctor-comment h3{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    background-color:#F6F9FA;
    padding: 1.2rem;
}
@media screen and (max-width: 767px) {
    section.doctor-comment{
        padding: 3%;
        margin-bottom: 45px;
        border-radius: 12px;
    }
    section.doctor-comment .dc-headding{
        flex-direction: column;
        justify-content: center;
    }
    section.doctor-comment .dc-headding::after{
        display: none;
    }
    section.doctor-comment .dc-headding p{
        width: 60px;
        margin:0 0 6px 0;
    }
    section.doctor-comment .dc-headding h2{
        font-size: 1.1rem;
    }
    section.doctor-comment h3{
        font-size: 1.1rem;
        padding:1.2%;
    }
}

/* unit-料金表 */
/*.price-table{
    background-color: #faf7f1;
    padding: 5%;
}*/
.price-table table{
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    border-top: 1px solid #5A86BF;
}
.price-table table tr th,
.price-table table tr td{
    border-bottom: 1px solid #ccc;
    padding: 2% 5%;
    box-sizing: border-box;
    vertical-align: middle;
}
.price-table table tr th{
    text-align: left;
    width:80%;
}
.price-table table tr td{
    text-align: right;
    width: 20%;
}
@media screen and (max-width: 767px) {
    .price-table table tr th,
    .price-table table tr td{
        padding: 3% 3%;
        display: block;
        width: 100%;
    }
    .price-table table tr th{
        border-bottom: none;
        padding-bottom: 1%;
    }
    .price-table table tr td{
        padding-top: 1%;
    }

}

/* unit-CTAユニット */
.cta-entry{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 380px;
    margin-bottom: 50px;
}
.cta-entry div.cta-entry-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cta-entry div.cta-entry-text h2{
    color: #fff;
    margin-bottom: 24px;
    margin-block-end: 0;
}
.cta-entry div.cta-entry-text a.c-link-button{
    margin-top: 32px;
    background-color: #fff;
}
.cta-entry div.cta-entry-text a.c-link-button:hover{
    background-color: #5A86BF;
}
.cta-entry p.cta-entry-image{
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0 0 0 0;
    background-color:#5879A3;
}
.cta-entry p.cta-entry-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.3;
    aspect-ratio: 3 / 1;
}
@media screen and (max-width: 767px) {
    .cta-entry{
        border-radius: 8px;
        height: 260px;
        margin-bottom: 40px;
    }
    .cta-entry div.cta-entry-text{
        padding-left: 4%;
        padding-right: 4%;
    }
    .cta-entry div.cta-entry-text h2{
        font-size: 1.3rem;
    }
    .cta-entry div.cta-entry-text a.c-link-button{
        margin-top: 20px;
    }
    .cta-entry p.cta-entry-image img{
        aspect-ratio: 4 / 3;
    }
}
