body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3f3f3f;
    font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}


header {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.header {
    max-width: 1280px;
    margin: 1em auto;
}


.section-inner {
    max-width: 1152px;
    margin: 100px auto;
}

button {
    display: none;
}



/* ＝＝＝＝＝汎用クラス＝＝＝＝ */
.flex {
    display: flex;
}

.is-between {
    justify-content: space-between;
}


.bg-lightblue {
    background-color: #E8F2F9;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ＝＝＝＝＝診療予約ボタン＝＝＝＝＝＝ */
.main-button {
    margin-left: 20px;
    color: #fff;
    background-color: #53ACDC;
    padding: 10px 40px;
    border-radius: 38px;
    transition-duration: .3s;
    transition-timing-function: ease-in;
}

.main-button:hover {
    background-color: #fff;
    border: solid 2px #53ACDC;
    color: #53ACDC;
}

.map-button {
    display: inline;
    position: absolute;
    right: 60px;
    bottom: 60px;
}



/* ＝＝＝＝＝もっと見る→ボタン＝＝＝＝＝ */

.info-button {
    display: block;
    text-align: center;

}

.center-button {
    max-width: 1152px;
    text-align: center;
}

.center-button a {
    display: inline-block;
}

.more-button {
    color: #53ACDC;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    padding: 10px;
    position: relative;
}

.more-button:hover {
    color: #cdcdcd;
}


.more-button::after {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #53ACDC;
    border-radius: 50%;
    position: absolute;
    right: 0;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.more-button:hover::after {
    background-color: #cdcdcd;
}


.more-button span {
    width: 15px;
    height: 2px;
    background-color: #FFF;
    position: relative;
    margin-left: 48px;
    margin-right: 13px;
    z-index: 2;
}

.more-button span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2.5px #FFF;
    border-right: solid 2.5px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 5px;
}

.right-button {
    text-align: end;
}





/* ＝＝＝＝＝セクションタイトル＝＝＝＝＝＝ */
.container {
    align-items: flex-end;
    margin-bottom: 90px;
}


.section-title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
}

.section-title::before {
    display: block;
    content: "INFORMATION";
    font-size: 14px;
    color: #53ACDC;
    margin: 0 auto 10px;
}

.section-title2 {
    font-size: 40px;
    font-weight: bold;
    margin-right: 40px;
    position: relative;
}

.section-title2::before {
    display: block;
    content: "ABOUT US";
    font-size: 16px;
    color: #53ACDC;
}

.section-title2::after {
    display: block;
    content: "";
    width: 130px;
    height: 130px;
    background-color: #E8F2F9;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -60px;
    z-index: -1;
}


.title3::before {
    content: "CONTENTS";
}

.title4 {

    position: relative;
    margin-bottom: 180px;
}

.title4::before {
    content: "DOCTOR";
}

.title4::after {
    background-color: #FFF;
}

.access-title {
    margin-bottom: 40px;
}

.access-title:before {
    display: block;
    content: "ACCESS";
    font-size: 14px;
    color: #53ACDC;
    margin: 0 auto 10px;
}


/* ＝＝＝＝＝ヘッダー＝＝＝＝＝ */


.gnav-wrap {
    align-items: center;
}

.gnav li {
    margin-left: 28px;
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
    position: relative;
}

.gnav li a:hover {
    color: #53ACDC;
}

.gnav li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #53ACDC;
    transition: .3s;
    transform: scale(0, 1);
    transform-origin: left bottom;
}

.gnav li a:hover::after {
    transform: scale(1, 1);
}

.tel-number {
    align-items: center;
    margin-left: 20px;
}

.tel-number img {
    width: 23px;
    height: 23px;
    padding-right: 5px;
}

.tel-number p {
    color: #53ACDC;
    font-size: 30px;
    font-weight: 500;
}

.sp-web-reserve {
    display: none;
}

/* ＝＝＝＝＝メインビジュアル＝＝＝＝＝ */

.mv-container {
    width: 100%;
    padding-top: 85px;
}

.mv-container::after {
    display: block;
    content: "";
    width: 100%;
    height: 550px;
    background-color: #E8F2F9;
    position: absolute;
    bottom: -250px;
    z-index: -1;
}

.mv-img-wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.mv-wrapper {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.mv img {
    /* margin-left: 30px; */
    border-radius: 0 0 0 90px;
}

.main-copy {
    writing-mode: vertical-rl;
    color: #53ACDC;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 10px;
    margin-right: 30px;

}

.mv-list {
    margin-top: -100px;
    z-index: 2;
}

.mv-list-wrap p {
    line-height: 2;
    margin-top: 30px;
    margin-left: 60px;
}

/* ＝＝＝＝＝お知らせ＝＝＝＝＝ */

.info-wrap {
    max-width: 1152px;
    margin: 0 auto;
    background: #fff;
    padding: 70px 0;
    border-radius: 90px 0 90px 0;
}


.info-content-wrap {
    margin: 40px 0;
}

.info-content {
    margin: 0 auto 40px;
    width: 50%;
    padding-bottom: 40px;
    border-bottom: solid 1px #DCDCDC;
}

.info-content {
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.info-content:hover {
    color: #cdcdcd
}

.info-content time {
    font-weight: bold;
    margin-right: 45px;
}




/* ＝＝＝＝＝わたしたちについて＝＝＝＝＝＝ */
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #53ACDC;
    margin-top: 20px;
}

.card-content {
    margin-top: 10px;
    line-height: 1.5em;
}

.card-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.about-card {
    width: 28%;
    margin-top: 50px;
}

.about-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0 45px 0 0;
}



/* ＝＝＝＝＝＝診療内容＝＝＝＝＝＝ */
.contents-content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.contents-content-inner {
    width: 48%;
    background-color: #E8F2F9;
    border-radius: 45px 0 45px 0;
    padding: 40px 50px;
    align-items: center;
    margin-top: 40px;
}

.inner-icon {
    text-align: center;
    width: 70%;
}


.inner h3 {
    font-weight: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ＝＝＝＝＝院長紹介＝＝＝＝＝ */

.backmost {
    position: relative;
    z-index: -2;
}

.doctor {
    margin: 0 auto;
}

.doctor-content {
    width: 40%;
}

.doctor img {
    width: 800px;
    border-radius: 0 0 0 90px;
    position: absolute;
    left: 45%;
    top: 100px;
}

.doctor-name {
    margin-bottom: 40px;
    align-items: flex-end;
}

.doctor-name p {
    color: #53ACDC;
    font-weight: bold;
    margin-right: 20px;
}

.doctor-name h3 {
    font-size: 29px;
    font-weight: 500;
}

.doctor-text {
    line-height: 2em;
}

/* ＝＝＝＝＝アクセス＝＝＝＝＝ */

.access-container {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.access-container::after {
    display: block;
    content: "";
    width: 100%;
    height: 580px;
    background-color: #53ACDC;
    position: absolute;
    z-index: -1;
    bottom: -100px;
}




.access-adress {
    line-height: 2em;
    text-align: center;
    margin-bottom: 10px;
}

.announce {
    font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
    text-align: center;
}

.map {
    width: 100%;
    height: 700px;
    margin-top: 60px;
    border-radius: 0 90px 0 90px;

}

.access {
    position: relative;
}



.clinic-content-wrap {
    align-items: center;
}

.clinic-list {
    width: 43%;
}

.white-logo {
    width: 95%;
    margin-bottom: 20px;
}

.clinic-content-container {
    max-width: 1280px;
    margin: 0 auto;
}

.clinic-content {
    width: 43%;
    margin-right: 100px;
    position: relative;
}

.clinic-content-adress,
.clinic-contact-text,
.tel-number-white {
    color: #fff;
    margin-bottom: 20px;
}

.clinic-content-adress {
    padding-left: 10px;
}

.white-button {
    margin: 0;
    background-color: #fff;
    color: #53ACDC;
    font-weight: 500;
    text-align: center;
}

.white-button:hover {
    color: #fff;
    background-color: #3f3f3f;
}


.tel-number-white {
    font-size: 30px;
    align-items: center;
}

.tel-number-white img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.clinic-content::after {
    content: "";
    display: block;
    width: 1px;
    height: 216px;
    background-color: #fff;
    position: absolute;
    top: -40px;
    right: -50px;
    z-index: 1;
}

.clinic-contact {
    position: relative;
}

.clinic-contact::after {
    content: "";
    display: block;
    width: 1px;
    height: 216px;
    background-color: #fff;
    position: absolute;
    top: -30px;
    right: -55px;
    z-index: 1;
}

/* ＝＝＝＝＝フッター＝＝＝＝＝ */
.footer-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 40px 0;
}



.footer-nav li {
    transition-duration: .3s;
    transition-timing-function: ease-in;
    position: relative;
}

.footer-nav li :hover {
    color: #53ACDC;
}

.footer-nav li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #53ACDC;
    transition: .3s;
    transform: scale(0, 1);
    transform-origin: left bottom;
}

.footer-nav li a:hover::after {
    transform: scale(1, 1);
}

.copy {
    text-align: center;
    margin-bottom: 40px;
}




@media screen and (max-width:1300px) {
    .header {
        flex-direction: column;
    }

    .header-logo {
        display: none;
    }

    .tel-button-wrap {
        justify-content: space-between;
    }

    .tel-button-wrap::before {
        content: url(../img/logo.png);
        display: block;
        width: 260px;
    }

    .gnav-wrap {
        flex-direction: column-reverse;
        width: 90%;
        margin: 0 auto;
        align-items: stretch;
    }

    .gnav ul {
        line-height: 3;
        justify-content: space-between;
    }

    .gnav {
        width: 100%;
    }

    .gnav li {
        margin: 0;
    }

    .gnav li a::after {
        bottom: 0px;
    }

    .mv-container {
        padding-top: 150px;
    }

    .main-copy {
        margin-left: 5%;
    }

    .mv-wrapper {
        width: 90%;
    }

    .mv-container::after {
        height: 1050px;
        bottom: -800px;
    }


    .mv-list-wrap {
        flex-direction: column;
        width: 70%;
        margin: 100px auto;
    }

    .mv-list {
        width: 100%;
        margin-top: -30px;
    }

    .mv-list-wrap p {
        margin-left: 0;
        margin-top: 30px;
    }

    .info-wrap {
        width: 100%;
        border-radius: 0;
    }

    .bg-white {
        background-color: #fff;
        padding: 0 50px;
    }

    .info-content {
        width: 712px;
    }

    .section-inner {
        width: 75%;
    }

    .container {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .section-content {
        margin-top: 50px;
    }

    .tb-bgcolor {
        background-color: #E8F2F9;
        padding: 100px 0;
        z-index: -2;
    }

    .container {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }

    .title-tb::after {
        background-color: #fff;
    }

    .about {
        width: 90%;
    }

    .about-card {
        width: 46%;
        justify-content: center;
    }

    .inner {
        margin-left: 10px;
    }


    .doctor-name {
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor {
        flex-direction: column;
    }

    .title4 {
        margin: 0 auto 50px;
    }

    .doctor-text {
        width: 100%;
        margin-top: 50px;
    }

    .doctor img {
        width: 55%;
    }

    .access-container::after {
        height: 1000px;
    }

    .clinic-content-wrap {
        flex-direction: column;

    }

    .clinic-content-group {
        width: 60%;
        justify-content: space-between;
        margin: 0 auto 100px;
    }

    .clinic-content {
        width: 35%;
    }

    .clinic-contact::after {
        display: none;
    }

    .clinic-list {
        width: 60%;
    }

    .footer-nav ul {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around;
    }

    .footer-nav li {
        width: 50%;
        display: inline;
        margin-top: 50px;
        flex-basis: auto;
    }

    .recruit {
        justify-content: center;
    }

}




@media screen and (max-width:1080px) {

    /* ホバーアニメーション打消し */
    .main-button:hover {
        border: none;
        color: #fff;
        background-color: #53ACDC;
    }

    .more-button:hover {
        color: #53ACDC;
    }

    .more-button:hover::after {
        background-color: #53ACDC;
    }

    .white-button:hover {
        background-color: #fff;
        color: #53ACDC;
    }

    .gnav li a:hover::after,
    .footer-nav li a:hover::after {
        transform: scale(0, 0);
    }

    .info-content:hover {
        color: #3f3f3f;
    }

    .mv-container::after {
        height: 1200px;
        bottom: -800px;
    }

    .tb-bgcolor {
        padding: 25px 0;
    }

    .contents-content-wrap {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 100px;

    }

    .contents-content-inner {
        width: 100%;
    }

    .doctor-content {
        width: 100%;
    }

    .doctor img {
        width: 60%;
        left: 35%;
    }

    .title4 {
        margin-bottom: 100px;
    }

    .doctor-text {
        margin-top: 100px;
    }

    .access {
        width: 90%;
    }

}



@media screen and (max-width:830px) {


    /* ＝＝＝＝＝＝ハンバーガーメニュー＝＝＝＝＝＝ */
    button {
        display: block;
    }

    .sp-button {
        position: relative;
        display: inline-block;
        z-index: 5;
        width: 50px;
        height: 50px;
        background-color: #53ACDC;
        border-bottom: solid 2px #E8F2F9;
        border-left: solid 2px #E8F2F9;
        border-top: solid 2px #E8F2F9;
    }

    .hamburger {
        position: absolute;
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 54px;
        background-color: #53ACDC;
        border-radius: 10px 0 0 10px;
    }

    .sp-web-reserve {
        display: block;
    }


    .hamburger-line {
        position: absolute;
        z-index: 2;
        top: 16px;
        right: 14px;
        width: 20px;
        height: 2px;
        background-color: #fff;
        transition: all .4s;
    }

    .hamburger-line:nth-of-type(1) {
        top: 11px;
    }

    .hamburger-line:nth-of-type(2) {
        top: 17px;
    }

    .hamburger-line:nth-of-type(3) {
        top: 23px;
    }

    .hamburger-line:nth-of-type(3)::after {
        content: "MENU";
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        position: absolute;
        top: 3px;
        right: -5px;
        text-transform: uppercase;
    }

    .active .hamburger-line:nth-of-type(1) {
        transform: rotate(-25deg);
        width: 60%;
        top: 18px;
        right: 8px;
    }

    .active .hamburger-line:nth-of-type(2) {
        opacity: 0;
    }

    .active .hamburger-line:nth-of-type(3) {
        transform: rotate(25deg);
        width: 60%;
        top: 18px;
        right: 8px;

    }

    .active .hamburger-line:nth-of-type(3)::after {
        content: "CLOSE";
        transform: rotate(-25deg);
        top: 8px;
        left: 5px;

    }

    /* ＝＝＝＝＝＝SP用予約ボタン＝＝＝＝＝＝＝ */

    .sp-reserve-button {
        background-color: #fff;
        border-top: solid 2px #53ACDC;
        border-bottom: solid 2px #53ACDC;
        border-left: solid 2px #53ACDC;
        border-radius: 10px 0 0 10px;
        position: absolute;
        position: fixed;
        top: 60px;
        right: 0;
    }

    .sp-web-reserve {
        position: absolute;
        left: 13px;
        top: 8px;
        font-size: 11px;
        font-weight: bold;
        color: #53ACDC;
        line-height: 1.3;
    }


    /* ＝＝＝＝SP用ナビ＝＝＝＝ */

    /* スマホナビが開いたとき背景がスクロールしない */
    body.active {
        overflow: hidden;
    }

    header {
        position: static;
    }

    .gnav-wrap {
        width: 100%;
        height: 100%;
        background-color: #E8F2F9;
        margin: 0 auto;
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        transition-duration: .5s;
        transform: translateX(100%);
    }

    .active .gnav-wrap {
        transform: translateX(0);
    }

    .active .sp-reserve-button {
        opacity: 0;
    }


    .gnav-wrap,
    .gnav ul,
    .tel-button-wrap {
        flex-direction: column;
        display: inline-block;
    }

    .gnav {
        width: 80%;
        margin: 100px auto 95px;
    }

    .gnav ul {
        line-height: 4;
        display: block;

    }

    .gnav li {
        border-bottom: solid 1px #FFF;
        position: relative;
    }

    .gnav li::before {
        content: "";
        width: 5px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 32px;
        right: 8px;
        z-index: 6;
    }

    .gnav li::after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #53ACDC;
        border-radius: 50%;
        position: absolute;
        top: 23px;
        right: 0;
    }

    .gnav li span {
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        right: 7px;
        z-index: 7;
    }

    .gnav a {
        display: block;
    }

    .tel-button-wrap {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }

    .tel-button-wrap::after {
        content: "電話でのご予約・お問い合わせ";
        color: #53ACDC;
        position: absolute;
        top: -25px;
        left: 35px;
    }

    .tel-button-wrap {
        display: block;
    }

    .tel-button-wrap::before {
        display: none;
    }

    .main-button,
    .tel-number {
        margin: 0 auto;
        max-width: 220px;
        text-align: center;
    }

    .main-button {
        margin-top: 13px;
    }


    .header {
        width: 90%;
    }

    .header-logo {
        display: block;

    }

    .mv-container {
        padding-top: 0px;
    }

    .mv-container::after {
        top: 300px;
    }

    .mv {
        flex-direction: column-reverse;
    }

    .mv-list-wrap {
        width: 100%;
        margin: 50px auto;
    }

    .mv h1 {
        font-size: 40px;
        letter-spacing: 0.1em;
    }

    .main-copy {
        writing-mode: horizontal-tb;
        margin-top: 20px;
    }

    .mv img {
        width: 95%;
        margin-left: 5%;
    }



    .info-content {
        width: 90%;
    }

    .section-inner:not(.access) {
        width: 80%;
    }

    .card-wrap {
        flex-direction: column;
        align-items: center;
    }

    .about-card {
        width: 100%;
    }

    .clinic-content-group {
        flex-direction: column;
        width: 60%;
    }

    .clinic-content img {
        max-width: 260px;
        margin: 0 auto 20px;
    }

    .clinic-content {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    .clinic-content::after {
        transform: rotate(90deg);
        right: 50%;
        top: 50px;
    }

    .clinic-contact {
        margin: 0 auto;
    }

    .clinic-list {
        width: 90%;
        margin-top: 50px;
    }

    .clinic-contact-text {
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .header-logo {
        width: 180px;
    }

    .section-title2 {
        font-size: 32px;
        margin-left: 15%;
    }

    .mv img {
        border-radius: 0 0 0 45px;
    }

    .mv h1 {
        font-size: 32px;
        letter-spacing: 0;
    }



    .mv-container::after {
        top: 150px;
    }

    .info-content {
        flex-direction: column;
        width: 100%;
    }

    .info-content p {
        margin-top: 10px;
    }

    .contents-content-inner {
        flex-direction: column;
    }

    .inner {
        margin: 0;
    }

    .inner h3 {
        text-align: center;
        margin-top: 30px;
    }

    .doctor img {
        top: 250px;
        left: 0;
        width: 95%;
        margin-left: 5%;
    }

    .doctor-content {
        margin-top: 120%;
    }

    .doctor-text {
        margin-top: 0;
    }


    .access h2,
    .access p:not(.map-button) {
        width: 90%;
        margin: 15px auto;
    }


    .clinic-content-group {
        width: 80%;
        margin-bottom: 30px;
    }

    .footer-container {
        width: 90%;
    }

    .footer-nav ul {
        flex-direction: column;
        flex-wrap: wrap;
        height: 350px;
        text-align: start;
        justify-content: flex-start;
    }

    .footer-nav li {
        width: 50%;
    }

    .map {
        height: 430px;
        border-radius: 0;
    }

    .access {
        width: 100%;
    }

    .recruit {
        justify-content: flex-start;
    }

}