@charset "UTF-8";

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

body {
  font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  color: #171717;
}

p {
  line-height: 1.8;
}

.underline {
  font-weight: bold;
  background-image: linear-gradient(#FBF497, #FBF497);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
  padding-bottom: 3px;
}

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

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}


/* --------
ヘッダー
--------*/
header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 100;
  position: absolute;
  width: 100%;
}

header .logo img {
  width: 230px;
  margin: 20px 0 0 50px;
}

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

/* .topbtn a {
  background: #FFDA00;
  color: #001F75;
  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);
  ;
} */
.topbtn {
  position: fixed;
  top: 20px;
  right: 20px;
}
.topbtn span {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.topbtn span::before, .topbtn span::after {
  content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
.topbtn span::after {
  transform: rotate(25deg);
}
.topbtn span em {
  background: url(../images/line_pink.png) no-repeat center bottom -14px / 100%;
}
.topbtn a, .form .submit-btn button {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1.05rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #001F75;
  border-radius: 0.5rem;
  border-radius: 100vh;
  background: #FFDA00;
}
.topbtn a:before, .submit-btn button::before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #000;
  border-radius: 100vh;
}
.topbtn a:hover, .submit-btn button:hover {
  opacity: 1;
  background: #ffae00;
}
.topbtn a:hover:before, .submit-btn button:hover::before {
  top: -2px;
  left: -2px;
}

/* --------
ファーストビュー
--------*/
.fv {
  background-image: url(../images/mainv_bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 100;
  /* height: 100vh; */
}

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

/* --------
毎日英会話トレーニング
--------*/
.training {
  /* background-image: url(../images/trainingbg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: -6.5em;
  z-index: 10; */
}

/* --------
話せる人はなぜ英語を話せるのでしょうか？
-------- */
.explanation {
  max-width: 980px;
  width: 80%;
  min-height: 550px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ffffff;
  border: double 4px #333333;
  border-radius: 5px;
  margin-top: -30px;
  margin-bottom: 60px;
}

.explanation-flag img {
  max-width: 285px;
  margin-top: -60px;
  margin-left: 110px;
}

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

.explanation-tittle h2 {
  font-size: 45px;
  margin: 5px auto 10px auto;
  font-weight: 700;
  line-height: 1.45;
  color: #3EB0E5;
}

.explanation-tittle h2::first-line {
  font-family: 'GenJyuuGothic';
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.explanation-contents {
  max-width: 770px;
  margin: 0 auto;
  width: 95%;
}

.explanation-image-box {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 25px;
}

.explanation-image-box li img {
  max-width: 220px;
  max-height: 220px;
  width: 100%;
}

.explanation-image-box li:not(:first-child) {
  margin-left: 10px;
}

.explanation-emphasis {
  display: inline;
  font-size: 55px;
  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% 30%;
  background-position: bottom;
  border-radius: 2px;
  padding: 0 10px;
  text-align: center;
}

.explanation-txt-right {
  display: block;
  font-size: 24px;
  text-align: right;
}

.explanation-txt-left {
  display: block;
  font-size: 24px;
  text-align: left;
}

/* --------
読書きと会話の違い
-------- */
.explanation2 {
  max-width: 980px;
  width: 80%;
  min-height: 550px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ffffff;
  border: double 4px #333333;
  border-radius: 5px;
  margin-top: -30px;
  margin-bottom: 60px;
}

.explanation-flag2 img {
  max-width: 285px;
  margin-top: -60px;
  margin-left: 110px;
}

.explanation-tittle2 {
  text-align: center;
  margin: 0 auto;
  padding: 0 0;
  z-index: 20;
}

.explanation-tittle2 h2 {
  font-size: 45px;
  margin: -70px auto 10px auto;
  font-weight: 700;
  line-height: 1.45;
  color: #ff8c00;
}

.explanation-tittle2 h2::first-line {
  font-family: 'GenJyuuGothic';
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.explanation-contents2 {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 95%;
}

.explanation-image-box2 {
  display: block;
  align-content: center;
  justify-content: space-between;
  padding: 35px 0 25px;
}
.explanation-image-boxnoghost {
  text-align: center;
  justify-content: space-between;
  padding: 0px 0 25px;
}
/* --------
代表挨拶
-------- */
.explanation3 {
  max-width: 1080px;
  width: 90%;
  min-height: 550px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ffffff;
  border: double 4px #333333;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.explanation-contentsnoghost p {
  width: 80%;
  /*左も右も20%ずつ*/
  margin: 0 10%;
    text-align: left;
}
.explanation-flag3 img {
  max-width: 285px;
  margin-top: -50px;
  margin-left: 0px;
}

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

.explanation-tittle3 h2 {
  font-size: 40px;
  margin: 5px auto 10px auto;
  font-weight: 700;
  line-height: 1.45;
  color: #3EB0E5;
}

.explanation-tittle3 h2::first-line {
  font-family: 'GenJyuuGothic';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.explanation-contents3 {
  max-width: 900px;
  margin: 0 6%;
  width: 90%;
}

.explanation-image-box3 {
  text-align: center;
  justify-content: space-between;
  padding: 0px 0 25px;

}

/*--------
 無料体験を申し込む
 -------- */
.tryfree {
  display: block;
  padding: 40px 0 70px 0;
  background-color: #fff;
  max-width: 762px;
  width: 80%;
  position: relative;
  margin: 50px auto;
  box-shadow: 0 15px 15px rgba(51, 51, 51, 0.1);
}
.tryfree-text p {
  text-align: center;
}
.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;
}

/*--------
こんな方におすすめです
-------- */
.indent {
  margin-left: 2em;
}

.recommend {
  padding: 4em 0;
  background: #CEF0FF;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.recommend-bg {
  background: url(../images/ill_le.svg) no-repeat left 40px bottom 20%, url(../images/ill_ri.svg) no-repeat right 40px bottom 20%;
  background-size: 200px;
  border: solid 4px #171717;
  background-color: #ffffff;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  z-index: 30;
  position: relative;
  border-radius: 30px;
}

.recommend-tittle {
  z-index: 20;
}

.recommend-tittle h2 {
  font-size: 40px;
  margin: 5px auto 10px auto;
  font-weight: 700;
  padding: 0 25px 15px;
  display: inline-block;
  background: url(../images/line_pink.png) no-repeat center bottom -35px / 95%;
}

.recommend-tittle p {
  font-family: "Montserrat";
  color: #011F75;
  font-weight: lighter;
  margin-top: 50px;
}

.recommend-lists {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 0 25px 70px;
  max-width: 640px;
}

.recommend-lists li {
  text-align: left;
  position: relative;
  padding-left: 40px;
  line-height: 1.3;
}

.recommend-lists li::before {
  background: url(../images/icon_check.svg) no-repeat center center/30px 30px;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* 全タイトルに margin-top:2em を効かせた上で、最初のタイトルだけリセット */
.recommend-lists li.recommend-title {
  margin-top: 1.5em;
}

.recommend-lists li.recommend-title:first-child {
  margin-top: 0.5em;
}

/* -------------------------------------
 フレーズ項目全体の余白（次の項目までの間隔）
-------------------------------------- */
.phrase-item {
  margin-bottom: 1.5em;    /* 次の日本語項目との間隔を確保 */
}

/* -------------------------------------
 日本語部分の 行間・余白 をタイトに
-------------------------------------- */
.phrase-jp {
  margin: 0;               /* 上下余白をリセット */
  line-height: 1.1;        /* ほぼ詰めた行間 */
}

/* -------------------------------------
 英語部分を少し小さく・イタリックで
 行間タイト・下マージンなし
-------------------------------------- */
.phrase-en {
  margin: 0;               /* 日本語との間隔は line-height で制御 */
  line-height: 1;          /* ほぼ0行分 */
  font-style: italic;      /* 英語を強調 */
  font-size: 0.9em;        /* 少し小さめ */
  color: #555;             /* 日本語より少し薄い色味 */
}

/* タイトル行のフォントと色を強調 */
.recommend-title {
  font-size: 1.6em;           /* 通常の2段階ほど大きいサイズ感 */
  color: #004080;             /* 背景よりやや濃い青 */
  font-weight: bold;
}

/* チェックアイコンを非表示にする */
.recommend-lists li.no-check::before {
  display: none;
}

/* 注釈を目立たせるスタイル */
.recommend-note {
  text-align: center;       /* 中央寄せ */
  font-size: 1.3em;         /* 少し大きめ */
  font-weight: bold;        /* 強調 */
  color: #F58220;           /* 濃いめのブランドブルー */
  margin-top: 2em;          /* 上に余白 */
  padding: 0.5em 1em;       /* 前後にパディング */
  background-color: #E0F7FF;/* 淡い背景色で目立たせる */
  border-radius: 8px;       /* 角丸 */
}

/* --------
習うのではなく慣れさせる！
-------- */
.every-training {
  max-width: 980px;
  width: 80%;
  min-height: 550px;
  margin: 0 auto 70px;
  padding: 1em;
  background-color: #ffffff;
  border: double 4px #333333;
  border-radius: 5px;
}

.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; */
}

div.sec {
  width: 85%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 4em 0;
}
img {
  max-width: 100%;
}
.reason {
  position: relative;
}
.reason::before {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background: #CEF0FF;
  position: absolute;
  left: 50%;
  top: -100px;
  transform: rotate(45deg);
  margin: 0 0 0 -75px;
  z-index: -1;
}
.reason div.sec {
  padding-top: 100px;
}

.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(-70%);

}

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

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

.p-left {
  text-align: left;
  line-height: 1.8;
  font-size: 1.2em;
}

/* --------
満足の声
-------- */
.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;
}

/* --------
LATなら身につきます！
-------- */

.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 {
  text-align: center;
  background-repeat: repeat;
  display: block;
}

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

.week-tryfree {
  display: block;
  padding: 0px 0 60px 0;
  background-color: #fff;
  max-width: 762px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  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;
  top: -30px;
  z-index: 30;
}

.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; */
}


/*--------
 メカニズム
 -------- */
.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;
  padding: 0px 0;
  position: relative;
  z-index: 100;
}

.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: 0px auto 100px auto;
  z-index: 100;

}

.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;
}
.l-flag img, .r-flag img {
  width: 180px;
  margin-bottom: 30px;
  }

.hikaku {
  text-align: center;
}

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

/* --------
たくさんのお客様が話せるを実感！
--------  */
.usermovie {
  background-color: #FFFDF5;
  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;
}

/* --------
お客様の声
-------- */
.voice {
  background-color: #CDF0FF;
  /* padding: 0 70px 20px; */
}
.voice .sec {
  padding-bottom: 2em;
}
.voice .box > section {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  width: calc(48% - 4em) !important;
  margin-bottom: 4%;
}
.voice .box > section:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #000;
  border-radius: 20px;
}
.voice .box > section > div {
  border-left: dotted 6px #0297DA;
  padding-left: 2em;
  height: 100%;
}
.voice .box > section .attri {
  float: right;
  background-image: linear-gradient(to left, #CDF0FF, #CDF0FF);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  font-weight: 600;
  line-height: 1.5;
  background-color: unset;
  padding: 0 1em;
  font-size: 1.1rem;
  margin: 0;
}
.voice .box > section h3 {
  clear: both;
  color: #011F75;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1em 0 1em;
  line-height: 1.4;
}

.voice-title {
  z-index: 20;
  text-align: center;
  padding: 90px 0 65px;
}

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

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

.voice-box {
  margin: 0 auto;
  max-width: 840px;
  border: 0.5px solid #707070;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  /* width: 85%; */
}

.voice-head {
  display: flex;
  justify-content: space-between;
}

.voice-left img {
  width: 167px;
  height: 167px;
  border-radius: 50%;
}

.voice-right {
  margin-left: 25px;
}

.voice-right-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6153;
  color: #3FAEE2;
}

.voice-name {
  background-color: #F2F2F2;
  font-weight: 700;
  padding: 12px 30px;
  margin-top: 15px;
}

.voice-text {
  margin-top: 25px;
  line-height: 2;
  position: relative;
}

.grad-btn {
  color: black;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  cursor: pointer;
  transition: .2s ease;
  z-index: 2;
}

.grad-btn .fa {
  margin-right: .5em;
}

.grad-btn::after {
  content: "もっと読む";
}

.fa-chevron-down:before {
  content: "\f078";
  color: #FF8A38;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 140px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
    /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked~.grad-btn .fa-chevron-down {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* アコーディオン */
.section-accordion .accordion {
  width: 100%;
  margin: 0 auto;
  max-width: 902px;
  margin-top: -30px;
  margin-bottom: 30px;
}

.section-accordion .accordion .accordion-header {
  background-color: #FF8A38;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.section-accordion .accordion .accordion-header:hover {
  opacity: .8;
}

.section-accordion .accordion .accordion-header .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.section-accordion .accordion .accordion-header .icon-box .icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.section-accordion .accordion .accordion-header.open .icon-box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.section-accordion .accordion .accordion-header .icon-box .icon:before,
.section-accordion .accordion .accordion-header .icon-box .icon:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.section-accordion .accordion .accordion-header .icon-box .icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.section-accordion .accordion .accordion-header.open .icon-box .icon:before {
  content: none;
}

.section-accordion .accordion .accordion-header.open .icon-box .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-accordion .accordion .accordion-inner {
  display: none;
  padding: 30px 0;
  box-sizing: border-box;
}

.section-accordion .accordion .accordion-inner .accordion-box {
  height: auto;
}

.section-accordion .accordion .accordion-inner p.txt-a-ac {
  margin: 0;
}

/* アコーディオンの中身 */
.accordion-voice-box {
  border: 0.5px solid #707070;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.accordion-voice-name {
  background-color: #F2F2F2;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  margin-top: 15px;
}

.accordion-voice-head {
  font-size: 16px;
  margin-top: 20px;
}

.accordion-voice-text {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}

/* --------
LAT英会話トレーニング
-------- */
.lat-introduction {
  background-image: url(../images/latbox-bg.jpg);
  text-align: center;
}

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

/* --------
QA
-------- */
.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: 4em 0
}

.form img {
  width: 90%;
}

.form form {
  margin-top: 2em;
}

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

.form-box {
  display: block;
  padding: 0px 0 4em 0;
  background-color: #fff;
  width: 85%;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  border: solid #000 2px;
  border-radius: 30px;
  overflow: hidden;
}

.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;
}

.note {
  font-weight: bold;
  margin-top: 0.5em;
}

/* .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;
  text-align: center;
}


@media screen and (max-width:1024px) and (min-width:751px) {

  /*タブレット用のcssを記述*/
  .pc {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /* --------
  毎日英会話トレーニング
  --------*/
  .explanation {
    margin-top: 0;
  }

  .explanation2 {
    margin-top: 100;
  }

  .explanation-flag img {
    max-width: 230px;
    margin-left: 0px;
  }

  .explanation-flag2 img {
    max-width: 230px;
    margin-left: 0px;
  }

  .tryfree-bg {

  }

  .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%); */
  }

  header .topbtn {
    margin: 0;
  }
  header .logo img {
    width: 180px;
    margin: 20px 0 0 30px;
  }
}

@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: 90%;
    padding-left: 5px;
    margin-left: 0;
  }

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

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



  /* --------
ファーストビュー
--------*/
  .fv img {
    max-width: 100%;
    width: 100%;
  }

  /* --------
話せる人はなぜ英語を話せるのでしょうか？
-------- */
  .explanation {
    padding: 0 1em 20px;
    margin-bottom: 35px;
    width: 85%;
  }

  .explanation-flag img {
    max-width: 235px;
    width: 60%;
    margin-left: 0px;
    margin-top: -40px;
  }

  .explanation-tittle h2 {
    font-size: 26px;
  }

  .explanation-tittle h2::first-line {
    font-size: 14px;
  }

  .explanation-contents {
    font-size: 14px;
    text-align: left;
  }

  .explanation-image-box {
    padding: 20px;
  }

  .explanation-image-box2 {
    padding: 20px;
  }

  .explanation-emphasis {
    font-size: 35px;
  }

  .explanation-txt-right {
    font-size: 20px;
  }

  .explanation-txt-left {
      font-size: 20px;
    }

  /* --------
読書きと会話の違い
-------- */
  .explanation2 {
/*    padding: 0 1em 20px;
    margin-bottom: 35px; */
    margin-top: 100px;
    margin-bottom: :100px;
    width: 85%;
  }

  .explanation-flag2 img {
    max-width: 235px;
    width: 60%;
    margin-left: 0px;
    margin-top: -40px;
  }

  .explanation-tittle2 h2 {
    font-size: 26px;
  }

  .explanation-tittle2 h2::first-line {
    font-size: 14px;
  }

  .explanation-contents2 {
    font-size: 14px;
    text-align: left;
  }

  .explanation-image-box2 {
    padding: 20px;
  }


  /*--------
 無料体験を申し込む
 -------- */
  .tryfree-bg {
    padding: 35px 0;
    width: 100%;
    margin-bottom: 35px;
  }

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

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

  .btn img {
    width: 100%;
  }

  .check {
    width: 230px;
  }

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

  /*--------
こんな方におすすめです
-------- */
  .recommend {
    margin-bottom: 70px;
  }

  .recommend-bg {
    padding-bottom: 200px;
  }

  .recommend-tittle h2 {
    font-size: 24px;
    margin: 5px auto 20px;
    padding: 0px 25px 10px;
    background: url(../images/line_pink.png) no-repeat center bottom -20px / 95%;
  }

  .recommend-lists {
    font-size: 15px;
    padding: 0 25px 40px;
  }

  .recommend-lists li {
    text-align: left;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
  }

  .recommend-lists li::before {
    background: url(../images/icon_check.svg) no-repeat center center/24px 24px;
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .recommend-bg {
    background: url(../images/ill_le.svg) no-repeat left 40px bottom 10%, url(../images/ill_ri.svg) no-repeat right 40px bottom 10%;
    background-size: 120px;
    background-color: #fff;
  }


  /* --------
習うのではなく慣れさせる！
-------- */
  .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 {
    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(-95%);
    max-width: 500px;
  }

  .ribon img {
    width: 90%;
  }


  /*--------
Look this!
--------*/
  .movie {
    width: 100%;
    margin-bottom: 80px;
  }


  /* --------
満足の声
-------- */
  .card-bg {
    border: solid 5px #BCE0F8;
    max-width: 460px;
    width: 95%;
  }

  .card {
    max-width: 310px;
    width: 90%;
    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;
  }

  /* --------
LATなら身につきます！
-------- */
  .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: 32px;
    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;
  }

  .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;
  }

  /* --------
お客様の声
-------- */
  .voice {
    padding: 0;
    width: 100%;
  }

  .voice-box {
    max-width: 600px;
    padding: 15px 15px 30px;
    width: 85%;
    margin: 0 auto 15px;
  }

  .voice-head {
    display: block;
    text-align: center;
  }

  .voice-right {
    margin-left: 0;
  }

  .voice-right-title {
    font-size: 17px;
    text-align: left;
  }

  .voice-title{
    padding: 35px 20px;
  }
  .voice-title h2 {
    font-size: 24px;
    margin: 5px auto;
  }

  .voice-name {
    font-size: 16px;
    padding: 12px 0px;
    margin-top: 10px;
  }

  .voice-text {
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
  }

  /* アコーディオン */
  .section-accordion{
    /* padding: 0 15px; */
    margin: 0 auto;
    width: 90%;
  }
  .section-accordion .accordion .accordion-inner {
    padding: 10px 0;
  }

  .section-accordion .accordion {
    padding: 0;
    line-height: 1.5;
    max-width: 632px;
    /* width: 91%; */
  }

  .section-accordion .accordion .accordion-header {
    font-size: 18px;
    text-align: left;
    padding: 20px 50px 20px 15px;
  }

  /* アコーディオンの中身 */
  .accordion-voice-box {
    padding: 15px;
    margin-bottom: 10px;
  }

  .accordion-voice-name {
    font-size: 16px;
    padding: 12px 15px;
    margin-top: 10px;
  }

  .accordion-voice-head {
    font-size: 15px;
    margin-top: 12px;
  }

  .accordion-voice-text {
    font-size: 14px;
    margin-top: 15px;
  }

  /* --------
LAT英会話トレーニング
-------- */
  .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 {
    padding: 2em 0;
  }
  .form-box {
    width: 90%;
    padding-bottom: 2em;
    /* 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%;
  }

  .line-url {
    width: auto;
  }

  .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;
  }

}

@media all and (min-width: 750px) {
  .flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
  .w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}

  .whats .sec .flex_cl > section:nth-child(1) {
    width: 35%;
  }
  .whats .sec .flex_cl > section:nth-child(2) {
    width: 60%;
  }
  .whats .sec .flex_cl:last-child > section:nth-child(1) {
    width: 38%;
  }
  .whats .sec .flex_cl:last-child > section:nth-child(2) {
    width: 57%;
  }
}
@media all and (max-width: 750px) {
  div.sec {
    width: 90%;
    padding: 2em 0;
  }
  .topimage img {
    padding-top: 80px;
  }
  .topbtn {
    top: unset;
    bottom: -100px;
    left: 0;
    width: 90%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.fixed .topbtn {
    bottom: 5px;
  }
  .topbtn a {
    max-width: unset;
    width: calc(95% - 4rem);
    padding: 1rem 2rem 1.05rem;
    height: unset;
  }
  .topbtn span {
    background: #fff;
  }
  .reason::before {
    top: -200px;
  }
  .reason div.sec {
    padding-top: 20px;
  }
  .voice .box > section {
    width: calc(100% - 2.5em) !important;
    margin-bottom: 4%;
    padding: 1em 1.5em 1.5em 1em;
  }
  .voice .box > section > div {
    border-left: dotted 4px #0297DA;
    padding-left: 1em;
  }
  .voice .box > section h3 {
    font-size: 1.2rem;
    padding: 1em 0 0.5em;
  }
  .img_appli {
    width: 60%;
    margin: 0 auto 2em;
    display: block;
  }
  .reason div.sec .ttl {
    width: 80%;
    margin: auto;
  }
  .whats div.sec .ttl {
    width: 75%;
    margin: auto;
  }
  .copyright {
    padding: 14px 0 100px;
  }
}
@media all and (min-width: 750px) and (max-width: 1000px) {
  .voice .box > section {
    width: 100% !important;
  }
  .recommend-bg {
    background: url(../images/ill_le.svg) no-repeat left 20px bottom 10%, url(../images/ill_ri.svg) no-repeat right 20px bottom 10%;
    background-size: 100px;
    background-color: #ffffff;
  }
  div.sec {
    width: calc(100% - 8vw);
    padding: 4em 4vw;
  }
}
a {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  transition: .3s ease-out;
}
a:hover {
  opacity: 0.7;
}

.reason, .whats {
  background: url(../images/bg_deco.png) no-repeat;
  background-size: contain;
}

.mT0{margin-top: 0 !important;}
.mTe1{margin-top: 1em !important;}
.mTe2{margin-top: 2em !important;}
.mTe3{margin-top: 3em !important;}
.mTe4{margin-top: 4em !important;}
.mTe5{margin-top: 5em !important;}
.mTe6{margin-top: 6em !important;}
.mTe7{margin-top: 7em !important;}
.mTe8{margin-top: 8em !important;}
.mB0{margin-bottom: 0 !important;}
.mBe1{margin-bottom: 1em !important;}
.mBe2{margin-bottom: 2em !important;}
.mBe3{margin-bottom: 3em !important;}
.mBe4{margin-bottom: 4em !important;}
.mR0{margin-right: 0 !important;}
.mRe1{margin-right: 1em !important;}
.mRe2{margin-right: 2em !important;}
.mRe3{margin-right: 3em !important;}
.mRe4{margin-right: 4em !important;}
.mL0{margin-left: 0 !important;}
.mLe1{margin-left: 1em !important;}
.mLe2{margin-left: 2em !important;}
.mLe3{margin-left: 3em !important;}
.mLe4{margin-left: 4em !important;}
