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


/*----------------------------------------------------------

無料体験レッスン LPページ　2022.10.14

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

#ml2022 a{
  text-decoration: none;
}

/*----------------------------
popup 
----------------------------*/
.popup {
  transition: 0.6s ease-in-out;
  transform: translateY(40px) scale(0.8);
  opacity: 0;
}
.popup.on {
  transform:  translateY(0) scale(1.0);
  opacity: 1.0;
}
/*----------------------------
scroll_up 
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(0);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
光るエフェクト
----------------------------*/
.reflection{
  width: 100%;
  position: relative;
  overflow: hidden;
  height:auto;
}
.reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

#ml2022 .pink{
  color:#E30155;
}
#ml2022{
  width: 100%;
  margin:0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
  font-size:16px;
}

#ml2022 .logo {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  position: fixed;
  height: 96px;
}
#ml2022 .logo ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  justify-content: space-between;
}
#ml2022 .logo ul li {
    width: auto;
}
#ml2022 .logo ul li:nth-of-type(1)  a{
  margin-left: 20px;
}
#ml2022 .logo ul li:nth-of-type(2){
  position: relative;
}

#ml2022 .logo ul li:nth-of-type(1) img {
    max-height: 45px;
    margin: 20px 20px 20px 0;
    height: 100%;
}
#ml2022 .logo ul li:nth-of-type(1) img {
    max-height: 45px;
    margin: 20px 20px 20px 0;
    height: 100%;
}
#ml2022 .logo ul li.ml_btn a {
  background: #00B7B3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
}
#ml2022 .logo ul li.ml_btn a img {
  height: 22px;
  position: absolute;
  right: 10px;
  top: 40px;
}
#ml2022 .main{
  background: url("/form/ml2022_lp/img/main_bg.jpg") no-repeat center top;
  /*height: 425px;*/
  background-size: cover;
  margin-top: 96px;
}

#ml2022 .main .inner{
  width: 100%;
  max-width: 1400px;
  margin:0 auto;
  position: relative;
}
#ml2022 .main .inner figure img{
  width: 100%;
}

#ml2022 .main .inner .main_tit {
  position: absolute;
  bottom: 15%;
  left: 14%;
}
#ml2022 .main .inner .main_tit .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
#ml2022 .main .inner .main_tit .bg-wrap::before {
  animation: main_tit 2.6s cubic-bezier(0.22, 1, 0.5, 1) forwards;
  background: linear-gradient(transparent 0, white 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
#ml2022 .main .inner .main_tit .bg-wrap .inn {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  color: #333;
  padding: 10px 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
 
@keyframes main_tit {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#ml2022 .chance{
  position: relative;
}

#ml2022 .chance .main_cpn{
  position: absolute;
  top: -15px;
  left: 49%;
  transform: translateY(-50%) translateX(-50%);
  width: 250px;
}
#ml2022 .chance .main_cpn img{
  width: 100%;
}

#ml2022 .chance .bg_note{
  background: url("/form/ml2022_lp/img/bg_note.png") ;
  height:100px;
}
#ml2022 .chance .bg_note h2{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  position: relative;
}
#ml2022 .chance .bg_note h2::before{
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 15px solid #E30155;
  position: absolute;
  content: "";
  margin: 15px 0 0 -20px;
}
#ml2022 .chance .bg_note h2 span{
  background: linear-gradient(transparent 0, #FFF5D1 0);
  color: #E30155;
  font-size: 3.6rem;
  margin: 0 5px;
}
#ml2022 .chance a .inner,
#ml2022 .contact a .inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin:20px auto;
  max-width: 800px;
  animation: fadeup 1s cubic-bezier(.55,.55,.64,.63) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#ml2022 .chance .inner > figure,
#ml2022 .contact .inner > figure{
  width: 40%;
  
}
#ml2022 .chance .inner,
#ml2022 .contact .inner{
  width: 55%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}
#ml2022 .chance .inner p,
#ml2022 .contact .inner p{
  font-weight: bold;
  font-size:2rem;
  margin-bottom: 10px;
}
#ml2022 .chance .inner p span,
#ml2022 .contact .inner p span{
  color: #E30155;
}
#ml2022 .chance .inner .btn_green,
#ml2022 .contact .inner .btn_green{
  background: #00b7b4;
  color: #fff;
  max-width: 500px;
  width: 70%;
  padding: 20px 0;
  display: block;
  font-size: 1.8rem;
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin: 60px 0 0 auto;
}
#ml2022 .chance .inner .btn_green img,
#ml2022 .contact .inner .btn_green img {
  position: absolute;
  right: 20px;
  top: 40px;
}
#ml2022 .chance .inner .btn_green span,
#ml2022 .contact .inner .btn_green span{
  font-size: 2.4rem;
}
#ml2022 .contact{
  margin:80px auto 40px;
  position: relative;
  width: 100%;
  max-width: 1000px;
}
#ml2022 .contact .main_cpn{
  position: absolute;
  right: 22%;
  z-index: 1;
  top: -40px;
}

#ml2022 .chance .bg_gray{
  background-color: #F3F3F3;
  padding:40px 0;
}
#ml2022 .chance .bg_gray .inner{
  max-width: 630px;
  width: 100%;
  margin:0 auto;
}
#ml2022 .chance .bg_gray .inner{
  background:  url("/form/ml2022_lp/img/chance02.png") no-repeat right bottom;
}
#ml2022 .chance .bg_gray .inner ul li{
  margin-bottom:15px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
}
#ml2022 .chance .bg_gray .inner ul li span{
  margin-bottom:15px;
  font-size:2.4rem;
  font-weight: normal;
}
#ml2022 .chance .bg_gray .inner ul li span.sp_txt{
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
}
#ml2022 .chance .bg_gray .inner figure{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

#ml2022 .chance .bg_gray .inner ul li .sharp{
  color:#E30155;
  font-size: 2.8rem;
  font-weight: bold;
}
#ml2022 .chance .bg_note02{
  background: url("/form/ml2022_lp/img/bg_note02.png") ;
  height:165px;
  position: relative;
}
#ml2022 .chance .bg_note02 .bg_note_triangle{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 40px 0 40px;
  border-color: #F3F3F3 transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#ml2022 .chance .bg_note02 p{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  position: relative;
  color: #E30155;
}
#ml2022 .chance .bg_note02 p span{
  font-size: 2rem;
  margin: 0 5px;
  color: #333;
}
#ml2022 .chance .bg_note02 p img{
  vertical-align: middle;
  margin-right: 10px;
}
#ml2022 .chance .bg_note02 p .dot_txt .dot{
  padding-top: 10px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.7em;
  background-image: radial-gradient(circle at center, #E30155 15%, transparent 18%);
}
#ml2022 .reason{
  background: linear-gradient(180deg, #E40057 0%, #E40057 50%, #fff 50%, #fff 100%);
  height: 750px;
  margin-bottom: 40px;
  padding:80px 0;
}
#ml2022 .reason h2{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  color:#fff;
}
#ml2022 .reason h2 span{
  font-size: 3rem;
}

#ml2022 .reason ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
#ml2022 .reason ul li {
  width: 30%;
}
#ml2022 .reason ul li p{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

#ml2022 .reason ul li p:nth-of-type(2){
  font-size:1.6rem;
  font-weight: normal;
  text-align: left;
}

#ml2022 .feedback{
  background-color: #F3F3F3;
}
#ml2022 .feedback .inner{
  background: url(/form/ml2022_lp/img/feedback.png) no-repeat;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 220px 0 80px;
  position: relative;
}
#ml2022 .feedback .inner h2{
  border-bottom: 10px solid #E40057;
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-style: italic;
}
#ml2022 .feedback .inner h2 span{
  font-size: 3.6rem;
  color: #E40057;
}
#ml2022 .feedback .inner h2 span span{
  font-size: 8rem;
}

#ml2022 .feedback ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: space-between;
}
#ml2022 .feedback ul li{
  width: 31%;
  background-color: #FFF5D1;
  margin-bottom: 30px;
}

#ml2022 .feedback ul li h3{
  background-color: #fff;
  padding: 10px 0;
  border-left: 19px solid #FED420;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
#ml2022 .feedback ul li h3::before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 33px;
  background: url(/form/ml2022_lp/img/feedback_icon01.png) no-repeat;
  position: absolute;
  left: -15px;
}
#ml2022 .feedback ul li:nth-of-type(2) h3::before{
  width: 24px;
  height: 37px;
  background: url(/form/ml2022_lp/img/feedback_icon02.png) no-repeat;
}
#ml2022 .feedback ul li:nth-of-type(3) h3::before{
  width: 35px;
  height: 33px;
  background: url(/form/ml2022_lp/img/feedback_icon03.png) no-repeat;
}
#ml2022 .feedback ul li:nth-of-type(4) h3::before{
  width: 35px;
  height: 19px;
  background: url(/form/ml2022_lp/img/feedback_icon04.png) no-repeat;
}
#ml2022 .feedback ul li:nth-of-type(5) h3::before{
  width: 37px;
  height: 32px;
  background: url(/form/ml2022_lp/img/feedback_icon05.png) no-repeat;
}

#ml2022 .feedback ul li p{
  padding: 15px;
}
#ml2022 .feedback ul li:nth-of-type(4){
  margin-left: 17%;
}
#ml2022 .feedback ul li:nth-of-type(5){
  margin-right: 17.5%;
}

#ml2022 .scene{
  padding: 80px 0;
}
#ml2022 .scene .inner{
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
}
#ml2022 .scene .inner h2{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: bold;
}
#ml2022 .scene .inner h2 span{
  font-size: 3.6rem;
  color: #E40057;
}
#ml2022 .scene .inner > p{
  text-align: center;
  margin-top: 60px;
  font-size: 2.4rem;
}

#ml2022 .scene ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#ml2022 .scene ul li {
  width: 25%;
  position: relative;
}
#ml2022 .scene ul li p{
  width: 80%;
  text-align: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.2;
  height: 60px;
  padding-top: 18px;
}
#ml2022 .scene ul li:nth-of-type(4) p{
  padding-top: 10px;
}

#ml2022 .scene ul li p::before{
  content: "";
  display: inline-block;
  width: 92px;
  height: 30px;
  background: url(/form/ml2022_lp/img/restaurant.png) no-repeat;
  position: absolute;
  left: 5px;
  top: -15px;
}
#ml2022 .scene ul li:nth-of-type(2) p::before{
  width: 42px;
  height: 24px;
  background: url(/form/ml2022_lp/img/work.png) no-repeat;
}
#ml2022 .scene ul li:nth-of-type(3) p::before{
  width: 118px;
  height: 33px;
  background: url(/form/ml2022_lp/img/transportation.png) no-repeat;
}
#ml2022 .scene ul li:nth-of-type(4) p::before{
  width: 130px;
  height: 31px;
  background: url(/form/ml2022_lp/img/communication.png) no-repeat;
}
#ml2022 .method{
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 40px;
}
#ml2022 .method .method_title{
  background: #FED420;
  height: 160px;
  position: relative;
}
#ml2022 .method .method_title h2{
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  background: url(/form/ml2022_lp/img/method_icon01.png) no-repeat center;
  height: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 15;
  padding-top: 20px;
}

#ml2022 .method .inner{
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 500px;
  background: linear-gradient(180deg, #F3F3F3 0%, #F3F3F3 30%, #fff 30%, #fff 100%);
  overflow: hidden;
}
#ml2022 .method .inner:before ,
#ml2022 .method .inner:after {
   content: "";
   position: absolute;
   display: block;
   left: 0;
   border-style: solid;
}
#ml2022 .method .inner:before {
  top: 0;
  border-color: #FED420 transparent #FFF transparent;
  border-width: 80px 640px 0;
  /*border-width: 15vw 50vw 0;　幅指定無しの場合*/

}
#ml2022 .method .inner:after {
   display: none;
}
#ml2022 .method .sub_title{
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
  background: url("/form/ml2022_lp/img/method_illust.png") no-repeat right bottom 10px;
}
#ml2022 .method .sub_title p{
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 40px;
}
#ml2022 .method .underLine{
  background: linear-gradient(transparent 70%, #FED420 50%);
}
#ml2022 .method .sub_title p .smallTxt{
  font-size: 2.4rem;
}
#ml2022 .method .method_bg {
  width: 100%;
  max-width: 1000px;
  margin: -20px auto 20px;
  background-color: #fff;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
#ml2022 .method .method_bg ul{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0 30px;
}

#ml2022 .method .method_bg ul li {
  width: 30%;
}
 #ml2022 .method .method_bg ul li h3{
  font-size: 1.8rem;
   font-weight: bold;
   text-align: center;
   margin-bottom:20px;
}

 #ml2022 .method .method_bg ul li p{
  margin-top: 15px;
}
#ml2022 .method .method_bg .experience{
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #F3F3F3;
  padding-bottom: 20px;
}
#ml2022 .method .method_bg .experience:before ,
#ml2022 .method .method_bg .experience:after {
   content: "";
   position: absolute;
   display: block;
   left: 0;
   border-style: solid;
}
#ml2022 .method .method_bg .experience::before {
  top: 0;
  border-color: #fff transparent #F3F3F3 transparent;
  border-width: 100px 500px 0;
}
#ml2022 .method .method_bg .experience:after {
   display: none;
}

#ml2022 .method .method_bg .experience p{
  text-align: center;
  padding-top: 120px;
  background: url("/form/ml2022_lp/img/method_illust_left.png") no-repeat left bottom,url("/form/ml2022_lp/img/method_illust_right.png") no-repeat right bottom,url("/form/ml2022_lp/img/method_icon02.png") no-repeat center top 85px;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}


#ml2022 .teacher{
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 0;
}

#ml2022 .teacher .teacher_main{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url("/form/ml2022_lp/img/teacher.png") no-repeat center top;
  height: 270px;
  background-size: 100%;
}
#ml2022 .teacher .teacher_main .main_tit {
  position: absolute;
  top: 70px;
  left: 40px;
}
/*----------------------------------------
フェードインしつつ左から右に出現
----------------------------------------*/
#ml2022 .teacher .teacher_main .main_tit .bg-wrap  {
  transition: 0.8s ease-in-out;
  transform: translateY(0);
  opacity: 0;
}
#ml2022 .teacher .teacher_main .main_tit .bg-wrap.on {
  transform: translateY(0);
  opacity: 1.0;
}

#ml2022 .teacher .teacher_main .main_tit .bg-wrap{
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#ml2022 .teacher .teacher_main .main_tit  .bg-wrap.on::before {
  animation: main_tit 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(transparent 0, white 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  opacity: 1.0;
}
#ml2022 .teacher .teacher_main .main_tit  .bg-wrap .inn {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: bold;
  color: #333;
  padding: 10px 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
 
@keyframes main_tit {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

#ml2022 .teacher .inner{
  width: 100%;
  overflow: hidden;
}
#ml2022 .teacher .inner > p{
  text-align: center;
  font-size: 1.8rem;
  margin: 40px 0;
}

#ml2022 .teacher ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto 40px;
}
#ml2022 .teacher ul li {
  width: 25%;
}
#ml2022 .teacher ul li figure{
  text-align: center;
  margin-bottom:0;
}
#ml2022 .teacher ul li p{
  width: 80%;
  margin: 0 auto;
  font-size: 1.8rem;
}
#ml2022 .teacher .teacher_btm{
  background: url("/form/ml2022_lp/img/teacher_bg.png") no-repeat center;
  min-height: 120px;
  background-size: cover;
  text-align: center;
}
#ml2022 .teacher .teacher_btm p{
  font-size: 3rem;
  font-weight: bold;
  border-top: 2px dotted #E40057;
  border-bottom: 2px dotted #E40057;
  color: #E40057;
  padding: 5px 0;
  display: inline-block;
  margin-top: 32px;
}
#ml2022 .teacher .teacher_btm p span{
  background: linear-gradient(transparent 0, #FFF5D1 0);
}
#ml2022 .teacher .teacher_btm p span:nth-of-type(2){
  background: none;
  font-size: 2.8rem;
}
#ml2022 .teacher h3{
  margin: 0 0 60px -10%;
  overflow: hidden;
  position: relative;
  height: 120px;
  background: #E40057;
  border-radius: 0 0 50% 50%;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 3;
  width: 120%;
}
#ml2022 .teacher h3 img{
  vertical-align: middle;
  margin-right: 20px;
}
#ml2022 .teacher figure{
  text-align: center;
  margin-bottom: 80px;
}

#ml2022 .student .bg_gray{
  background: #F3F3F3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#ml2022 .student .bg_gray .inner{
  background:url("/form/ml2022_lp/img/student_illust.png") no-repeat left bottom;
  max-width: 760px;
  width: 100%;
  margin:0 auto;
  padding: 40px 0;
}

#ml2022 .student .bg_gray .inner figure{
  text-align: right;
}
 #ml2022 .student .voice{
  margin: 0 0 80px;
}
 #ml2022 .student .voice h2{
  text-align: center;
  margin: 55px 0 60px;
  font-size: 3rem;
  font-weight: bold;
   position: relative;
}
 #ml2022 .student .voice h2::before{
  content: "";
  display: inline-block;
  width: 115px;
  height: 78px;
  background: url(/form/ml2022_lp/img/student_icon.png) no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#ml2022 .student .voice h2 .sTxt{
  font-size: 2.4rem;
}
#ml2022 .student .voice h2 .boxTxt{
  font-size: 3.6rem;
  border: 1px solid #FED420;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1;
  margin: 1px;
}
#ml2022 .student .voice h2 .lTxt{
  font-size: 3.6rem;
}

#ml2022 .student .voice ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

#ml2022 .student .voice ul li {
  width: 30%;
  text-align: center;
}
 #ml2022 .student .voice ul li .school{
  background-color: #E40057;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 0 10px;
}
 #ml2022 .student .voice ul li .name{
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}
 #ml2022 .student .voice ul li .name span{
   font-size:2.4rem;
   font-weight: bold;
}
 #ml2022 .student .voice ul li h3{
  color: #E40057;
  font-size: 1.8rem;
  position: relative;
  margin: 15px 0;
}
 #ml2022 .student .voice ul li h3::before{
   content: "「";
   position: absolute;
   top:0;
   left:0;
   color:#333;
}
 #ml2022 .student .voice ul li h3::after{
   content: "」";
   position: absolute;
   bottom:0;
   right:0;
   color:#333;
}

 #ml2022 .student .voice ul li .stTxt{
  text-align: left;
}
#ml2022 .lesson{
  background-color: #F3F3F3;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 100px;
}
#ml2022 .lesson .lesson_main{
  background: url("/form/ml2022_lp/img/ml_flow_bg.jpg") no-repeat center top;
  height: 325px;
  background-size: cover;
}
#ml2022 .lesson .lesson_main .lesson_inner{
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
  position: relative;
}
#ml2022 .lesson .lesson_inner::before{
  content: "";
  display: inline-block;
  width: 68px;
  height: 61px;
  background: url(/form/ml2022_lp/img/lesson_main_icon.png) no-repeat;
  position: absolute;
  left: 10px;
  top: -20px;
}

#ml2022 .lesson .lesson_main .lesson_inner h2{
  position: absolute;
  top: 100px;
  left: 40px;
  text-align: center;
  width: 100%;
}
#ml2022 .lesson .lesson_main .lesson_inner h2 span{
  background: linear-gradient(transparent 0, white 0);
  font-size: 3.8rem;
  font-weight: bold;
  color: #333;
  padding: 10px 30px;
  line-height: 1;
  display: inline-block;
}
#ml2022 .lesson .lesson_main .lesson_inner h2 span:nth-of-type(2){
  margin-top: 10px;
  display: inline-block;
}
#ml2022 .lesson .inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
#ml2022 .lesson ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
  max-width: 760px;
  margin: 0 auto;
}
#ml2022 .lesson ul li{
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.8rem;
}
#ml2022 .lesson ul li:nth-of-type(7),
#ml2022 .lesson ul li:nth-of-type(8){
  margin-bottom: 0;
}

#ml2022 .lesson ul li:nth-child(odd){
  width: 25%;
}
#ml2022 .lesson ul li:nth-child(even){
  width: 75%;
}
#ml2022 .lesson ul li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

#b_ml .local_nav,
#b_ml .flow_lesson,
.flow{
  max-width: 1280px;

}

/*#ml2022 .contact{
  width: 100%;
  max-width: 650px;
  margin: 60px auto 40px;
}

#ml2022 .contact  a{
  background: #00b7b4;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  display: block;
  font-size: 1.8rem;
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#ml2022 .contact  a img {
  position: absolute;
  right: 20px;
  top: 40px;
}
#ml2022 .contact  a span{
  font-size: 2.4rem;
}*/


@media screen and (max-width: 740px) {
#ml2022 .logo {
  height: 65px;
}
#ml2022 .logo ul li,
#ml2022 .logo ul li:nth-of-type(2) {
  width: 50%;
}
#ml2022 .logo ul li:nth-of-type(1) img  {
  max-height: 33px;
  margin: 15px 0;
  height: 100%;
}
#ml2022 .logo ul li.ml_btn a {
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 10px 0;
  width: 100%;
}
 #ml2022 .logo ul li.ml_btn a img {
  height: 15px;
  right: 2%;
  top: 35%;
} 
#ml2022 .main {
  background: none;
  height: auto;
  margin-top: 65px;
}
#ml2022 .main .inner .main_tit {
  bottom: 40px;
  left: 0;
}
#ml2022 .main .inner .main_tit .bg-wrap .inn{
  font-size: 2.8rem;
  padding: 10px 20px;
} 
#ml2022 .chance .main_cpn {
  width: 200px;
}

#ml2022 .chance .bg_note {
  background: url("/form/ml2022_lp/img/bg_note.png");
  height: 110px;
  background-size: 150%;
}
#ml2022 .chance .bg_note h2{
  font-size: 2.4rem;
  padding: 4% 0;
  line-height: 1.5;
}
#ml2022 .chance .bg_note h2 span {
  font-size: 2.8rem;
}
#ml2022 .chance .inner,
#ml2022 .contact .inner {
  display: block;
  width: 100%;
  margin: 20px auto;
}
#ml2022 .chance a .inner > div,
#ml2022 .contact a .inner > div{
  width: 100%;
  text-align: center;
}


#ml2022 .chance .inner figure,
#ml2022 .contact .inner figure {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#ml2022 .chance .inner p,
#ml2022 .contact .inner p {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
#ml2022 .chance .inner p span,
#ml2022 .contact .inner p span{
  color: #E30155;
}

#ml2022 .chance .inner {
  width: 100%;
  height: auto;
}
#ml2022 .chance .inner .btn_green,
#ml2022 .contact .inner .btn_green  {
  width: 90%;
  padding: 10px 0;
  margin: 20px auto 0;
  font-size: 1.5rem;
}
#ml2022 .chance .inner .btn_green span,
#ml2022 .contact .inner .btn_green span {
  font-size: 1.8rem;
}
#ml2022 .chance .inner .btn_green img,
#ml2022 .contact .inner .btn_green img {
  position: absolute;
  right: 3%;
  top: 30%;
  width: 20px;
}
#ml2022 .chance .bg_gray .inner {
  width: 90%;
  margin: 0 auto;
  background: none;
}
#ml2022 .chance .bg_gray .inner ul{
  background: url("/form/ml2022_lp/img/chance02.png") no-repeat right top;
  z-index: 1;
  position: relative;
  background-size: 45%;
  padding: 40px 0 0;
  margin-top: -50px;
  text-align: left;
}
#ml2022 .chance .bg_gray .inner ul li {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
}
  
#ml2022 .chance .bg_gray .inner ul li:nth-of-type(3){
  background-color: #F3F3F3;
  display: inline;
  padding-right: 5px;
}
  #ml2022 .chance .bg_gray .inner ul li span.sp_txt {
  margin-left: 33px;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
}
#ml2022 .chance .bg_gray .inner ul li span {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: normal;
}
#ml2022 .chance .bg_note02 {
  background: url("/form/ml2022_lp/img/bg_note02.png");
  height: auto;
  position: relative;
  background-size: 150%;
}
#ml2022 .chance .bg_note02 p {
  padding: 6% 0;
}
#ml2022 .contact .main_cpn {
  position: absolute;
  right: initial;
  z-index: 1;
  top: 67%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  left: 48%;
}

#ml2022 .reason{
  background: linear-gradient(180deg, #E40057 0%, #E40057 50%, #fff 50%, #fff 100%);
  height: auto;
  padding: 40px 0;
}
#ml2022 .reason h2 {
  padding: 0 0 25px 0;
}
#ml2022 .reason h2 span {
  font-size: 2.4rem;
  padding:0;
} 
#ml2022 .reason ul {
  display: block;
  width: 100%;
}
#ml2022 .reason ul li {
  width: 100%;
}
#ml2022 .reason ul li:nth-of-type(1){
  background-color: #fff;
  border-radius: 48% 48% 0 0;
}
#ml2022 .reason ul li:nth-of-type(2),
#ml2022 .reason ul li:nth-of-type(3){
  background-color: #fff;
  padding-top: 40px;
}

#ml2022 .reason ul li figure {
  text-align: center;
}
#ml2022 .reason ul li p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding: 0 20px;
  margin: 0;
}
#ml2022 .feedback .inner {
  background: url(/form/ml2022_lp/img/feedback.png) no-repeat;
  width: 100%;
  margin: 0 auto;
  padding: 13% 0 10%;
  background-size: contain;
  position: relative;
  text-align: center;
}
#ml2022 .feedback .inner h2 {
  border-bottom: 10px solid #E40057;
  font-size: 2.2rem;
  font-weight: bold;
  transform: initial;
  font-style: italic;
  width: 75%;
  position: relative;
  margin: 0 auto 20px;
  text-align: left;
  padding: 0 0 10px 60px;
  line-height: 1;
  left: initial;
  top: initial;
}
#ml2022 .feedback .inner h2 span {
  font-size: 3rem;
}
#ml2022 .feedback .inner h2 span span {
  font-size: 8rem;
  position: absolute;
  left: 0;
  top: -20%;
}
  
#ml2022 .feedback ul {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#ml2022 .feedback ul li {
  width: 100%;
}
#ml2022 .feedback ul li:nth-of-type(4),
#ml2022 .feedback ul li:nth-of-type(5) {
  margin-left: 0;
}

#ml2022 .feedback ul li p {
  padding: 15px;
  text-align: left;
}
#ml2022 .scene .inner h2 {
  font-size: 2rem;
}
#ml2022 .scene .inner h2 span {
  font-size: 2.6rem;
  color: #E40057;
}
#ml2022 .scene ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
}
#ml2022 .scene ul li {
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}
#ml2022 .feedback ul li h3::after  {
  position: absolute;
  top: 5px;
  right: 5px;
  content: "＋";
  font-size: 2rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}

#ml2022 .feedback ul li h3.active::after {
  content: "－";
}
#ml2022 .feedback ul li p {
  display: none;
}

#ml2022 .scene ul li p {
  width: 90%;
  height: auto;
  padding: 15px 0;
  font-size: 1.4rem;
}
#ml2022 .scene .inner > p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
}
#ml2022 .method {
  margin-bottom: 40px;
}
#ml2022 .method .method_title h2 {
  font-size: 2.4rem;
  top: 60%;
  left: 50%;
  padding-top: 20px;
  width: 100%;
}
#ml2022 .method .inner::before {
  border-width: 15vw 50vw 0;
}
#ml2022 .method .sub_title {
  padding-top: 100px;
  width: 95%;
  margin: 0 auto;
  background: url("/form/ml2022_lp/img/method_illust.png") no-repeat right bottom 10px;
  padding-left: 10px;
  background-size: 45%;
}
#ml2022 .method .sub_title p {
  font-size: 2.4rem;
} 
#ml2022 .method .sub_title p .smallTxt {
  font-size: 2rem;
} 
#ml2022 .method .method_bg {
  width: 90%;
}
#ml2022 .method .method_bg {
  width: 90%;
  margin: -20px auto 20px;
  background-color: #fff;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
#ml2022 .method .method_bg ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
}
#ml2022 .method .method_bg ul li  {
  width: 100%;
  margin-bottom: 40px;
}
#ml2022 .method .method_bg ul li figure {
  text-align: center;
}
#ml2022 .method .method_bg .experience::before {
  border-width: 15vw 45vw 0;
}
#ml2022 .method .method_bg .experience p {
  text-align: center;
  padding-top: 60px;
  background: url("/form/ml2022_lp/img/method_illust_left.png") no-repeat left 18% bottom,url("/form/ml2022_lp/img/method_illust_right.png") no-repeat right 18% bottom,url("/form/ml2022_lp/img/method_icon02.png") no-repeat center top 12%;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50%;
  z-index: 1;
  position: relative;
}
#ml2022 .teacher .teacher_main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url("/form/ml2022_lp/img/teacher_sp.png") no-repeat center top;
  background-size: contain;
  padding-top: 55.5555%;
  height: auto;
}

  
#ml2022 .teacher .teacher_main .main_tit {
  position: absolute;
  left: 0;
  top: 45%;
}
#ml2022 .teacher .teacher_main .main_tit .bg-wrap .inn{
  font-size: 2.8rem;
  padding: 10px 20px;
} 

#ml2022 .teacher .inner > p {
  text-align: left;
  font-size: 1.6rem;
  margin: 20px;
}
#ml2022 .teacher ul li {
  width: 50%;
}
#ml2022 .teacher ul li p {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
#ml2022 .teacher .teacher_btm {
  background: url("/form/ml2022_lp/img/teacher_bg.png") no-repeat center;
  min-height: auto;
  background-size: cover;
  text-align: center;
  padding: 20px 0;
}
#ml2022 .teacher h3 {
  height: 100px;
  font-size: 2.6rem;
}
#ml2022 .teacher figure {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
#ml2022 .student .bg_gray .inner {
  background: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
#ml2022 .student .bg_gray .inner figure {
  position: relative;
}
#ml2022 .student .bg_gray .inner figure img{
  margin-top: -8%;
}
#ml2022 .student .bg_gray .inner figure::before {
  content: "";
  display: inline-block;
  width: 216px;
  height: 240px;
  background: url(/form/ml2022_lp/img/student_illust.png) no-repeat;
  position: absolute;
  left: -20px;
  top: -60px;
  background-size: 80%;
}
#ml2022 .student .voice h2 {
  margin: 40px 0 60px;
}
#ml2022 .student .voice ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#ml2022 .student .voice ul li {
  width: 30%;
  text-align: center;
}
#ml2022 .student .voice ul li:nth-of-type(2),
#ml2022 .student .voice ul li:nth-of-type(5),
#ml2022 .student .voice ul li:nth-of-type(8){
  width: 70%;
  text-align: left;
}
#ml2022 .student .voice ul li:nth-of-type(3),
#ml2022 .student .voice ul li:nth-of-type(6),
#ml2022 .student .voice ul li:nth-of-type(9){
  width: 90%;
  margin: 0 auto 40px;
}
  
#ml2022 .student .voice ul li h3 {
  color: #E40057;
  font-size: 1.6rem;
  position: relative;
  margin: 10px 0 15px 10px;
  padding: 0 0 0 20px;
}
  
#ml2022 .student .voice ul li h3::after {
  right: 10%;
}
#ml2022 .student .voice ul li .school {
  background-color: #E40057;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
}
#ml2022 .student .voice ul li .name {
  font-size: 1.6rem;
  text-align: left;
  margin: 10px 0 10px 15px;
}
#ml2022 .student .voice ul li .name span {
  font-size: 2rem;
  font-weight: bold;
}
#ml2022 .student .voice ul li figure{
  margin: 0 0 0 10px;
}
#ml2022 .lesson .lesson_main {
  background: none;
  height: auto;
}
#ml2022 .lesson .lesson_main .lesson_inner h2 span {
  background: linear-gradient(transparent 0, white 0);
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
#ml2022 .lesson .lesson_main .lesson_inner h2 {
  position: absolute;
  top: 100px;
  left: 0;
  text-align: center;
  width: 100%;
}
#ml2022 .lesson .inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
#ml2022 .lesson ul li h3 {
  font-size: 1.6rem;
}
#ml2022 .lesson ul li {
  font-size: 1.4rem;
}
#ml2022 .lesson ul li:nth-child(2n) {
  width: 70%;
  padding-left: 10px;
}


}