html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 100px;
}

body{
    width: 100vw;
    font-family: "Inter", sans-serif;

}

header{
    height: 80px;
    width: 100%;
    background-color: #fff;
}

.header-title{
    width: 400px;
    height: 75px;
    margin: 0 auto;
}

.header-title img{
    width: 100%;
    object-fit: cover;
}
.header-menu{
    display: none;
}

/* headerはここまで */

 /* フェードイン */


 [data-fadeIn]{
    opacity: 0;
    transition: all 2.0s;
}


[data-fadeIn].is-over{
    opacity: 1;
    
}

.content{
    position: relative;
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));

}

.keyvisual{
    display: flex;
    width: 100%;
}

aside{
    width: 25%;
    height: auto;
}
.sitelogo{
    width: 13.8vw;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sitelogo img{
    width: 100%;
    object-fit: cover;

}

.logo-text{
    font-size: 1.2vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 2.5vw;
}

.logo-links{
    text-align: center;
}

.logo-links li{
    margin-bottom: 40px;
}


.line-link{
    width: 9.7vw;
    margin: 0 auto;
}



.inst-link{
    width: 10.4vw;
    margin: 0 auto;
}

.line-link img{
    width: 100%;
    object-fit: cover;
}

.inst-link img{
    width: 100%;
    object-fit: cover;
}
.logo-links li{
    margin-bottom: 3.5vw;
}

.keyvisual-img{
    width: 74%;
    height: 44.16vw;
    margin:30px 0;
    line-height: 0;

}


.keyvisual-img img{
    width: 100%;
    height: 96%;
    border: 10px solid rgba(163, 155, 155, 1);
    border-radius: 50px;

}


/* ここからページリンク */

.page-links{
    position: relative;
    height: 130px;
    width: 100%;
    background-color: rgba(38, 136, 255, 1);
}

.page-link-logo1{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100px;
    transform: translateY(-50%);
}
.page-link-logo1 img{
    width: 100%;
    object-fit: cover;
}

.page-link-logo2{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    transform: translateY(-50%);
}

.page-link-logo2 img{
    width: 100%;
    object-fit: cover;
}

.page-title{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 3.3vw;
    color: #fff;
}

/* ページリンクはここまで */

/* ここからlist */

.archive-news{
    padding: 60px 120px 0 120px;
}

.news-lists ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-lists li{
    width: calc(100% / 4 - 20px);
    margin-bottom: 60px;
    margin-right: 20px;
}

.news-lists li a{
    text-decoration: none;
    color: #000;
}

.news-list-img{
    width: 100%;
    height: 75%;
    margin-bottom: 22px;
}

.news-list-img img{
    width: 100%;
    height: 100%;
}

.news-list-title{
    font-size: 1.2vw;
    color: #000;
}








/* ここから問い合わせ */

.contact{
    width: 100%;
    height: 35vw;
    background-image: url(../img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.toumei{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;height: 100%;

  }

.contact-title{
    font-size: 3.3vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.5vw;
    padding-top: 7vw;
}

.contact-text{
    font-size: 2.8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.6vw;
}

.contact-link{
    display: flex;
    font-size: 3.3vw;
    color: #fff;
   align-items: center;
   margin-left: 35vw;
}

.contact-link-line{
    width: 9.6vw;
    margin-left: 3.5vw;
}
.contact-link-line img{
    width: 100%;
    object-fit: cover;
}

/* ここかフッター */

footer{
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));
    padding: 60px 120px;

}
.footer-bunkai{
    width: 100%;
    display: flex;
}

.footer-title{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 63px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 60px;
}

.footer-link-list li{
    margin-bottom: 26px;
    font-size: 3.0vw;
    color: #000;
    
}
.footer-link-list li a{
    text-decoration: none;
    color: #000;

}

.footer-baby{
    width: 50%;
    text-align: center;
}


.baby-link{
    display: flex;
    justify-content: space-between;
}

.inner4{
    width: 10vw;
}
.inner4 img{
    width: 100%;
    object-fit: cover;
}



@media screen and (max-width: 768px) {

    header{
        height: 40px;
        position: relative;
    }
    
    .header-title{
        width: 200px;
        height: 35px;
    }
    
    .header-menu{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3%;
        width: 14%;
        display: block;
        border: 1px solid #000;
        border-radius: 500px;
        padding: 3px 5px;

    }

    /* ヘッダーはここまで */

    .content{
        padding-top: 0px;
    
    }

    .keyvisual{
        position: relative;
        display: flex;
        width: 100%;
    }
    
    aside{
        position: absolute;
        width: 25%;
        top: 10%;
        right:-3%;
        height: auto;
        z-index: 999;
    }
    .sitelogo{
        display: none;
    }
    
    
    .logo-text{
        display: none;
        
    }
    
    .logo-links{
        text-align: center;
    }
    
    .logo-links li{
        margin-bottom: 40px;
    }
    
    
    .line-link{
        width: 9.7vw;
        margin: 0 auto;
    }
    
    
    
    .inst-link{
        width: 10.4vw;
        margin: 0 auto;
    }
    
    .line-link img{
        width: 100%;
        object-fit: cover;
    }
    
    .logo-links li{
        margin-bottom: 3.5vw;
    }
    
    .keyvisual-img {
        margin: 0px;
        width: 100%;
        height: auto;
    }

    .keyvisual-img img{
        border: none;
        border-radius: 0%;
    }


    /* * ここからページリンク */

    .page-links{
        height: 50px;
    }

    .page-link-logo1{
        position: absolute;
        top: 50%;
        left: 0%;
        width: 70px;
        transform: translateY(-50%);
    }

    .page-link-logo2{
        position: absolute;
        top: 50%;
        right: 0%;
        width: 70px;
        transform: translateY(-50%);
    }


    .page-title{
        padding: 8px;
        text-align: center;
        font-size: 3.3vw;
        color: #fff;
    }

    /* ページリンクはここまで */

/* ここからlist */

.archive-news{
    padding: 20px 40px 0 40px;
}


.news-lists li{
    width: calc(100% / 2 - 10px);
    margin-bottom: 25px;
    margin-right: 10px;
}


.news-list-img{
    margin-bottom: 5px;
}

.news-list-title{
    font-size: 10px;
    color: #000;
}


    /* ここから問い合わせ */

 .contact{
    height: 40vw;
}


.contact-title{
    font-size: 4.0vw;
}

.contact-text{
    font-size: 3.5vw;
    
}

.contact-link{
    font-size: 3.5vw;
    
}



/* ここかフッター */

footer{
    padding: 15px 40px;

}

.footer-title{
    margin-bottom: 15px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    margin-bottom: 15px;
}

.footer-link-list li{
    margin-bottom: 10px;
    font-size: 3.0vw;
    
}

.inner4{
    width: 12vw;
}





}
