@charset "UTF-8";
@media screen and (min-width: 768px){
    body{
        margin-top: 160px;
    }
}

/*******************************************************************************
********************************************************************************
    mv
********************************************************************************
*******************************************************************************/
.mv-right{
    position: relative;
}
.mv-right svg{
    position: relative;
    width: 570px;
    max-width: 90%;
    margin-left: clamp(22px,2.864583vw,42px);
    margin-top: 20px;
    margin-bottom: 20px;
}
.mv-right::before{
    content: "";
    width: 100%;
    height: calc(50% - clamp(50px, 6.510417vw,80px));
    background-color: #e08200;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px){
    .mv-left{
        height: calc( 100vw / 375 * 245 );
    }
    .mv-right svg{
        margin-left: auto;
        margin-right: auto;
    }
}
/*******************************************************************************
********************************************************************************
    topYoutube
********************************************************************************
*******************************************************************************/
.topYoutube{
    background-color: #eeedeb;
    padding: 40px 10px 65px;
}
.topYoutube__ttl{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.topYoutube__ttl img{
    width: 300px;
    height: auto;
}
.topYoutube__iframe{
    max-width: 780px;
    width: 100%;
    height: 435px;
    margin: 0 auto;
}
.topYoutube__iframe iframe{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px){
    .topYoutube{
        padding: 20px 10px 30px;
    }
    .topYoutube__iframe{
        height: 210px;
    }
    .topYoutube__iframe iframe{
        margin-bottom: 0;
    }
}
/*******************************************************************************
********************************************************************************
    lowerPage-noMvCatch.-index
********************************************************************************
*******************************************************************************/
.lowerPage-noMvCatch.-index{
    padding: 30px 0 57px;
}
@media screen and (max-width: 767px){
    .lowerPage-noMvCatch.-index{
        padding: 30px 0;
    }
}



body#lp {
	margin-top: 128px;
}
#lp .mv-right img{
	position: relative;
	z-index: 1;
	width: 570px;
	max-width: 90%;
	margin-left: clamp(22px, 2.864583vw, 42px);
	margin-top: 20px;
	margin-bottom: 20px;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide {
	transform: translate3d(0, 0, 0);
}
#lp .swiper-container .slide-img{
	display: flex;
}
#lp .topSecond-student-image{
	height: auto;
}
body#lp .topSecond-content-img{
	height: auto;
}
body#lp #whatsVoice .whatsVoice-detail{
	margin-bottom: 44px;
}
body#lp .whatsVoiceWrapper{
	background-color: unset;
}
@media screen and (max-width: 767px){
	body#lp {
    margin-top: 0;
	}
	body#lp #whatsVoice .whatsVoice-detail{
		margin-bottom: 20px;
	}
}
