@charset "UTF-8";

/* 共通 */
html{
  font-size: 100%;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

p{
  line-height: 1.8;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.tb { display: none !important; }
.sp { display: none !important; }

/* ファーストビュー */
header{
  display: flex;
  /* margin-top:  -46%; */
  justify-content: space-between;
  height: 80px;
  z-index: 100;
  position: fixed;
  width: 100%;
}

header .logo img{
  width:250px;
  margin-left: 50px;
}

header .topbtn{
  margin: 0 50px 0 auto;
}

.topbtn a{
  background: linear-gradient(90deg, #FFA921, #FF873E);
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  width: 240px;
  height: 50px;
  display: grid;
  place-items:center;
  box-shadow: 0 10px 15px rgba(51,51,51,0.1);;
}

.fv{
background-image: url(../images/topimagebg.jpg);
width: 100%;
/* padding-top: 46%; */
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
text-align: center;
z-index: 10;
}

.topimage img{
  margin: 0 auto;
  max-width: 90%;
  width:1260px;
  text-align: center;
  padding-top: 60px;
}

/* 毎日英会話トレーニング */
.training{
  background-image: url(../images/trainingbg.png);
  background-size: cover;
  background-position: center;
  /* width: 100vw; */
  max-height: 1700px;
  position: relative;
  padding-top: 300px;
  margin-top: -210px;
  z-index: 20;
}

.tryfree{
  display: block;
  padding: 40px 0 70px 0;
  background-color: #fff;
  max-width: 762px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  transform: translateY(-50%);
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
}

.triangle1 {/*三角形左上*/
  position: absolute;
  top: 0;
  left: 0;
  border-left: 40px solid #F8DA47;
  border-bottom: 40px solid transparent;
}
.triangle2 {/*三角形右下*/
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #F8DA47;
}
.triangle3 {/*三角形左下*/
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #F8DA47;
}
.triangle4 {/*三角形右上*/
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #F8DA47;
  border-left: 40px solid transparent;
}

.tryfree img{
  display: block;
  margin: 0 auto;
  max-width: 70%;
  width: 522px;
  height: auto;
}

.btn img{
  width: 522px;
  max-width: 100%;
}

.check{
  font-family: 'GenJyuuGothic';
  font-size: 12px;
  width: 400px;
  margin: 0 auto;
  list-style: none outside;
}

.check li{
  text-align: left;
  display: inline;
  padding: 0;
float: left;
margin: 5px 0;
}

.check span{
  font-weight: 700;
  color: #FF873E;
}


.every-training{
  max-width: 980px;
  width: 80%;
  min-height: 550px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ffffff;
  border: double 4px #333333;
  border-radius: 5px;
  transform: translateY(-10%);
}

.flag-keizoku img{
  max-width: 227px;
  margin-top: -70px;
  margin-left: 110px;
}

.training-tittle{
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 20;
}

.training-tittle h2{
  font-size: 48px;
  margin: 5px auto 10px auto;
  font-weight: 700;
}

.training-tittle h2::first-line{
  font-family: 'GenJyuuGothic';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.training-tittle p{
  font-family: "Montserrat";
  color: #3EB0E5;
  font-weight: lighter;
}

.training-tittle::after{
  /* content: url("../images/tokkyo.png"); */
  content: "";
  background-image: url("../images/tokkyo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  /* max-width: 200px; */
  float: right;
  margin-top: -180px;
  z-index: 10;
  /* margin-right: 50px; */
}

.work{
  display: flex;
  margin: 0 auto;
max-width: 900px;
width: 95%;
  justify-content: space-between;
}

.lesson{
  max-width: 400px;
  width: 50%;
  margin-bottom: 120px;
  text-align: left;
}

.lesson img{
  width: 100%;
}

.lesson h4{
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 13px 0;
  line-height: 1.5;
  background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
	background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
}

.lesson p{
  /* margin-left: 10px; */
}


.ribon{
  margin: 0 auto;
  text-align: center;
  transform: translateY(-80%);

}

.ribon img{
  max-width: 1082px;
  width: 90%;
}

.first-movie{
  background-image: url(../images/uservoice-bg.jpg);
  margin-top: -170px;
  width: 100%;
  z-index: 10;
  background-repeat: repeat;
  display: block;
  text-align: center;
}

/* 満足の声*/
.uservoice{
  background-image: url(../images/uservoice-bg.jpg);
  margin-top: -170px;
  width: 100%;
  z-index: 10;
  background-repeat: repeat;
  display: block;
  text-align: center;
}

.card-bg{
  background-image: url(../images/cardbg.png);
  border: solid 20px #BCE0F8;
  background-color: #ffffff;
  background-repeat: repeat;
  max-width: 980px;
  width: 80%;
  margin: 0 auto;
  z-index: 30;
  position: relative;
  transform: translateY(15%);
}

.frag-manzoku img{
  display: block;
  max-width: 295px;
  width: 100%;
  margin: -80px auto 0 auto;
}

.card{
  display: block;
  max-width: 740px;
  min-width: 280px;
  width: 90%;
  margin: 0 auto;
  padding: 32px 48px;
  text-align: left;
}

.user{
  display: flex;
  margin-bottom: 32px;
}

.user img{
  max-width:200px;
  max-height: 200px;
  width: 30%;
  height: 30%;
  margin: 5px 20px 5px 5px;
}

.username{
  width: 100%;
  max-width: 420px;
}

.username h3{
  display: inline;
  font-size: 38px;
  background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
	background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  font-weight: 700;
  line-height: 1.5;
}

.name{
  display: flex;
  background-color: #F1F1F1;
  padding: 7px 34px;
  margin-top: 17px;
  width: fit-content;
  vertical-align: center;
}

.job p{
  margin-right: 20px;
  color: #666666;
}

.name p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.name span{
  font-size: 14px;
  font-weight: 700;
}

.uservoice-tittle{
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 20;
}

.uservoice-tittle h2{
  font-size: 48px;
  margin: 5px auto 10px auto;
  font-weight: 700;
}

.uservoice-tittle p{
  font-family: "Montserrat";
  color: #3EB0E5;
  font-weight: lighter;
}

.uservoice-text p{
  padding-bottom: 24px;
  font-size: 14px;
}

.uservoice-text h4{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.5rem;
  border-left: 4px solid #3EB0E5;
  margin-bottom: 12px;
}

 .comment-box{
   max-width: 1080px;
   /* width: 80%; */
   margin: 0 auto;
 }

.comment-box img{
  width: 90%;
  padding-top: 200px;
  padding-bottom: 100px;
}

/* 悩み */
.trouble{
  background-image: linear-gradient(to left,rgba(86,95,129,0.05), rgba(11,11,11,0.05));
  text-align: center;
}

.trouble img{
  max-width: 1100px;
  width: 85%;
}

/* LAT紹介１ */
.introduction{
background-image: url(../images/introduction-bg.png);
text-align: center;
background-repeat: repeat;
display: block;
}

.introduction img{
  max-width: 980px;
  width: 85%;
}

.week-tryfree{
  display: block;
  padding: 50px 0 70px 0;
  background-color: #fff;
  max-width: 762px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  transform: translateY(-20%);
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
}

.point img{
  width: 40%;
  max-width: 473px;
  position: relative;
  z-index: 20;
}

.tryfree-text{
  margin: 20px auto;
}

.tryfree-text p{
  text-align: center;
  margin: 5px 0;
}


.l-btn img{
  max-width: 683px;
  width: 60%;
  transform: translateY(-200%);
}


/* クエスション１ */
.question{
  background-image: url(../images/question-bg.jpg);
  text-align: center;
  background-repeat: repeat;
  padding-bottom: 70px;
  padding-top: 70px;
}

.q-tittle{
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.q-tittle h2{
  font-family: 'Roboto';
  font-weight: bold;
  color: #3EB0E5;
  opacity: 0.1;
  font-size: 120px;
}

.q-tittle h3{
  font-family: 'GenJyuuGothic';
  font-size: 32px;
  font-weight: 700;
  transform: translateY(-130%);
  line-height: 1.5;
  vertical-align: text-bottom;
}


.answer{
  max-width:1080px;
  width: 80%;
  margin: 0 auto;
}

.answer img{
  width: 100%;
  /* padding-bottom: 70px; */
}


/* LATのメカニズム */

.mechanism-tittle{
  text-align: center;
  padding: 20px 0;
  z-index: 20;
}


.mechanism-tittle::after{
  /* content: url("../images/tokkyo.png"); */
  content: "";
  background-image: url("../images/tokkyo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  float: right;
  margin-top: -180px;
  z-index: 10;
  margin-right: 50px;
}


.mechanism-tittle h2{
  font-size: 48px;
  margin: 5px auto 10px auto;
  font-weight: 700;
  width: fit-content;
}

.mechanism{
  background-color: #ECF5FB;
}

.mechanism-detail{
  width: 85%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0
}

.lesson-detail{
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
}

.lesson-img{
  max-width: 400px;
  width: 50%;
  margin: 0 10px;
}

.lesson-img img{
  width: 100%;
}


.lesson-tittle img{
  margin-bottom: 30px;
  height: 12vw;
  max-height: 127px;
  width: auto;
}
.lesson-text{
  display: block;
  width: 60%;
  margin: 0 20px;
}

.lesson-detailtext{
  display: block;
}

.lesson-detailtext h4{
  display: inline;
  font-size: 18px;
  background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  font-weight: 700;
  line-height: 1.5;
}

.lesson-detailtext h4 span{
  font-size: 10px;
  font-weight: normal;
  vertical-align: text-top;
}

.lesson-detailtext p{
  padding-top:10px;
  padding-bottom: 15px;
  color: #666;
}

.lesson-detailtext span{
  font-size: 10px;
  padding: 0;
  color: #666;

}

.movie{
  text-align: center;
  width: 78%;
  max-width: 750px;
  margin: 0 auto 100px auto;
  z-index: 10;

}

.youtube {
	padding-top: 56.25%;
	position: relative;
  margin: 1em auto;
  width: 95%;
  z-index: 20;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-flag{
  text-align: left;
  transform: translateY(50%);
  z-index: 20;
  position: relative;
}

.r-flag{
  text-align: right;
  transform: translateY(50%);
  z-index: 20;
  position: relative;
}

.hikaku{
  text-align: center;
}

.hikaku img{
  max-width: 980px;
  width: 100%;
  margin-bottom: 100px;
}

/* お客様の声ムービー*/
.usermovie{
  background-color: #ECF5FB;
  padding-bottom: 20px;
  text-align: center;

}

.usermovie-tittle{
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.usermovie-tittle img{
  width: 528px;
}

.user-movie{
  text-align: center;
  width: 85%;
  max-width: 980px;
  margin: 0 auto 100px auto;
  z-index: 10;
}


.youtube-user {
	padding-top: 56.25%;
	position: relative;
  margin: 1em auto;
  width: 95%;
}

.youtube-user iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* お客様の声　スライド */
.user-slid{
  border-top: solid 20px #BCE0F8;
  border-bottom: solid 20px #BCE0F8;
  padding: 50px 0 80px 0;
  background-image: url(../images/cardbg.png);
  background-color: #ffffff;
  background-repeat: repeat;
}

.slider{
width: 100%;
margin: 0 auto;
text-align: center;
}

.slider_item{
  display:block;
  width: auto;
  border: solid 1px #333;
  background-color: #fff;
  margin: 0 40px;
}

.slider_item img{
  padding: 0 10px;
}

.slider_item.username h3{
  font-size: 32px;
}

/* LAT紹介２*/
.lat-introduction{
  background-image: url(../images/latbox-bg.jpg);
  text-align: center;
}

.lat-introduction img{
  margin: 80px auto;
  width: 85%;
  max-width: 980px;
}

/* Q＆A */
.QA{
  background-color: #ECF5FB;
  margin: 0 auto;
  padding: 75px 0 80px 0;
}

.QA-box{
  margin-bottom: 28px;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.QA-box h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: bottom;
}

.QA-box p{
  margin-top: 10px;
}

.Q{
  margin-left: 23px;
  background: #fff;
  border: solid 1px #333;
  padding: 3px 10px;
  transform: translateY(40%);
  width: fit-content;
  display: flex;
}

.A{
  background: #fff;
  border: solid 1px #333;
  padding: 40px 32px 24px 32px;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  /* display: flex; */
}

.A-tittle{
  display: flex;
}

.Q span{
  font-family: 'Roboto';
  font-size: 32px;
  color: #3EB0E5;
  padding-right: 10px;
}

.A span{
  font-family: 'Roboto';
  font-size: 32px;
  color: #F08C4E;
  padding-right: 10px;

}

/* 申し込みフォーム */
.form{
  background-image: url(../images/form-bg.jpg);
  text-align: center;
  padding: 50px 0 0 0;
}

.form img{
  width: 90%;
}

.form-point img{
  width: 40%;
  max-width: 473px;
  position: relative;
  z-index: 20;
}

.form-box{
  display: block;
  padding: 100px 0 100px 0;
  background-color: #fff;
  max-width: 762px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  transform: translateY(-20%);
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
  text-align: center;
}

.form-text img{
width: 100%;
margin: 0 auto;
}

.input-text{
  display: flex;
  max-width: 780px;
  width: 80%;
  height: 35px;
  height: 100%;
  margin: 10px auto;
}

.input-text label{
  width: 200px;
  text-align: left;
}

.input-text input{
  width: 100%;
  height: 20px;
}

.submit-btn button{
  background-color: #fff;
  border-color: #fff;
  border-width: 0;
}

/* .policy{
  z-index: 20;
  font-size: 14px;
  transform: translateY(500%);
}

.policy a{
  color: #333;
  font-size: 14px;
} */


/* サンクス */
.thanx{
  background-image: url(../images/introduction-bg.png);
  padding: 192px 0;
}

.thanx-box{
  display: block;
  padding: 98px 60px;
  background-color: #fff;
  max-width: 980px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
  text-align: center;
}

.thanx-box h2{
  font-weight: "GenJyuuGothic";
  text-shadow: 2px 3px 0 #fff;
  font-size: 42px;
  display: inline;
    background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
    font-weight: 700;
    line-height: 1.5;
}

.thanx-box p{
  font-size: 20px;
  line-height: 2.7;
  font-weight: normal;
  margin: 50px 0 60px 0;
}

.thanx-box a img{
  width: 100%;
  max-width: 680px;
}

/* プライバシー*/
.privacy{
  background-image: url(../images/introduction-bg.png);
  padding: 192px 0;
}

.privacy-box{
  display: block;
  padding: 98px 60px;
  background-color: #fff;
  max-width: 980px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
  text-align: center;
}

.privacy-box h2{
  font-weight: "GenJyuuGothic";
  text-shadow: 2px 3px 0 #fff;
  font-size: 42px;
  display: inline;
    background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
    font-weight: 700;
    line-height: 1.5;
}

.privacy-box p{
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 60px 0 0 0;
  text-align: left;
}

.privacy-box a img{
  width: 100%;
  max-width: 680px;
}

/* 特定商取引法 */
.tokutei{
  background-image: url(../images/introduction-bg.png);
  padding: 192px 0;
}

.tokutei-box{
  display: block;
  padding: 98px 60px;
  background-color: #fff;
  max-width: 980px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 15px 15px rgba(51,51,51,0.1);
  text-align: center;
}

.tokutei-box h2{
  font-weight: "GenJyuuGothic";
  text-shadow: 2px 3px 0 #fff;
  font-size: 42px;
  display: inline;
    background-image: linear-gradient(to left,rgba(255,135,62,0.4), rgba(254,169,8,0.4));
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
    font-weight: 700;
    line-height: 1.5;
}

.tokutei-box table,td,th{
  margin: 50px 0 60px 0;
  border: 1px solid black;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  padding: 10px;
}

.tokutei-box p{
  font-size: 20px;
  line-height: 2.7;
  font-weight: normal;
  margin: 50px 0 60px 0;
}

.tokutei-box a img{
  width: 100%;
  max-width: 680px;
}

/* フッター */
.footer{
  text-align: center;
}

.company{
  margin: 40px auto;
}

.company h3{
  font-size: 24px;
  font-weight: 700;
}

.company p{
  margin-top: 15px;
}

.copyright{
  background-color:  #3EB0E5;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
}


@media screen and (max-width:1024px) and (min-width:751px) {
  /*タブレット用のcssを記述*/
  .pc { display: none !important; }
  .tb { display: block !important; }
  .sp { display: none !important; }

/* 毎日トレーニング */
.tryfree{
  transform: translateY(-40%);
}

.flag-keizoku img{
  margin-left: 0;
}

.training-tittle::after{
  width: 150px;
  height: 150px;
  margin-top: -210px;
}

.lesson-tittle{
  text-align: center;
}

.lesson{
  width: 48%;
  margin-bottom: 80px;
}

/* 満足の声 */
.card-bg{
  width: 90%;
}

.card{
  max-width: 690px;
  padding: 20px 25px;
}

.user img{
  max-width: 150px;
  max-height: 150px;
}

.comment-box img{
  padding-bottom: 60px;
}

/* クエスション */
.question{
  padding-top: 40px;
  padding-bottom: 60px;
}

.q-tittle h3{
  transform: translateY(-80%);
}

.answer{
  width: 90%;
}

/* メカニズム */
.mechanism-tittle::after{
  margin-right: 0;
}

.lesson-detail{
  display: block;
}

.lesson-text{
  width:100%;
}

.lesson-tittle img{
  height: 100%;
  width: auto;
}

.lesson-img{
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.movie{
  width: 100%;
}

.hikaku img{
  margin-bottom: 30px;
}

.form-box{
  transform: translateY(-15%);
}

}

@media screen and (max-width:750px) {
/*スマホ用のcssを記述*/
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important;}

/* ファーストビュー */
header .logo img{
  max-width:180px;
  width:80%;
  margin-left: -5px;
}

header .topbtn{
  margin: 0 0 0 auto;
}

.topbtn a{
  max-width: 170px;
  height: 40px;
}

.fv img {
    max-width: 100%;
    width: 100%;
}

/* 毎日英会話トレーニング */
.training{
  padding-bottom: 50px;
  margin-top: -270px;
}

.tryfree{
  width: 90%;
  padding: 40px 0;
  margin-bottom: 40px;
}

.tryfree img{
  max-width: 90%;
}

.btn img{
  width: 90%;
}

.check{
  width: 230px;
}

.check li{
  float: none;
  display: block;
  margin: 10px 0;
}

.flag-keizoku img{
  margin-left: 0px;
  width: 60%;
}

.every-training{
  padding: 0;
  width: 95%;
}

.training-tittle h3{
  font-size: 14px;
}

.training-tittle h2{
  font-size: 24px;
  margin: 5px auto;
}

.training-tittle h2::first-line{
  font-size: 18px;
}

.training-tittle::after{
/*   margin-top: -220px; */
  width: 40%;
  min-width: 100px;
  min-height: 100px;
  margin-right: -10px;
  margin-top: -200px;
}

.work{
  display: block;
}

.lesson{
  margin: 0 auto;
  width: 100%;
  margin-bottom: 70px;
}

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

.ribon{
  transform: translateY(-120%);
  max-width: 500px;
}

.ribon img{
  width: 90%;
}


/* 満足の声 */


.card-bg{
  border: solid 5px #BCE0F8;
  /* height: 1250px; */
  max-width: 460px;
  width: 95%;
}

.card{
  max-width: 310px;
  width: 90%;
  /* height: 1000px; */
  padding-top: 10px;
  padding:0;
}

.sp-user{
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}

.user{
  display: block;
}

.name{
  display: block;
  padding: 5px 16px;
  width: fit-content;
  height: fit-content;
  margin-top: 0;
}

.job p{
  font-size: 16px;
  margin-right: 0;
}

.username h3{
  font-size: 20px;
}

.uservoice-tittle h2{
  font-size: 24px;
  margin: 5px auto;
}

.uservoice-text h4{
  font-size: 18px;
}

.uservoice-text h3{
  font-size: 18px;
}

.comment-box{
  width: 100%;
}

.comment-box img{
  padding-bottom: 50px;
  padding-top: 170px;
}

/* LAT紹介 */
.introduction img{
  width: 90%
}

.point img{
  transform: translateY(-5%);
}

.tryfree-text{
  width: 90%;
}

.week-tryfree{
  transform: translateY(-15%);
  width: 95%;
}

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

/* クエスション */
.question{
  padding-top: 30px;
  padding-bottom: 40px;
}

.q-tittle h2{
  font-size: 69px;
}

.q-tittle h3{
  text-align: center;
  font-size: 18px;
  transform: translateY(-50%);
  line-height: 1.5;
}

.answer{
  width: 90%;
  padding: 25px 19px;
}

/* メカニズム */
.lesson-detail{
  display: block;
  margin: 20px 0;
}

.mechanism-tittle{
  width: 70%;
}

.mechanism-tittle img{
  max-width: 262px;
  width: 90%;
}

.mechanism-tittle::after{
  width: 40%;
  min-width: 100px;
  min-height: 100px;
  float: right;
  margin-top: -100px;
  z-index: 10;
  margin-right: -100px;
}

.mechanism-tittle h3{
  font-size: 14px;
}

.mechanism-tittle h2{
  font-size: 24px;
  margin: 5px auto;
}

.lesson-tittle img{
  width: 100%;
  height: auto;
}

.lesson-text{
  width: 100%;
  margin: 0;
}

.lesson-img{
  max-width: 100%;
  width: 100%;
  max-height: auto;
  height: auto;
  margin: 0 10px 30px 10px;
  text-align: center;
}

.movie{
  width: 105%;
  margin-bottom: 80px;
}

.hikaku img{
  margin-bottom: 30px;
}


/* お客様の声ムービー */
.usermovie-tittle img {
    width: 90%;
    margin-top: 20px;
}

.user-movie{
  margin-bottom: 60px;
  width: 95%;
}

.lat-introduction img{
  margin: 60px auto;
}

/* QA */
.QA{
  padding: 35px 0 40px 0;
}

.Q{
  margin-left: 10px;
}

.Q h4{
  font-size: 16px;
}

.A{
  padding: 32px 20px 24px 20px;
  width: auto;
}

.A h4{
  font-size: 16px;
}

.Q span{
  font-size: 18px;
}

.A span{
  font-size: 18px;
}

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

/* 申し込みフォーム */
.form-box{
  width: 95%;
  transform: translateY(-15%);
}

.form-point img{
  width: 80%;
  max-width: 473px;
  position: relative;
  z-index: 20;
  transform: translateY(-40%);
  margin-top: 35px;
}

.input-text input{
  height: 30px;
  margin-top:5px;
}

.input-text{
  display: block;
  text-align: left;
}

.submit-btn{
  width: 100%;
}

/* .policy{
  transform: translateY(1000%);
  z-index: 20;
  font-size: 14px;
} */

.thanx{
  padding: 62px 0 35px 0;
}

.thanx-box{
  padding: 45px 15px;
  width: 85%;
}


.thanx-box h2{
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
}

.thanx-box p{
  font-size: 14px;
  margin: 20px 0;
  text-align: left;
}

.thanx-box a img{
  width: 100%;
  max-width: 240px;
}


}
