body{
  line-height:28.8px;
  margin-top:0;
  font-family: 'Sen', sans-serif;
}

a:hover{
  text-decoration: none
}

 h1, h2{
  font-family: 'Sen', sans-serif;
  line-height:58px;
  font-size:80px;
}


.overflow-hidden{
  overflow: hidden;
}

.button-link{
  border:2px solid #F97F0E;
  background:#FFF8F1;
  padding:10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color:#F97F0E;
  font-size: 14px;
  font-family: 'Zen Maru Gothic', serif;
  gap: 16px;
  line-height: 1.4;
  transition: 0.5s;
}

.button-link:after {
  content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #F97F0E transparent;
    transform: rotate(90deg);
 }

 .button-link:hover:after {
  border-color: transparent transparent #fff transparent !important;
 }

.button-link:hover{
  background: #F97F0E;
  text-decoration: none;
  color:#fff;
}

h3,h4, h5{
  line-height:38px;
  font-family: 'Sen', sans-serif;
}

.img-responsive{
  margin:0 auto;
}

.center{
  text-align: center;
}

ul li{
  font-family: 'Zen Maru Gothic', serif;
}


p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
}


.wrapper{
    width:calc(1200px + 32px);
    max-width:100%;
    margin:0 auto;
    padding:0 16px;
  }



/*hero*/
.hero-banner .hero-button {
  width: calc(32% + 32px);
  height: auto;
  position: absolute;
  transform: translate(-50%, 120%);
  top: 50%;
  left: 50%;
}




.hero-section{
  background: url('../../img/index/hero-bg.jpg') top center;
  padding: 30px 0;
}


.hero-banner .wrapper{
  width:100%;
  position: relative;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}


.slider{
  width:calc(1200px + 32px);
  max-width:100%;
  margin:0 auto;
  padding:0 16px;
  min-height: 500px;
}

.hero-banner img.mobile{
  display:none ;
}


/*media*/

@media only screen and (min-width: 1700px){

  .hero-banner img {
    width:calc(100% - 410px);
    height: auto;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 1700px){
  .hero-banner .hero-button {
    transform: translate(-50%, 140%);
  }
}

@media only screen and (max-width: 1120px){
.header__title h2 {
  font-size: 60px;
}
}

@media only screen and (max-width: 991px){
 .header__title h2 {
    font-size: 40px;
    margin-bottom:0;
  }

  .header__title h5{
    margin-top:0;
  }


  }



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

 .sec1.section{
  padding-bottom: 0;
 }

 .hero-section img.hero-img{
  display: none;
}

.hero-banner img.mobile{
  display: block; 
  width: unset;
  height: auto;
}

.hero-banner .hero-button {
  width: calc(52% + 32px);
  bottom: 0;
  top: 58%;
}

.hero-section{
  padding:10px 0;
}
}

@media only screen and (max-width:460px){
  .hero-banner .hero-button {
   
    width: calc(65% + 32px);
  }
}


/*sec1*/
.section{
  padding:100px 0;
}

.section h2{
  /* font-size:80px; */
  color:#AFDE46;
  text-align: center;
}

.section h5{
  text-align: center;
  font-family: 'Zen Maru Gothic', serif;
  font-size:26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.section h2 span{
  color:#31AB48;
}

 .header__title{
  margin: 0 auto 50px;
  max-width: 1180px;
}

.yt-video{
  margin:0px auto;
  width: 800px;
  max-width: 100%;
}

.yt-video iframe {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.sec1{
  background: #E4F1D4;
}


.sec2{
  position: relative;
  background: #FAF8EE;
}

.sec2 .wrapper{
  width: 1100px;
}


.sec2__header{
  background:url("../../img/index/sec2-head.png") #E4F1D4 no-repeat top center;
  height:270px;
  margin-top: -30px;
} 



.sec2__header .header__title{
  transform: translateY(120px);
}

.sec2__header .header__title h2{
  color:#F97F0E 
}

.sec2__header .header__title h5 {
  text-align: center;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feature__wrap {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  justify-content: left;
}

.feature__wrap .image {
  width: 41%;
}

.feature__wrap .text {
  background: #fff;
  z-index: 4;
  padding: 40px 35px;
  border-radius: 30px;
  width: 59%;
  box-shadow: 15px 16px 0px -3px #FFD38F;
}


.feature__wrap.reversed .image{
  transform: translateX(-50px);
  order:2
}

.feature__wrap.reversed .text {
  box-shadow: -15px 16px 0px -3px #FFD38F;
  order:1
  
}

.feature__wrap .text .title .num{
  font-size:77px;
  color: #F97F0E; 
   font-family: 'Sen', sans-serif;      
}

.feature__wrap .text .title{
  display: flex;
  gap:20px;
  align-items: center;
  margin-bottom:24px;
}

.feature__wrap .title p{
  font-size:28px;
  line-height: 1.2;
}

.feature__wrap .title span{
  display: block;
}

.feature__wrap .image img.sp{
  display: none;
}


/*media for sec2 */
@media only screen and (max-width: 1200px){
  .feature__wrap {
    gap:20px;
  }
  .feature__wrap .image img {
    width:100%;
  }

  .feature__wrap.reversed .image {
    transform: translateX(0px);
  }
}

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


  .feature__wrap .text{
    width: 100%;
  }

  .feature__wrap .image{
    width: unset;
  }

  .feature__wrap .image img {
    border-radius: 50%;
    width: 288px;
    height: 288px;
    object-fit: cover;
    z-index: 5;
    position: relative;

}

.feature__wrap .text {
  z-index: unset;
  padding: 40px 20px;
}

  .sec2__header{
    height:190px ;
  }

  .sec2__header .header__title{
    transform: translateY(50px);
  }

}

@media only screen and (max-width: 768px){
  .feature__wrap.reversed .image{
    order:1
  }
  
  .feature__wrap.reversed .text {
    order:2;
    box-shadow: unset;
  }

  .feature__wrap .text {
    box-shadow: unset;
  }

  .feature__wrap .image{
    margin-bottom: -30px;
  }

  .feature__wrap,  .feature__wrap.reversed{
    flex-direction: column;
    padding-bottom:20px;
    gap:0;
  }

  .feature__wrap .text .title {
    display: flex;
    gap: 0px;
    align-items: center;
  
}

 h1,  h2{
  font-size:40px;
  margin-top: 0;
}

  .sec2__header .header__title h5,   .section h5{
    font-size:18px;
    margin-top:0;
    transform: translateY(-20px);
  }



  .button-link{
    text-align: center;

  }

  .sec2__header {
   height: 150px;

}

.section{
  padding:50px 0;
}



}

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

  .feature__wrap .image img:first-child {
    display: none;
  }

  .feature__wrap .image img.sp{
    display: block;
    width: 220px;
    height: 220px;
  }

  .section {
    padding: 40px 0;
  }

   p{
    font-size:15px;
    line-height: 1.5;

  }
  .sec2__header {
    background: url("../../img/index/sec2-head-mobile.png") #E4F1D4 no-repeat 50% 50%/contain;
    height: 229px;
}





.sec2 ,.sec6{
  padding-top:10px;
}

.sec2__header .header__title {
  background: #FAF8EE;
  transform: translateY(134px);

}

.feature__wrap{
  text-align: center;
}
.feature__wrap .text .title p  {
  font-size: 15px;
  text-align: left;
}

.feature__wrap .text p{
  font-size: 14px;
  text-align: left;
}

.feature__wrap .text .title{
  margin-bottom: 10px;
  text-align: left;
}

.feature__wrap .text .title p span{
  display: block;
}

.feature__wrap .text .title .num {
  font-size: 40px;
  width: 70px;
  text-align: center;
}

.section h5 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.yt-video{
  width: 100%;
}

.button-link{
  font-size:13px;
  gap:5px;
}




}

/* @media only screen and (max-width: 340px){
  .sec2__header {
    min-height: 208px;
}
} */



/*fun lesson*/
.sec3{
  background:#68C279;
  margin-top:-3px;
 padding-bottom:20px;
}

.sec3 .study-program .header__title{
  max-width: 830px;
}

.sec3__header{
  background:url("../../img/index/sec3-head.png") #FAF8EE repeat top center;
    min-height:274px;   

} 
.sec3__header.flip{
  background:url("../../img/index/sec3-head-bottom.png") transparent repeat top center;
  transform: rotate(0deg);
  margin-top:-2px;
}

.sec3 .wrapper{
  width:calc(1560px + 32px);
  margin:0 auto
}

.sec3 h2{
  color:#CCF76D;
}

.sec3 h5, .sec3 h4, .sec3 p{
  color:#fff;
}


.fun-lessons{
  display: flex;
  justify-content: center;
  margin:50px 0px;
  text-align: center;
  flex-wrap: wrap;
  gap:30px;
}

.fun-lessons .column {
  width: 30%;
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px 30px;
  flex-grow: unset; 
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;

}

.fun-lessons .column .wrap {
  flex: 2;
}

.fun-lessons .wrap img{
margin:10px 0 20px;
max-width: 100%;
}


.fun-lessons h4{
  color:#222;
  font-size:28px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
}

.fun-lessons p{
  color:#222;
  text-align: left;
}

.fun-lessons .button-link{
  border:2px solid #31AB48;
  background: #F6FFE2;
  color:#31AB48;
  flex:0;
}

.fun-lessons .button-link:hover{
  background: #31AB48;
  color:#fff;
}

.fun-lessons .button-link:after{
  border-color: transparent transparent #31AB48 transparent;
}



.study-program h2{
  margin-top:200px;
}

.study-program .wrap h6{
  font-family: 'Zen Maru Gothic', serif;
  font-size:24px;
  color:#222;
  font-weight: bold;
}

/*media sec3*/
@media only screen and (max-width: 1024px){
  .fun-lessons {
    gap:20px;
  }
  .fun-lessons .column{
    width: 48%;
  }
}

@media only screen and (max-width: 768px){
  .fun-lessons .column{
    width: 100%;
    padding: 10px 20px 20px;
  }
  .fun-lessons{
    margin:0;
  }
  .study-program h2{
    margin-top:100px;
  }
}

@media only screen and (max-width: 542px){
  .sec3__header,  .sec3__header.flip {
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 70px;
    margin-top: -1px;
  }

  .sec3 h2 {
    width: 260px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1;
  }

  .study-program h2 {
    margin-top: 80px;
}

.fun-lessons h4{
  font-size:24px;
}

.study-program .wrap h6{
  font-size: 20px;
}


}


/*sec4*/
.sec4{
    background: url('../../img/index/hero-bg.jpg') repeat top center;
    margin-top: -250px;
}

.sec4 .wrapper{
  margin-top:250px;
  width: calc(1400px + 32px);
}


.sec4 h2{
  color:#F97F0E;
}



.price {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
  font-family: 'Zen Maru Gothic', serif;
  margin:0px 0 50px;
  flex-wrap: wrap;

}

.price-wrap {
  padding: 50px 0 0;
  display: block;
}



.price .column {
  background: #F5EFD5;
  width: 30%;
  border-radius: 30px;
  padding: 0px 20px 20px;
  position: relative;

}



.price-wrap .hasContent:after {
  content: '※9/30まで1度に予約できるレッスン数:4回';
  display: block;
  font-size: 18px;
  color: #ff9029;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  transform: translate(0px, 30px);
}


.price-wrap:last-child .hasContent:after {
  content: '※9/30まで1度に予約できるレッスン数:2回';
  display: block;
  font-size: 18px;
  color: #ff9029;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  transform: translate(0px, 30px);
}



.price .column .price__box  h4::after {
  content: "";
  position: absolute;
  height: 12px;
  inset: 0;
  transform: translateY(37px);
  z-index: -1;
  width: 220px;
  margin: 0 auto;
}

.price .column .price__box  h4::after {
  background:#FFE0C3;
}

.price .price__title{
  border-radius: 60px;
  background: #FF9029;
  padding:10px;
  position: relative;
  transform: translateY(-70px);
  left: 0;
  right: 0;
  line-height: 1.3;
}

.price .price__title img{
  position: absolute;
  left: -50px;
  top:0;
  height: auto;
  width: 100px;
}

.price .price__title p{
  font-size:40px;
  font-weight: bold;
  color: #fff
}

.price .price__title small{
  color:#fff;
  font-size:20px;
}

.price .price__title:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #FF9029;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 5px) rotate(90deg);
  z-index: 0;
}

.price .price__title:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 19px;
  border-color: transparent transparent transparent #FF9029;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%) rotate(90deg);
  z-index: 1;
  bottom: 0px;
}


.price .plans{
  margin-bottom: 10px;
  margin-top: -40px;
}

.price .plans small{
  font-size:21px;
  font-weight: bold;
}

.price .plans h4{
  font-size: 32px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top: 0;
}

.price .price__box {
  background: #fff;
  border-radius: 30px;
  padding:10px 10px 20px;
  margin-bottom:10px;
  line-height: 2;
}




.price .price__box p{
  font-size:24px;
  font-weight: bold;
}

.price .price__box h4{
  font-size: 56px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  position: relative;
  z-index: 1;
  margin-top: 0;

}

.price .price__box h4 sub {
  font-size: 34px;
  transform: translate(0px,-10px);
  display: inline-block;
}

.monthly-fee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.monthly-fee .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 17px;
  font-weight: bold;
  background: #F97F0E;
  height: 46px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 5px;
}
.monthly-fee h3 {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  color: #F97F0E;
  margin: 0;
}

.monthly-fee  h3 sub {
  font-size: 34px;
  transform: translate(0px,-10px);
  display: inline-block;
}


/*media sec2*/
@media only screen and (max-width: 1400px){
  .monthly-fee h3{
    font-size:50px;
  }
  .monthly-fee h3 sub{
    font-size: 26px;
  }


}

@media only screen and (max-width: 1200px){
  .price .column{
    width: 45%;
  }
  .price {
    gap: 100px 30px;
}

}

@media only screen and (max-width: 1024px){
.price{
    gap:50px;
  }

  .price .column {
    width: 45%;
    margin-bottom: 70px;
  }
  

}

@media only screen and (max-width: 768px){
  .price .column {
    width: 100%;
    margin-bottom: 0;
  }

  .price .column.hasContent {
    width: 100%;
    margin-bottom: 50px;
}

.price{
  gap:100px;
}
.price .price__title img {
  left:-20px
}

}

@media only screen and (max-width: 600px){
  .sec4 {
    margin-top: -60px;
  }

  .sec4 .wrapper {
    margin-top: 70px;
}

.sec4 .button-link{
  margin-bottom: 20px;
}

.price-wrap{
  padding:70px 0 0;
}


.price .price__title p {
  font-size: 24px;
}
.price .price__title small {
  font-size: 15px;
}

.price .time p {
  font-size: 28px;
}


.monthly-fee {
  margin-bottom: 5px;
}

.monthly-fee .vertical-text {
  font-size: 16px;
}


.monthly-fee h3 {
  font-size: 48px;
}

.monthly-fee h3 span{
  font-size:28px;
}

.price .price__box h4 {
  font-size: 40px;
  margin-top: 0px;
}

.price .price__box p{
  font-size: 16px;
}



.price .price__box h4 sub {
  font-size: 25px;
}


.price .plans {
  margin-top: -20px;
}

.price .price__title:before {
  border-width: 7px 0 7px 16px;
}

.price .price__title:after {
  border-width: 10px 0 10px 20px;
}

.column.hasContent {
  margin-bottom:50px;
}

.price .column:last-child {
  margin-bottom: 30px;
}

.price{
  margin-top:30px;
}

.price-wrap .hasContent:after, .price-wrap:last-child .hasContent:after{
  font-size:15px;
}

  .price .price__title img {
    top: 0px;
    width: 80px;
    left:-23px
  }
}



/*sec5*/
.sec5{
  background:#fff;
}

.sec5__header{
  background:url("../../img/index/sec2-head.png") #fff no-repeat top center;
} 

.sec5 .button-link{
  background: #F6FFE2;
  border:2px solid #31AB48;
  color:#31AB48;
}

.sec5 .button-link:hover{
  background: #31AB48;
  color:#fff;
}

.voice{
  display: flex;
  justify-content: center;
  margin:50px auto;
  gap: 30px;
  flex-wrap: wrap;
}

.voice .column{
  width: 40%;
  padding:30px;
  background: #fff;
  border-radius: 20px;
}

.header__block {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;

}

.header__block h6{
  font-size:22px;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Zen Maru Gothic', serif;
}

.header__block h6 span{
  color:#999999;
  font-size:18px;
  display: block;
  font-weight: normal;
}

.voice span{
  color:#31AB48;
}

.sec5 .button-link:after {
  border-color: transparent transparent #31AB48 transparent;
 }

 .sec5 .button-link:hover:after {
  border-color: transparent transparent #fff transparent;
 }

/*sec5*/
@media only screen and (max-width: 1024px){
  .voice{
    gap:20px;
  }

  .voice .column {
    width: 48%;
  }
}

@media only screen and (max-width: 768px){
  .voice .column {
    width: 100%;
  }
   .voice{
    margin:0;
   }

   .voice .header__title {
    margin: 0 auto 0px;
}
}

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

  .sec5__header {
    background: url("../../img/index/sec2-head-mobile.png") #fff no-repeat 50% 50%/contain;
  }

  .header__block h6{
    font-size:17px;
  }

  .header__block h6 span{
    font-size:16px;
  }

  .voice{
    margin-bottom:20px;
  }

  .sec5 {
    padding-top: 30px;
    padding-bottom: 0;
}

.sec5 .header__title{
  margin-bottom: 0px;
}

.voice .column{
  padding:20px;
}
}


/*sec6*/
.sec6{
  background: #FAF8EE;
  position: relative;
}

.sec6 h2{
  color:#F97F0E
}

.flow{
  display: flex;
  justify-content: center;
  margin:0px auto 50px;
  gap:30px;
  flex-wrap: wrap;

}

.flow .column{
  width: 40%;
}


.flow__block{
  display: flex;
  justify-content: flex-start;
  gap:20px;
  align-items: flex-start;
  width: 100%;
  margin-bottom:30px;
}


.flow__block .number p {
  background: #F97F0E;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  line-height:2;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Sen', sans-serif;
}

.flow__block .number p::after {
  content: "";
  display: block;
  height: 200%;
  background: #F97F0E;
  width: 3px;
  margin: -1px auto;
}

.flow .column:first-child .flow__block:nth-child(3) .number p, .flow .column:last-child .flow__block:nth-child(2) .number p{
  background: #AFD45E ;
}

.flow__block h6{
  font-size:24px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
}

.flow__block p{
  font-size:18px;
}


/*sec6 media*/
@media only screen and (max-width: 768px){
  .flow{
    gap:0;
    margin-bottom: 0;
  }

  .flow .column{
    width: 100%;
  }
}

@media only screen and (max-width: 542px){
  .flow__block h6{
    font-size:16px;
  }

  .flow__block p{
    font-size:14px;
  }

  .flow__block .number p {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }


}


.sec7{
  background: #FAF8EE;
  padding-bottom: 0;
}

.sec7 .header__title{
  position: relative;
  z-index: 1;
}

.sec7 .header__title h2{
  color:#31AB48;
}


.news {
  background: #fff;
  border-radius: 60px;
  padding: 100px 90px 70px;
  position: relative;
  z-index: 0;
  transform: translateY(-120px);
}

.news .header__title h2{
  color:#31AB48
}

.news .header__title {
  position: absolute;
  transform: translateY(-110px);
  z-index: 1;
}

.news ul{
  padding:0;
}


.news ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}

.news ul li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:30px;
  cursor: pointer;
  width: 100%;
}

.news ul li a:hover label, .news ul li a:hover p {
  color:#31AB48;

}

.news ul li a:hover:after{
  border-color: transparent transparent #31AB48 transparent;
}

.news ul li a:after{
  content:"";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #222 transparent;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}



.news ul li a label{
  font-weight: 500;
  color:#666666;
  font-size:17px;
  cursor: pointer;
}

.news ul li a p{
  font-weight: 500;
  font-size:18px;
  cursor: pointer;
  padding-right:20px;
}

.news ul li:last-child{
  border-bottom: none;
}


/*sec7 media*/
@media only screen and (max-width: 768px){
  .news {
    padding: 60px 10px 10px;
    border-radius:30px;
  }
  .sec7 .header__title {
    top: 10px;
  }

  .news ul li a{
    gap: 0;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news ul li{
    padding:20px 10px;
  }


  .news ul li a::after{
    display: none;
  }


}

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

  .sec7 {

    padding-top: 60px;
    margin-bottom: -80px;
}



  .sec7 .header__title h5 {
    font-size: 18px;
  }


  .news ul li a p,   .news ul li a label{
    font-size:14px;
  }

  .sec7 .header__title h2 {
    transform: translateY(-12px);
}

.news ul li{
  padding: 0 10px 10px;
  margin-left: 0;
}




}
