@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin フォント------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/Lato-Regular.woff2") format("woff2"), url("../font/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/Lato-Bold.woff2") format("woff2"), url("../font/Lato-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/Lato-Black.woff2") format("woff2"), url("../font/Lato-Black.woff") format("woff");
}
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------基本設定------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.694444444vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
}

img, source {
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  font-size: 1.6rem;
}

main {
  flex: 1;
  width: 100vw;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

picture {
  display: block;
}

.font-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.blue {
  color: #31A1F3;
}

.yellow {
  color: #FFEA2E;
}

.section-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .section-ttl {
    margin-bottom: 4rem;
  }
}
.section-ttl--en {
  font-size: 1.4rem;
  background: linear-gradient(transparent 50%, #FFEA2E 50%);
  color: #1566A1;
}
@media only screen and (min-width: 769px) {
  .section-ttl--en {
    font-size: 2.5rem;
  }
}
.section-ttl--jp {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .section-ttl--jp {
    margin-top: 1.5rem;
    font-size: 4.8rem;
  }
}
.section-ttl--jp .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .section-ttl--jp .small {
    font-size: 4.3rem;
  }
}
.section-ttl--jp .font-en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .section-ttl--jp .font-en {
    font-size: 5.8rem;
  }
}
.section-ttl--jp .sub {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .section-ttl--jp .sub {
    font-size: 3.6rem;
  }
}

/*------------------▼ヘッダー //.header------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 7rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  box-shadow: 0 0 1.2rem 0.08rem rgba(0, 0, 0, 0.2);
  padding: 0 0 0 7rem;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 0 0 0 8rem;
    height: 8rem;
    box-shadow: 0 0 1.2rem 0.08rem rgba(0, 0, 0, 0.2);
  }
}
.header.thanks-header {
  padding: 0 0 0 2rem;
}
@media only screen and (min-width: 769px) {
  .header.thanks-header {
    padding: 0 0 0 8rem;
  }
}
.header--logo img {
  width: 10rem;
}
@media only screen and (min-width: 769px) {
  .header--right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .header--right .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.header--right--btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.header--right--btn-wrap .btn-login {
  height: 7rem;
  width: 9.4rem;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .header--right--btn-wrap .btn-login {
    height: 8rem;
    width: 14rem;
    font-size: 1.9rem;
  }
}
.header--right--btn-wrap .btn-login:hover {
  opacity: 0.7;
}
.header--right--btn-wrap .btn-cta {
  height: 7rem;
  width: 9.4rem;
  background: #F8861D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .header--right--btn-wrap .btn-cta {
    height: 8rem;
    width: 18rem;
    font-size: 1.9rem;
  }
}
.header--right--btn-wrap .btn-cta:hover {
  opacity: 0.7;
}

/*========= ハンバーガーメニュー ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: -1;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #ECF6FF;
  /*動き*/
  transition: all 0.6s;
  margin-top: 7rem;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  white-space: nowrap;
}

#g-nav li + li {
  margin-top: 3rem;
}

#g-nav li a {
  color: #1566A1;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 3.5rem;
  left: 2.2rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 1.9rem;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0rem;
  top: 0rem;
  height: 3px;
  background-color: #333;
  width: 2.2rem;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 0.8rem;
}

.openbtn span:nth-of-type(3) {
  top: 1.6rem;
}

.openbtn.active span:nth-of-type(1) {
  top: 1rem;
  left: 0.7rem;
  transform: rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 1rem;
  left: 0.7rem;
  transform: rotate(45deg);
  width: 100%;
}

/*------------------▲ヘッダー //.header------------------*/
/*------------------▼固定ボタン //.fixed-btn------------------*/
.fixed-btn {
  width: 100%;
  height: 6.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn .cv-btn {
  display: inline-block;
  width: 30rem;
  height: 4.5rem;
  font-weight: 700;
  border-radius: 9999px;
  background: #F8861D;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: ease 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btn .cv-btn::before {
  content: "";
  background: url(../img/cv-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.fixed-btn .cv-btn span {
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .fixed-btn .cv-btn span {
    font-size: 4rem;
    line-height: 11rem;
  }
}
.fixed-btn .cv-btn figure {
  width: 1.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .fixed-btn .cv-btn figure {
    width: 5rem;
    right: 3rem;
  }
}

/*------------------▲固定ボタン //.fixed-btn------------------*/
/*------------------▼ファーストビュー //.fv------------------*/
.fv {
  margin-top: 7rem;
  background: url(../img/fv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 52.3rem;
}
@media only screen and (min-width: 769px) {
  .fv {
    margin-top: 8rem;
    background: url(../img/fv-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 79rem;
    padding-top: 6.5rem;
    padding-left: 13rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv--wrap {
    background: url(../img/fv-txt-bg-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 63rem;
    height: 61rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.fv--wrap--ttl {
  position: absolute;
  left: 50%;
  top: 17.8rem;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl {
    position: absolute;
    top: 8rem;
    left: 31rem;
  }
}
.fv--wrap--ttl--sub {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--sub {
    font-size: 3.2rem;
  }
}
.fv--wrap--ttl--sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-15deg);
  z-index: -1;
  background: linear-gradient(135deg, #0194FF, #01B3FF);
  width: 25rem;
  height: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--sub::before {
    width: 36.6rem;
    height: 5.1rem;
  }
}
.fv--wrap--ttl--main {
  margin-top: 0.7rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main {
    margin-top: 0.6rem;
  }
}
.fv--wrap--ttl--main .line {
  position: relative;
  font-size: 4rem;
  white-space: nowrap;
  padding: 0 3rem 0 0;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main .line {
    font-size: 5.8rem;
    line-height: 1.3;
  }
}
.fv--wrap--ttl--main .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%) skewX(-15deg);
  z-index: -1;
  background: #fff;
  width: 30.5rem;
  height: 7rem;
  box-shadow: 0px 5px 5px rgba(38, 124, 187, 0.4);
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main .line::before {
    width: 44rem;
    height: 9rem;
    transform: translate(-53%, -50%) skewX(-15deg);
  }
}
.fv--wrap--ttl--main .line .small {
  font-size: 3.4rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main .line .small {
    font-size: 4.5rem;
  }
}
.fv--wrap--ttl--main .line .black {
  color: #0178FF;
}
.fv--wrap--ttl--main .line.line2 {
  padding: 0 0 0 3rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main .line.line2 {
    padding: 0 0 0 4rem;
  }
}
.fv--wrap--ttl--main .line.line2::before {
  left: 50%;
  transform: translate(-45%, -50%) skewX(-15deg);
}
@media only screen and (min-width: 769px) {
  .fv--wrap--ttl--main .line.line2::before {
    width: 45rem;
    transform: translate(-46%, -50%) skewX(-15deg);
  }
}
.fv--wrap--txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  position: absolute;
  top: 34rem;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .fv--wrap--txt {
    top: 30rem;
    font-size: 3.6rem;
  }
}
.fv--wrap--txt .bold {
  font-size: 3.4rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--txt .bold {
    font-size: 5.1rem;
  }
}
.fv--wrap--txt .black {
  font-size: 2.7rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--txt .black {
    font-size: 4rem;
  }
}
.fv--wrap--txt .black .big {
  font-size: 3.8rem;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--txt .black .big {
    font-size: 5.7rem;
  }
}
.fv--wrap--txt .big {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .fv--wrap--txt .big {
    font-size: 5.5rem;
  }
}

/*------------------▲ファーストビュー //.fv------------------*/
/*------------------▼cta //.cta------------------*/
.cta {
  background: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem;
}
@media only screen and (min-width: 769px) {
  .cta {
    margin-top: -5rem;
    background: url(../img/cta-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
    padding: 10rem 28rem 7rem;
  }
}
.cta--wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem 0;
  padding: 2.4rem 0;
  text-align: center;
  box-shadow: 0px 0.5rem 1.5rem 0px rgba(117, 64, 15, 0.3);
}
@media only screen and (min-width: 769px) {
  .cta--wrap {
    border-radius: 3.5rem 0;
    padding: 6rem 9rem 6rem 9rem;
    position: relative;
  }
  cta--wrap::before {
    content: "";
    background: url(../img/offer.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 38rem;
    height: 30rem;
    position: absolute;
    top: 50%;
    left: 5.5rem;
    transform: translateY(-50%);
  }
}
.cta--wrap--offer {
  width: 93%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--offer {
    display: none;
  }
}
.cta--wrap--txt .sub {
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--txt .sub {
    font-size: 2.1rem;
  }
}
.cta--wrap--txt .sub::before, .cta--wrap--txt .sub::after {
  content: "";
  background: url(../img/cta-ttl-bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.85rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--txt .sub::before, .cta--wrap--txt .sub::after {
    width: 1rem;
    height: 2rem;
  }
}
.cta--wrap--txt .sub::before {
  left: -1.5rem;
  transform: translateY(-50%);
}
.cta--wrap--txt .sub::after {
  right: -1.5rem;
  transform: translateY(-50%) scale(-1, 1);
}
.cta--wrap--txt .sub .font-en {
  font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--txt .sub .font-en {
    font-size: 3rem;
  }
}
.cta--wrap--txt .main {
  font-size: 2.1rem;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--txt .main {
    font-size: 2.5rem;
  }
}
.cta--wrap--btn {
  background: linear-gradient(180deg, #F8861D, #E27B1D);
  color: #fff;
  border-radius: 9999px;
  box-shadow: 0 0.5rem 0 0 #AD5C12;
  font-weight: 700;
  display: block;
  height: 6rem;
  width: 27rem;
  line-height: 6rem;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  font-size: 1.7rem;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 769px) {
  .cta--wrap--btn {
    height: 7rem;
    width: 33rem;
    line-height: 7rem;
    box-shadow: 0 0.6rem 0 0 #AD5C12;
    font-size: 2.1rem;
  }
}
.cta--wrap--btn:hover {
  box-shadow: 0 0 0;
  transform: translateY(0.5rem);
}
.cta--wrap--btn::before {
  content: "";
  background: url(../img/cv-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .cta--wrap--btn::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*------------------▲cta //.cta------------------*/
/*------------------▼体験レッスンの様子 //.scene------------------*/
.scene {
  padding: 6rem 3rem 5rem;
  background: url(../img/scene-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
@media only screen and (min-width: 769px) {
  .scene {
    padding: 10rem 22rem;
    background: url(../img/scene-bg-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.scene--ttl {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .scene--ttl {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
}
.scene--ttl .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .scene--ttl .small {
    font-size: 4.3rem;
  }
}
.scene--ttl::before, .scene--ttl::after {
  content: "";
  background: url(../img/scene-bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
@media only screen and (min-width: 769px) {
  .scene--ttl::before, .scene--ttl::after {
    width: 5rem;
    height: 9rem;
  }
}
.scene--ttl::before {
  left: 0rem;
}
@media only screen and (min-width: 769px) {
  .scene--ttl::before {
    left: 22rem;
  }
}
.scene--ttl::after {
  right: 0rem;
  transform: translateY(-60%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .scene--ttl::after {
    right: 22rem;
  }
}
@media only screen and (min-width: 769px) {
  .scene--flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.3rem;
  }
}
.scene--flex--list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .scene--flex--list {
    margin-top: 0;
  }
}
.scene--flex--list--item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .scene--flex--list--item {
    gap: 1.5rem;
  }
}
.scene--flex--list--item .icon {
  width: 7.8rem;
}
@media only screen and (min-width: 769px) {
  .scene--flex--list--item .icon {
    width: 10.3rem;
  }
}
.scene--flex--list--item .txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .scene--flex--list--item .txt {
    font-size: 2.2rem;
  }
}
.scene--flex .arrow {
  width: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .scene--flex .arrow {
    width: 4.2rem;
    margin-bottom: 2.3rem;
  }
}
.scene--flex--video {
  width: 33rem;
  height: 19rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .scene--flex--video {
    width: 49.8rem;
    height: 28.8rem;
    margin-top: 0;
  }
}
.scene--flex--video iframe {
  width: 100%;
  height: 100%;
}

/*------------------▲体験レッスンの様子 //.scene------------------*/
/*------------------▼導入 //.intro------------------*/
.intro {
  padding: 6rem 3rem 5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .intro {
    padding: 8rem 22rem 6rem;
  }
}
.intro::before {
  content: "";
  width: 30rem;
  height: 30rem;
  border-radius: 9999px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 161, 243, 0.3) 0%, rgba(49, 161, 243, 0) 100%);
  position: absolute;
  right: -6.5rem;
  top: -11rem;
}
@media only screen and (min-width: 769px) {
  .intro::before {
    width: 66rem;
    height: 66rem;
    right: -14.4rem;
    top: -19.5rem;
  }
}
.intro::after {
  content: "";
  width: 45rem;
  height: 45rem;
  border-radius: 9999px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 161, 243, 0.3) 0%, rgba(49, 161, 243, 0) 100%);
  position: absolute;
  left: -14rem;
  top: 31rem;
}
@media only screen and (min-width: 769px) {
  .intro::after {
    width: 80rem;
    height: 80rem;
    left: -18.5rem;
    top: 38.6rem;
  }
}
.intro--ttl {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .intro--ttl {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
.intro--ttl .blue {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .intro--ttl .blue {
    font-size: 5.5rem;
  }
}
.intro--ttl .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .intro--ttl .small {
    font-size: 4.3rem;
  }
}
.intro--ttl .big {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .intro--ttl .big {
    font-size: 5.5rem;
  }
}
.intro--txt {
  line-height: 1.8;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  text-align: justify;
}
@media only screen and (min-width: 769px) {
  .intro--txt {
    font-size: 2rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.intro--table--ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .intro--table--ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.intro--table--table {
  text-align: center;
  background: #fff;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 0.1rem solid #aaa;
  border-collapse: separate;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 769px) {
  .intro--table--table {
    margin: 0 auto;
    margin-bottom: 2rem;
    width: 80rem;
    box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.15);
  }
}
.intro--table--table tr {
  width: 100%;
  height: 5.5rem;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr {
    height: 5.8rem;
  }
}
.intro--table--table tr:last-child th, .intro--table--table tr:last-child td {
  border-bottom: none;
}
.intro--table--table tr th, .intro--table--table tr td {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr th, .intro--table--table tr td {
    font-size: 1.8rem;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
  }
}
.intro--table--table tr th:last-child, .intro--table--table tr td:last-child {
  border-right: none;
}
.intro--table--table tr .bg-blue {
  color: #fff;
  position: relative;
}
.intro--table--table tr .bg-blue::before {
  content: "";
  background: url(../img/table-globe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8.4rem;
  height: 9rem;
  border-radius: 0.8rem 0.8rem 0 0;
  position: absolute;
  top: -3rem;
  left: -0.1rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr .bg-blue::before {
    background: url(../img/table-globe-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20.3rem;
    height: 8.5rem;
    position: absolute;
    top: -2.6rem;
    left: -0.2rem;
  }
}
.intro--table--table tr .blue {
  color: #31A1F3;
}
.intro--table--table tr .square {
  position: relative;
}
.intro--table--table tr .square::before {
  content: "";
  border: #31A1F3 solid 0.4rem;
  width: 8.4rem;
  height: 28rem;
  position: absolute;
  top: -0.4rem;
  left: -0.1rem;
  border-radius: 0 0 0.9rem 0;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr .square::before {
    width: 20.2rem;
    height: 29.5rem;
  }
}
.intro--table--table tr .right-bottom {
  border-radius: 0 0 0.9rem 0;
}
.intro--table--table tr .left-top {
  border-radius: 0.9rem 0 0 0;
}
.intro--table--table tr .left-bottom {
  border-radius: 0 0 0 0.9rem;
}
.intro--table--table tr .small {
  font-size: 1.1rem;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr .small {
    font-size: 1.6rem;
  }
}
.intro--table--table tr .label {
  background: #808796;
  color: #fff;
}
.intro--table--table tr .note {
  font-size: 0.9rem;
  color: #333;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .intro--table--table tr .note {
    font-size: 1rem;
  }
}
.intro--table--table .table-top {
  background: #E2E8F0;
}
.intro--table--note {
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .intro--table--note {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.intro--topic {
  margin-top: 3rem;
  background: url(../img/topic-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .intro--topic {
    width: 80rem;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 3rem 5rem;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.intro--topic::before {
  content: "";
  width: 34rem;
  height: 34rem;
  border-radius: 9999px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 161, 243, 0.3) 0%, rgba(49, 161, 243, 0) 100%);
  position: absolute;
  right: -14rem;
  top: 23.6rem;
}
@media only screen and (min-width: 769px) {
  .intro--topic::before {
    width: 80rem;
    height: 80rem;
    right: -22rem;
    top: 0rem;
  }
}
.intro--topic--ttl {
  display: inline-block;
  color: #31A1F3;
  font-size: 2.2rem;
  border-bottom: #31A1F3 dashed 0.1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .intro--topic--ttl {
    font-size: 3rem;
  }
}
.intro--topic--jp {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .intro--topic--jp {
    font-size: 2.4rem;
  }
}
.intro--topic--txt {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .intro--topic--txt {
    text-align: center;
  }
}

/*------------------▲導入 //.intro------------------*/
/*------------------▼メソッド //.method------------------*/
.method {
  padding: 6rem 3rem;
  background: url(../img/method-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
@media only screen and (min-width: 769px) {
  .method {
    padding: 15rem 22rem;
    background: url(../img/method-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.method--ttl-wrap {
  color: #fff;
  text-align: center;
}
.method--ttl-wrap--sub {
  display: inline-block;
  background: #1566A1;
  width: 29.6rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  margin-bottom: 2rem;
  border-radius: 9999px;
  box-shadow: 0 0.3rem 0.6rem rgba(36, 106, 157, 0.3);
}
@media only screen and (min-width: 769px) {
  .method--ttl-wrap--sub {
    width: 49rem;
    height: 6.6rem;
    line-height: 6.6rem;
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
}
.method--ttl-wrap--main {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--ttl-wrap--main {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
.method--ttl-wrap--main .yellow .font-en {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .method--ttl-wrap--main .yellow .font-en {
    font-size: 4.8rem;
  }
}
.method--ttl-wrap--main .yellow .dot {
  background-image: radial-gradient(circle at center, #FFEA2E 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 769px) {
  .method--ttl-wrap--main .yellow .dot {
    padding-top: 0.15em;
  }
}
.method--ttl-wrap--main .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .method--ttl-wrap--main .small {
    font-size: 4.3rem;
  }
}
.method--content {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.5rem rgba(36, 106, 157, 0.3);
  padding: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .method--content {
    border-radius: 2rem;
    box-shadow: 0 0.8rem 1.5rem rgba(36, 106, 157, 0.3);
    padding: 6rem 8rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 769px) {
  .method--content--top {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .method--content--top--left {
    width: 45%;
  }
}
.method--content--top--left--txt {
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--content--top--left--txt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .method--content--top--right {
    width: 50%;
  }
}
.method--content--top--right--graph--ttl {
  background: #333;
  width: 100%;
  margin: 0 auto;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--ttl {
    width: 89%;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.method--content--top--right--graph--figure {
  width: 20.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--figure {
    width: 15rem;
  }
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.method--content--top--right--graph--calc--flex--item {
  width: 26.4rem;
  height: 6.6rem;
  text-align: center;
  padding-top: 1.2rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--flex--item {
    width: 16rem;
    height: 7.5rem;
    font-size: 1.4rem;
    padding-top: 1.2rem;
  }
}
.method--content--top--right--graph--calc--flex--item.item-1 {
  background: #B7DAF9;
}
.method--content--top--right--graph--calc--flex--item.item-2 {
  background: #31A1F3;
  color: #fff;
}
.method--content--top--right--graph--calc--flex--item .font-en {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--flex--item .font-en {
    font-size: 1.6rem;
  }
}
.method--content--top--right--graph--calc--flex--item .small {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--flex--item .small {
    font-size: 1.1rem;
  }
}
.method--content--top--right--graph--calc--flex--icon {
  width: 2rem;
  height: 2rem;
  margin: 0.8rem auto;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--flex--icon {
    margin: 0;
  }
}
.method--content--top--right--graph--calc--arrow {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.8rem auto;
}
@media only screen and (min-width: 769px) {
  .method--content--top--right--graph--calc--arrow {
    margin: 0.5rem auto;
  }
}
.method--content--top--right--graph--calc--last {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.method--content--top--right--graph--calc--last .bg-yellow-line {
  background: linear-gradient(transparent 50%, #FFEA2E 50%);
}
.method--content--top--right--graph--calc--last .font-en {
  font-size: 2.6rem;
}
.method--content--movie--ttl {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--content--movie--ttl {
    font-size: 2.4rem;
  }
}
.method--content--movie--ttl::before, .method--content--movie--ttl::after {
  content: "";
  background: url(../img/movie-ttl-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .method--content--movie--ttl::before, .method--content--movie--ttl::after {
    width: 2.3rem;
    height: 4.5rem;
  }
}
.method--content--movie--ttl::before {
  left: 5rem;
}
@media only screen and (min-width: 769px) {
  .method--content--movie--ttl::before {
    left: 30.5rem;
  }
}
.method--content--movie--ttl::after {
  right: 5rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .method--content--movie--ttl::after {
    right: 30.5rem;
  }
}
.method--content--movie--video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.method--content--movie--video iframe {
  width: 25.6rem;
  height: 14.4rem;
}
@media only screen and (min-width: 769px) {
  .method--content--movie--video iframe {
    width: 50rem;
    height: 28.125rem;
  }
}
.method--worry--illust {
  width: 12rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method--worry--illust {
    width: 15rem;
  }
}
.method--worry--top {
  background: #E2E8F0;
  border-radius: 0.8rem;
  border: #333 0.1rem dashed;
  width: 33rem;
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .method--worry--top {
    margin: 0 auto;
    border-radius: 1.5rem;
    width: 55rem;
    height: 8rem;
    font-size: 2.4rem;
  }
}
.method--worry--arrow {
  margin: 0.8rem auto;
  width: 3rem;
}
@media only screen and (min-width: 769px) {
  .method--worry--arrow {
    margin: 1.5rem auto;
    width: 3rem;
  }
}
.method--worry--bottom {
  background: #fff;
  padding: 3rem 1.8rem;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .method--worry--bottom {
    margin: 0 auto;
    width: 70rem;
    padding: 4rem 0rem;
    border-radius: 1.5rem;
  }
}
.method--worry--bottom .blue {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .method--worry--bottom .blue {
    font-size: 2.4rem;
  }
}
.method--worry--bottom--txt {
  text-align: justify;
  line-height: 1.875;
}
@media only screen and (min-width: 769px) {
  .method--worry--bottom--txt {
    text-align: center;
  }
}
.method--worry--bottom .note {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .method--worry--bottom .note {
    text-align: center;
  }
}

/*------------------▲メソッド //.method------------------*/
/*------------------▼選ばれる理由 //.reason------------------*/
.reason {
  padding: 6rem 3rem;
  margin-top: -2.5rem;
  background: url(../img/reason-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
@media only screen and (min-width: 769px) {
  .reason {
    padding: 15rem 22rem;
    margin-top: -7rem;
    background: url(../img/reason-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
}
.reason--ttl-wrap {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .reason--ttl-wrap {
    margin-bottom: 4rem;
  }
}
.reason--ttl-wrap--en {
  font-size: 1.4rem;
  color: #217BBC;
  background: linear-gradient(transparent 50%, #fff 50%);
}
@media only screen and (min-width: 769px) {
  .reason--ttl-wrap--en {
    font-size: 2.5rem;
  }
}
.reason--ttl-wrap--jp {
  margin-top: 1rem;
  font-size: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .reason--ttl-wrap--jp {
    margin-top: 3rem;
    font-size: 4.8rem;
  }
}
.reason--ttl-wrap--jp .font-en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .reason--ttl-wrap--jp .font-en {
    font-size: 4.8rem;
  }
}
.reason--ttl-wrap--jp .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .reason--ttl-wrap--jp .small {
    font-size: 4.3rem;
  }
}
.reason--accordion {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .reason--accordion {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    flex-wrap: wrap;
  }
}
.reason--accordion li {
  width: 100%;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .reason--accordion li {
    width: 40rem;
  }
}
.reason--accordion li .reason--accordion--title {
  position: relative;
  cursor: pointer;
  background: #217BBC;
  border-radius: 0.8rem;
  padding: 1.5rem 3rem 1.5rem 2rem;
  transition: all 0.5s ease;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--title {
    padding: 1.4rem 0;
    text-align: center;
    height: 10rem;
    font-size: 2rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--title.title-2, .reason--accordion li .reason--accordion--title.title-3 {
    padding: 3.1rem 0;
  }
}
.reason--accordion li .reason--accordion--title::before {
  content: "";
  background: url(../img/accordion-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--title::before {
    display: none;
  }
}
.reason--accordion li .reason--accordion--title.close {
  border-radius: 0.8rem 0.8rem 0 0;
}
.reason--accordion li .reason--accordion--title.close::before {
  transform: translateY(-50%) rotate(0deg);
}
.reason--accordion li .reason--accordion--title .yellow {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--title .yellow {
    font-size: 2.4rem;
  }
}
.reason--accordion li .reason--accordion--title .font-en {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--title .font-en {
    font-size: 2.6rem;
  }
}
.reason--accordion li .reason--accordion--title .note {
  font-size: 1rem;
}
.reason--accordion li .reason--accordion--box {
  display: none;
  background: #fff;
  border: #217BBC 0.2rem solid;
  padding: 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media only screen and (min-width: 769px) {
  .reason--accordion li .reason--accordion--box {
    display: block;
    height: 43rem;
  }
}
.reason--accordion li .reason--accordion--box picture {
  width: 100%;
  margin-bottom: 2rem;
}
.reason--accordion li .reason--accordion--box p {
  line-height: 1.875;
  text-align: justify;
  font-size: 1.4rem;
}
.reason--accordion li .reason--accordion--box p .note {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 0;
}
.reason--bottom {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .reason--bottom {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
}
.reason--bottom--item {
  background: #217BBC;
  width: 100%;
  border-radius: 0.8rem;
  padding: 1.5rem 2rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .reason--bottom--item {
    width: 31.4rem;
    height: 8.5rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reason--bottom--item .yellow {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .reason--bottom--item .yellow {
    font-size: 2rem;
  }
}
.reason--bottom--item .font-en {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .reason--bottom--item .font-en {
    font-size: 2.4rem;
  }
}
.reason--bottom--item + li {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .reason--bottom--item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .reason--bottom--item.reason-bottom-1 {
    padding-top: 2.78rem;
  }
}
.reason .note {
  margin-top: 2rem;
  font-size: 1.2rem;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .reason .note {
    font-size: 1.4rem;
  }
}

/*------------------▼受講者の声 //.voice------------------*/
.voice {
  padding: 3rem 3rem 9rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .voice {
    padding: 5rem 19rem 8rem;
  }
}
.voice::before {
  content: "";
  background: url(../img/voice-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transform: translateY(-100%);
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .voice::before {
    height: 9.5rem;
    top: 0.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .voice--list {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.voice--list--item {
  position: relative;
  text-align: center;
}
.voice--list--item--top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  margin-bottom: 2rem;
}
.voice--list--item--top--icon {
  width: 12rem;
}
.voice--list--item--top--name {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
.voice--list--item--top--name .small {
  font-size: 1.6rem;
}
.voice--list--item--table table {
  border-collapse: collapse;
  border: 0.05rem solid #b8b8b8;
}
.voice--list--item--table table tr {
  height: 7rem;
  font-weight: bold;
  font-size: 1.17rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr {
    height: 9rem;
    font-size: 1.6rem;
  }
}
.voice--list--item--table table tr td {
  height: 7rem;
  border: 0.05rem solid #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr td {
    height: 9rem;
  }
}
.voice--list--item--table table tr td.label {
  background: #EAE9E9;
  width: 7.4rem;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr td.label {
    width: 10.5rem;
  }
}
.voice--list--item--table table tr td.before {
  background: #fff;
  width: 12.8rem;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr td.before {
    width: 20rem;
  }
}
.voice--list--item--table table tr td.after {
  background: #ECF6FF;
  color: #31A1F3;
  width: 12.8rem;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr td.after {
    width: 20rem;
  }
}
.voice--list--item--table table tr.toeic td .font-en {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr.toeic td .font-en {
    font-size: 2.2rem;
  }
}
.voice--list--item--table table tr.toeic td .ten {
  transform: translateY(0.2rem);
}
@media only screen and (min-width: 769px) {
  .voice--list--item--table table tr.toeic td .ten {
    transform: translateY(0.1rem);
  }
}
.voice--list--item--table table tr.toeic td.before {
  position: relative;
}
.voice--list--item--table table tr.toeic td.before::before {
  content: "Before";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #939393;
  border-radius: 9999px;
  width: 8rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice--list--item--table table tr.toeic td.after {
  position: relative;
}
.voice--list--item--table table tr.toeic td.after::before {
  content: "After";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #31A1F3;
  border-radius: 9999px;
  width: 8rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice--list--item + li {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .voice--list--item + li {
    margin-top: 0;
  }
}
.voice--topic {
  margin-top: 4rem;
  background: url(../img/topic-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .voice--topic {
    width: 80rem;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 4rem 6rem;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.voice--topic::before {
  content: "";
  width: 34rem;
  height: 34rem;
  border-radius: 9999px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 161, 243, 0.3) 0%, rgba(49, 161, 243, 0) 100%);
  position: absolute;
  right: -14rem;
  top: 23.6rem;
}
@media only screen and (min-width: 769px) {
  .voice--topic::before {
    width: 80rem;
    height: 80rem;
    right: -22rem;
    top: 0rem;
  }
}
.voice--topic--ttl {
  display: inline-block;
  color: #31A1F3;
  font-size: 2.2rem;
  border-bottom: #31A1F3 dashed 0.1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .voice--topic--ttl {
    font-size: 4rem;
    border-bottom: #31A1F3 dashed 0.3rem;
    margin-bottom: 2.5rem;
  }
}
.voice--topic--jp {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .voice--topic--jp {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.voice--topic--txt {
  text-align: justify;
  line-height: 1.875;
}
@media only screen and (min-width: 769px) {
  .voice--topic--txt {
    font-size: 1.8rem;
  }
}

/*------------------▲受講者の声 //.voice------------------*/
/*------------------▼選べるコースと料金 //.course------------------*/
.course {
  background: #31A1F3;
  padding: 8rem 3rem 5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .course {
    padding: 10rem 32rem 10rem;
  }
}
.course--img {
  width: 22rem;
  position: absolute;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .course--img {
    width: 33rem;
    left: 10rem;
    top: -5.3rem;
    transform: translateX(0%);
  }
}
.course .section-ttl {
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course .section-ttl {
    margin-bottom: 2rem;
  }
}
.course .section-ttl .section-ttl--en {
  background: linear-gradient(transparent 50%, #1566A1 50%);
  color: #fff;
}
.course--intro {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .course--intro {
    font-size: 2rem;
  }
}
.course--member {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .course--member {
    flex-direction: row;
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
.course--member--item {
  width: 16rem;
  height: 8rem;
  background: #fff;
  text-align: center;
  border-radius: 0.8rem;
  line-height: 1.35;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .course--member--item {
    width: 40rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
}
.course--member--item .time {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .course--member--item .time {
    font-size: 1.6rem;
  }
}
.course--member--item.green {
  color: #007F14;
  border: #007F14 0.2rem solid;
}
.course--member--item.orange {
  color: #F8861D;
  border: #F8861D 0.2rem solid;
}
.course--lesson {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson {
    gap: 2rem;
  }
}
.course--lesson--item {
  width: 100%;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 0.5rem 0.8rem rgba(36, 106, 157, 0.3);
}
@media only screen and (min-width: 769px) {
  .course--lesson--item {
    border-radius: 2rem;
  }
}
.course--lesson--item--ttl {
  background: #1566A1;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--ttl {
    font-size: 2.2rem;
    padding: 2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.course--lesson--item--content {
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content {
    padding: 3rem 6rem;
  }
}
.course--lesson--item--content .about_course {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .about_course {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
.course--lesson--item--content .about_course li {
  width: 100%;
  background: #d9efda;
  color: #007F14;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .about_course li {
    width: 22rem;
  }
}
.course--lesson--item--content .about_course li .time {
  font-size: 1rem;
  font-weight: normal;
}
.course--lesson--item--content .about_course li.orange {
  background: #ffecdb;
  color: #F8861D;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .about_course li.online-philippines {
    width: 25rem;
    height: 5.5rem;
  }
}
.course--lesson--item--content .label {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  color: #888;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .label {
    margin: 0 auto;
    width: 67%;
    font-size: 1.4rem;
    position: relative;
  }
  .course--lesson--item--content .label::before, .course--lesson--item--content .label::after {
    content: "";
    display: block;
    background: #ccc;
    height: 0.1rem;
    width: 9.5rem;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .course--lesson--item--content .label::after {
    left: auto;
    right: 0;
  }
}
.course--lesson--item--content .label .small {
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .label .small {
    font-size: 1.2rem;
  }
}
.course--lesson--item--content .label.mt-1 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .label.mt-1 {
    margin-top: 2rem;
  }
}
.course--lesson--item--content .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .price {
    gap: 5rem;
  }
}
.course--lesson--item--content .price li {
  text-align: center;
}
.course--lesson--item--content .price li .font-en {
  font-size: 3.7rem;
  color: #007F14;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .price li .font-en {
    font-size: 5rem;
  }
}
.course--lesson--item--content .price li .font-en .yen {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .price li .font-en .yen {
    font-size: 3rem;
  }
}
.course--lesson--item--content .price li .tax {
  font-size: 0.9rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .price li .tax {
    font-size: 1.2rem;
  }
}
.course--lesson--item--content .price li.orange .label {
  background: #F8861D;
}
.course--lesson--item--content .price li.orange .font-en {
  color: #F8861D;
}
.course--lesson--item--content .line {
  margin-top: 1.5rem;
  display: block;
  background: #ccc;
  height: 0.1rem;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .line {
    display: none;
  }
}
.course--lesson--item--content .pc_flex {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .left_wrap {
    width: 43%;
  }
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .top {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .left_wrap .feacher .top {
    margin-bottom: 1rem;
  }
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .top .ttl {
  font-weight: bold;
  background: #1566A1;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .top .txt {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .left_wrap .feacher .top .txt {
    margin-bottom: 0rem;
  }
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list {
  background: #ECF6FF;
  padding: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .left_wrap .feacher .list {
    padding: 2rem;
  }
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list .item {
  color: #1566A1;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list .item p {
  font-size: 1.4rem;
  flex: 1;
  white-space: wrap;
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list .item figure {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list .item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: #ccc solid 0.1rem;
}
.course--lesson--item--content .pc_flex .left_wrap .feacher .list .item .memo {
  font-size: 1.2rem;
  color: #333;
  font-weight: 400;
}
.course--lesson--item--content .pc_flex .right_wrap {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap {
    margin-top: 0;
    flex: 1;
  }
}
.course--lesson--item--content .pc_flex .right_wrap .level {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap .level {
    text-align: center;
  }
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .title {
  text-align: center;
  background: #333;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap .accordion .title {
    display: none;
  }
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .title::before {
  content: "";
  background: url(../img/level-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap .accordion .title::before {
    display: none;
  }
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .title.close::before {
  transform: translateY(-50%) rotate(180deg);
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .box {
  display: none;
  background: #fff;
  border: #333 0.2rem solid;
  padding: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap .accordion .box {
    padding: 0;
    border: none;
    display: block;
  }
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .box.close {
  display: block;
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .box .txt {
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: justify;
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .box .txt.bold {
  font-size: 1.4rem;
}
.course--lesson--item--content .pc_flex .right_wrap .accordion .box .line {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #cccccc;
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .course--lesson--item--content .pc_flex .right_wrap .accordion .box .line {
    display: none;
  }
}
.course--plus {
  margin: 1rem auto;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .course--plus {
    margin: 1.5rem auto;
    width: 2rem;
    height: 2rem;
  }
}
.course--admission {
  width: 100%;
  height: 9rem;
  background: #1566A1;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .course--admission {
    margin: 0 auto;
    height: auto;
    width: 40rem;
    padding: 1.5rem;
  }
}
.course--admission .font-en {
  font-size: 3rem;
}
.course--admission .font-en .yen {
  font-size: 1.8rem;
}
.course--admission .normal {
  font-weight: 400;
  font-size: 1.4rem;
}
.course .ticket {
  margin-top: 3rem;
}
.course .ticket .head {
  background: #1566A1;
  height: 7rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-weight: bold;
}
.course .ticket .head .yellow {
  font-size: 1.4rem;
}
.course .ticket .head h3 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .course .ticket .head h3 {
    font-size: 2rem;
  }
}
.course .ticket .bottom {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 2rem 3rem;
}
.course .ticket .bottom .about_course {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  gap: 0;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .about_course {
    gap: 1.5rem;
  }
}
.course .ticket .bottom .about_course li {
  width: 100%;
  background: #d9efda;
  color: #007F14;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .about_course li {
    width: 20rem;
  }
}
.course .ticket .bottom .about_course li .time {
  font-size: 1rem;
  font-weight: normal;
}
.course .ticket .bottom .about_course li.orange {
  background: #ffecdb;
  color: #F8861D;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .about_course li.online-philippines {
    width: 25rem;
    height: 5.5rem;
  }
}
.course .ticket .bottom .pc_flex {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .left_wrap {
    width: 43%;
  }
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .top {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .left_wrap .feacher .top {
    margin-bottom: 1rem;
  }
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .top .ttl {
  font-weight: bold;
  background: #1566A1;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .top .txt {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .left_wrap .feacher .top .txt {
    margin-bottom: 0rem;
  }
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list {
  background: #ECF6FF;
  padding: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .left_wrap .feacher .list {
    padding: 2rem;
  }
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list .item {
  color: #1566A1;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list .item p {
  font-size: 1.4rem;
  flex: 1;
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list .item figure {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list .item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: #ccc solid 0.1rem;
}
.course .ticket .bottom .pc_flex .left_wrap .feacher .list .item .memo {
  font-size: 1.2rem;
  color: #333;
  font-weight: 400;
}
.course .ticket .bottom .pc_flex .right_wrap {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap {
    margin-top: 0;
    flex: 1;
  }
}
.course .ticket .bottom .pc_flex .right_wrap .level {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap .level {
    font-size: 1.4rem;
  }
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .title {
  text-align: center;
  background: #333;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap .accordion .title {
    display: none;
  }
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .title::before {
  content: "";
  background: url(../img/level-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap .accordion .title::before {
    display: none;
  }
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .title.close::before {
  transform: translateY(-50%) rotate(180deg);
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .box {
  display: none;
  background: #fff;
  border: #333 0.2rem solid;
  padding: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap .accordion .box {
    padding: 0;
    border: none;
    display: block;
  }
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .box .txt {
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: justify;
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .box .txt.bold {
  font-size: 1.4rem;
}
.course .ticket .bottom .pc_flex .right_wrap .accordion .box .line {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #cccccc;
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .course .ticket .bottom .pc_flex .right_wrap .accordion .box .line {
    display: none;
  }
}
.course .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .course .price {
    gap: 6rem;
  }
}
.course .price li {
  text-align: center;
}
.course .price li .font-en {
  font-size: 3.7rem;
  color: #007F14;
}
@media only screen and (min-width: 769px) {
  .course .price li .font-en {
    font-size: 5rem;
  }
}
.course .price li .font-en .yen {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .course .price li .font-en .yen {
    font-size: 3rem;
  }
}
.course .price li .tax {
  font-size: 0.9rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .course .price li .tax {
    font-size: 1.2rem;
  }
}
.course .price li.orange .label {
  background: #F8861D;
}
.course .price li.orange .font-en {
  color: #F8861D;
}

/*------------------▲選べるコースと料金 //.course------------------*/
/*------------------▼オフライン //.offline------------------*/
.offline {
  padding: 4rem 3rem;
  background: #ECF6FF;
}
@media only screen and (min-width: 769px) {
  .offline {
    padding: 5rem 3rem 8rem;
  }
}
.offline--sub {
  width: 24rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #31A1F3;
  box-shadow: 0 0.4rem 0.6rem rgba(49, 161, 243, 0.2);
  border-radius: 9999px;
  margin: 0 auto;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .offline--sub {
    width: 35rem;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}
.offline--sub::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -0.8rem;
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #31A1F3;
}
@media only screen and (min-width: 769px) {
  .offline--sub::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #31A1F3;
  }
}
.offline--main {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .offline--main {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.offline--link {
  display: block;
  margin: 0 auto;
  width: 28.2rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  background: #333;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .offline--link {
    width: 35rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.8rem;
  }
}
.offline--link::before {
  content: "";
  background: url(../img/link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.2rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .offline--link::before {
    width: 2rem;
    height: 2.4rem;
    right: 2.4rem;
  }
}

/*------------------▲オフライン //.offline------------------*/
/*------------------▼レッスンの流れ //.flow------------------*/
.flow {
  padding: 5rem 3rem;
}
@media only screen and (min-width: 769px) {
  .flow {
    padding: 8rem 22rem 10rem;
  }
}
.flow .section-ttl {
  margin-bottom: 0rem;
}
@media only screen and (min-width: 769px) {
  .flow .section-ttl {
    margin-bottom: 4rem;
  }
}
.flow--list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.flow--list::before {
  content: "";
  background: url(../img/flow-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 0.4rem;
  height: 82%;
  position: absolute;
  top: 3rem;
  left: 3.8rem;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .flow--list::before {
    left: 6rem;
  }
}
.flow--list--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.flow--list--item--img {
  width: 8rem;
  border-radius: 9999px;
  margin-top: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--img {
    width: 12rem;
  }
}
.flow--list--item--txt .step {
  font-size: 1.2rem;
  color: #31A1F3;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt .step {
    font-size: 2.4rem;
  }
}
.flow--list--item--txt--black {
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt--black {
    font-size: 2.4rem;
  }
}
.flow--list--item--txt--black a {
  color: #1566A1;
  text-decoration: underline;
}
.flow--list--item--txt--ai {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt--ai {
    margin-top: 2rem;
  }
}
.flow--list--item--txt--ai--ttl {
  width: 19rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  background: #333;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt--ai--ttl {
    width: 40rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
  }
}
.flow--list--item--txt--ai--ttl::before {
  content: "";
  background: url(../img/level-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt--ai--ttl::before {
    width: 2rem;
    height: 2rem;
    right: 2rem;
  }
}
.flow--list--item--txt--ai--ttl.close::before {
  transform: translateY(-50%) rotate(180deg);
}
.flow--list--item--txt--ai--box {
  display: none;
  background: #fff;
  width: 19rem;
  border: #333 0.1rem solid;
  padding: 1.5rem;
  font-size: 1.4rem;
  text-align: justify;
  font-weight: 400;
  line-height: 1.875;
}
@media only screen and (min-width: 769px) {
  .flow--list--item--txt--ai--box {
    width: 40rem;
    padding: 2rem 2rem;
    font-size: 1.6rem;
  }
}
.flow--arrow {
  margin: 1.5rem auto 2rem;
  width: 3rem;
}
@media only screen and (min-width: 769px) {
  .flow--arrow {
    margin: 2rem auto 5rem;
    width: 4rem;
  }
}
.flow--after {
  background: #1566A1;
  border-radius: 0.8rem;
  padding: 3rem 2rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .flow--after {
    border-radius: 2rem;
    padding: 6rem 4rem 5rem;
  }
}
.flow--after .white-bg {
  color: #1566A1;
  padding: 0.5rem 1rem;
  background: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .flow--after .white-bg {
    font-size: 2.5rem;
    padding: 1rem 2rem;
  }
}
.flow--after--txt {
  margin-top: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .flow--after--txt {
    margin-top: 3rem;
    font-size: 3rem;
  }
}

/*------------------▲レッスンの流れ //.flow------------------*/
/*------------------▼よくある質問 //.faq------------------*/
.faq {
  background: #ECF6FF;
  padding: 5rem 3rem;
}
@media only screen and (min-width: 769px) {
  .faq {
    padding: 8rem 22rem;
  }
}
.faq--accordion li + li {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .faq--accordion li + li {
    margin-top: 1.5rem;
  }
}
.faq--accordion--title {
  background: #fff;
  border-radius: 0.8rem;
  width: 100%;
  padding: 1.5rem 3rem 1.5rem 4.5rem;
  position: relative;
  box-shadow: 0 0.4rem 0.8rem rgba(49, 161, 243, 0.2);
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .faq--accordion--title {
    border-radius: 1rem;
    padding: 2rem 3rem 2rem 7rem;
    font-size: 1.8rem;
  }
}
.faq--accordion--title::before {
  content: "Q";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.7rem;
  color: #1566A1;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-55%);
}
@media only screen and (min-width: 769px) {
  .faq--accordion--title::before {
    font-size: 2rem;
    left: 4rem;
  }
}
.faq--accordion--title::after {
  content: "";
  background: url(../img/faq-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .faq--accordion--title::after {
    width: 2rem;
    height: 1.5rem;
    right: 4rem;
  }
}
.faq--accordion--title.close {
  box-shadow: 0 0 0 rgba(49, 161, 243, 0);
  border-radius: 0.8rem 0.8rem 0 0;
}
.faq--accordion--title.close::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq--accordion--box {
  display: none;
  padding: 0rem 2rem 2rem 4.6rem;
  text-align: justify;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  box-shadow: 0 0.4rem 0.8rem rgba(49, 161, 243, 0.2);
  line-height: 1.8;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .faq--accordion--box {
    padding: 0rem 10rem 2rem 7rem;
  }
}
.faq--accordion--box::before {
  content: "A";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.6rem;
  color: #1566A1;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
}
@media only screen and (min-width: 769px) {
  .faq--accordion--box::before {
    font-size: 2rem;
    top: -0.4rem;
    left: 4rem;
  }
}

/*------------------▲よくある質問 //.faq------------------*/
/*------------------▼お申し込みフォーム //.form------------------*/
#form {
  padding: 5rem 3rem;
}
@media only screen and (min-width: 769px) {
  #form {
    padding: 8rem 40rem;
  }
}
#form h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#form h2 .en-title {
  font-size: 1.4rem;
  background: linear-gradient(transparent 50%, #FFEA2E 50%);
  color: #1566A1;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #form h2 .en-title {
    font-size: 2.5rem;
  }
}
#form h2 .sub {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #form h2 .sub {
    font-size: 2.8rem;
  }
}
#form h2 .sub .font-en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  #form h2 .sub .font-en {
    font-size: 3.6rem;
  }
}
#form h2 .sub::before, #form h2 .sub::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3rem;
  background: #333;
  transform: rotate(-30deg);
  position: absolute;
  left: -1rem;
  bottom: 0;
}
#form h2 .sub::after {
  left: auto;
  right: -1rem;
  transform: rotate(30deg);
}
#form h2 .main {
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  #form h2 .main {
    font-size: 3.6rem;
  }
}
#form .content {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  #form .content {
    margin: 0 auto;
    margin-top: 4rem;
  }
}
#form .content .item {
  margin-top: 2rem;
}
#form .content .item .label {
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  #form .content .item .label {
    font-size: 1.6rem;
  }
}
#form .content .item .label .required {
  background: #ea5555;
  color: #fff;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  #form .content .item .label .required {
    font-size: 1.4rem;
  }
}
#form .content .item .label .non-required {
  background: #aaa;
  color: #fff;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  #form .content .item .label .non-required {
    font-size: 1.4rem;
  }
}
#form .content .item .input {
  width: 33rem;
  height: 4.5rem;
  display: block;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0.1rem solid #adadad;
  margin-top: 1.2rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 4.5rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #form .content .item .input {
    margin-top: 1.5rem;
    width: 100%;
  }
}
#form .content .item .input::placeholder {
  color: #c5c5c5;
}
#form .content .item .input.message-box {
  width: 33rem;
  height: 15rem;
  padding: 1.5rem;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  #form .content .item .input.message-box {
    width: 100%;
    height: 15.8rem;
  }
}
#form .content .item .note {
  margin-top: 1rem;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #888;
}
#form .content .item input::-webkit-date-and-time-value {
  text-align: left;
}
#form .content .item .radio {
  margin: 1rem 0rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  #form .content .item .radio {
    margin: 1.5rem 40rem;
  }
}
#form .content .item .radio .radio-box {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  accent-color: #1566A1;
}
@media only screen and (min-width: 769px) {
  #form .content .item .radio .radio-box {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
}
#form .content .item .radio .woman {
  margin-left: 1rem;
}
@media only screen and (min-width: 769px) {
  #form .content .item .radio .woman {
    margin-left: 2rem;
  }
}
#form .content .select {
  position: relative;
}
#form .content .select::after {
  content: "";
  background: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 5rem;
  top: 8rem;
}
@media only screen and (min-width: 769px) {
  #form .content .select::after {
    right: 62rem;
    top: 9.5rem;
  }
}
#form .content .privacy-policy {
  margin-top: 3rem;
}
#form .content .privacy-policy .policy-txt {
  height: 15.8rem;
  overflow-y: scroll;
  background: #f0f0f0;
  border: 0.2rem #adadad solid;
  font-weight: 500;
  padding: 2rem;
  font-size: 1.2rem;
  height: 18rem;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #form .content .privacy-policy .policy-txt {
    height: 18rem;
  }
}
#form .content .privacy-policy .policy-txt .bold {
  font-weight: bold;
}
#form .content .check {
  margin-top: 2rem;
}
#form .content .check .ECM_CheckboxInput {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1rem;
}
#form .content .check .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#form .content .check .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  border: solid 0.2rem #adadad;
}
#form .content .check .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: solid 0.2rem #adadad;
}
#form .content .check .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 0.2rem #adadad;
  background: #FFFFFF;
}
#form .content .check .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
#form .content .check .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  border: solid 0.2rem #adadad;
  background: #FFFFFF;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 769px) {
  #form .content .check .ECM_CheckboxInput-DummyInput {
    width: 2rem;
    height: 2rem;
  }
}
#form .content .check .ECM_CheckboxInput-LabelText {
  margin-left: 1rem;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #form .content .check .ECM_CheckboxInput-LabelText {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
#form .content .check .note {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  #form .content .check .note {
    font-size: 1.2rem;
  }
}
#form .content .form-btn {
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
  background: #31A1F3;
  height: 4.6rem;
  width: 28.6rem;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  line-height: 4.6rem;
}
@media only screen and (min-width: 769px) {
  #form .content .form-btn {
    height: 5.6rem;
    width: 35rem;
    line-height: 5.6rem;
    font-size: 2rem;
  }
}
#form .content .form-btn:disabled {
  cursor: default;
  opacity: 0.5;
}

/*------------------▲お申し込みフォーム #form------------------*/
/*------------------▼フッター //.footer------------------*/
.footer {
  padding: 3rem 0rem 0rem;
  position: relative;
  background: #ccc;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 3rem 0rem 0;
  }
}
.footer--pc-flex--logo figure {
  width: 17.3rem;
  height: 6rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .footer--pc-flex--logo figure {
    margin-bottom: 2rem;
  }
}
.footer--pc-flex--list .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .footer--pc-flex--list .sns-list {
    margin-bottom: 2rem;
  }
}
.footer--pc-flex--list .sns-list figure {
  max-width: 3.2rem;
  max-height: 3.2rem;
}
.footer--pc-flex--list .sns-list .text-link {
  font-size: 1.2rem;
  text-decoration: underline;
}
.footer--pc-flex--list--school-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer--pc-flex--list .phone-number {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer--pc-flex--list .email {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
}
.footer .copyright {
  width: 100vw;
  text-align: center;
  font-size: 1rem;
  background: #333;
  color: #fff;
  padding: 1rem 0 8rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .footer .copyright {
    padding: 1rem 0;
  }
}
.footer.thanks_footer .copyright {
  padding-bottom: 1rem;
}

/*------------------▲フッター //.footer------------------*/
/*------------------▼サンクスページ //.thanks------------------*/
#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thanks {
  flex: 1;
  padding: 7rem 2rem;
  margin-top: 8rem;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .thanks {
    padding: 10rem 0;
    margin-top: 10rem;
    font-size: 1.8rem;
  }
}
.thanks p {
  color: #333;
}
.thanks .back_btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
  background: #31A1F3;
  width: 12rem;
  height: 5rem;
  border-radius: 9999px;
  border: 0.2rem solid #97cfe1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .thanks .back_btn {
    margin-top: 4rem;
    width: 15rem;
    height: 5rem;
    color: #fff;
    border: 0.2rem solid #97cfe1;
  }
}

/*------------------▲サンクスページ //.thanks------------------*//*# sourceMappingURL=style.css.map */