@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.jp{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 500;
  color:black;
}

.roboto{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.wrap{
  width: 1340px;
  max-width: 100%;
  padding:0 30px;
  box-sizing: border-box;
  margin:0 auto;
}

.wrap2{
  width: 1240px;
  max-width: 100%;
  padding:0 30px;
  box-sizing: border-box;
  margin:0 auto;
}

.wrap3{
  width: 915px;
  max-width: 100%;
  padding:0 30px;
  box-sizing: border-box;
  margin:0 auto;
}

.wrap4{
  width: 1180px;
  max-width: 100%;
  padding:0 30px;
  box-sizing: border-box;
  margin:0 auto;
}

.wrap5{
  width: 1030px;
  max-width: 100%;
  padding:0 30px;
  box-sizing: border-box;
  margin:0 auto;
}

.mainV{
  width: 100%;
  height: 40vw;
  margin:145px 0 0;
  background-image: url('../img/mainV.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mv__wrap{
  width: 90%;
  margin:0 auto;
  padding:4vw 0 0;
}

.mv__text__wrap{
  padding-left: 5%;
}

.mv__text1{
  font-size: 1.66vw;
  font-weight: 500;
  color:white;
  margin: 0;
  line-height: 1.6;
}

.mv__text1 span{
  display: inline-block;
  background:#D3383D;
  padding:0 10px;
}

.mv__text2{
  font-size: 3.33vw;
  font-weight: 500;
  color:white;
  margin:10px 0 0;
  line-height: 1;
}

.mv__text3{
  margin: 0 0 35px;
  font-size: 1.11vw;
  color:white;
}

.award__flex{
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

.award__flex img{
  width: 19.5%;
  margin-right: 1.5%;
}

.mv__text4{
  margin: 0;
  color:white;
  font-size: 1.2vw;
  font-weight: 500;
}

.center.mv__text4{
  margin:0 auto 20px;
  text-align: center;
}

.mv__text4 span{
  display: inline-block;
  color:#D3383D;
  background:white;
  padding:0 15px;
}

.section__title.mb__plus{
  margin-bottom: 70px;
}

.feature__flex{
  display: flex;
  align-items: center;
  margin: 0;
  justify-content:center;
}

.feature__flex p.mv__text4{
  margin:0 5px;
  white-space: nowrap;
}

.mv__wrap2{
  width: 40%;
}

.link_btn{
  width: 55%;
  margin:20px auto 0;
  text-align: center;
  font-size: 1.66vw;
  font-weight: 500;
  color:white!important;
  background:#06C755;;
  padding:2px 0;
  border:2px solid #06C755;
  box-sizing: border-box;
  text-decoration: none!important;
  display: block;
  transition: 0.4s;
}

.link_btn:hover{
  background: white;
  color:#06C755!important;
}

.reason__section{
 padding:100px 0 0;
}

.section__title{
  font-size: 24px;
  font-weight: 500;
  color:#292929;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  height: auto;
  position: relative;
}

.section__title span.bg{
  background: white;
  display: inline-block;
  padding-right: 30px;
}

.section__title:after{
  content: '';
  position:absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #D9D9D9;
  z-index: -1;
}

.section__title.type2:after{
  top: 72%;
}

.section__title:before{
  display: none!important;
}

.section__title span.roboto{
  font-size: 64px;
  color:#D3383D;
  line-height: 1;
  display: inline-block;
  margin:0 2px;
}

.reason__area{
  width: 100%;
  padding:180px 0;
  background-image: url('../img/reason-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}

.reason__area:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 180px;
  opacity: 0.9;
  background: white;
}

.wrap.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reason__col{
  width: 30%;
  position: relative;
  z-index: 2;
}

.reason__num{
  font-size: 96px;
  color:#FFB7B9;
  margin: 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: -116px;
}

.reason__txt{
  font-size: 64px;
  font-weight: 500;
  color:#292929;
  line-height: 1;
  margin: 0;
  
}

.reason__txt.text1{
  padding-left: 80px;
}

.reason__flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reason__flex.reverse{
  flex-direction: row-reverse;
  margin: 60px 0;
}

.reason__flex2{
  margin:50px 0;
}

.reason__left{
  width: 50%;
  position: relative;
  padding-left: 90px;
  padding-right: 130px;
  box-sizing: border-box;
}

.reason__right{
  width: 50%;
  box-sizing: border-box;
  padding-right: 80px;
}

.reason__left2{
  width: 50%;
  box-sizing: border-box;
  padding-left: 80px;
}

.reason__right2{
  width: 50%;
  box-sizing: border-box;
  padding-left: 155px;
  padding-right: 90px;
}

.reason__left h3 , .reason__right2 h3{
  font-size: 24px;
  font-weight: 500;
  color:#292929;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.6;
  border: none;
}

.reason__left h3:after{
  display: none;
}

.reason__left p{
  font-size: 16px;
  color:#292929;
  margin: 0;
  line-height: 1.5;
}

.reason__left .roboto{
  font-size: 64px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -20px;
  color:#FFB7B9;
}

.reason__right img{
  width: 510px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}

.reason__right img.reason__img1{
  width: 535px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}

.reason__left2  img{
  width: 510px;
  max-width: 100%;
  height: auto;
  display: block;
}

.reason__flex.reverse .reason__right{
  padding-right: 0px;
  padding-left: 80px;
}


.reason__flex.reverse .reason__left{
  padding-left: 155px;
    padding-right: 90px;
}

.reason__flex.reverse .reason__right img{
  margin-left: 0;
}

.reason__flex.reverse .reason__left .roboto{
  left: 60px;
}

.lifestyle__section{
  padding:95px 0;
  background-image: url('../img/ls-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 95px;
}

.lifestyle__text1{
  text-align: center;
  font-size: 36px;
  margin: 0;
  position: relative;
  color:white;
  line-height: 1.6;
  padding:0 40px;
}

.lifestyle__text1 span.deco1{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.lifestyle__text1 span.deco2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.l__space{
  padding:0 50px;
}

.tb__scroll{
  margin-top: 50px;
}

.teacher__section{
  padding-top: 100px;
}

.teacher__text1{
  font-size: 24px;
  text-align: center;
  margin:40px 0 35px;
  color:#292929;
  line-height: 1.5;
}

.teacher__video{
  width: 100%;
  height: auto;
  border-radius: 40px;
  margin-bottom: 90px;
}

.teacher__rel{
  position: relative;
}

.line{
  width: 100%;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}

.teacher__flex{
  display: flex;
  justify-content: space-between;
  margin: 200px 0 100px;
}

.teacher__col{
  width: 31%;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  border:3px solid #D3383D;
  padding:160px 25px 30px;
  position: relative;
  
}

.teacher__col p{
  line-height: 1.4;
  color:#292929;
}

.teacher__img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -140px;
  width: 280px;
  height: auto;

}

.teacher__col .tc__text1{
  font-size: 36px;
  margin: 0;
}

.teacher__col .tc__text2{
  font-size: 16px;
  margin:0 0 8px;
  letter-spacing: 0;
}

.teacher__col .tc__text3{
  font-size: 14px;
  margin-bottom: 20px;
}

.teacher__col .tc__text4{
  font-size: 14px;
  margin:0 ;
}

.tc__info{
  padding:0 20px;
}

.schedule__bg{
  background-image: url('../img/schedule-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  margin-top: 50px;
}

.schedule__flex{
  display: flex;
}

.schedule__left{
  width: 72%;
  box-sizing: border-box;
  padding-right: 100px;
}

.schedule__right{
  width: 28%;
}

.plan__img{
  width: 980px;
  max-width: 100%;
  display: block;
  margin:0 auto;
}

.schedule__right img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

.schedule__right img.last{
  margin-bottom: 0;
}

.schedule__left p{
  font-size: 36px;
  color:#292929;
  margin:0;
  position: relative;
  padding-left: 45px;
  margin-bottom: 83px;
  line-height: 1.2;
}

.schedule__left p.last{
  margin-bottom: 0;
}

.schedule__left p:before{
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 30px;
  background: #B0B0B0;
  border-radius: 50%;
}

.schedule__left p:after{
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
  width:1px;
  height: calc(100% + 83px);
  background: #B0B0B0;
}

.schedule__left p span{
  color:#D3383D;
  display: inline-block;
  width: 115px;
}

.schedule__left p.last:after{
  display: none;
}

.plan__section{
  padding:100px 0 0;
}

.table__area{
  width: 984px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.table__row{
  display: flex;
  text-align: center;
}

.table__col1{
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__col2{
  width: 25%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

}

.table__col1 p, .table__col2 p{
  font-size: 16px;
  color:#292929;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  padding:18px 0;
  box-sizing: border-box;
}

.table__row.row1{
  background:#D3383D;
}

.table__row.row2{
  background: white;
}

.table__row.row3{
  background:rgba(211, 56, 61, 0.1);
}

.table__row.row1 .table__col1 p, .table__row.row1 .table__col2 p{
  color:white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding:10px 0;
}

.table__row.row1 .table__col2{
  border-left: 1px solid white;
}

.table__row.row1 .table__col2 p span{
  display: block;
  font-size: 14px;
}

.table__note{
  font-size: 12px;
  text-align: right;
  margin:5px 0 85px;
  line-height: 1.3;
  color:#D3383D;
}

.voice__col{
  box-sizing: border-box;
  margin:0 15px;
  padding:25px;
  border:1px solid black;
  box-sizing: border-box;

}

.voice__col p{
  line-height: 1.4;
  color:#292929;
}

.voice__img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.voice__col .voice__area1 p{
  font-size: 12px;
  margin:0;
  position: relative;
  padding-left: 18px;
}

.voice__col .voice__area1 p.voice__q{
  color:#D3383D;
  margin-bottom: 1px;
}

.voice__col .voice__area1 p.voice__a{
  margin-bottom: 5px;
}

.voice__col .voice__area1 p span{
  position: absolute;
  left: 0;
  top: 0;
}

.voice__col .voice__area1{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

/* slickスライダーのスライドの高さを揃える */
.voice-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.voice-slider .slick-slide {
  height: auto;
  display: flex;
}

.voice-slider .slick-slide > div {
  width: 100%;
}

.voice__area2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice__area2 .va2__col{
  box-sizing: border-box;
}

.voice__area2 .va2__col:nth-child(1) ,
.voice__area2 .va2__col:nth-child(3){
  width: 47%;
}

.voice__area2 .va2__col:nth-child(2) ,
.voice__area2 .va2__col:nth-child(4){
  width: 53%;
}


.voice__area2 .va2__col p{
  font-size: 10px;
  font-weight: bold;
  color:#D3383D;
  line-height: 1.4;
  margin:0;
}

.voice__area2 .va2__col img{
  width: 78px;
  display: block;
  margin-top: 2px;
}

.voice__area2 .va2__col:nth-child(1),
.voice__area2 .va2__col:nth-child(2){
  margin-bottom: 15px;
}

.slick-prev.slick-arrow{
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.slick-next.slick-arrow{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.voice-slider{
  margin: 65px 0 85px;

}

.flow__bg{
  background-image: url('../img/flow-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  position: relative;
  margin:25px 0 160px;
}

.flow__flex{
  display: flex;
  justify-content: space-between;
  width:1100px;
  max-width: 100%;
  margin:0 auto;
  position: absolute;
  left: 50%;
  top: 105px;
  transform: translateX(-50%);
}

.flow__col{
  width: 22.5%;
  background: white;
  border-radius: 20px;
  position: relative;
  padding:70px 30px 25px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.flow__col img{
  width: 60px;
  display: block;
  margin:0 auto 10px;
}

.flow__col .fc__num{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: white;
  text-align: center;
  box-sizing: border-box;
  padding-top:20px ;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);

}

.flow__col .fc__num .fc__num1{
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  color:#D3383D;
}

.flow__col .fc__num .fc__num2{
  font-size: 48px;
  line-height: 1.3;
  margin: 0;
  color:#D3383D;
}

.fc__text{
  font-size: 16px;
  margin:20px 0 0;
  font-weight: 500;
  color:#292929;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.info__wrap{
  width: 1000px;
  max-width: 100%;
  display: block;
  margin:0 auto;
}

.info__wrap iframe{
  width: 100%;
  height: 540px!important;
  margin:60px 0;
}

.access__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.access__col{
  width: 30%;
  position: relative;
  margin-bottom: 20px;
}

.access__col img{
  width: 100%;
}

.access__col p{
  width: 250px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color:white;
  background: #D3383D;
  border-radius: 40px;
  margin-left: auto;
  margin-top: -20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.faq__box{
  background: #FFF8F8;
  border-radius: 10px;
  box-sizing: border-box;
  padding:20px 25px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq__box p.faq__title{
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color:#292929;
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
}

.faq__box p.faq__answer{
  display: none;
  font-size: 12px;
  line-height: 1.5;
  margin:8px 0 0;
  border-top:1px solid #D9D9D9;
  padding-top: 15px;
  color:#292929;
  box-sizing: border-box;
  padding-right: 30px;
}

.section__title.mb30{
  margin-bottom: 30px;
}

.info__section{
  margin-bottom: 100px;
}

.faq__box p.faq__title:before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #292929;
  transform: translateY(-50%);
}

.faq__box p.faq__title:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #292929;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s;
}


.faq__box.open p.faq__title:after{
  transform: translateY(-50%) rotate(0);
}

.reason__bg{
  padding:50px 0;
  background-image: url('../img/english/reason-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 0 50px;
}

.reason__bg .flex{
  display: flex;
  justify-content: space-between;
  padding:0 65px;
}

.reason__bg .flex .reason__col--en{
  width: 27%;
  background: white;
  box-sizing: border-box;
  padding:20px;
}

.reason__bg .flex .reason__col--en p{
  line-height: 1.5;
}

.reason__bg .flex .reason__col--en p.rce__1{
  text-align: center;
  font-size: 36px;
  margin:12px 0 3px;
  color:#FFB7B9;
  line-height: 1;
}

.reason__bg .flex .reason__col--en p.rce__2{
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin:0 0 15px;
  line-height: 1.3;
  color:#292929;
}

.reason__bg .flex .reason__col--en p.rce__3{
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color:#292929;
}

.plan__flex--en{
  display: flex;
  justify-content: space-between;
  margin:65px 0 0;
}

.plan__flex--en .pfe__col--en{
  width: 30%;
  position: relative;
  border:2px solid #D3383D;
  border-radius: 10px;
  box-sizing: border-box;
  padding:70px 20px 15px;
}

.plan__flex--en .pfe__col--en p{
  line-height: 1.4;
}

.plan__flex--en .pfe__col--en p.pfe__1{
  width: 300px;
  height: 60px;
  color:white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 60px;
  background: #D3383D;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
}

.pfe__2{
  font-size: 16px;
  color:#292929;
  margin:0;
  padding-bottom: 30px;
  border-bottom:1px solid #D9D9D9;
  min-height: var(--pfe-2-height, auto);
}

.pfe__3 , .pfe__6{
  width: 147px;
  text-align: center;
  background:#D23339;
  color:white;
  font-size: 14px;
  border-radius: 50px;
  padding:2px 0;
  margin: 14px 0 5px;
}

.pfe__4{
  padding:0 13px;
  font-size: 14px;
  margin: 0;
  color:#292929;
}

.pfe__5{
  display: flex;
  align-items: center;
}

.pfe__7{
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color:#292929;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.pfe__8{
  font-size: 14px;
  margin: 0;
  color:#292929;
}

.pfe__8 span{
  font-size: 32px;
  color:#D3383D;
  display: inline-block;
  margin-left: 3px;
  letter-spacing: 0;
}

.plan__flex--en .pfe__col--en.col2 p.pfe__1{
  background: #3B7FD3;
}

.plan__flex--en .pfe__col--en.col2{
  border-color: #3B7FD3;
}

.plan__flex--en .pfe__col--en.col3 p.pfe__1{
  background: #489B95;
}

.plan__flex--en .pfe__col--en.col3{
  border-color: #489B95;
}

.note{
  text-align: right;
  font-size: 12px;
  margin:12px 0 0;
  color:#D3383D;
}

.table__wrap.mt__plus{
  margin-top: 40px;
}

.table__col3{
  width: 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__col4{
  width: 22.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__row.row1 .table__col4{
  border-left: 1px solid white;
}

.type2 .table__area{
  width: 1080px;
}

.table__col3 p{
  font-size:16px;
  font-weight: 400;
  color:#292929;
  margin: 0;
  padding:15px 0;
}

.table__col4 p{
  font-size:16px;
  font-weight: 400;
  color:#292929;
  margin: 0;
  padding:15px 0;
}

.table__row.row1 .table__col3 p{
  font-size: 20px;
  font-weight: 400;
  color:white;
  margin: 0;
  padding:11px 0;
}

.table__row.row1 .table__col4 p{
  font-size: 20px;
  font-weight: 500;
  color:white;
  margin: 0;
  padding:11px 0;
}

.type2 .table__row.row3{
  background: #fdf5f5;
}

.type2 .table__row .table__col3{
  background: #f6d7d8;
}

.type2 .table__row.row1 .table__col3{
  background: #D3383D;
}

.vr .table__col4 p{
  line-height: 1.25;
  padding:10px 0;
}

.table__note{
  max-width: 100%;
  width: 984px;
  margin: 8px auto 85px;
}

.type2.table__note{
  max-width: 100%;
  width: 1080px;
}

.type2 .voice__col{
  padding: 0;
  border:0;
  margin:0 10px;
}

.school1__title{
  font-size: 14px;
  text-align: center;
  margin:5px 0 0;
  font-weight:400;
}

.type2 .voice__col .school__img{
  height: 300px;
  object-fit: cover;
}

.type2.teacher__text1{
  margin-bottom: 25px;
}

.teacher__text2{
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.type2 .flow__col{
  width: 30%;
}

.flow__flex.type2{
  width: 1000px;
}

.fft__text1{
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.fft__text2{
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 5px;
}

.flow__col img.icon1 ,
.flow__col img.icon2{
  width: 48px;
}

.flow__col img.icon3{
  width: 60px;
}

.flow__col img.icon1{
  margin:12px auto 22px;
}

.flow__col img.icon2{
  margin:6px auto 16px;
}

.flow__bg.type2{
  background-image: url("../img/english/step-bg.png");
}

.mainV.type2{
  background-image: url("../img/english/mainV.png");
  position: relative;
}

.half{
  width: 50%;
  text-align: center;
}

.mainV.type2 p{
  line-height: 1.5;
}

.mv2__text1{
  font-size: 3.33vw;
  margin: 0 ;
}

.mv2__text1 span{
  background: #D3383D;
  color:white;
  display: inline-block;
  width: 33vw;
}

.mv2__text2{
  font-size: 3.33vw;
  margin: 0 auto 1.3vw;
  color:#D3383D;
  width: 33vw;
  border-bottom: 1px solid #D3383D;
}

.mv2__text3{
  font-size: 1.66vw;
  margin:0 0 35px;
  color:#4D4D4D;
}

.type2 .award__flex{
  justify-content: center;
  margin:0 auto 3vw;
}

.type2 .award__flex img{
  width: 30%;
  margin:0 2%;
}

.mv2__text4{
  position: absolute;
  right: 0;
  bottom: 2vw;
  background: white;
  font-size: 1.11vw;
  padding:0.2vw 0.7vw;
  margin: 0;
  color: #D3383D;
}

.lifestyle__text__wrap{
  text-align: center;
}

.lifestyle__text__wrap p{
  display: inline-block;
}

.link_btn.color2{
  background: #D3383D;
  border-color: #D3383D;
}

.link_btn.color2:hover{
  background: white;
  color:#D3383D!important;
}

.flow__col{
  position: relative;
}

.fc__abo{
  position: absolute;
  bottom: -30px;
  right: 20px;
  font-size: 12px;
  color: #D3383D;
  margin: 0;
  font-weight: 500;
}










@media screen and (max-width:1200px){

  .lifestyle__text1{
    font-size: 28px;
    padding:0 32px;
  }

  .mv__wrap{
    width: 100%;
    box-sizing: border-box;
    padding:5vw 30px 0;
  }

  .mainV{
    height: 45vw;
    margin-top: 135px;
  }

  .section__title{
    font-size: 20px;
  }

  .section__title span.roboto{
    font-size: 50px;
  }

  .reason__num{
    font-size: 78px;
  }

  .reason__txt.text1{
    padding-left: 40px;
  }

  .reason__txt{
    font-size: 52px;
  }

  .reason__area{
    padding:120px 0;
  }

  .reason__left{
    padding-left: 70px;
    padding-right: 50px;
  }

  .reason__right{
    padding-right: 0;
  }

  .reason__flex.reverse .reason__right{
    padding-left: 0;
  }

  .reason__flex.reverse .reason__left{
    padding-left: 120px;
    padding-right: 0;
  }

  .reason__left .roboto{
    font-size: 52px;
    top: -15px;
  }

  .reason__left h3, .reason__right2 h3{
    font-size: 20px;
  }

  .reason__flex.reverse .reason__left .roboto{
    left: 48px;
  }

  .l__space{
    padding: 0;
  }

  .section__title:after{
    height: 2px;
  }

  .teacher__text1{
    font-size: 20px;
  }

  .teacher__col .tc__text1{
    font-size: 27px;
  }

  .teacher__col .tc__text2{
    font-size: 15px;
  }

  .teacher__col .tc__text3{
    font-size: 13px;
  }

  .tc__info{
    padding: 0;
  }

  .teacher__img{
    width: 25vw;
    height: 25vw;
    top: -12.5vw;
  }

  .teacher__col{
    padding:calc(20px + 12.5vw) 20px 20px;
  }

  .schedule__left p span{
    width: 90px;
  }

  .schedule__left p{
    font-size: 28px;
    margin-bottom: 9vw;
  }

  .schedule__left p:before{
    width: 24px;
    height: 24px;
    top: 6px;

  }

  .schedule__left p:after{
    left: 12px;
    height: calc(100% + 9vw);
  }

  .voice-slider{
    padding:0 40px;
  }

  .slick-prev.slick-arrow{
    left: -10px;
  }

  .slick-next.slick-arrow{
    right: -10px;
  }

  .flow__flex{
    box-sizing: border-box;
    padding:0 30px;
  }

  .flow__col{
    width: 24%;
    padding: 70px 20px 20px;
  }

  .info__wrap iframe{
    height: 450px!important;
    margin:35px 0;
  }

  .access__col p{
    width: 230px;
    height: 34px;
    line-height: 34px;
    margin-top: -12px;
    font-size: 12px;
  }

  .access__col{
    width: 32%;
  }

  .voice__col{
    padding:20px 15px;
    margin:0 5px;
  }

  .type2 .voice__col .school__img{
    height: 20vw;
  }

  .reason__bg .flex .reason__col--en{
    width: 30%;
  }

  .plan__flex--en .pfe__col--en{
    width: 32%;
    padding:55px 20px 15px ;
  }

  .plan__flex--en .pfe__col--en p.pfe__1{
    width: 220px;
    height: 48px;
    line-height: 48px;
    top: -24px;
    font-size: 19px;
  }

  .pfe__8 span{
    font-size: 26px;
  }

  .reason__bg .flex{
    padding:0 30px;
  }
  
  .voice__col .voice__area1{
    height:412px;
  }



}

@media screen and (max-width:991px){

  .mainV{
    margin-top: -115px;
    height: 48vw;
  }

  .voice__col .voice__area1{
    height:412px;
  }


}

.sp__only{
  display: none;
}

@media screen and (max-width:768px){

  .schedule__left{
    padding-right: 30px;
  }

  .voice__col .voice__area1{
    height:220px;
  }

  .mainV{
    margin-top: 0;
  }

  .lifestyle__text1{
    font-size: 18px;
    padding:0 22px;
  }

  .wrap.flex{
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .reason__col{
    width: 100%;
    margin-bottom: 30px;
  } */

  .reason__flex.reverse{
    flex-direction: column;
  }

  .reason__area:before{
    height: 150px;
  }

  .reason__col{
    width: 33%;
  }

  .reason__txt{
    font-size: 34px;
  }

  /* .reason__num{
    left: 0;
    top: 0;
    position: relative;
    line-height: 1;
  } */

  .reason__txt.text1{
    padding-left: 0;
  }

  .reason__num{
    font-size: 60px;
    top: -80px;
  }

  .reason__txt{
    font-size: 40px;
  }

  .wrap , .wrap2 , .wrap3 , .wrap4{
    padding:0 15px;
  }

  .reason__area{
    padding:100px 0;
  }

  .wrap.flex .reason__col:last-child{
    margin-bottom: 0;
  }

  .reason__flex{
    display: block;
  }

  .reason__left{
    width: 100%;
    padding-right: 0;
  }

  .reason__right{
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 30px;
  }

  .reason__flex.reverse .reason__left{
    padding-left: 55px;
  }

  .reason__left{
    padding-left: 55px;
  }

  .reason__right img.reason__img1{
    width: 100%;
  }

  .reason__flex.reverse{
    margin:75px 0;
  }

  .reason__left .roboto{
    font-size: 42px;
    top: -4px;
  }

  .reason__flex.reverse .reason__left .roboto{
    left: 0;
  }

  .reason__flex.reverse .reason__right{
    padding-left: 45px;
  }

  .reason__right img{
    width: 100%;
  }

  .reason__right img.reason__img3{
    padding-left: 30px;
  }

  .tb__scroll{
    margin-top: 35px;
  }

  .teacher__text1{
    font-size: 18px;
  }

  .teacher__video{
    height: auto;
  }

  .teacher__video{
    margin-bottom: 70px;
  }

  .teacher__flex{
    display: block;
    margin:20vw 0 80px ;
  }

  .teacher__col{
    width: 100%;
    margin-bottom: 30vw;
    padding: calc(20px + 20vw) 20px 20px;
  }

  .teacher__img{
    width: 40vw;
    height: 40vw;
    top: -20vw;
  }

  .teacher__flex .teacher__col:last-child{
    margin-bottom: 80px;
  }

  .slick-prev.slick-arrow , .slick-next.slick-arrow{
    width: 35px;
    height: 35px;

  }

  .slick-prev.slick-arrow{
    left: 0;
  }

  .slick-next.slick-arrow{
    right: 0;
  }

  .voice__col .voice__area1{
    min-height: auto!important;
  }

  .voice-slider{
    margin-top: 35px;
  }

  .flow__flex{
    flex-wrap: wrap;
    padding:0 15px;
  }

  .flow__col{
    width: 48%;
  }

  .flow__bg{
    height: 450px;
    margin-bottom: 140px;
  }

  .fc__text{
    font-size: 14px;
  }

  .flow__flex .flow__col:nth-child(2) ,
  .flow__flex .flow__col:nth-child(1){
    margin-bottom: 60px;
  }

  .flow__col .fc__num{
    width: 100px;
    height: 100px;
    top: -50px;
    padding-top: 15px;
  }

  .flow__col .fc__num .fc__num2{
    font-size: 40px;
  }

  .flow__flex{
    top: 55px;
  }

  .info__wrap iframe{
    height: 350px!important;
  }

  .access__col{
    width: 48%;
  }

  .access__col p{
    margin-top: -17px;
  }

  .mainV{
    background-image: url("../img/mainV-sp.png");
    height: 560px;
  }

  .mv__wrap{
    padding:0 15px;
    width: 450px;
    max-width: 100%;
    margin:0 auto;
    padding-top: 70px;
  }

  .mv__text1{
    font-size: 18px;
  }

  .mv__text2{
    font-size: 40px;
    margin-bottom: 5px;
  }

  .mv__text3{
    font-size: 14px;
  }

  .award__flex img{
    width: 48%;
    margin: 0;
  }

  .award__flex{
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .mv__wrap2{
    width: 100%;
  }

  .mv__text4{
    font-size: 16px;
  }

  .link_btn{
    width: 60%;
    font-size: 18px;
  }

  .mainV.type2{
    background-image: url(../img/english/mainV-sp.png);
  }

  .reason__bg .flex{
    padding:0 15px;
    display: block;
  }

  .reason__bg .flex .reason__col--en{
    width: 100%;
    margin-bottom: 20px;
  }

  .reason__bg .flex .reason__col--en:last-child{
    margin-bottom: 0;
  }

  .reason__col--en img{
    margin:0 auto;
    display: block;
  }

  .plan__flex--en{
    display: block;
  }

  .plan__flex--en .pfe__col--en{
    margin-bottom: 50px;
  }

  .plan__flex--en .pfe__col--en{
    width: 100%;
  }

  .pfe__2{
    min-height: auto!important;
    height: auto!important;

    padding-bottom: 15px;
  }

  .table__row.row1 .table__col4 p , .table__row.row1 .table__col3 p{
    font-size: 16px;
  }

  .type2 .voice__col .school__img{
    width: 100%;
    height: 60vw;
  }

  .type2 .flow__col{
    width: 48%;
  }

  .flow__flex.type2{
    justify-content: center;
  }

  .flow__bg.type2{
    margin-bottom: 240px;
  }

  .flow__flex .flow__col:nth-child(2){
    margin-left: 2%;
  }

  .flow__flex .flow__col:nth-child(1){
    margin-right: 2%;
  }

  .plan__flex--en .pfe__col--en:last-child{
    margin-bottom: 0;
  }

  .half{
    width: 100%;
  }

  .mv2__text1{
    font-size: 35px;
  }

  .mv2__text1 span{
    width: 57vw;
  }

  .mv2__text2{
    font-size: 35px;
    width: 57vw;
  }

  .mv2__text3{
    font-size: 16px;
  }

  .type2 .award__flex img{
    width: 43%;
  }

  .mv2__text4{
    bottom: 30px;
    font-size: 15px;
    padding:2px 10px;
  }


  

  
  

  

}

@media screen and (max-width:480px){

  .reason__section{
    padding:80px 0 0;
  }

  .section__title span.bg{
    padding-right: 15px;
  }

  .section__title{
    font-size: 18px;
  }

  .section__title span.roboto{
    font-size: 38px;
  }

  .reason__num{
    font-size: 40px;
    top: -55px;
  }

  .reason__txt{
    font-size: 32px;
  }

  .reason__area{
    padding:85px 0;
    margin-bottom: 60px;
  }

  .reason__left .roboto{
    font-size: 32px;
    top: -1px;
  }

  .reason__txt{
    font-size: 22px;
  }

  .reason__left p{
    font-size: 14px;
  }

  .reason__left h3, .reason__right2 h3{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .reason__left{
    padding-left: 45px;
  }

  .reason__right{
    margin-top: 15px;
  }

  .teacher__text1{
    font-size: 16px;
  }

  .teacher__video{
    border-radius: 10px;
  }

  .schedule__left p span{
    display: block;
  }

  .schedule__left p{
    font-size: 20px;
    padding-left: 30px;
  }

  .schedule__left{
    width: 67%;
    padding-right: 10px;
  }

  .schedule__right{
    width: 33%;
  }

  .schedule__right img{
    margin-bottom: 7px;
  }

  .wrap5{
    padding:0 15px;
  }

  .schedule__left p:before{
    width: 18px;
    height: 18px;
    top: 4px;
  }

  .schedule__left p:after{
    left: 9px;
    height: calc(100% + 7vw);
  }

  .plan__table{
    overflow-x: scroll;
  }

  .plan__table img{
    min-width: 600px;
  }

  .schedule__left p{
    margin-bottom: 7vw;
  }

  .schedule__bg{
    padding:50px 0 ;
    margin-top: 30px;
  }

  .plan__section{
    padding-top: 80px;
  }


  .table__wrap{
    overflow-x: scroll;
  }

  .table__area{
    min-width: 550px;
  }

  .table__row.row1 .table__col1 p, .table__row.row1 .table__col2 p{
    font-size: 17px;
  }

  .voice-slider{
    padding:0 10px;
    margin-bottom: 80px;
  }

  .slick-prev.slick-arrow{
    left: -10px;
  }

  .slick-next.slick-arrow{
    right: -10px;
  }

  .voice__col .voice__area1 p{
    padding-left: 16px;
  }

  .flow__col img{
    width: 50px;
  }

  .flow__col .fc__num{
    width: 80px;
    height: 80px;
    top: -40px;
    padding-top: 10px;
  }

  .flow__col .fc__num .fc__num2{
    font-size: 32px;
  }

  .flow__col{
    padding:50px 15px 20px;
  }

  .fc__text{
    font-size: 12px;
    line-height: 1.5;
  }

  .flow__flex{
    top: 110px;
  }

  .info__wrap iframe{
    height: 300px!important;
  }

  .access__col{
    width: 100%;

  }

  .access__col p{
    width: 260px;
  }

  .faq__box p.faq__title{
    font-size: 15px;
  }

  .reason__flex.reverse .reason__left{
    padding-left: 45px;
  }

  .reason__right img.reason__img3{
    padding-left: 19px;
  }

  .reason__flex.reverse .reason__right{
    padding-right: 40px;
  }

  .pc__only{
    display: none;
  }

  .sp__only{
    display: block;
  }

  .table__note{
    text-align: left;
  }

  .lifestyle__section{
    padding: 60px 0;
  }

  .lifestyle__section{
    margin-top: 80px;
  }

  .teacher__section{
    padding-top: 80px;
  }

  .lifestyle__text1 span.deco1{
    top: 73%;
  }

  .lifestyle__text1 span.deco2{
    top: 73%;
  }

  .lifestyle__text1{
    font-size: 16px;
  }

  .lifestyle__section .tb__scroll{
    overflow-x: scroll;
  }

  .lifestyle__img{
    min-width: 580px;
  }

  .mv__text1{
    font-size: 16px;
  }

  .mv__text2{
    font-size: 32px;
  }

  .mv__text3{
    font-size: 12px;
    margin-bottom: 15px;
  }

  .award__flex{
    justify-content: center;
  }

  .award__flex img{
    width: 40%;
    margin:0 3%;
  }

  .mv__text4 span{
    padding:2px 12px;
  }

  .mv__text4{
    font-size: 12px;
  }

  .link_btn{
    margin-top: 15px;
    font-size: 16px;
  }

  .mv__text__wrap{
    padding-left: 10%;
  }

  .mv__text2{
    margin-top: 5px;
  }

  .mv__wrap{
    padding-top: 60px;
  }

  .mainV{
    height: 415px;
  }

  .section__title.mb__plus{
    margin-bottom: 35px;
  }

  .award__flex{
    margin-bottom: 23px;
  }

  .feature__flex p.mv__text4{
    margin:0 3px;
  }

  .reason__area:before{
    height: 92px;
  }

  .teacher__col .tc__text1{
    font-size: 24px;
  }

  .access__flex{
    margin-bottom: 65px;
  }

  .reason__bg .flex .reason__col--en{
    padding:15px;
  }

  .reason__bg .flex .reason__col--en p.rce__1{
    font-size: 28px;
  }

  .reason__bg .flex .reason__col--en p.rce__2{
    font-size: 18px;
  }

  .pfe__2{
    font-size: 14px;
  }

  .pfe__4{
    font-size: 12px;
    padding: 0;
  }

  .pfe__8{
    font-size: 13px;

  }

  .pfe__8 span{
    font-size: 23px;
  }

  .type2 .table__area{
    min-width: 700px;
  }

  .voice__col p{
    font-size: 13px;
    margin-top: 10px;
  }

  .type2 .flow__col{
    padding-left: 10px;
    padding-right: 10px;
  }

  .fft__text1{
    font-size: 14px;
  }

  .fft__text2{
    font-size: 10px;
    margin: 0;
  }

  .flow__bg.type2{
    margin-bottom: 255px;
  }

  .mv2__text1 span{
    width: 72vw;
    padding:2px 0;
  }

  .mv2__text1{
    font-size: 26px;
  }

  .mv2__text2{
    font-size: 26px;
    width: 80vw;
    margin-top: 5px;
    border-bottom: none;
  }

  .mv2__text3{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .type2 .award__flex{
    margin-bottom: 20px;
  }

  .mv2__text4{
    font-size: 12px;
  }

  .reason__bg{
    padding:40px 0;
  }
  .voice__col .voice__area1{
    height:260px;
  }

  .mainV.type2{
    height: 440px;
  }

  .fc__abo{
    bottom: -25px;
    right: 10px;
    font-size: 11px;
  }






}





