@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

.font--zen-maru-g {
    font-family: "Zen Maru Gothic", sans-serif;
}
dd{
    line-height: 1.7;
}

/*---------------------------------------------
 custom reset
---------------------------------------------*/
html,body {font-size:10px; height: 100%;  line-height: 1.5; color: #404040; font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
*,*:after,*:before { box-sizing: border-box;}
a { text-decoration: none; color: #333;}
a,.link,a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
a:hover img,a:hover{opacity: 0.6;}
sup{font-size: 60%G;}
html{ font-size: 62.5%; }
body { font-size: 1.8rem; margin: 0;}
main{display: block; overflow: hidden;}
li {list-style: none;}
ul,p {margin: 0;}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
/*---------------------------------------------
 base margin
---------------------------------------------*/
.mt0 { margin-top: 0px !important; }.mt5 { margin-top: 5px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt40 { margin-top: 40px !important; }.mt50 { margin-top: 50px !important; }.mt60 { margin-top: 60px !important; }.mt70 { margin-top: 70px !important; }.mt80 { margin-top: 80px !important; }
.ml0 { margin-left: 0px !important; }.ml5 { margin-left: 5px !important; }.ml10 { margin-left: 10px !important; }.ml15 { margin-left: 15px !important; }.ml20 { margin-left: 20px !important; }.ml30 { margin-left: 30px !important; }.ml40 { margin-left: 40px !important; }
.mr0 { margin-right: 0px !important; }.mr5 { margin-right: 5px !important; }.mr10 { margin-right: 10px !important; }.mr15 { margin-right: 15px !important; }.mr20 { margin-right: 20px !important; }.mr25 { margin-right: 25px !important; }.mr30 { margin-right: 30px !important; }.mr40 { margin-right: 40px !important; }
.mb0 { margin-bottom: 0px !important; }.mb5 { margin-bottom: 5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb25 { margin-bottom: 25px !important; }.mb30 { margin-bottom: 30px !important; }.mb40 { margin-bottom: 40px !important; }.mb50 { margin-bottom: 50px !important; }.mb60 { margin-bottom: 60px !important; }.mb70 { margin-bottom: 70px !important; }.mb80 { margin-bottom: 80px !important; }


/* 表示切り替え */
.u-hide-pc{
    display: none;
}
.u-hide-sp{
    display: block;
}
@media screen and (max-width: 1024px) {
    .u-hide-pc{
        display: block;
    }
    .u-hide-sp{
        display: none;
    }
}

.wrap {
    overflow: hidden;
}

/* ////////////////////////////////////////
// header
//////////////////////////////////////// */
#header{
    position: fixed;
    top:0;
    /* height: 105px; */
    width:100%;
    text-align: center;
    z-index: 100;
}
#header .top-inner {
    display: flex;
    width: 100%;
    height: auto;
    background: #ECF3F7;
    background-image: linear-gradient(to bottom, #D7E6EE 0%, #fff 100%);
    padding: 23px 20px;
    color: #003B51;
    align-items: center;
    justify-content: space-between;
}
#header a:hover{opacity: 1;}
.logo {
    width: 205px;
    flex-shrink: 0;
    margin-right: 20px;
    z-index: 1;
    cursor: pointer;
}
.logo img {
    margin-bottom: -12px;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.logo img{
    width: 100%;
}
.top-inner p span {
    font-size: 2.5rem;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}
.header-tel{
    position: relative;
    flex-shrink: 0;
    padding-left: 60px;
}
.header-tel::before {
    content: '';
    background: url('/assets/images/common/ico_tel.svg') no-repeat;
    background-size: contain;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 10px;
}
#header .nav {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 245px;
    padding-right: 240px;
    top: 10px;
    transition: all .3s;
    left: 50%;
    transform: translateX(-50%);
}
#header .nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #fff;
    border-radius: 80px;
    overflow: hidden;
    box-shadow: rgba(6, 105, 196, 0.25) 0px 25px 50px -22px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid #707070;
}
#header .nav li {
    color: #003B51;
    font-size: clamp(11px, 1vw, 16px);
    width: calc(100%/6);
}
#header .nav a {
    color: #003B51;
    display: block;
    /* padding: 25px 20px; */
    padding: 25px calc(8/1920*100vw);
}
#header .nav a:hover {
    background: #003B51;
    color: #ECF3F7;
}

@media screen and (max-width: 1440px){
    /* #header .nav {
        padding-left: 245px;
        padding-right: 240px;
    } */
}
@media screen and (min-width: 1025px){
    #header {
        position: absolute;
        transition: all .3s;
    }

    /* 追従時 */
    #header.is-fixed .nav {
        top: 15px;
        max-width: 1440px;
        padding: 0 150px;

    }
    #header.is-fixed .nav a {
        padding: 15px 20px;
    }
}



/* footer */
#footer::before {
    content: '';
    display: block;
    background-image: linear-gradient(to top, #D7E6EE 0%, #fff 100%);
    height: 350px;
    width: 100%;
    margin-top: -350px;
    z-index: 0;
    position: relative;
    z-index: -1;

}
#footer .bottom-inner {
    background: #003B51;
    color: #fff;
    font-weight: 300;
    padding: calc(88 / 1920 * 100%);
    padding-right: calc(300 / 1920 * 100%);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.clinic_info {
    display: flex;
    align-items: center;
}
.tel span {
    font-size: 3.5rem;
    font-weight: 400;
    /* padding-left: 38px; */
    padding-left: 48px;
    background: unset;
    color: #fff;
}
.tel {
    position: relative;
    margin-bottom: 8px;
    font-family: 'Noto Serif JP', serif;
}
.open-hour{
    font-size: 16px;
    letter-spacing: 0.02em;
}
.tel::before {
    content: '';
    background: url('/assets/images/common/ico_tel_w.svg') no-repeat;
    background-size: contain;
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 10px;
}
#footer .tel a {
    color: #fff;
}
.footer_logo {
    width: 205px;
    margin-bottom: 8px;
}
.footer_nav {
    display: flex;
}
.footer_nav li {
    margin-bottom: 33px;
    margin-right: 70px;
    font-size: clamp(15px, 1vw, 18px);
}
.footer_nav li:last-child {
    margin-bottom: 0;
}
div.footer_nav > div:nth-child(2) > ul > li {
    margin-right: 0;
}
.footer_nav a {
    color: #fff;
}
.copyright {
    background: #003B51;
    color: #fff;
    font-family: 'Noto Serif JP';
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    padding: 20px 0;
    border-top: #707070 solid 1px;
    text-align: center;
}
#pagetop {
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 5%;
}
#pagetop img {
    display: flex;
    justify-content: center;
    padding: 31px 20px;
}
@media screen and (min-width: 1919px){
    #footer .bottom-inner {
        padding: 88px;
        padding-right: 300px;
    }
}



/* common */
.contents {
    max-width: 980px;
    margin: 0 auto;
}
.inner {
    display: flex;
}
section {
    margin-bottom: 90px;
}

/* 丸見出し リード文 */
._title img {
    height: auto;
    display: block;
    margin-bottom: 40px;
}
._lead img {
    width: auto;
    height: auto;
    display: block;
    margin-left: 113px;
    margin-bottom: 57px;
}
#main_visual {
    /* margin-top: calc(210 / 1920 * 100vw); */
}
.mv_wrap{
    margin-top: 83px;
}
@media screen and (max-width: 1024px) {
    .mv_wrap{
        margin-top: 70px;
    }
}

/* side copy追従 */
.wrap {
    position: relative;
}
.side_copy {
    content: '';
    display: block;
    background: url('/assets/images/common/copy_matsu.svg') no-repeat;
    width: 20px;
    height: 248px;
    background-size: contain;
    position: fixed;
    bottom: 35%;
    right: 10px;
    z-index: 100;
}
.side_copy a {
    width: 100%;
    height: 100%;
    display: block;
}

br.pc {display: block;}
br.sp {display: none;}
.is_pc {display: block !important;}
.is_sp {display: none !important;}
@media screen and (max-width: 1024px) {
    .is_sp {display: block !important;}
    .is_pc {display: none !important;}

    body.nav-open {
        overflow: hidden;
    }

    /* common */
    .side_copy {
        bottom: 15%;
    }
    #header_sp {
        position: fixed;
        top:0;
        z-index: 999;
    }
    .contents {
        width: auto;
        margin: 0 20px;
    }
    section {
        margin-bottom: 70px;
    }

    #main_visual {
        margin-top: 70px;
    }
    /* header */
    /* gnav */
    /*ボタン外側*/
    .openbtn{
        position: relative;
        /* position:fixed; */
        background: #003B51;
        cursor: pointer;
        width: 50px;
        height:50px;
        z-index: 9999;
        top:10px;
        right: 10px;
        cursor: pointer;
    }

    /*ボタン内側*/
    .openbtn .openbtn-area{
        transition: all .6s;
        width:50px;
        height:50px;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }
    .openbtn span:nth-of-type(1) {
        top:15px;	
    }
    .openbtn span:nth-of-type(2) {
        top:23px;
    }
    .openbtn span:nth-of-type(3) {
        top:31px;
    }

    /*activeクラスが付与されると 
    .openbtn-areaが360度回転、その中の線が回転して×*/
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }


    /* footer */
    #footer .bottom-inner {
        padding: 40px 0;
    }
    #pagetop {
        display: none;
    }
    #footer .bottom-inner {
        flex-direction: column-reverse;
    }
    .footer_nav,.clinic_info {
        flex-direction: column;
    }
    .clinic_info {
       align-items: flex-start;
    }
    .footer_nav li:last-child {
        margin-bottom: 33px;
    }
    .footer_nav li {
        margin-right: 0;
        text-align: center;
        font-size: 16px;
    }
    .footer_logo img {
        margin-right: 0;
    }
    #footer > div.bottom-inner > div.clinic_info > ul {
        text-align: center;
    }
    .tel::before {
        left: 0;
    }
    .tel span {
        margin: 0;
        /* padding-left: 62px; */
    }
    .footer_nav {
        border-bottom: 1px solid #707070;
        /* margin: 0 -40px 30px; */
    }
    .footer_logo img {
        margin-bottom: 30px;
    }
    .clinic_info .tel {
        margin-top: 10px;
    }

    #footer .bottom-inner {
        overflow: hidden;
    }
    .bottom-info{
        padding: 40px 30px 0;
    }


}
@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
}

@media screen and (max-width: 480px) {
    #footer > div.bottom-inner > div.clinic_info > ul > li:nth-child(1) {
        font-size: 16px;
    }
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
    .tel::before {
        left: 0;
    }
}

.a__link {
    padding-top: 190px;
    margin-top: -190px;
}

@media screen and (min-width: 1921px) {
}


/* 小見出し */
.c-header--lv3{
    color: #003B51;
    margin-bottom: 90px;
    position: relative;
    text-align: center;
}
.c-header--lv3::after{
    content: '';
    display: block;
    background: url('/assets/images/common/ico_point.svg') no-repeat center top;
    width: 52px;
    height: 39px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}
.c-header--lv3 .text--en{
    display: block;
    font-size: 13px;
    letter-spacing: 0.3em;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
}
.c-header--lv3 .text--jp{
    font-size: 24px;
    font-weight: 400;
}
@media screen and (max-width: 1024px){
    .c-header--lv3::after {
        width: 32px;
        height: 25px;
        position: absolute;
        bottom: -38px;
        background-size: contain;
    }
}

/* 監視用マーカー */
#logo-marker {
  position: absolute;
  top: 60px; /* ロゴの高さに */
  left: 0;
  width: 100%;
  height: 1px;
  visibility: hidden;
}




/* ////////////////////////////////////////
// lower MV
//////////////////////////////////////// */
#main_visual._sub {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: calc(100 / 1920 * 100vw);
}
.mv_wrap {
    position: relative;
}
.lead_text {
    position: absolute;
    top: calc(210 / 1920 * 100vw);
    left: calc(-250 / 1920 * 100vw);
    padding: calc(60 / 1920 * 100vw) calc(56 / 1920 * 100vw);
    z-index: 10;
    width: fit-content;
    height: calc(200 / 1920 * 100vw);
    z-index: 15;
}
.lead_text p{
    position: relative;
    z-index: 20;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: right;
    color: #76868B;
}
.lead_text .text--jp{
    font-size: calc(45 / 1920 * 100vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
}
.lead_text .text--en{
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: 0.2em;
    display: block;
}
.lead_text::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.lead_text::after {
    content: '';
    background: #003B51;
    padding: calc(70 / 1920 * 100vw);
    display: block;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 5;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.lead_text img {
    width: calc(280 / 1920 * 100vw);
    max-width: 280px;
    z-index: 15;
}
.mv_wrap img {
    position: relative;
    display: block;
    margin: 0 auto;
}
#main_visual img {
    width: calc(1012 / 1920 * 100vw);
    max-width: 1012px;
    position: relative;
    z-index: 10;
}
#main_visual::after {
    width: calc(800 / 1920 * 100vw);
    height: calc(548 / 1920 * 100vw);
    max-width: 800px;
    max-height: 548px;
    content: '';
    background: url('/assets/images/common/bg_stripe.svg');
    background-size: cover;
    display: block;
    position: absolute;
    bottom: calc(-20 / 1920 * 100vw);
    left: calc(-20 / 1920 * 100vw);
}
@media screen and (min-width: 1919px){
    #main_visual._sub {
        margin-bottom: 100px;
    }
    .mv_wrap {
        position: relative;
    }
    .lead_text {
        position: absolute;
        top: 210px;
        left: -250px;
        padding: 60px 56px;
        height: 200px;
    }
    .lead_text .text--jp{
        font-size:45px;
    }
    .lead_text .text--en{
        font-size:14px;
    }
    .lead_text::after{
        padding: 70px;
    }
    #main_visual::after {
        bottom: -20px;
        left: -20px;
    }
}
@media screen and (max-width: 1024px){
    #main_visual._sub {
        margin-bottom: calc(62 / 414 * 100vw);
    }
    .mv_wrap {
        position: relative;
    }
    .lead_text {
        position: absolute;
        top: calc(70 / 414 * 100vw);
        left: 0;
        padding: calc(28 / 414 * 100vw) calc(36 / 414 * 100vw);
        height: auto;
    }
    .lead_text .text--jp{
        font-size: clamp(24px, 1vw, 32px);
    }
    .lead_text .text--en{
        font-size: clamp(10px, 1vw, 14px);
    }
    .mv_wrap img {
        width: 100%;
    }
    #main_visual img {
        width: 100%;
    }
    #main_visual::after {
        width: 100%;
        height: 100%;
        content: '';
        background: url('/assets/images/common/bg_stripe.svg');
        background-size: cover;
        display: block;
        position: absolute;
        top: unset;
        left: 0;
        bottom: -15px;
    }

}