@charset "UTF-8";
h1{
    font-size: 4rem;
}
h2{
    font-size: 3.2rem;
    margin-bottom: 20px;
}
h3{
    font-size: 2.4rem;
    margin-bottom: 10px;
}
h4{
    font-size: 2rem;
    margin-bottom: 15px;
}
.blue{
    color: #3AC0CF;
}
.en{
    font-size: 2rem;
    color: #3AC0CF;
    margin-bottom: 10px;
}
.dot-list{
    padding-left: 25px;
    position: relative;
}
.dot-list::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #43D1E1;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 13px;
}
.button{
    padding-left: 25px;
}
.chevron-right{
    display: inline-block;
    vertical-align: middle;
    color: #E5F7FF;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 10px;
    margin-top: -2px;
    transition: .5s ease;
    top: -1px;
}
.chevron-right::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #3AC0CF;
    border-right: 1px solid #3AC0CF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    transition: .4s ease;
}

.chevron:hover .chevron-right{
    margin-right: 5px;
    margin-left: 5px;
    color: #3AC0CF;
}
.chevron:hover .chevron-right::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.button-blue{
    padding: 20px 40px 20px;
    background-color: #43D1E1;
    color: white;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.05em;
    transition: .7s ease all;
    line-height: 1;
    width: 300px;
    text-align: center;
    position: relative;
    margin-top: 40px;
    border: 1px solid #43D1E1;
}
.button-blue::before{
    content: '';
    border-top: 1px solid white;
    border-right: 1px solid white;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 30px;
    margin: auto;
    width: 6px;
    height: 6px;
    transition: .7s ease all;
    
}
.button-blue:hover{
    background-color: white;
    color: #43D1E1;
}
.button-blue:hover::before{
    border-top: 1px solid #43D1E1;
    border-right: 1px solid #43D1E1;
    right: 25px;
}
#header{
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.header-inner,#header-nav{
    display: flex;
}
#header-nav{
    gap: 50px;
    font-size: 1.6rem;
    line-height: 5;
}
.sub-nav{
    line-height: 1;
}
.header-inner{
    padding: 10px 120px 10px 70px;
    align-items: center;
    justify-content: space-between;
}
.sub-nav{
    opacity: 0;
    height: 0;
}
#menu-toggle,#menu-button,#drawer-menu{
    display: none;
}
#header-nav li{
    position: relative;
}
.sub-nav{
    position: absolute;
    transition: .7s ease all;
    visibility: hidden;
    background-color: #F6FBFF;
    padding: 30px;
}

.table-time{
    border-radius: 20px;
    overflow: hidden;
}
.table-time tr{
    border-bottom: 1px solid #3AC0CF;
    background-color: #F7F8F8;
}
.table-time .tr-color{
    background-color: #EFF5F9;
}
.table-time tr:last-child{
    border-bottom: none;
}
.table-time th{
    padding: 15px  20px;
    border-right: 1px solid #3AC0CF;
}
.table-time th:last-child{
    border-right: none;
}
.w-140{
    width: 141px;
}
footer{
    margin-top: 140px;
    width: 100%;
}
.footer-h .en{
    margin-top: 40px;
}
.footer-h .en,.footer-h h2{
    color: white;
    text-align: center;
}
.footer-h{
    width: 500px;
    height: 300px;
    background-color: #3AC0CF;
    border-top-left-radius: 500px 500px;
    border-top-right-radius: 500px 500px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    margin: 0 auto;
}
.inner-wrap{
    background-color: #3AC0CF;
    padding-bottom: 50px;
}
.footer-inner{
    display: flex;
    width: 1120px;
    margin: -150px auto 40px;
    justify-content: space-between;
    padding-top: 100px;
}
.footer-left{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 450px;
}
.footer-right table{
    margin-bottom: 15px;
    margin: 0 auto 15px;
}
.footer-right p{
    color: white;
}
.footer-map{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 60px;
}
.footer-link{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.footer-link a{
    color: white;
}
.link-small{
    font-size: 1.4rem;
    display: grid;
    gap: 15px;
}
.link-medium{
    display: grid;
    gap: 15px;
}
.footer-link-inner{
    display: flex;
    gap: 40px;
}
.copyright{
    text-align: center;
    color: #3AC0CF;
    padding: 3px 0;
}
#drawer-menu{
    display: block;
    width: 100%;
    position: absolute;
    background-color: white;
    height: 100%;
    transform: translateX(100%);
    position: fixed;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: .6s ease all;
}
.header-inner .logo{
    z-index: 999;
}
.header-info{
    position: relative;
}
.header-info .sub-nav{
    position: absolute;
    display: grid;
    gap: 30px;
    top: 70px;
    left: 50%;
    translate: -50%;
    border-radius: 10px;
    height: auto;
    width: 270px;
    text-align: center;
}
.header-info:hover .sub-nav{
    opacity: 1;
    visibility: unset;
}
.sub-nav a{
    transition: .7s ease;
}
.sub-nav a:hover{
    color: #3AC0CF;
}
#header-nav a{
    transition: .7s ease;
}
#header-nav a:hover{
    color: #3AC0CF;
}
.header-medical .sub-nav{
    position: absolute;
    display: grid;
    gap: 30px;
    top: 70px;
    left: 50%;
    translate: -50%;
    border-radius: 10px;
    width: 300px;
    height: auto;
    text-align: center;
}
.header-medical:hover .sub-nav{
    opacity: 1;
    visibility: unset;
}
.footer-inner img{
    width: 180px;
    margin-bottom: 30px;
}
.footer-map iframe{
    width: 100%;
    height: 290px;
    border-radius: 30px;
    padding: 0 10px;
}
@media only screen and (max-width: 1130px) {
    .footer-inner {
        width: 100%;
        display: grid;
        margin-top: -150px;
        padding: 60px 10px;
        gap: 40px;
        justify-content: unset;
    }
    .footer-map {
        margin-bottom: 0;
    }
    .footer-left {
        display: grid;
        width: 100%;
        gap: 15px;
        justify-content: normal;
        text-align: center;
    }
    .footer-link-inner,.link-medium{
        display: none;
    }
    .footer-right p {
        text-align: center;
    }
    .footer-link {
        display: grid;
        padding: 0 10px;
        justify-content: normal;
    }
    .sns {
        height: 40px;
        gap: 40px;
        justify-content: center;
        margin-top: 40px;
    }
    .footer-inner div{
        text-align: center;
    }
    .footer-inn{
        display: inline-block;
    }
}
@media only screen and (max-width: 980px) {
    #header-nav {
        display: none;
    }
    .header-inner {
        padding: 35px 20px 35px 20px;
    }
    .footer-h {
        width: 200px;
        height: 140px;
        border-top-left-radius: 400px 400px;
        border-top-right-radius: 400px 400px;
    }
    .footer-h .en {
        margin-top: 20px;
    }
    .footer-inner {
        margin-top: -50px;
    }

    #menu-button{
        display: block;
        background-color: #43D1E1;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
    }
    #menu-button span {
        background-color: white;
        width: 15px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: .3s;
    }
    #menu-button span::before,#menu-button span::after{
        content: '';
        background-color: white;
        width: 15px;
        height: 1px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .6s ease all;
    }
    #menu-button span::before{
        top: 5px;
    }
    #menu-button span::after{
        bottom: 5px;
    }
    #menu-toggle:checked ~ #drawer-menu{
        visibility: visible;
        transform: translateX(0);
    }
    #menu-toggle:checked ~ #menu-button span {
        width: 0px;
    }
    #menu-toggle:checked ~ #menu-button span::before{
        top: 50%;
        transform: translateX(-50%) rotate(45deg);
        left: 50%;
    }
    #menu-toggle:checked ~ #menu-button span::after{
        top: 50%;
        transform: translateX(-50%) rotate(-45deg);
        left: 50%;
    }
    .menu-list{
        margin: 100px 15px 0;
    }
    .menu-list li{
        padding: 0 0 0 50px;
        border-top: 1px solid #3AC0CF;
        font-size: 1.6rem;
    }
    .menu-list li:last-child{
        border-bottom: 1px solid #3AC0CF;
    }
    .menu-list li a{
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }
    .menu-list .sub-menu{
        opacity: 0;
        overflow: hidden;
        height: 0;
        transition: .5s ease all;
    }
    .menu-list label{
        cursor: pointer;
        position: absolute;
        left: 30px;
    }
    input[type="checkbox"]:checked ~ .sub-menu {
        opacity: 1;
        height: auto;
    }

    input[type="checkbox"]:checked + label .dli-close-circle span::before{
        transform: rotate(0);
    }
    .dli-close-circle{
        display: inline-block;
        vertical-align: middle;
        color: #3AC0CF;
        line-height: 1;
        position: relative;
        width: 20px;
        height: 20px;
        border: 0.1em solid currentColor;
        border-radius: 50%;
        box-sizing: content-box;
        margin-right: 20px;
        margin-top: 13px;
    }
    .dli-close-circle span{
        width: 52%;
        height: 0.1em;
        background: currentColor;
        border-radius: 0.1em;
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .dli-close-circle span::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
        transition: all ease .3s;
    }
    .sub-menu li{
        padding: 0;
    }
    .sub-menu li:last-child{
        border-bottom: none;
    }
    
}
@media only screen and (max-width: 768px) {
    h1{
    font-size: 2.4rem;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    h3{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    h4{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    footer {
        margin-top: 100px;
    }
    .footer-map iframe{
        height: 300px;
    }
}
@media (hover: none) {
    .header-info:hover .sub-nav {
        opacity: 0;
    }
}
