@charset "utf-8";
/* CSS Document */


/*------------------------------
fv
------------------------------*/
.fv{
    background-image: url(../images/1st/pc/fv-img-blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 1.76vw 0 10.7825vw;
	position: relative;
}


.fvlogo_wrap{
    text-align: center;
}

.logoimg{
    display: block;
    width: 55.3815px;
  /* min-width:55.3815px;*/
    margin: 0 auto;
    -webkit-animation: topspin 1.5s linear;
    animation: topspin 1.5s linear;
    animation-iteration-count: 2.5;
}

@-webkit-keyframes topspin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes topspin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }


.logotxt{
    width: 114.1663px;
  /*  min-width: 114.1663px;*/
    margin: 0.7259vw auto 0;
    display: block;
}

.fv_txt{
    font-size: 5vw; 
    text-align: center;
    font-weight: bold;
    color:#2a74b7;
    margin: 3.507vw auto 1.679vw;
    letter-spacing: 0em;
    line-height: 1;
    width: 88%;
	text-shadow: 0px 0px 30px #fff,
    0px 0px 30px #fff
}

.open_day{
    width: 17.78vw;
     /* min-width: 256.0346px;*/
    margin: 0 auto;
}
.open_day{
    width: fit-content;
  /*  min-width: 256.0346px;*/
  /*  min-width: 33.3321px;*/
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-style: italic;
    padding: 7px 20px 6px 11px;
    transform: skewX(20deg);
}

.open_day_bg{
    width: fit-content;
    margin: 0 auto;
    background-color: #2a74b7;
    transform: skewX(-20deg);
    opacity:0;
    animation-name:fadefastAnime;
    animation-duration:2.7s;
    animation-fill-mode:forwards;
}

@keyframes fadefastAnime{
    0% {
    opacity: 0;
    transform: translateY(80px) skewX(-20deg);
    }

    75% {
        opacity: 0;
        transform: translateY(80px) skewX(-20deg);
        }

    100% {
    opacity: 1;
    transform: translateY(0) skewX(-20deg);
    }
}

	

.day{
    font-size: 2.857rem;
}

.week{
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'Noto Sans JP', sans-serif , 'Noto Sans Japanese';
    font-style: normal;
}

.open{
    font-size: 2.472rem;
}

.fv_cam{
    width: 30vw;
  /*  min-width: 601.067px;*/
  margin: 45.2512px auto 5px;
}
.fv_cam2{
	width: 40vw;
    /* min-width: 601.067px; */
    margin: 45.2512px auto 40px;
}

.small{
    font-size: 4.8rem;
    font-weight: bold;
}
.top-studio{
	font-weight: bold;
	background: #2a74b7;
    line-height: 1.7;
	color: #fff;
	padding: 0.2em;
	text-shadow:none;
	
}
.from_station{
    width: 14.0712vw;
  /*  min-width: 202.6257px;*/
    height: 14.0712vw;
  /*  min-height: 202.6257px;*/
    position: absolute;
    bottom: 3.64vw;
    right: 4.994vw;
}

.from_station_img{
    background-image: url(../images/1st/common/fv3-green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.from_stateion_txt{
    font-size: 2vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    letter-spacing: 0em;
}

.large{
    font-size: 6.981rem;
}


/*------------------------------
スライダー１
------------------------------*/
.slider1{
   background-image: url(../images/1st/pc/slider1-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.38vw 0 8.548vw;
}

/*------------------------------
インタビュー動画部分
------------------------------*/

.interview{
    padding: calc(4.2575vw + 80px) 0 6.0289vw;
    margin-top: -80px;
}

.movie-content-wrap {
    width: 62.5vw;
 /*   min-width: 900px;*/
    margin: 3.4723vw auto 0;
    background-image: url(../images/1st/pc/interview_video_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0.9188vw 0 3.8865vw;
    position: relative;
    box-sizing: border-box; 
    height: 32.571vw;
  /*  min-height: 469.0331px;*/
}
.movie-content-wrap iframe {
    width: 54.5976vw!important;
   /* min-width: 786.2069px;*/
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50% , -50%)!important;
    height: 22.711181vw!important;
  /*  min-height: 442.2414px;*/
}

.movie-content-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 54.5976vw;
 /*   min-width: 786.2069px;*/
    cursor: pointer;
}


/*------------------------------
気になるお悩み
------------------------------*/
.trouble_bg1{
    background-image: url(../images/1st/pc/trouble_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10.406vw 0 11.61vw;
}

.trouble_list{
    margin: 5.8937vw auto 0;
    width: 45.138889vw;
}

.trouble_list li img{
    width: 26.6689vw;
  /*  min-width: 384.0336px;*/
    height: auto;
}

.trouble_list li:nth-child(odd) img{
    margin: 0 auto 0 0;
}

.trouble_list li:nth-child(even) img{
    margin: 0 0 0 auto;
}
.trouble_list li:nth-child(2) img{
    margin-top: -1.61vw;
}

.trouble_list li:nth-child(3) img{
    margin-top: -2.2219vw;
}


.trouble_list li:nth-child(4) img{
    margin-top: 0.589vw;
}

.trouble_list li:nth-child(5) img{
    margin-top: -2.454vw;
}


	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    
.trouble6_fade{
    opacity: 0;
    width: 44.321875vw;
    position: absolute;
    top: 23.4758333vw;
    left: 50%;
    transform: translateX(-50%);
}


.trouble6fadeUp{
	animation-name:trouble6fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes trouble6fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px) translateX(-50%);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0) translateX(-50%);
	  }
	}
	
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.trouble6fadeUpTrigger{
		opacity: 0;
	}

.recommendation{
    margin-top: -7.365347vw;
    position: relative;
}


.effect{
    background-image: url(../images/1st/pc/trouble_bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15.48vw 0 10.468vw;
    margin-top: -8vw;

}
.effect_ttl{
    background-color: #5b5b7c;
    font-size: 2.083333vw;
    font-weight: bold;
    color: #fff;
    width: 36.37659vw;
  /*  min-width: none;*/
    margin: 0 auto;
    padding: 2.029vw 0 1.717vw;
    text-align: center;
    border-radius:50px;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}

.effect_list{
    width: 47.5vw;
  /*  min-width:684px;*/
    background-color: #fff;
    margin: -3.02644vw auto 0;
    padding: 7.31vw 0 3.899132vw;
    position: relative;
}
.effect_list li{
    font-size: 1.66666vw;
    font-weight: bold;
    letter-spacing: 0em;
    color: #31373a;
    padding-left: 3.9945vw;
    position: relative;
    width: 38.0854vw;
    margin: 0 auto;
  /*  min-width: 476.4309px;*/
    box-sizing: border-box;
}

.effect_list li::before{
    content:'';
    width:2.546181vw;
    height: 2.698451vw;
    background-image: url(../images/1st/common/check.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
}

.effect_list li{
    margin-bottom: 3.2195vw;

}

.effect_list li:last-child{
    margin-bottom: 0;
}


/*------------------------------
選ばれる理由
------------------------------*/

.feature{
    background-image: url(../images/1st/pc/feature-bg-open.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10.656vw 0 17vw;
    margin-top: -7.5vw;
}

.feature .section_heading .eng , .feature .section_heading .jp{
    color: #fff;
}

.point_no_img{
    width: 8.47222vw;
   /* min-width: 122px;*/
    height: 8.47222vw;
   /* min-height: 122px;*/
    margin: 4.694993vw auto 0;
}

.point_ttl{
    font-size: 1.94444vw;
    max-width: 782px;
    width: 54.3055556vw;
   /* min-width:782px;*/
    background-color: #2a74b7;
    color: #fff;
    padding:1.601035vw 0 1.303833vw;
    margin: 0 auto 2.969188vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.34;
}


.point_ttl .no {
    font-size: 3.125vw;
}

.point_ttl .large{
    font-size: 2.638889vw;
    font-weight: bold;
}

.point_ttl .medi{
    font-size: 3.125vw;
    font-weight: 400;
}

.point_img{
   max-width: 782px;
    width: 90%;
    margin: 0 auto;
}

.bg_white{
    max-width: 1080px;
    width: 75vw;
 /*   min-width: 1080px;*/
    background-color: #fff;
    margin: -4.4519vw auto 0;
    padding: 6.321118vw 0 4.597451vw;
}

.point3_logo{
    max-width: 217px;
    width: 15.069444vw;
  /*  min-width:217px;*/
    margin-right:-0.42684vw;
}

.point3_txt{
    padding: 20px 10px 30px 82px;
    /* min-width: 541px;*/
    max-width: 569.3891px;
    width: 39.54091vw;
    line-height: 1.65;
    background-image: url(../images/1st/pc/point3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.p_txt_ttl{
    font-size: 2rem;
    margin-bottom:1.5986vw;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.65;

}

.p_txt{
    font-size: 1.4rem;
    letter-spacing: 0em;
}

.feature_list li:nth-child(1) .point_img{
    max-width: 1080px;
    width: 75vw;
    /* min-width: 1080px; */
    height: auto;
    margin-top: 2.0689vw;
    width: 100%;
}

.feature_list li:nth-child(1) .bg_white{
    padding-bottom: 0;
}

.feature_list li:nth-child(4) .point_img{
    max-width: 641.136px;
    width: 44.52333vw;
   /* min-width:641.1365px;*/
    margin: 0 auto 40px;
}

.p4_img_txt_wrap{  
    width: 80.403796%;
  /*  min-width: 854.7266px;*/
    margin: 0 auto;
    align-items: flex-start;

}

.instructor_img{   
    width: 100%;
  /*  min-width:474.929px;*/
    margin-right: 1.433306vw;    
}

.license{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.license_list , .message{
    font-size: 1.6rem;
    line-height: 1.5625;
}

.license_list p{
    position: relative;
    box-sizing: border-box;
    padding-left: 18px;
}

.license_list p:before{
    position: absolute;
    content: '・';
    font-size: 1.6rem;
    left: 0;
}

.license_list {
    margin: 0.825208vw 0 1.614646vw;
}

.message{
    padding-bottom: 1.068299vw;
}
.message::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
.message::-webkit-scrollbar-thumb {
  background: #5c8cc9;
  border-radius: 5px;
}
.message::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 5px;
}
.bg_white div:nth-child(4){
    margin-bottom: 0;
}


.bg_white div:nth-child(3){
    margin-top: 0;
    width:100%;
}

.bg_white div:nth-child(3) .instructor_img{
    position: relative;
}


.bg_white div:nth-child(3) .license_list{
    width: 90%;
}

.instructor_name{
    margin-bottom: 22px;
    max-width: 206.4px;
    width: 14.33333vw;
    height: auto;
    /* min-width: 192px; */
    /* min-height: 35.9555px; */
    margin-left: -20%;
    position: relative;
}
.bg_white div:nth-child(4) .instructor_img{
    position: relative;
}



/*------------------------------
オープニングキャンペーン
------------------------------*/
#campaign{
    position: relative;
    z-index: 1;
}

.cam_wrap{
    padding: 14vw 0 12vw;
    margin-top: -80px;
    background-image: url(../images/1st/pc/cam_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -13vw;
}
.opening_cam {
    margin-top: 0;
    position: relative;
}

.cam_img{
    max-width: 1080px;
    width: 75vw;
    margin: 0 auto;
}

.top_cam {
    background-color: #DAE8EF;
    margin: 0 auto;
    width: 100%;
    padding-top: 10vw;
}

.top_cam2 {
    background-color: #DAE8EF;
    margin: 0 auto;
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 15vw;
}

.cam_img02 {
    max-width: 1080px;
    width: 90vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0 60px;
    text-align: center;
}

.trial_top {
    max-width:800px;
    width: 75%;
    margin: -75px auto 0;
}

.cam_img02 img {
    margin: 0 auto;
}

.movie {
    margin: 30px auto 50px;
}

.trial01 {
    margin: 0 auto;
    width: 68vw;
    max-width: 920px;
}

.cam_img02_2{
    max-width: 1080px;
    width: 80vw;
    margin: 60px auto 30px;
    text-align: center;
}

.cam_img02_3{
    max-width: 920px;
    width: 80vw;
    margin: 100px auto 30px;
    text-align: center;
}

.cam_btn{
    position: relative;
    width: 39.393542vw;
    height: 8.203542vw;
    max-width: 567.2673px;
    max-height: 118.1319px;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0%);
    cursor: pointer;
    margin-top: 76px;
}

.cam_btn img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.cam_btn:hover .bt_hover{
    opacity: 0;
    transition: all .5s;
}


.cam_img:hover .cam_img::after{
    opacity: 0;
    transition: all .5s;
}



/*------------------------------
利用者様の声
------------------------------*/
.voice{
    background-image: url(../images/2nd/pc/voice-bg-green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 10.656vw 0 12.099722vw;
    margin-top: -8vw;
}

.voice .section_heading .eng , .voice .section_heading .jp{
    color: #5c8bc8;
}

.over100{
    width: 67.037014vw;
  /* min-width: 965.3333px;*/
    margin: 3vw auto 3.756882vw;
}



.slider2 {
    width: 100%;
   /* min-height: 666px;*/
    height: auto;
    position: relative;
}

/*
.swiper2 {
    width: 100%;
    height: 50.020972vw;
    position: relative;
}
*/

.slider2 .swiper-button-prev::after {
    content: '';
    width: 3.681153vw;
  /*  min-width: 53.0088px;*/
    height: 3.681153vw;
  /*  min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(50% , -50%);
    cursor: pointer;
    z-index: 1;
}


.slider2 .swiper-button-next, .swiper-button-prev{
    width: 23vw;
  /*  min-width: 331.2px;*/
}
.slider2 .swiper-button-prev:hover::after {
    background-image:url(../images/2nd/common/slide_prev_hover.webp)  ;
    transition: all .5s;
}

.slider2 .swiper-button-next::after {
    content: '';
    width: 3.681153vw;
    /*min-width: 53.0088px;*/
    height: 3.681153vw;
   /* min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    z-index: 1;
}

.slider2 .swiper-button-next:hover::after {
    background-image:url(../images/2nd/common/slide_next_hover.webp)  ;
    transition: all .5s;
}

.slider2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    padding-bottom: 45px;
}
.slider2 .swiper-slide{
    align-items: flex-start;
    width: 65.625vw;
   /* min-width: 945.667px;*/
    margin: 0 auto;
    background-color: #fff;
    padding: 1.674389vw 0 2.668556vw;
    height: auto;
}

.slider2 .swiper-pagination-bullet-active {
    background-color: #0d55af;
    height: 14px;
   /* min-height: 11.9091px;*/
    width: 14px;
   /* min-width: 11.9091px;*/
}


.slider2_bt{
    width: 65.625vw;
   /* min-width: 945.667px;*/
    margin: 0 auto;
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 10;
}

.slider2 .swiper-button-next, .swiper-button-prev {
    width: 0;
 /*   min-width: 0;*/
}
.user1 , .user2 , .user3 , .user4{
    width: 25.978257vw;
   /* min-width: 374.0869px;*/
}

.user1 , .user3{
    margin-right: 4.0892vw;
}
.user_img{
    width: 25.978257vw;
  /*  min-width: 374.0869px;*/
    height: 23.553382vw;
  /*  min-height:339.1687px;*/
}

.voice_ttl{
    font-size: 2.1rem;
    color: #5c8cc9;
    font-weight: bold;
    text-align: center;
    padding: 1.995451vw 0 1.619188vw;
}

.voice_txt{
    font-size:1.4rem;
    line-height: 1.5;
    padding-bottom: 1.933889vw  ;
    height: auto;
}

.user_attribute{
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}

.to_movie{
    width: 405px;
    margin: 31px 16.666667vw 0 auto;
}

.to_movie a{
    font-size: 2.4rem;
    color: #5c8bc8;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
}

.to_movie a img{
    width: 27px;
    margin-right: 10px;
}


.slider4 {
	overflow: hidden;
    width: 100%;
   /* min-height: 666px;*/
    height: auto;
    position: relative;
}
.slider4_bt{
    width: 70vw;
   /* min-width: 945.667px;*/
    margin: 0 auto;
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 10;
}
.slider4 .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: -5px;
}

.slider4 .swiper-button-prev::after {
    content: '';
    width: 3.681153vw;
  /*  min-width: 53.0088px;*/
    height: 3.681153vw;
  /*  min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(50% , -50%);
    cursor: pointer;
    z-index: 1;
}
.slider4 .swiper-button-prev:hover::after {
    background-image:url(../images/2nd/common/slide_prev_hover.webp)  ;
    transition: all .5s;
}

.slider4 .swiper-button-next::after {
    content: '';
    width: 3.681153vw;
    /*min-width: 53.0088px;*/
    height: 3.681153vw;
   /* min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    z-index: 1;
}

.slider4 .swiper-button-next:hover::after {
    background-image:url(../images/2nd/common/slide_next_hover.webp)  ;
    transition: all .5s;
}




/*------------------------------
無料体験の流れ
------------------------------*/

.flow_wrap{
    padding-top: 80px;
    margin-top: -80px;
}
.flow{
    padding: 3.104764vw 0 11.701972vw;
    position: relative;
}





.flow_list{
    margin-top: 6.701972vw;
}
.step_no{
    font-size: 2.8rem;
    color:#5c8cc9;
    font-weight: bold;
    text-align: center;
 }

 .step_ttl{
    font-size: 1.8055556vw;
    font-weight: bold;
    text-align: center;
    width:fit-content;
   /* min-width: 177.3333px;*/
   padding: 5px 25px;
    background-color:#fff;
    border-radius: 50px;
    margin : 0.608194vw auto 1.763951vw;
 }

 .step_dtl{
    font-size: 1.8rem;
    margin: 0 auto 1.953931vw;
    text-align: center;
    line-height: 1.5;
    width: 88%;
 }



 .flow_list li{
    width: 48.472153vw;
  /*  min-width: 697.9993px;*/
    margin: 0 auto 1.112708vw;  
 }

 .flow_list li:first-child::before{
    position: absolute;
    content:'';
    width: 5.999vw;
    height: 19.80vw;
    /*min-width: 86.3891px;*/
    /*min-height:285.1951px;*/
    background-image: url(../images/2nd/pc/flow_1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: -50px;
    transform: translateX(-100%);
}

 .flow_list li:first-child{
    background-image: url(../images/2nd/pc/flow1_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 2.306vw 0 5.302354vw;
    position: relative;
 }

.flow1_btn{
    width: 33.564792vw;
   /* min-width: 339.3333px;*/
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.flow1_btn .bt_hover{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.flow1_btn .bt_hover:hover{
    opacity:0;
}


.flow2_img{
    width: 30.231458vw;
  /*  min-width: 435.3333px;*/
    margin: 0 auto;
}

.flow_list li:nth-child(2){
    background-image: url(../images/2nd/pc/flow2_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 3.003646vw 0 5.221708vw;
}

.flow_list li:nth-child(3){
    background-image: url(../images/2nd/pc/flow3_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.003646vw 0 2.3759vw;
    position: relative;
}

.flow_list li:nth-child(3)::after{
    position: absolute;
    content:'';
    width: 5.999vw;
    height: 19.80vw;
    /*min-width: 86.3891px;*/
   /* min-height:285.1951px;*/
    background-image: url(../images/2nd/pc/flow_1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: -50px;
    transform: translateX(100%);
}


  .slider3 .swiper-wrapper{
    width: 38.888vw;
   /* min-width: 559.929px;*/
    height: 26vw;
    /* min-height: 331px;*/
  }

    .slider5 .swiper-wrapper{
    width: 38.888vw;
   /* min-width: 559.929px;*/
    height: 26vw;
    /* min-height: 331px;*/
  }
 


 .slider3{
    position: relative;
    width: 38.888vw;
    margin: 0 auto;
    height: 26.5vw;
    overflow: hidden;
   /* min-height: 289.4px;*/
}


 .slider5{
    position: relative;
    width: 38.888vw;
    margin: 0 auto;
    height: 50vw;
    overflow: hidden;
   /* min-height: 289.4px;*/
}

/*
.swiper {
    width: 38.888vw;
    min-width: 559.929px;
    height: 22.9861111vw;
    min-height: 331px;
  }

.swiper3{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

*/

.slider3_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 38.888vw;
    height: 26vw;
    /*min-height: 289.4px;*/
    z-index: 10;
}

.slider5_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 38.888vw;
    height: 26vw;
    /*min-height: 289.4px;*/
    z-index: 10;
}



.slider3_wrap{
    width: 38.888vw;
    margin: 0 auto;
    position: relative;
    height: 26vw;
   /* min-height: 289.4px;*/
}
.slider5_wrap{
    width: 38.888vw;
    margin: 0 auto;
    position: relative;
    height: 50vw;
   /* min-height: 289.4px;*/
}


.slider3_btn .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}


.slider5_btn .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}


 .slider3_btn .swiper-button-prev::after {
    content: '';
    width: 3.681153vw;
   /* min-width: 53.0088px;*/
    height: 3.681153vw;
   /* min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: all .5s;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    cursor: pointer;
    z-index: 1;
}

 .slider5_btn .swiper-button-prev::after {
    content: '';
    width: 3.681153vw;
   /* min-width: 53.0088px;*/
    height: 3.681153vw;
   /* min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: all .5s;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    cursor: pointer;
    z-index: 1;
}


.slider3_btn .swiper-button-prev:hover::after {
    background-image:url(../images/2nd/common/slide_prev_hover.webp)  ;
    transition: all .5s;
}
.slider5_btn .swiper-button-prev:hover::after {
    background-image:url(../images/2nd/common/slide_prev_hover.webp)  ;
    transition: all .5s;
}



.slider3_btn    .swiper-button-next::after {
    content: '';
    width: 3.681153vw;
   /* min-width: 53.0088px;*/
    height: 3.681153vw;
    /*min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition: all .5s;
    top: 50%;
    right: -11px;
    transform: translate(50% ,-50%);
    cursor: pointer;
    z-index: 1;
}


.slider5_btn    .swiper-button-next::after {
    content: '';
    width: 3.681153vw;
   /* min-width: 53.0088px;*/
    height: 3.681153vw;
    /*min-height: 53.0088px;*/
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition: all .5s;
    top: 50%;
    right: -11px;
    transform: translate(50% ,-50%);
    cursor: pointer;
    z-index: 1;
}

.slider3_btn .swiper-button-next:hover::after {
    background-image:url(../images/2nd/common/slide_next_hover.webp)  ;
    transition: all .5s;
}

.slider5_btn .swiper-button-next:hover::after {
    background-image:url(../images/2nd/common/slide_next_hover.webp)  ;
    transition: all .5s;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {

    width: 100%;
    margin: 0;    
}


/* ページネーションのサイズと色 */

.swiper-pagination-bullet {
  background-color: #fff;
  height: 14px;
  /*min-height: 11.9091px;*/
  width: 14px;
 /* min-width: 11.9091px;*/
  opacity: 1;
      margin: 0;
}

/* 選択されているページネーション */

.swiper-pagination-bullet-active {
    background-color: #5c8cc9;
    height: 14px;
    /*min-height: 11.9091px;*/
    width:  14px;
    /*min-width: 11.9091px;*/
  }






.belongings_wrap{
    width: 48.611042vw;
  /*  min-width: 699.9995px;*/
    margin: 3.268883vw auto 0;
    padding: 2.860292vw 0 2.300667vw;
    background-image: url(../images/2nd/pc/belongings_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.belongings_ttl{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2.860292vw;
}

.belongings_img{
    width: 11.419375vw;
   /* min-width: 164.4396px;*/
    margin-right: 1.286486vw;
}

.list_ttl{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.802708vw;
}

.belongings_dtl{
    font-size: 1.6rem;
    line-height: 1.5;   
    font-weight: normal;
}

.belongings_txt{
    width: 19.874792vw;
    /*min-width: 286.1971px; */
}

.belongings_list li{
    margin-bottom: 1.376257vw;
}

.belongings_list li:last-child{
    margin-bottom: 0;
}

/*------------------------------
よくあるご質問
------------------------------*/

.faq{
    padding: 10.656vw 0 10.656vw;
	background-image: url(../images/2nd/pc/contact_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top:-11vw;
}

.faq .section_heading{
    margin-bottom: 4.975451vw;
}

.faqheading{
    width: 48.631111vw;
    /*min-width: 700.2884px;*/
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.477083vw 0;
    background-color:#2a74b7;
    margin: 0 auto 3.101007vw;
}

.faq dl{
    width: 48.631111vw;
   /* min-width: 700.2884px;*/
    margin: 0 auto;
}

.faq dt{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -.01em;
}
.faq dd{
    font-size: 1.4rem;
    line-height: 1.57;
    margin: 1.718111vw 0 3.104424vw;
}

.membership , .about_lesson{
    margin-top: 4.23253472vw;
}


/*------------------------------
お問い合わせフォーム
------------------------------*/
.contact{
	margin-top: -8vw;
    padding: 11.971875vw 0 18vw;
    background-color: #DAE8EF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form_space{
    width: 48.61111vw;
/*    height:61.495vw;*/
    /*min-width: 700px;*/
   /* min-height: 885.5258px;*/
    margin: 4.692493vw auto 0;
    background-color: #fff;
	padding: 5%;
}

a.anchor_form{
    padding-top: 100px;
    margin-top: -100px;
}
/*------------------------------
アクセス
------------------------------*/

.access{
    background-image: url(../images/2nd/pc/access_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10.169236vw 0 0;
    margin-top: -7.5vw;
    position: relative;
    margin-bottom: 6vw;
}

.add_name{
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    padding: 5.265181vw 0 1.27116vw;
}
.name-icon1::before,.name-icon2::before,.name-icon3::before,.name-icon4::before,.name-icon5::before {
	content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  vertical-align: middle;
}
.name-icon1::before{
   background: url(../images/1st/common/map-icon1.webp) no-repeat;
   background-size: contain;
}
.name-icon2::before{
   background: url(../images/1st/common/map-icon2.webp) no-repeat;
   background-size: contain;
}
.name-icon3::before{
   background: url(../images/1st/common/map-icon3.webp) no-repeat;
   background-size: contain;
}
.name-icon4::before{
   background: url(../images/1st/common/map-icon4.webp) no-repeat;
   background-size: contain;
}
.name-icon5::before{
   background: url(../images/1st/common/map-icon5.webp) no-repeat;
   background-size: contain;
}
.address{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
}

address{
    font-style: normal;
}

.phone{
    font-size: 1.6rem;
    text-align: center;
    padding: 0.504194vw 0 2.664674vw;
}

.map{
    width: 48.611111vw;
    /*min-width: 700px;*/
    height: 32.626979vw;
   /* min-height: 412.2285px;*/
    margin: 0 auto 0vw;
}
.map iframe{
    width: 48.611111vw;
   /* min-width: 700px;*/
    height: 28.626979vw;
   /* min-height: 412.2285px;*/
}
.map-img{
    width: 48.611111vw;
    margin: 0 auto;
}
.store_btn{
    margin: 2.664674vw auto 7.722014vw;
    width: 30.835069vw;
   /* min-width: 444.025px;*/
    height: 5.467222vw;
   /* min-height: 78.728px;*/
    position: relative;
    cursor: pointer;
}
.store_btn_sub{
    margin: 2vw auto 2vw;
    width: 30.835069vw;
   /* min-width: 444.025px;*/
    height: 5.467222vw;
   /* min-height: 78.728px;*/
    position: relative;
    cursor: pointer;
}
.bt_hover{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.bt_hover:hover{
    opacity: 0;
    transition: all .5s;
}

.to_top{
    width: 7.617215vw;
   /* min-width:109.6879px;*/
    height: 7.617215vw;
   /* min-height:109.6879px;*/
    position: absolute;
    right: 1.527833vw;
    bottom: 8vw
}

footer{
    margin-top:-7vw;
  }
.topbt_hover{
    position: absolute;
    top: 40vw;
    left: 0;
    transition: all .5s;

}

.topbt_hover:hover{ 
    opacity:0;
    transition: all .5s;
}

.on_hover{
    transition: all .5s;
}

.to_top:hover .on_hover{
    transform: scale(1.05);
    transition: all .5s;
}

/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media screen and (max-width:767px){
  

/*------------------------------
fv
------------------------------*/
.fv{
    background-image: url(../images/1st/sp/fv-img-blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.42vw 0 53vw;
}


.fvlogo_wrap{
    text-align: center;
}

.logoimg{
    display: block;
    width: 11.2817vw;
    min-width:unset;
}

.logotxt{
    min-width:unset;
    margin: 2vw auto 0;
    width: 21.3333vw;
}

.fv_txt{
    font-size: 8vw;
    margin: 6.516vw auto 1vw;
    line-height: 1.3;
}

.open_day{
    font-size: 2.6rem;
    line-height: 28.65385px;
    min-width: unset;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.open_day{
    width: 177px;
     /* min-width: 256.0346px;*/
    margin: 0 auto;
}
.open_day{
    width: 177px;
  /*  min-width: 256.0346px;*/
  /*  min-width: 33.3321px;*/
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-style: italic;
    padding: 5.5px 8px 4.5px 8px;
    transform: skewX(20deg);
    box-sizing: border-box;
}
.open_day_bg{
    width: 177px;
    margin: 0 auto;
    background-color: #2a74b7;
    transform: skewX(-20deg);
    box-sizing: border-box;

}

.day{
    font-size: 2.0275rem;
}

.week{
    font-size: 1.5rem;
}

.open{
    font-size: 1.75rem;
}
.fv_cam{
    width: 60vw;
    min-width: unset;
    margin: 16.223vw auto 1vw;
    position: relative;
}
	.fv_cam2{
		width: 80vw;
        min-width: unset;
        margin: 10vw auto 6vw;
        position: relative;
	}
.small{
    font-size: 6vw;
}
.top-studio{	
    padding: 0 0.2em 0.1em;
	line-height: 2;
}
.from_station{
    width: 100%;
	height: 100%;
    min-width: unset;
    min-height: unset;
    bottom: unset;
	position: static;
	background: #6eb9b9;
}

.from_stateion_txt{
    font-size: 3.818vw;
	position: static;
	transform:none;
}

.large{
    font-size: 7.61vw;
}


/*------------------------------
スライダー１
------------------------------*/
.slider1{
    background-image: url(../images/1st/pc/slider1-bg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 3.38vw 0 8.548vw;
 }
 
/*------------------------------
インタビュー動画部分
------------------------------*/

.interview{
    padding: calc(8.59vw + 45px) 0 9.95vw;
    margin-top: -45px;
}


.movie-content-wrap {
    width: 89.3333vw;
    min-width: unset;
    margin: 5.066666vw auto 0;
    padding: 0.9188vw 0 3.8865vw;
    height: 46.555vw;
    min-height: unset;
}

.movie-content-wrap iframe {
    width: 78.0382vw!important;
    min-width: unset;
    height: 43.8965vw!important;
    min-height: unset;
}

.movie-content-wrap img {
    width: 78.0382vw;
    min-width: unset;
    }


/*------------------------------
気になるお悩み
------------------------------*/
.trouble_bg1{
    background-image: url(../images/1st/sp/trouble_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23.7576vw 0 74.596vw;
}

.trouble_list{
    margin: 14.6286vw auto 0;
    width: 89.333333vw;
}

.trouble_list li img{
    width: 76.837733vw;
    min-width: unset;
    height: auto;
}

.trouble_list li:nth-child(odd) img{
    margin: 0 auto 0 0;
}

.trouble_list li:nth-child(even) img{
    margin: 0 0 0 auto;
}
.trouble_list li:nth-child(2) img{
    margin-top: 0;
}

.trouble_list li:nth-child(3) img{
    margin-top: -1.826467vw;
}


.trouble_list li:nth-child(4) img{
    margin-top: 6.851vw;
}

.trouble_list li:nth-child(5) img{
    margin-top: 6.910533vw;
}

.recommendation{
    margin-top: -15.125vw;
}


    
.trouble6_fade {
    opacity: 0;
    width: 78.4292vw;
    position: absolute;
    top: 46.58vw;
    left: 50%;
    transform: translateX(-50%);
}



.effect{
    background-image: url(../images/1st/sp/trouble_bg2.webp);
    padding: 37.4776vw 0 34.269867vw;
    margin-top: -21.0148vw;
}

.effect_ttl{
    background-color: #5b5b7c;
    font-size: 5.0666667vw;
    width: 83.542133vw;
    min-width: none;
    margin: 0 auto;
    padding: 4.2423vw 0 3.91604vw;
    position: relative;
    z-index: 1;
}

.effect_list{
    width: 89.3333vw;
    min-width:unset;
    margin: -6.4461vw auto 0;
    padding: 15.436vw 0 8.66262vw;
}

.effect_list li{
    font-size: 3.73333vw;
    padding-left: 6.646vw;
    width: 83.4812vw;
    margin: 0 auto;
    min-width: unset;
}

.effect_list li::before{
    content:'';
    width:5.6304vw;
    height: 5.982453vw;
}

.effect_list li{
    margin-bottom: 7.61544vw;

}
.effect_list li:last-child{
    margin-bottom: 0;
}


/*------------------------------
選ばれる理由
------------------------------*/

.feature{
    background-image: url(../images/1st/sp/feature-bg-open.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    padding: 29.1836vw 0 32vw;
    margin-top: -14.53333vw;
    margin-bottom: 10vw;
}

 .feature .section_heading .jp{
    font-size:5.66667vw;
}

.point_no_img{
    width: 23.039467vw;
    min-width: unset;
    height: 23.039467vw;
    min-height: unset;
    margin: 11.845333vw auto 0
}

.point_ttl{
    font-size: 4.266667vw;
    width: 78.666667vw;
    min-width: unset;
    padding: 4.359413vw 0;
    margin: 0 auto 7.411333vw;
}
.point_ttl .large{
    font-size: 5.866667vw;
}

.point_ttl .no{
    font-size: 8vw;

}

.point_img{
    width: 78.6666667vw;
    min-width:unset;
    margin: 0 auto;
}

.p_txt_ttl{
    font-size: 4.56667vw;
    margin-bottom:4.2412vw;
}

.p_txt{
    font-size: 3.666667vw;
    letter-spacing: 0em;
}

.bg_white{
    width: 89.333333vw;
    margin: -11.38412vw auto 0;
    padding: 15.45333vw 0 5.76936vw;
    min-width: unset;
}

.feature_list li:nth-child(3) , .feature_list li:nth-child(2){
    position: relative;
    z-index: 37;
}




.feature_list li:nth-child(3)::after{
    position: absolute;
    content:'';
    width: 34.94vw;
    height: 61.071247vw;
    background-image: url(../images/1st/sp/feature_flower.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: -30vw;
    left: 0;
    z-index: -2;
}

.feature_list li:nth-child(1) .point_img{
    width: 89.333333vw;
    min-width: unset;
    margin-top: 5.931067vw;
}

.feature_list li:nth-child(1) .bg_white{
    padding-bottom: 0;
}

.p4_img_txt_wrap{  
    display: block;
    width: 70vw;
    min-width: unset;
    margin: 0 auto ;
}

.instructor_img{   
    width: 70vw;
    min-width:unset;
    margin: 3.945653vw auto 25px;    
}

.name{
    width: 17.8738vw;
    margin: 0 auto;
}

.license{
    font-size: 4.533333vw;
    font-weight: bold;
    text-align: center;
}

.license_list , .message{
    font-size: 4.266667vw;
    line-height: 1.5;
}

.license_list {
    margin: 4.634013vw 0 5.631333vw;
    line-height: 1.9375;
}

.license_list p{
    padding-left: 5vw;
}

.license_list p:before{
    position: absolute;
    content: '・';
    font-size: 4.266667vw;
    top: 0;
    left: 0;
}

.message{
    padding-bottom: 39px;
	padding-right: 15px;
}
/*スクロールバー*/
.scroll__inner {
  background-color: #5c8bc8;
  height: 350px;
  padding: 40px 30px 45px 30px;
  border-radius: 10px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #5c8bc8;
  border-radius: 0;
  width: 10px;
  margin-top: 2px;
  border-radius: 5px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #f1f1f1;
  width: 15px !important;
  border-radius: 5px;
}
/*スクロールバー*/
	
.bg_white div:nth-child(4) .message{
    padding-bottom: 0;
}


.bg_white div:nth-child(3){
    margin-top: 0;
}

.bg_white div:nth-child(3) .instructor_img{
    position: relative;
}

.bg_white div:nth-child(3) .instructor_img::after{
    display: none;
}

.bg_white div:nth-child(4) .instructor_img{
    position: relative;
}

.bg_white div:nth-child(4) .instructor_img::after{
    display: none;
}

.opening_cam{
    margin-top: -9.5vw;
}


/*------------------------------
オープニングキャンペーン
------------------------------*/
#campaign{
    margin-top: -25vw;
}
.cam_wrap{
    background-image:none;
    padding: 0;
    margin-top: 3vw;
}
.cam_img {
    width: 100%;
}

.top_cam {
    margin-top: -9.5vw;
}

.top_cam2 {
    background-color: #DAE8EF;
    margin: 0 auto;
    width: 100%;
    padding: 10vw 0 40vw;
}

.cam_img02 {
    max-width: 1080px;
    width: 90vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0 30px;
    text-align: center;
}

.cam_img02_2{
    max-width: 1080px;
    width: 90vw;
    margin: 40px auto 30px;
    text-align: center;
}

.cam_img02_3{
    width: 80vw;
    margin: 30px auto;
    text-align: center;
}

.trial_top {
    width: 95%;
    margin: 0 auto;
}

.cam_img02 img {
    margin: 0 auto;
}

.movie {
    margin: 30px auto;
}

.movie iframe {
    width: 80vw;
    height: 45vw;
}

.trial01 {
    margin: 0 auto;
    width: 80vw;
}

.cam_btn{
    position:  absolute;
    width:89.33333vw;
    height:19.464147vw;
    max-width: unset;
    max-height: unset;
    bottom: 21.292667vw;
}



.cam_btn:hover .bt_hover{
    opacity: 1;

}


.cam_img:hover .cam_img::after{
    opacity: 1;
}

/*------------------------------
利用者様の声
------------------------------*/
.voice{
    background-image: url(../images/2nd/sp/voice-bg-green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding:19.059733vw 0 23.350267vw;
    margin-top: -17vw;
}

.voice .section_heading .eng , .voice .section_heading .jp{
    color: #5c8bc8;
}

.over100{
    width: 89.33333vw;
    min-width: unset;
    margin: 12.90964vw auto 8.508627vw;
}

.slider2 {
    height: 143.9654vw;
    width: 89.3333vw;
    height: 132.9654vw;
    position: relative;
}

.slider2 .swiper-button-prev::after {
    content: '';
    width: 3.681153vw;
    min-width: 53.0088px;
    height: 3.681153vw;
    min-height: 53.0088px;
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-30% , -50%);
    cursor: pointer;
    z-index: 1;
}

.slider2 .swiper-button-prev:hover::after {
    opacity: 1;
}

.slider2 .swiper-button-next:hover::after {
    opacity: 1;
}

.slider2 .swiper-button-next::after {
    content: '';
    width: 3.681153vw;
    min-width: 53.0088px;
    height: 3.681153vw;
    min-height: 53.0088px;
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    z-index: 1;
}


.slider2 .swiper-wrapper img{
    width: 78.6667vw;
    height: 70.80vw;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    display: block;

}

.swiper-container.slider2 {
    position: relative;
    width: 89.3333vw;
    margin: 0 auto;
    height: 148.9654vw;
    min-height: unset;
}

.slider2 .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: unset;
    right: unset;
}

.slider2 .swiper-button-next, .swiper-button-prev{
    top: 50%;
}
.slider2 .swiper-wrapper .swiper-slide{
    align-items: flex-start;
    height: auto;
    width: 89.33333vw;
    min-width: unset;
    margin: 0 auto;
    background-color: #fff;
    padding: 3.287147vw 0 7.032493vw;
    height: 139vw;
}

.user1 , .user2 , .user3 , .user4{
    width: 78.6666vw;
    margin: 0 auto;
    min-width: unset;
}

.user1 , .user3{
    margin-right: auto;
}
.user_img{
    width: 25.978257vw;
    min-width: 374.0869px;
    height: 23.553382vw;
    min-height:339.1687px;
}

.voice_ttl{
    font-size: 5vw;
    color: #5c8cc9;
    font-weight: bold;
    text-align: center;
    padding: 7.921827vw 0 6.385vw;
    width: 78.6666vw;
    margin: 0 auto;
    
}

.user3 .voice_ttl{
    text-align: left;
}
.voice_txt{
    font-size:3.733333vw;
    line-height: 1.5;
    padding-bottom: 5.687893vw;
    width: 78.6666vw;
    margin: 0 auto;
    height: auto;
}

.user_attribute{
    font-size: 4.26666vw;

}


.flow::before{
    display: none;
}

.flow::after{
    display: none;
}

.to_movie{
    font-size: 4.26667vw;
    color: #5c8bc8;
    width: 100vw;
    margin: 16px auto;
    text-align: center;
}

.to_movie a{
    font-size: 4.26667vw;
    color: #5c8bc8;
    text-decoration: underline;
    text-underline-position: under;
}

.to_movie a img{
    width: 6vw;
    margin-bottom: -0.7vw;
    margin-right: 10px;
    display: inline;
}

	
	
.slider4 {

    width: 100%;
    position: relative;
}	
.slider4 .swiper-slide .list2{
	line-height: 1.5;
}
.slider4 .swiper-button-prev::after {
    content: '';
    width: 3vw;
    min-width: 40px;
    height: 3vw;
    min-height: 40px;
    background-image: url(../images/2nd/common/slide_prev.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-30% , -50%);
    cursor: pointer;
    z-index: 1;
}

.slider4 .swiper-button-prev:hover::after {
    opacity: 1;
}

.slider4 .swiper-button-next:hover::after {
    opacity: 1;
}

.slider4 .swiper-button-next::after {
    content: '';
    width: 3vw;
    min-width: 40px;
    height: 3vw;
    min-height: 40px;
    background-image: url(../images/2nd/common/slide_next.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transition: all .5s;
    top: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    z-index: 1;
}	
.slider4_bt {
    width: 87vw;
	}
	
	
	
/*------------------------------
無料体験の流れ
------------------------------*/
.flow{
    padding: 15.897733vw 0 9.617187vw;
}

.flow_list{
    margin-top: 13.538667vw;
}
.step_no{
    font-size: 5.86667vw;
 }

 .step_ttl{
    font-size: 5.6vw;
    width:38.564vw;
    min-width: unset;
    padding: 3.615947vw 0;
    margin : 2.355227vw auto 6.648613vw;
 }

 .step_dtl{
    font-size: 4.266667vw;
    margin: 0 auto 5.6918vw;
    text-align: left;
    line-height: 1.5;
    width: 78.66667vw;
 }



 .flow_list li{
    width: 89.33333vw;
    min-width: unset;
    margin: 0 auto 3.653213vw;

 }

 .flow_list li:first-child{
    background-image: url(../images/2nd/sp/flow1_bg.webp);
    padding: 6.673147vw 0 15.308933vw;
 }

.flow1_btn{
    width: 78.66667vw;
    min-width: unset;
    position: relative;
    cursor: pointer;
    height: 18.5488vw
}


.flow_list li:nth-child(2) .step_ttl{
    width: 51.724vw;
    min-width: unset;
}

.flow2_img{
    width: 78.666667vw;
    min-width: unset;
}

.flow_list li:nth-child(2){
    background-image: url(../images/2nd/sp/flow2_bg.webp);
    padding: 7.35612vw 0 13.791467vw;
}

.flow_list li:nth-child(3) .step_ttl{
    width: 61.864vw;
    min-width: unset;
 }


.flow_list li:nth-child(3){
    background-image: url(../images/2nd/sp/flow3_bg.webp);
    padding: 8.950vw 0 14.242133vw;
}

.slider3_wrap  {
    width: 68.12vw;
    min-width: unset;
    height: 64.1184vw;
    min-height: unset;
  }

.slider5_wrap  {
    width: 68.12vw;
    min-width: unset;
    height: 95vw;
    min-height: unset;
  }



.swiper-container.slider3{
    position: relative;
    width: 68.12vw;
    margin: 0 auto;
    height: 73vw;
    min-height: unset;
}
.swiper-container.slider5{
    position: relative;
    width: 68.12vw;
    margin: 0 auto;
    height: 99vw;
    min-height: unset;
}


.slider3_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 68.12vw;
    height: 23vw;
    min-height: unset;
    z-index: 10;
}
.slider5_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 68.12vw;
    height: 23vw;
    min-height: unset;
    z-index: 10;
}

.slider3_btn .swiper-button-prev::after{
    content: '';
    width: 10.49628vw;
    min-width: unset;
    height: 10.49628vw;
    min-height: unset;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translateX(-50%);
}


.slider5_btn .swiper-button-prev::after{
    content: '';
    width: 10.49628vw;
    min-width: unset;
    height: 10.49628vw;
    min-height: unset;
    left: 0;
    transition: all .5s;
    top: 50%;
    transform: translateX(-50%);
}



.slider3_btn .swiper-button-prev:hover::after {
    display: block;
}


.slider5_btn .swiper-button-prev:hover::after {
    display: block;
}


.slider3_btn .swiper-button-next::after {
    content: '';
    width: 10.49628vw;
    min-width: unset;
    height: 10.49628vw;
    min-height: unset;
    right: -13px;
    transition: all .5s;
    top: 50%;
    transform: translateX(50%);
}

.slider5_btn .swiper-button-next::after {
    content: '';
    width: 10.49628vw;
    min-width: unset;
    height: 10.49628vw;
    min-height: unset;
    right: -13px;
    transition: all .5s;
    top: 50%;
    transform: translateX(50%);
}

.slider3_btn .swiper-button-next:hover::after {
    opacity: 1;
}

.slider5_btn .swiper-button-next:hover::after {
    opacity: 1;
}


.slider3_btn .swiper-button-prev:hover::after {
   opacity: 1;
}

.slider5_btn .swiper-button-prev:hover::after {
   opacity: 1;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 2.135vw auto 0!important;
    bottom: 2vw !important;
    width: 100%;
}

.belongings_wrap{
width: 89.33333vw;
min-width: unset;
margin: 9.784747vw auto 11.8464vw;
padding: 7.983293vw 0 9.692867vw;
background-image: url(../images/2nd/pc/belongings_bg.webp);
}

.belongings_list li{
    flex-direction: column-reverse;
}

.belongings_ttl{
font-size: 4.266667vw;
padding-bottom: 6.38196vw;
}

.belongings_img{
width: 56vw;
min-width: unset;
margin: 3.815213vw auto 11.3622vw;
}

.list_ttl{
font-size: 4.26667vw;
margin-bottom: 2vw;
}

.belongings_dtl{
font-size: 3.73333vw;
line-height: 1.85;   
font-weight: normal;
}

.belongings_txt{
width: 78.6667vw;
min-width: unset; 
}

.belongings_list li{
margin-bottom: 0;
}


/*------------------------------
よくあるご質問
------------------------------*/
.faq_wrap{
    padding-top: 16vw;
    margin-top: -16vw;
}
.faq{
    padding: 19.059733vw 0 23.350267vw;
	background-image: url(../images/2nd/sp/contact_bg.webp);
	background-position: top;
    margin-top: -19vw;
}

.faq .section_heading{
    margin-bottom:14.562667vw;
}

.faqheading{
    width:89.33333vw;
    min-width: unset;
    font-size: 4.8vw;
    padding: 2.750547vw 0 2.26264vw;
    margin: 0 auto 11.02724vw;
}

.faq dl{
    width: 89.33333vw;
    min-width: unset;
    margin: 0 auto;
}

.faq dt{
    font-size: 4.26667vw;
    line-height: 1.53;
}
.faq dd{
    font-size:3.733333vw;
    line-height: 1.75;
    margin: 4.89812vw 0 8.607893vw;
}

.membership , .about_lesson{
    margin-top: 16.183867vw;
}



/*------------------------------
お問い合わせフォーム
------------------------------*/
.contact{
    padding: 23.6392vw 0 22.213733vw;
    background-color: #DAE8EF;
	background-position: top;
    margin-top: -12vw;
}

.form_space{
    width: 89.33333vw;
/*    height:166.997333vw;*/
    min-width: unset;
    min-height: unset;
    margin: 10.4272vw auto 0;
    background-color: #fff;
}

/*------------------------------
アクセス
------------------------------*/

.access{
    background-image: none;
    padding: 10.0063vw 5% 0;
    margin-top:0;
}

.add_name{
    font-size: 4.8vw;
    line-height: 1.3;
    padding: 10.154867vw 0 4.92272vw;
}

.address{
    font-size: 4.26667vw;
}


.phone{
    font-size: 4.26667vw;
    padding: 2.4613vw 0 6.043067vw;
}

.map{
    width: 89.3333vw;
    min-width: unset;
    height: 64.577733vw;
    min-height: unset;
    margin: 0 auto 8.52vw;
}
.map iframe{
    width: 89.3333vw;
    min-width: unset;
    height: 64.577733vw;
    min-height: unset;
}
	.map-img{
		width: 89.3333vw;
        min-width: unset;
        min-height: unset;
        margin: 0 auto;
	}
.store_btn{
    margin: 2.664674vw auto 7.722014vw;
    width: 89.3333vw;
    min-width: unset;
    height: 5.4672225.8392vw;
    min-height:unset;
    position: relative;
    cursor: pointer;
}
.store_btn_sub{
    margin: 2.664674vw auto 17.722014vw;
    width: 77.66667vw;
    min-width: unset;
    margin-top: 40px;
    height: 5.4672225.8392vw;
    min-height:unset;
    position: relative;
    cursor: pointer;
}
.to_top{
    width: 18.6667vw;
    min-width:unset;
    height: 18.6667vw;
    min-height:unset;
    position: absolute;
    right: 3.89333vw;
    bottom: 60vw;
}
    footer{
      margin-top:-16vw;
    }
}




/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media screen and (max-width:900px){


.point3_img_txt_wrap{
    display: block;
}


.point3_logo{
    width:40vw;
    min-width:unset;
    margin: 0 auto 3.7019vw;
}



.point3_txt{
    padding: 9.583947vw 6.18796vw 4.86684vw;
    min-width: unset;
    width: 78.666533vw;
    line-height: 1.65;
    background-image: url(../images/1st/sp/point3_bg.webp);
    margin: 0 auto;
    background-position: top;
}



.feature_list li:nth-child(4) .point_img{
width: 54.3055556vw;
    min-width:unset;
    margin: 0 auto 5.339147vw;
}


.feature_list li:nth-child(4) .point_img .sp{
    display: block;
}

.feature_list li:nth-child(4) .point_img .pc{
    display: none;
}
}

/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) and (min-width:768px) {


    .p_txt_ttl {
        font-size: 2.2vw;
    }
    
    .p_txt {
        font-size: 1.8vw;
        letter-spacing: 0em;
    }

.flow_list li{
    width: 70vw;
  /*  min-width: 697.9993px;*/
    margin: 0 auto 1.112708vw;  
 }

 .flow_list li:first-child::before{
    position: absolute;
    content:'';
    width: 5.999vw;
    height: 19.80vw;
    /*min-width: 86.3891px;*/
    /*min-height:285.1951px;*/
    background-image: url(../images/2nd/pc/flow_1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: -50px;
    transform: translateX(-100%);
}

 .flow_list li:first-child{
    padding: 2.306vw 0 7.302354vw;

 }


.flow_list li:nth-child(2){
    background-image: url(../images/2nd/sp/flow2_bg.webp);
    padding: 7.35612vw 0 13.791467vw;
}

.flow_list li:nth-child(3) .step_ttl{
    width: 61.864vw;
    min-width: unset;
 }


.flow_list li:nth-child(3){
    background-image: url(../images/2nd/sp/flow3_bg.webp);
    padding: 8.950vw 0 14.242133vw;
}

.step_ttl{
    font-size: 2.6vw;
}
.step_no {
    font-size: 3rem;
}

.flow1_btn {
    width: 33.93vw;
}

.flow2_img {
    width: 43.533vw;
}

.belongings_wrap {
    width: 70vw;
}

.belongings_ttl {
    font-size: 2rem;
}
.belongings_img {
    width: 17.419375vw;
}

.belongings_txt {
    width: 27.874792vw; 
}
.belongings_list li {
    margin-bottom: 2.376257vw;
}

.flow_list li:nth-child(3) .step_ttl {
    width: 32.864vw;
}

.form_space {
    width: 70vw;
}
.map iframe {
    width: 70vw!important;
    height: 36.626979vw!important;
}
.map {
    width: 70vw;
    height: 36.626979vw;
}
.map-img {
    width: 70vw;
	margin: 0 auto;
}

.p4_img_txt_wrap{  
    display: block;
    width: 78.666667vw;
    min-width: unset;
    margin: 0 auto ;
}

.instructor_img{   
    width: 93.666667%;
    min-width:unset;
    margin: 3.945653vw auto 25px;    
}

.name{
    width: 17.8738vw;
    margin: 0 auto;
}

.license{
    font-size: 2.533333vw;
    font-weight: bold;
    text-align: center;
}

.license_list , .message{
    font-size: 1.866667vw;
    line-height: 1.5;
    margin-top: 25px;

}

.license_list {
    margin: 4.634013vw 0 5.631333vw;
    line-height: 1.9375;
}

.license_list p{
    padding-left: 5vw;
}

.license_list p:before{
    position: absolute;
    content: '・';

    left: 0;
    font-size: 5vw;
    top: 0;
    line-height: 5vw;
}

.message{
    padding-bottom: 39px;
}

.bg_white div:nth-child(4) .message{
    padding-bottom: 0;
}

.p4_img_txt_wrap .name.sp{
    display: block;
}

.p4_img_txt_wrap .instructor_name.pc{
    display: none;
}

.bg_white div:nth-child(3) {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
}
.bg_white div:nth-child(3) .license_list {
    width: 100%;
}

.bg_white div:nth-child(3) , .bg_white div:nth-child(4)  {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
}

.slider3_wrap {
    width: 42.888vw;
}
.slider5_wrap {
    width: 42.888vw;
}

.slider3 {
    position: relative;
    width: 42.888vw;
    height: 29.5vw;
}
.slider5 {
    position: relative;
    width: 42.888vw;
    height: 45vw;
}


.slider3_btn {
    width: 42.888vw;
}

.slider5_btn {
    width: 42.888vw;
}


.step_dtl {
    margin: 0 auto 2.953931vw;
}
}
