@charset "utf-8";
/* ================
common
=================== */
:root{
    --primary-white: #FFFEFA;
    --primary-black:#153842;
    --primary-blue: #00AEEF;
    --primary-pink: #FF69B4;
    --primary-lightBlue: #BFE2EF;
    --primary-lightPink: #FFCCE6;
    --primary-blueGray:#EAEEEF;
    --primary-pinkGray:#FBF1F5;
    --contentWidth: 91.4%;
    --contentPadding:0 4.2%
}

html{
    font-size: 62.5%;
}

body{
    font-family:
        "Noto Sans JP",
        sans-serif;
    font-style: normal;
    color: var(--primary-black, #153842);
    background-color: var(--primary-white, #FFFEFA);
    font-weight: 400;
    line-height: 1.3;
}

.title{
    color: var(--primary-black);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    padding: 40px 0 30px;
    justify-content: center;
    align-items: center;
}

.btn{
    text-align: center;
    font-size: 1.6rem;
    border-radius: 20px;
    background: var(--primary-blue);
    color: var(--primary-white);
    display: flex;
    width: 200px;
    height: 70px;
    white-space: nowrap;
    padding: 16px 60px 16px 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: 0.4s;
}

.btn::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(../images/btn-arrow__white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    transition: 0.4s;
}

.btn:hover{
    background: var(--primary-lightBlue);
    color: var(--primary-black);
    border: 5px solid var(--primary-blue);
    
}

.btn:hover.btn::after{
    background-image: url(../images/btn-arrow__black.svg);
}

/* common pc */
@media screen and (min-width:769px) {
    .title{
        font-size: 4.2rem;
        padding: 80px 0 60px;
    }

    .btn{
        display: flex;
        width: 700px;
        height: 74px;
        padding: 20px 40px;
        font-size: 2.8rem;
    }

    .btn__br{
        display: none;
    }

    .btn::after{
        right:60px;
    }
    
} /* pc 769px */

/* ================
header
=================== */
.header{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
}

.header__topic{
    margin: 17px 0 17px 10.7%;
}

.header__topic,
.nav__topic{
    width: 200px;
    height: 36px;
}

.nav{
    background-color: var(--primary-white);
    width: 100%;
    height: 540px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    text-align: center; 
    transform: translateX(100%);
    transition: transform 0.4s;
}

.nav__header{
    display: flex;
    justify-content: space-between;
}

.nav__topic{
    margin: 17px 0 17px 10.7%; 
} 

.nav__mainImg{
    width: 150px;
    height: 71px;
}

.nav__list{
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;  
    gap: 10px;
    width: 290px;  
    margin: 10px auto;
}

.nav__item{
    color: var(--primary-white);
    width: 140px;
    height: 76px;
    background-color: var(--primary-blue);
    display: flex;
    padding: 31px 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    white-space: nowrap;
    transition: 0.4s;
}

.nav__item:hover{
    background-color: var(--primary-lightBlue);
    border: 4px solid var(--primary-blue);
    color: var(--primary-black);
}

.nav__btnNurse{
    letter-spacing: -1.6px;
}

.nav__name{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}

.tel{
    align-items: center;
    margin-top: 8px;
    overflow: hidden;
}

.tel:hover{
    transition: 0.4s;
    transform: scale(1.2);
}

.tel__icon{
    width: 24px;
    height: 25px;
    transform: rotate(6deg);
    margin-right: 3px;
}

.nav__tel{
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
}

.nav.active{
    transform: translateX(0);
}

@media screen and (min-width:769px){
    .header{
        max-width: 1160px;
        height: 109px;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .header__topic{
        width: 226px;
        height: 40px;
        margin: 14px 20px 20px 20px;
    }

    .nav__header, .nav__mainImg{
        display: none;
    }

    .nav{
        background-color: transparent;
        width: auto;
        height: auto;
        position: static;
        text-align: center;
        display: flex; 
        align-items: center;
        transform: translateX(0);
    }

    .nav__item--top:hover{
        color: var(--primary-blue);
        background-color: transparent;
        border: none;
        font-weight: 600;
    }

    .nav__list--top{ 
        font-size: 2rem;
        flex-wrap: nowrap;
        display: flex;
        width: auto; 
        margin: 0 auto;
        gap: 6px;
    }    
    
    .nav__item--top{
        color: var(--primary-black);
        text-decoration: underline;
        background-color:transparent;
        padding: 10px 10px;
        width: auto;
        height: auto;
        border: none;
        white-space: nowrap;
        transition: 0.4s;
    }  

    .nav__item--middle{
        padding: 10px 10px;
    }

    .nav__item--topLast{
        width: 160px;
        height: 72px;
        background-color: var(--primary-blue);
        color: var(--primary-white);
        padding: 10px 30px 10px 10px;
        text-decoration: none;
    }

    .nav__item--topLast::after{
        content: '';
        display: inline-block;
        width: 18px;
        height: 16px;
        background-image: url(../images/btn-arrow__white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
        transition: 0.4s;
    }

    .nav__item--topLast:hover{
        width: 160px;
        height: 72px;
        background: var(--primary-lightBlue);
        color: var(--primary-black);
        border: 5px solid var(--primary-blue);
        box-sizing: border-box;
    }

    .nav__item--topLast:hover.nav__item--topLast::after{
        background-image: url(../images/btn-arrow__black.svg);
    }

    .nav__name,
    .nav .tel,
    .header .header__btn{
        display: none;
    }

}/* pc 769px */

/* ================
footer
=================== */
.footer{
    margin-top: 40px;
}

.footer__ikomaLogo{
    width: 200px;
    height: 36px;
    margin: 0 auto;
}

.nav__list--footer{
    margin:20px auto 0;
    text-align: center;
}

.sns{
    display: flex;
    justify-content: center;
    gap:0 20px;
    margin: 20px 0 40px;
}

.insta img{
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.insta img:hover{
    transition: 0.4s;
    transform: scale(1.2);
}

.fb img{
    width: 38px;
    height: 38px;
    overflow: hidden;
}

.fb img:hover{
    transition: 0.4s;
    transform: scale(1.2);
}

.footer__contact{
    text-align: center;
}

.footer__mainImg{
    width: 230px;
    height: 109px;
    margin: 0 auto;
}

.footer__name{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 18px;
}

.address{
    font-size: 1.6rem;
    margin-top: 8px;
}

.email{
    margin-top: 10px;
}

.email__icon{
    width: 23px;
    height: 18px;
    margin-right: 8px;
}

.footer__email{
    font-size: 1.6rem;
    line-height: 1;
}

.link{
    margin-top: 40px;
    text-align: center;
}

.hq__logo img{
    width: 160px;
    height: 62px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hq__logo img:hover{
    transition: 0.4s;
    transform: scale(1.1);
}

.link__btn{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 20px;
    border: 3px solid var(--primary-pink);
    background: var(--primary-lightPink);
    display: flex;
    width: 300px;
    height: 54px;
    white-space: nowrap;
    padding: 10px 60px 10px 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: 0.4s;
}

.link__btn::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(../images/btn-arrow__black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    transition: 0.4s;
}

.link__btn:hover{
    background: var(--primary-pinkGray);
    color: var(--primary-black);
}

.copy{
    background-color: var(--primary-lightBlue);
    padding: 20px 0;
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:769px){
    .footer {
        margin-top: 100px;
    }

    .footer__main{
        display: flex;
        justify-content: center;
    }

    .footer__top{
        margin-right: 1.4%;
    }

    .footer__ikomaLogo{
        width: 353px;
        height: 63px;
    }

    .nav__list--footer{
        font-size: 1.8rem;
        font-weight: 600;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        width: 490px;
    }
    
    .nav__list--footer{
        margin: 28px auto 0;
    }

    .nav__item--footer{
        width: 150px;
        height: 83px;
    }

    .sns{
        display: flex;
        justify-content: center;
        gap:0 20px;
    }

    .insta img{
        width: 50px;
        height: 50px;
    }

    .fb img{
        width: 48px;
        height: 48px;
    }

    .footer__mainImg{
        width: 400px;
        height: 189px;
    }

    .footer__name{
        font-size: 4rem;
        margin-top: 20px;
    }

    .address {
        font-size: 2rem;
        margin-top: 20px;
    }

    .ad__br{
        display: none;
    }

    .tel__icon {
        width: 37px;
        height: 38px;
        transform: rotate(6deg);
        margin-right: 3px;
    }

    .nav__tel{
        font-size: 3.2rem;
        font-weight: 600;
    }

    .email__icon{
        width: 30px;
        height: 23px;
        margin-right: 10px;
    }

    .footer__email{
        font-size: 2rem;
        line-height: 1;
    }

    .link{
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse; 
    }

    .hq__logo img{
        width: 259px;
        height: 100px;
        margin-bottom: 0;
    }

        
    .link__btn{
        font-size: 1.8rem;
        font-weight: 500;
        border-radius: 20px;
        width: 356px;
        height: 78px;
        padding: 20px 60px 20px 40px;
        margin: 0 20px 0 0;
        border: 4px solid var(--primary-pink);
    }

    .copy {
        padding: 40px 0;
        margin-top: 60px;
        font-size: 1.8rem;
    }
}/* pc 769px */

/* ================
scrollTop
=================== */
.topBtn{
    display: inline-block;
    padding: 12px;
    border-radius: 50%;
    background-color: var(--primary-pink);
    text-align: center;
    color: var(--primary-white);
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow: 2px 2px 4px 2px rgba(21, 56, 66, 0.3);

    position: fixed;
    bottom: 1.4%;
    right: 1.4%;
}

@media screen and (min-width:769px){
    .topBtn{
        padding: 18px;
        text-align: center;
        font-size: 2rem;
        box-shadow: 2px 2px 4px 2px rgba(21, 56, 66, 0.3);

        position: fixed;
        bottom: 1.4%;
        right: 1.4%;
    }
}/* pc 769px */

/*=================
eventBtn 
===================*/
.event{
    display: inline-block;
    background-color: var(--primary-blue);
    color: var(--primary-white);
    text-align: center;
    border-radius:50%;
    padding: 12px;
    width: 136px;
    height:136px;
    box-shadow: 2px 2px 4px 2px rgba(21, 56, 66, 0.3);
    position: fixed;
    bottom: 1.4%;
    left: 1.4%;
}

.event__year{
    font-size: 1.2em;
}

.event__date{
    font-size: 1.3rem;
    margin-top: 2px;
    font-weight: 500;
}

.event__title{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 6px;
}

.event__location{
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 4px;
}

.event__info{
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 6px;
}


@media screen and (min-width:769px){
    .event{
        padding: 16px;
        width: 200px;
        height:200px;
    }

    .event__year{
        font-size: 1.6rem;
        margin-top: 2px;
    }

    .event__date{
        font-size: 2rem;
        margin-top: 4px;
        font-weight: 500;
    }

    .event__title{
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 6px;
    }

    .event__location{
        font-size: 2rem;
        font-weight: 700;
        margin-top: 4px;
    }

    .event__info{
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 12px;
    }
}/* pc 769px */



/* ================
loading view
=================== */
#loading{
    width: 100%;
    height: 100vh;
    transition: all 0.4s;
    background-color: var(--primary-white);
}

.loading__contents{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading__main{
    width: 150px;
    height: 71px;
    margin: 0 auto;
}

.loading__logo{
    width: 150px;
    height: auto;
    margin: 20px;
}

.loading__logo img{
    animation: expand 1s infinite ease-in-out; 
}

@media screen and (min-width:769px){
    .loading__main{
        width: 221px;
        height: 105px;
        margin: 0 auto;
    }

    .loading__logo{
        width: 226px;
        height: 40px;
        margin-top: 20px;
    }
}/* pc 769px */


/* animation */
@keyframes expand{
    0%{
        opacity: 0.6;
        transform: scale(1,1);
    }
    50%{
        opacity: 1;
        transform: scale(1.1,1.1);
    }
    100%{
        opacity: 0.6;
        transform: scale(1,1);
    }
}

/* end of loading */
.loaded{
    display: none;
}  

/* fade in container  */
.container{
    display: none;
} 

.container.open{
    display: block;
}   


















