@charset "UTF-8";


/*=================================
非公開コンテンツ
===================================*/

.sec-achievement .subttl{
  display: none;
}

.sec-achievement .box-youtube{
  display: none;
}

.plan-box .box03,.box04{
  display: none;
}

.banner-wrap{
  display: none;
}

.box-freetrial{
  display: none;
}

.sec-counseling .box-counseling {
  margin-top: 30px !important;
}



/* CSS Document */
html {
  font-size: 62.5%;
  line-height: 1.15;
}

* {
  font-family: 'Zen Kaku Gothic New', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.6rem;
  color: #011445;
}

body.noscroll {
  overflow: hidden;
}

main {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}

/*=================================
header
===================================*/
header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.hidden {
  display: none;
}

header .header-logo {
  max-width: 140px;
  width: 140px;
  margin: 0 auto;
  z-index: 999;
}

header .burger-btn {
  z-index: 999;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/bg_burgerbtn.png) no-repeat center/contain;
}

header .burger-btn span {
  position: absolute;
  display: block;
  height: 1px;
  width: 18px;
  background-color: #001446;
}

header .burger-btn span:first-of-type {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .burger-btn span:last-of-type {
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .burger-btn.active span {
  width: 20px;
}

header .burger-btn.active span:first-of-type {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .burger-btn.active span:last-of-type {
  bottom: 25px;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .burger-menu-wrap {
  display: none;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

header .burger-menu-wrap .burger-menu {
  border-radius: 0 80px 0 0;
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bg_burgermenu.png) no-repeat center/cover;
  width: 90%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .burger-menu-wrap .burger-menu ul {
  max-width: 276px;
  width: 276px;
}

header .burger-menu-wrap .burger-menu ul li {
  text-align: center;
  padding: 18px 0;
  position: relative;
}

header .burger-menu-wrap .burger-menu ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/nav_border.svg) no-repeat center/contain;
}

header .burger-menu-wrap .burger-menu ul li:last-of-type::after {
  display: none;
}

header .burger-menu-wrap .burger-menu ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 16px 0;
}

header .burger-menu-wrap .burger-menu ul li a img {
  width: 164px;
}

/*=================================
mv
===================================*/
.sec-mv {
  position: relative;
  margin-top: 80px;
  padding: 0 90px;
  max-width: 100%;
  width: 100%;
}

.sec-mv::before {
  content: "";
  display: block;
  padding-top: 58.5%;
}

.sec-mv .fv {
  border-radius: 0 80px 0 0;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/mv.png) no-repeat center/cover;
}

.mv-btn-list {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
  gap: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-mv-btm {
  max-width: 520px;
  margin: 0 auto;
}

.scrolldown {
  position: relative;
  margin-top: 100px;
}

.scrolldown span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.scrolldown span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #011445;
  -webkit-animation: circlemove 1.6s ease-in-out infinite;
          animation: circlemove 1.6s ease-in-out infinite;
}

.scrolldown span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #011445;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 0;
  }
}

.sec-intro {
  background: url(../img/bg_intro.png) no-repeat top 70px left 0/100%;
  margin-top: 200px;
  padding-bottom: 270px;
}

.sec-intro .intro-ttl {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}

.sec-intro .nayami-list {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 40px;
  padding: 30px 60px;
  position: relative;
  z-index: 9;
}

.sec-intro .nayami-list::after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  display: block;
  width: 180px;
  height: 40px;
  background: url(../img/ic_arrow_btm.svg) no-repeat center/contain;
}

.sec-intro .nayami-list li {
  font-size: 24px;
  padding: 8px 0 8px 27px;
  font-weight: 500;
  position: relative;
}

.sec-intro .nayami-list li::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/ic_check.svg) no-repeat center/contain;
}

.sec-intro .lifeis-box {
  background: rgba(255, 174, 169, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 174, 169, 0.6)), to(rgba(154, 219, 229, 0.6)));
  background: linear-gradient(90deg, rgba(255, 174, 169, 0.6) 0%, rgba(154, 219, 229, 0.6) 100%);
  border-radius: 15px;
  margin-top: 150px;
  position: relative;
  padding: 6px;
}

.sec-intro .lifeis-box .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 610px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.sec-intro .lifeis-box .ttl img {
  width: 217px;
  margin-top: -20px;
}

.sec-intro .lifeis-box .lifeis-list {
  background-color: #fff;
  padding: 100px 70px 40px;
  border-radius: 12px;
}

.sec-intro .lifeis-box .lifeis-list li {
  font-weight: bold;
  font-size: 30px;
  padding: 10px 0 10px 40px;
  position: relative;
}

.sec-intro .lifeis-box .lifeis-list li::before {
  position: absolute;
  content: '';
  display: block;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/ic_circle.svg) no-repeat center/contain;
}

.sec-intro .lifeis-box .lifeis-list li span {
  color: #ff8571;
}

.sec-achievement {
  margin-top: -200px;
  background: url(../img/bg_comparison.png) no-repeat top/100%;
}

.sec-achievement .bg_02 {
  background: rgba(125, 189, 249, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 189, 249, 0)), to(#e0e3e6));
  background: linear-gradient(180deg, rgba(125, 189, 249, 0) 0%, #e0e3e6 100%);
  padding: 20% 0 15% 0;
}

.sec-achievement .txt01 {
  color: #fff;
  font-size: 25px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
}

.sec-achievement .inner {
  max-width: 600px;
  margin: 0 auto;
}

.sec-achievement .ttl {
  max-width: 400px;
  margin: 40px auto 0 auto;
}

.sec-achievement .box-comparison {
  margin-top: 50px;
}

.sec-achievement .subttl {
  margin-top: 50px;
}

.sec-achievement .box-youtube {
  margin-top: 16px;
}

.sec-achievement .info-wrapper {
  margin-top: 90px;
}

.info-wrapper {
  text-align: center;
}

.info-wrapper .info-ttl {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
}

.info-wrapper .info-ttl .dot {
  position: relative;
}

.info-wrapper .info-ttl .dot::before {
  position: absolute;
  top: -30px;
  content: '・';
}

.info-wrapper .info-ttl .bg_wh {
  background-color: #fff;
  color: #ff8571;
  display: inline-block;
  margin: 0 4px;
  padding: 0 2px;
}

.info-wrapper .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-wrapper .btn-wrap .btn {
  width: 100%;
}

.sec-thought {
  margin-top: -2px;
  background: url(../img/bg_images01_1.png) no-repeat top/100%;
  position: relative;
  padding-top: 76%;
  padding-bottom: 15%;
  text-align: center;
}

.sec-thought .img-model01 {
  position: absolute;
  top: -70px;
  left: 0;
  width: 72%;
}

.sec-thought .img-model02 {
  position: absolute;
  top: 420px;
  right: 0;
  width: 50%;
  z-index: 9;
}

.sec-thought .ttl {
  max-width: 330px;
  margin: 0 auto;
}

.sec-thought .txt01 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 2px;
}

.sec-thought .txt01 .nyoro {
  position: relative;
}

.sec-thought .txt01 .nyoro::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  background: url(../img/marker_pnk.svg) no-repeat center/contain;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.sec-thought .thought-box {
  background: rgba(255, 174, 169, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 174, 169, 0.6)), to(rgba(154, 219, 229, 0.6)));
  background: linear-gradient(90deg, rgba(255, 174, 169, 0.6) 0%, rgba(154, 219, 229, 0.6) 100%);
  border-radius: 15px;
  max-width: 540px;
  margin: 50px auto 0 auto;
  position: relative;
  padding: 6px;
}

.sec-thought .thought-box .thought-list {
  background-color: #fff;
  padding: 40px 30px 40px 50px;
  border-radius: 12px;
}

.sec-thought .thought-box .thought-list li {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 10px 24px;
  position: relative;
  text-align: left;
}

.sec-thought .thought-box .thought-list li::before {
  position: absolute;
  content: '●';
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #ff8571;
}

.sec-thought .thought-box .thought-list li::after {
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../img/border_dots.svg) no-repeat center/contain;
}

.sec-thought .txt02 {
  margin-top: 60px;
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
}

.sec-thought .txt02 span {
  color: #ff8571;
  position: relative;
}

.sec-thought .txt02 span .dot::before {
  position: absolute;
  top: -26px;
  content: '・';
}

.sec-thought .txt03 {
  width: 287px;
  margin: 24px auto 0 auto;
}

.sec-important {
  background-image: url(../img/bg_important.png), url(../img/bg_important.png), url(../img/bg_important.png);
  background-size: 520px;
  background-repeat: no-repeat;
  background-position: right -80px top 30%, left -80px top 68%, right -80px bottom -30px;
  position: relative;
  z-index: 9;
  padding-bottom: 22%;
}

.sec-important .sec-ttl {
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 200px;
  position: relative;
  z-index: -11;
}

.sec-important .sec-ttl img {
  margin-top: -24px;
  width: 250px;
}

.sec-important .box-important {
  max-width: 1190px;
  margin: 210px auto 0 auto;
}

.sec-important .box-important .box {
  max-width: 940px;
  position: relative;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  padding: 30px 40px 48px;
  margin-bottom: 384px;
}

.sec-important .box-important .box::before {
  z-index: -1;
  position: absolute;
  right: -20px;
  bottom: -20px;
  content: '';
  width: 100%;
  height: 100%;
  background: #7dbdf9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dbdf9), to(#e0e3e6));
  background: linear-gradient(180deg, #7dbdf9 0%, #e0e3e6 100%);
  border-radius: 0 30px 0 0;
}

.sec-important .box-important .box::after {
  z-index: -2;
  position: absolute;
  width: 900px;
  height: 356px;
  content: '';
  top: -310px;
  display: block;
}

.sec-important .box-important .box.important01::after {
  right: -305px;
  background: url(../img/img_important01.png) no-repeat center/cover;
}

.sec-important .box-important .box.important02 {
  margin-left: auto;
  border-radius: 30px 0 0 0;
}

.sec-important .box-important .box.important02::before {
  left: -20px;
  bottom: -20px;
  border-radius: 30px 0 0 0;
}

.sec-important .box-important .box.important02::after {
  left: -305px;
  background: url(../img/img_important02.png) no-repeat center/cover;
}

.sec-important .box-important .box.important03 {
  margin-bottom: 0;
}

.sec-important .box-important .box.important03::after {
  right: -305px;
  background: url(../img/img_important03.png) no-repeat center/cover;
}

.sec-important .box-important .box .box-ttl {
  position: relative;
}

.sec-important .box-important .box .box-ttl span.no {
  display: block;
  width: 80px;
}

.sec-important .box-important .box .box-ttl span.subttl {
  display: inline-block;
  background-color: #7dbdf9;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin-top: 26px;
  padding: 4px 8px;
}

.sec-important .box-important .box .box-ttl span.ttl {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.sec-important .box-important .box .box-ttl span.icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 96px;
}

.sec-important .box-important .box .box-txt {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  color: #4b5064;
}

.sec-ttl {
  text-align: center;
  line-height: 30px;
}

.sec-ttl .en {
  display: block;
  letter-spacing: 2px;
  font-size: 15px;
}

.sec-ttl .ja {
  margin-top: 8px;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.sec-comparison {
  background: url(../img/bg_comparison_top.png) no-repeat top/100%;
  margin-top: -200px;
  position: relative;
  z-index: 9;
  padding-top: 15%;
}

.sec-comparison .bg_02 {
  background: #8ac2f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ac2f8), to(#ccdbe9));
  background: linear-gradient(180deg, #8ac2f8 0%, #ccdbe9 100%);
  padding-bottom: 10%;
}

.sec-comparison .sec-ttl {
  -webkit-transform: translateY(-160%);
          transform: translateY(-160%);
}

.sec-comparison .comparison-box {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-comparison .comparison-box .box {
  width: 47%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding-top: 90px;
  padding-left: 34px;
  padding-right: 34px;
  height: 590px;
  position: relative;
}

.sec-comparison .comparison-box .box::after {
  position: absolute;
  z-index: 9;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -75px;
  width: 90px;
  height: 50px;
  background: url(../img/ic_arrow.svg) no-repeat center/contain;
}

.sec-comparison .comparison-box .box:last-of-type::after {
  display: none;
}

.sec-comparison .comparison-box .box .ttl {
  top: 20px;
  left: -12px;
  position: absolute;
}

.sec-comparison .comparison-box .box .img-wrap {
  margin: 0 auto;
}

.sec-comparison .comparison-box .box .txt01 {
  margin-top: 20px;
  line-height: 30px;
  color: #4b5064;
}

.sec-comparison .comparison-box .box .txt01 span {
  color: #ff8571;
}

.sec-comparison .comparison-box .box .txt02 {
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
  font-size: 15px;
  color: #4b5064;
  line-height: 30px;
}

.sec-comparison .comparison-box .box .txt02 span {
  color: #ff8571;
  background-color: #fff;
}

.sec-comparison .comparison-box .box.other {
  padding-left: 34px;
  padding-right: 34px;
}

.sec-comparison .comparison-box .box.other .ttl {
  width: 150px;
}

.sec-comparison .comparison-box .box.other .img-wrap {
  width: 345px;
}

.sec-comparison .comparison-box .box.lifeis {
  padding-left: 24px;
  padding-right: 24px;
}

.sec-comparison .comparison-box .box.lifeis .ttl {
  width: 237px;
}

.sec-comparison .comparison-box .box.lifeis .img-wrap {
  width: 290px;
}

.sec-comparison .info-wrapper {
  margin-top: 110px;
}

.sec-comparison .txt-btm {
  background: url(../img/bg_images2.png) no-repeat bottom/100%;
}

.sec-lesson {
  margin-top: -1px;
  background-color: rgba(244, 199, 199, 0.2);
}

.sec-lesson .ttl {
  background-image: url(../img/bg_comparison_btm.png), url(../img/bg_lesson_top.png);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: top, top;
  padding-top: 12%;
  padding-bottom: 7%;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}

.sec-lesson .ttl span {
  font-size: 78px;
  font-weight: 900;
}

.sec-lesson-comment{
  font-size: 13px !important;
  font-weight: 100 !important;
  line-height: 20px !important;
}

.sec-lesson .container {
  max-width: 990px;
}

.sec-curriculum .lesson-list {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-curriculum .lesson-list li {
  width: 31%;
}

.sec-curriculum .bg_02 {
  background: #a6c7f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6c7f5), color-stop(50%, #f4c7c7), to(#f4b881));
  background: linear-gradient(180deg, #a6c7f5 0%, #f4c7c7 50%, #f4b881 100%);
  position: relative;
  padding: 10% 0;
}

.sec-curriculum .container {
  position: relative;
  z-index: 9;
}

.sec-curriculum .sec-ttl{
  margin-bottom: 30px;
}

.sec-curriculum .sec-title {
  text-align: center;
  font-size: 55px;
  border-radius: 30px 10px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px 0 10px;
}

.sec-curriculum .sec-txt {
  text-align: center;
  color: #ffffff;
  font-size: 23px;
}

.sec-curriculum .box-curriculum {
  margin-top: 50px;
}

.sec-curriculum .box-curriculum .box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 70px;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
}

.sec-curriculum .box-curriculum .box::after {
  display: block;
  position: absolute;
  right: 30px;
  top: 45px;
  content: '';
  width: 100px;
  height: 100px;
}

.sec-curriculum .box-curriculum .box.curriculum01::after {
  background: url(../img/ic_curriculum01.svg) no-repeat center/contain;
}

.sec-curriculum .box-curriculum .box.curriculum02::after {
  background: url(../img/ic_curriculum02.svg) no-repeat center/contain;
}

.sec-curriculum .box-curriculum .box.curriculum03::after {
  background: url(../img/ic_curriculum03.svg) no-repeat center/contain;
}

.sec-curriculum .box-curriculum .box .number {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  background: #a6c7f5;
  background: -webkit-gradient(linear, left top, right top, from(#a6c7f5), color-stop(50%, #f4c7c7), to(#f4b881));
  background: linear-gradient(90deg, #a6c7f5 0%, #f4c7c7 50%, #f4b881 100%);
  color: #fff;
  border-radius: 50px;
  padding: 6px 18px;
}

.sec-curriculum .box-curriculum .box .box-ttl {
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
}

.sec-curriculum .box-curriculum .box .box-txt {
  margin-top: 6px;
  color: #4b5064;
  line-height: 29px;
}

.sec-curriculum .box-curriculum .box .box-open {
  margin-top: 18px;
  position: relative;
  cursor: pointer;
}

.sec-curriculum .box-curriculum .box .box-open::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: '';
  height: 1px;
  width: 94%;
  background-color: #4b5064;
}

.sec-curriculum .box-curriculum .box .box-open::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/ic_open.svg) no-repeat center/contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.sec-curriculum .box-curriculum .box .box-open.active::after {
  -webkit-transition: .2s;
  transition: .2s;
  background: url(../img/ic_close.svg) no-repeat center/contain;
}

.sec-curriculum .box-curriculum .box .hidden-txt {
  padding-top: 20px;
  line-height: 30px;
  color: #4b5064;
  display: none;
}

.sec-curriculum .box-more {
  margin-top: 10px;
}

.sec-curriculum .box-more .ttl-more {
  width: 195px;
  margin: 0 auto;
}

.sec-curriculum .box-more .txt-more01 {
  width: 490px;
  margin: 16px auto 0 auto;
}

.sec-curriculum .box-more .txt-more02 {
  margin-top: 40px;
}

.sec-curriculum .box-more .txt-more03 {
  margin-top: 18px;
  color: #4b5064;
  line-height: 29px;
}

.sec-coach {
  background-image: url(../img/bg_coach.png), url(../img/bg_curriculum_btm.png);
  background-size: cover, 100%;
  background-position: top 100px left 0, top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 8%;
  padding-bottom: 13%;
}

.sec-coach .sec-txt {
  text-align: center;
  margin-top: 20px;
  color: #4b5064;
}

.sec-coach .box-coach {
  margin-top: 50px;
}

.sec-coach .box-coach .box {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-coach .box-coach .box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-coach .box-coach .box .img-wrap img {
  height: 100%;
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-coach .box-coach .box .txt-wrap {
  width: 70%;
  padding: 30px 50px;
}

.sec-coach .box-coach .box .txt-wrap .position {
  color: #ff8571;
}

.sec-coach .box-coach .box .txt-wrap .name {
  font-weight: bold;
  font-size: 27px;
}

.sec-coach .box-coach .box .txt-wrap .txt {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #4b5064;
  line-height: 29px;
  border-bottom: 1px solid #4b5064;
}

.sec-coach .box-coach .box .txt-wrap .txt-license {
  margin-top: 10px;
  color: #4b5064;
  line-height: 29px;
}

.sec-counseling {
  margin-top: -10%;
  background: url(../img/bg_counseling_top.png) no-repeat top/100%;
  padding-top: 7%;
}

.sec-counseling .bg_02 {
  background: #ffaea9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaea9), to(#9adbe5));
  background: linear-gradient(180deg, #ffaea9 0%, #9adbe5 100%);
  position: relative;
  padding-bottom: 6%;
  padding-top: 4%;
}

.sec-counseling .bg_03 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_counseling_02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.sec-counseling .container {
  position: relative;
  z-index: 9;
}

.sec-counseling .inner {
  max-width: 490px;
  margin: 0 auto;
}

.sec-counseling .txt01 {
  margin-top: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.sec-counseling .txt01 span {
  color: #ff8571;
  background-color: #fff;
  display: inline-block;
  padding: 0 18px;
  margin-left: 8px;
  font-weight: 900;
}

.sec-counseling .img-diagnose {
  margin-top: 30px;
}

.sec-counseling .box-freetrial {
  max-width: 600px;
  margin: 30px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding: 45px 30px;
}

.sec-counseling .box-freetrial .ttl {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 28px;
}

.sec-counseling .box-freetrial .ttl span {
  font-weight: bold;
}

.sec-counseling .box-freetrial .ttl span.en {
  border-radius: 20px;
  padding: 14px 44px;
  font-size: 26px;
  letter-spacing: 4px;
  display: inline-block;
  color: #fff;
  background: #ffaea9;
  background: -webkit-gradient(linear, left top, right top, from(#ffaea9), to(#9adbe5));
  background: linear-gradient(90deg, #ffaea9 0%, #9adbe5 100%);
}

.sec-counseling .box-freetrial .ttl span.ja {
  display: block;
  margin-top: 28px;
  font-size: 32px;
}

.sec-counseling .box-freetrial .txt {
  padding: 0 0 0 60px;
  margin-top: 24px;
  font-size: 23px;
  line-height: 44px;
  color: #4b5064;
}

.sec-counseling .box-freetrial .txt span {
  color: #ff8571;
}

.sec-counseling .box-counseling {
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding: 50px 144px;
}

.sec-counseling .box-counseling .ttl {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 28px;
}

.sec-counseling .box-counseling .ttl span {
  font-weight: bold;
}

.sec-counseling .box-counseling .ttl span.en {
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 15px;
  letter-spacing: 3px;
  display: inline-block;
  color: #fff;
  background: #ffaea9;
  background: -webkit-gradient(linear, left top, right top, from(#ffaea9), to(#9adbe5));
  background: linear-gradient(90deg, #ffaea9 0%, #9adbe5 100%);
}

.sec-counseling .box-counseling .ttl span.ja {
  display: block;
  margin-top: 34px;
  font-size: 25px;
}

.sec-counseling .txt-counseling01 {
  margin-top: 50px;
  text-align: center;
  color: #4b5064;
  font-size: 18px;
  font-weight: 600;
}

.sec-counseling .img-wrap {
  max-width: 380px;
  margin: 28px auto 0 auto;
}

.sec-counseling .txt-counseling02 {
  color: #4b5064;
  margin-top: 24px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
}

.sec-counseling .txt-counseling02 span {
  color: #ff8571;
  background: #ffffff;
  font-weight: bold;
  display: inline-block;
  line-height: 32px;
  padding: 0 20px;
}

.sec-counseling .sec-flow {
  margin-top: 100px;
}

.sec-counseling .sec-flow .flow-list {
  max-width: 584px;
  margin: 30px auto 0 auto;
}

.sec-counseling .sec-flow .flow-list li {
  padding: 22px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  margin-bottom: 12px;
  position: relative;
}

.sec-counseling .sec-flow .flow-list li::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7dbdf9;
  height: 24px;
  width: 44px;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 9;
}

.sec-counseling .sec-flow .flow-list li:last-of-type::after {
  display: none;
}

.sec-counseling .sec-flow .flow-list li .ttl-step {
  display: inline-block;
  border: 1px solid #011445;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 28px;
  letter-spacing: 1px;
  border-radius: 12px;
}

.sec-counseling .sec-flow .flow-list li .flow-txt {
  font-weight: bold;
  font-size: 19px;
  margin-top: 8px;
}

.sec-counseling .sec-flow .flow-list li .line-link {
  font-size: 21px;
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  background-color: #06c655;
}

.sec-counseling .info-wrapper {
  margin-top: 120px;
}

.sec-voices {
  margin-top: -1px;
  background: url(../img/bg_counseling_btm.png) no-repeat top/100%;
  position: relative;
  padding-top: 18%;
  padding-bottom: 22%;
}

.sec-voices .bg_02 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_voices.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.sec-voices .sec-txt {
  margin-top: 30px;
  text-align: center;
  color: #4b5064;
}

.sec-voices .voice-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-voices .voice-list li {
  width: 48%;
}

.sec-voices .voice-list li:nth-of-type(2n-1) .item .txt-wrap .copy-txt {
  color: #ff8571;
}

.sec-voices .voice-list li:nth-of-type(2n) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-voices .voice-list li:nth-of-type(2n) .item .txt-wrap .copy-txt {
  color: #7dbdf9;
}

.sec-voices .voice-list li:nth-of-type(2n) .modal-container .catchcopy {
  color: #7dbdf9;
}

.sec-voices .voice-list li:nth-of-type(2n) .modal-container .subcopy {
  color: #7dbdf9;
}

.sec-voices .voice-list li:nth-of-type(2n) .modal-container .interview-wrap .modal-ttl {
  color: #7dbdf9;
}

.sec-voices .voice-list li:nth-of-type(2n) .box-popup {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  background-color: #b2b2b2;
  padding: 25px;
}

.sec-voices .voice-list li:nth-of-type(2n) .box-popup .inner {
  background: #fff url(../img/bg_modal_blue.png) no-repeat center/cover;
  border-radius: 0 25px 0 0;
  padding: 72px 45px 60px;
}

.sec-voices .voice-list li .item {
  background-color: #fff;
  padding: 22px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}

.sec-voices .voice-list li .item .img-wrap {
  width: 27%;
}

.sec-voices .voice-list li .item .txt-wrap {
  width: 69%;
  position: relative;
}

.sec-voices .voice-list li .item .txt-wrap .copy-txt {
  font-weight: bold;
  font-size: 15px;
}

.sec-voices .voice-list li .item .txt-wrap .name {
  margin-top: 8px;
  font-size: 15px;
  color: #4b5064;
}

.sec-voices .voice-list li .item .txt-wrap .btn-open {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 24px;
}

.sec-voices .voice-list li .modal-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec-voices .voice-list li .modal-container.active {
  opacity: 1;
  visibility: visible;
}

.sec-voices .voice-list li .box-popup {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  background-color: #b2b2b2;
  padding: 25px;
}

.sec-voices .voice-list li .box-popup .inner {
  background: #fff url(../img/bg_modal.png) no-repeat center/cover;
  border-radius: 0 25px 0 0;
  padding: 72px 45px 60px;
}

.sec-voices .voice-list li .box-popup .img-wrap img {
  display: block;
  width: 270px;
  margin: 0 auto;
}

.sec-voices .voice-list li .box-popup .img-wrap .modal-name {
  font-size: 21px;
  color: #4b5064;
  margin-top: 18px;
}

.sec-voices .voice-list li .box-popup .catchcopy {
  margin-top: 30px;
  font-weight: bold;
  color: #ff8571;
  font-size: 20px;
}

.sec-voices .voice-list li .box-popup .subcopy {
  margin-top: 20px;
  color: #ff8571;
}

.sec-voices .voice-list li .box-popup .interview-wrap {
  padding-top: 84px;
  margin-top: 30px;
  border-top: 1px solid rgba(80, 81, 87, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-voices .voice-list li .box-popup .interview-wrap .modal-ttl {
  font-weight: bold;
  color: #ff8571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec-voices .voice-list li .box-popup .interview-wrap .modal-ttl span {
  display: block;
}

.sec-voices .voice-list li .box-popup .interview-wrap .modal-ttl img {
  width: 110px;
  margin-bottom: 6px;
}

.sec-voices .voice-list li .box-popup .interview-wrap .modal-txt {
  text-align: left;
  margin-top: 16px;
  font-size: 13px;
  line-height: 25px;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-l {
  width: 28%;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-l .img-box {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-l .img-box img {
  width: 49%;
  display: block;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-r {
  width: 65%;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-r .modal-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap .img {
  width: 18%;
}

.sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap .txt {
  width: 80%;
}

.sec-voices .voice-list li .box-popup .btn-close {
  position: relative;
  margin-top: 80px;
  cursor: pointer;
}

.sec-voices .voice-list li .box-popup .btn-close img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24px;
}

.sec-voices .voice-list li .box-popup .btn-close::before {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 96%;
  display: block;
  background-color: #4b5064;
}

.voice-comment{
  font-size: 10px;
  text-align: left;
  color: #696e82;
}

.sec-plan {
  margin-top: -15%;
  background: url(../img/bg_plan_top02.png) no-repeat top/100%;
  padding-top: 9%;
}

.sec-plan .bg_02 {
  background: #a6c7f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6c7f5), color-stop(50%, #f4c7c7), to(#f4b881));
  background: linear-gradient(180deg, #a6c7f5 0%, #f4c7c7 50%, #f4b881 100%);
  position: relative;
  padding-bottom: 10%;
}

.sec-plan .bg_03 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_curriculum_02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.sec-plan .sec-ttl {
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}

.sec-plan .container {
  position: relative;
  z-index: 9;
}

.sec-plan .info-wrapper {
  position: relative;
  z-index: 9;
}

.sec-plan .plan-box .box.box05 {
  width: 100%;
}

.sec-plan .banner-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.sec-plan .info-wrapper {
  margin-top: 100px;
}

.sec-faq {
  margin-top: -1px;
  background: url(../img/bg_curriculum_btm.png) no-repeat top/100%;
  padding-top: 15%;
  padding-bottom: 7%;
}

.sec-faq .faq-list {
  margin-top: 44px;
}

.sec-faq .faq-list li {
  margin-bottom: 40px;
}

.sec-faq .faq-list li .q-wrap {
  cursor: pointer;
}

.sec-faq .faq-list li .q-wrap .q-ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: 1px solid #4b5064;
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

.sec-faq .faq-list li .q-wrap .q-ttl::before {
  position: absolute;
  content: 'Q.';
  left: 0;
  font-size: 23px;
}

.sec-faq .faq-list li .q-wrap .q-ttl::after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/ic_open.svg) no-repeat center/contain;
}

.sec-faq .faq-list li .q-wrap.active .q-ttl::after {
  background: url(../img/ic_close.svg) no-repeat center/contain;
}

.sec-faq .faq-list li .a-wrap {
  display: none;
  position: relative;
}

.sec-faq .faq-list li .a-wrap .txt {
  color: #4b5064;
  padding-left: 40px;
  padding-top: 10px;
  line-height: 25px;
}

.sec-faq .faq-list li .a-wrap::before {
  content: 'A.';
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: bold;
  font-size: 23px;
  color: #ff8571;
  letter-spacing: 2px;
}

.sec-faq .faq-list li .a-wrap .img-wrap {
  max-width: 280px;
  margin: 20px auto;
}

.sec-faq .faq-list li .a-wrap .img-wrap img {
  -webkit-filter: drop-shadow(0 0 6px rgba(178, 178, 178, 0.75));
          filter: drop-shadow(0 0 6px rgba(178, 178, 178, 0.75));
}

.sec-f-message {
  background-image: url(../img/bg_ft_top.png), url(../img/bg_ft_btm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top, bottom;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.sec-f-message .bg_02 {
  background: #7fbff9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7fbff9), to(#abcff0));
  background: linear-gradient(180deg, #7fbff9 0%, #abcff0 100%);
  padding-top: 13%;
  padding-bottom: 13%;
}

.sec-f-message .bg_03 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_ft_cloud.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top -50px left 0;
}

.sec-f-message .container {
  position: relative;
  z-index: 9;
}

.sec-f-message .logo {
  width: 175px;
  margin-bottom: 40px;
}

.sec-f-message .txt {
  color: #ffffff;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
}

.sec-f-message .txt span {
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  letter-spacing: 4px;
}

footer {
  padding: 8% 0 2%;
  text-align: center;
}

footer .txt {
  color: #4b5064;
}

footer a {
  text-decoration: underline;
}

.footer-sub{
  margin: 40px 20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #bfc4d9;
  display: flex;
  justify-content: end;
}

.footer-sub-a{
  font-size: 14px;
  line-height: 3em;
  display: block;
  margin-left: 30px;
}

.ic-mv {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 520px) {
  .ic-mv {
    display: block !important;
  }
  .sec-mv::before {
    padding-top: 270%;
  }
  .sec-mv .fv {
    background: url(../img/mv_sp.png) no-repeat center/cover;
  }
  .sec-mv .fv .ic-mv {
    display: block;
    width: 46%;
    position: absolute;
    bottom: 18%;
    left: -10px;
  }
  .mv-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    width: 95%;
  }
  .mv-btn-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
  }
  header .header-logo {
    width: 124px;
    margin: 0 0 0 15px;
  }
  header .burger-btn {
    right: 15px;
    bottom: auto;
    width: 47px;
    height: 47px;
  }
  header .burger-btn span:first-of-type {
    top: 20px;
  }
  header .burger-btn span:last-of-type {
    bottom: 18px;
  }
  header .burger-btn.active span:first-of-type {
    top: 24px;
  }
  header .burger-btn.active span:last-of-type {
    bottom: 22px;
  }
  header .burger-menu-wrap .burger-menu {
    height: 70vh;
    top: 60px;
    background: url(../img/bg_burgermenu_sp.png) no-repeat center/cover;
  }
  header .burger-menu-wrap .burger-menu ul li {
    padding: 16px 0;
  }
  header .burger-menu-wrap .btn-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .sec-mv {
    margin-top: 60px;
  }
  .btn-mv-btm {
    margin: -80px auto 0 auto;
  }
  .btn-mv-btm img{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .fixed{
    position: relative;
    z-index: 999;
  }
  .fixed img{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .sec-intro {
    background: url(../img/bg_intro_sp.png) no-repeat top 0 left 0/100%;
    margin-top: -100px;
    padding-top: 130px;
    padding-bottom: 270px;
  }
  .sec-intro .intro-ttl {
    font-size: 25px;
    text-align: left;
  }
  .sec-intro .nayami-list {
    border-radius: 12px;
    margin-top: 20px;
    padding: 30px 30px;
    position: relative;
  }
  .sec-intro .nayami-list::after {
    bottom: -60px;
  }
  .sec-intro .nayami-list li {
    font-size: 15px;
    padding: 8px 0 8px 22px;
    line-height: 22px;
  }
  .sec-intro .nayami-list li::before {
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .sec-intro .lifeis-box_sp {
    margin-top: 90px;
  }
  .sec-achievement {
    margin-top: -230px;
    background: url(../img/bg_comparison_sp.png) no-repeat top/100%;
  }
  .sec-achievement .txt01 {
    font-size: 18px;
    line-height: 38px;
  }
  .sec-achievement .ttl {
    max-width: 260px;
  }
  .sec-achievement .info-wrapper {
    margin-top: 45px;
  }
  .info-wrapper .info-ttl {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 35px;
  }
  .info-wrapper .info-ttl .dot::before {
    top: -22px;
  }
  .info-wrapper .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .info-wrapper .btn-wrap .btn {
    width: 100%;
  }
  .sec-thought {
    background: url(../img/bg_images01_1_sp.png) no-repeat top/100%;
    padding-top: 105%;
  }
  .sec-thought .img-model01 {
    top: -10px;
  }
  .sec-thought .img-model02 {
    top: 120px;
  }
  .sec-thought .ttl {
    width: 230px;
    margin: 0;
  }
  .sec-thought .txt01 {
    font-size: 4.5vw;
    line-height: 11vw;
    text-align: left;
    letter-spacing: 0;
  }
  .txt-subtitle{
    font-size: 5vw;
  }
  .sec-thought .txt01 .nyoro::after {
    background: url(../img/marker_pnk_sp.svg) no-repeat center/contain;
    bottom: -11px;
    height: 22px;
  }
  .sec-thought .thought-box {
    margin: 25px auto 0 auto;
  }
  .sec-thought .thought-box .thought-list {
    padding: 10px;
  }
  .sec-thought .thought-box .thought-list li {
    font-size: 14px;
    padding: 15px 0 15px 18px;
  }
  .sec-thought .thought-box .thought-list li::after {
    background: url(../img/border_dots_sp.svg) no-repeat center/contain;
  }
  .sec-thought .thought-box .thought-list li:last-of-type::after {
    display: none;
  }
  .sec-thought .txt02 {
    margin-top: 30px;
    font-size: 4.5vw;
    line-height: 11vw;
    text-align: left;
  }
  .sec-thought .txt02 span .dot::before {
    top: -22px;
  }
  .sec-thought .txt03 {
    width: 200px;
    margin: 20px 0;
  }
  .sec-important {
    padding-bottom: 75%;
    background-size: 240px;
    background-position: right -80px top 30%, left -80px top 63%, right -80px bottom 7%;
  }
  .sec-important .sec-ttl {
    padding-bottom: 180px;
  }
  .sec-important .sec-ttl img {
    width: 168px;
    margin-top: -14px;
  }
  .sec-important .box-important {
    margin: 0 auto;
  }
  .sec-important .box-important .box {
    max-width: 88%;
    margin-bottom: 180px;
    padding: 30px 20px 70px 15px;
    border-radius: 0 22px 0 0 !important;
    margin-left: 0 !important;
  }
  .sec-important .box-important .box::before {
    left: auto !important;
    right: -10px !important;
    bottom: -10px !important;
    border-radius: 0 22px 0 0 !important;
  }
  .sec-important .box-important .box::after {
    right: auto !important;
    left: 0 !important;
    width: 100vw;
    height: 150px;
    top: -125px;
  }
  .sec-important .box-important .box .box-ttl span.subttl {
    font-size: 26px;
    margin-top: 18px;
    padding: 10px 14px;
  }
  .sec-important .box-important .box .box-ttl span.no {
    width: 60px;
  }
  .sec-important .box-important .box .box-ttl span.icon {
    top: 0;
    right: 0;
    width: 80px;
  }
  .sec-important .box-important .box .box-ttl span.ttl {
    font-size: 17px;
    line-height: 34px;
    margin-top: 15px;
  }
  .sec-important .box-important .box .box-txt {
    font-size: 13px;
    line-height: 25px;
    margin-top: 20px;
  }
  .sec-comparison .sec-ttl {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
  .sec-comparison .bg_02 {
    padding-bottom: 7%;
  }
  .sec-comparison .comparison-box {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-comparison .comparison-box .box {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    padding-top: 75px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 34px !important;
  }
  .sec-comparison .comparison-box .box::after {
    display: none;
  }
  .sec-comparison .comparison-box .box.other .ttl {
    width: 116px;
  }
  .sec-comparison .comparison-box .box.other .img-wrap {
    width: 262px;
  }
  .sec-comparison .comparison-box .box.lifeis .ttl {
    width: 157px;
  }
  .sec-comparison .comparison-box .box.lifeis .img-wrap {
    width: 224px;
  }
  .sec-comparison .comparison-box .box .txt01 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 32px;
  }
  .sec-comparison .comparison-box .box .txt02 {
    margin-top: 14px;
  }
  .sec-comparison .info-wrapper {
    margin-top: 20px;
  }
  .sec-ttl .en {
    font-size: 15px;
  }
  .sec-ttl .ja {
    font-size: 20px;
  }
  .sec-lesson .ttl {
    background-image: url(../img/bg_comparison_btm.png), url(../img/bg_lesson_top_sp.png);
    font-size: 23px;
    line-height: 40px;
    padding-top: 20%;
    padding-bottom: 15%;
  }
  .sec-lesson .ttl .span {
    font-size: 40px;
  }
  .sec-curriculum .txt01 {
    margin-top: 30px;
    font-size: 13px;
    line-height: 25px;
  }
  .sec-curriculum .lesson-list {
    margin-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-curriculum .lesson-list li {
    width: 100%;
    margin-bottom: 4px;
  }
  .sec-curriculum .container{
    padding: 50px 15px 30px;
  }
  .sec-curriculum .bg_03 {
    background-image: url(../img/bg_curriculum02_sp.png);
    background-size: cover;
  }
  .sec-curriculum .sec-ttl {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .sec-curriculum .sec-title{
    font-size: 35px;
  }
  .sec-curriculum .sec-txt {
    font-size: 17px;
  }
  .sec-curriculum .box-curriculum {
    margin-top: 25px;
  }
  .sec-curriculum .box-curriculum .box {
    padding: 25px 15px 30px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .sec-curriculum .box-curriculum .box::after {
    width: 70px;
    height: 70px;
    right: 20px;
    top: 30px;
  }
  .sec-curriculum .box-curriculum .box .box-ttl {
    margin-top: 15px;
    font-size: 18px;
  }
  .sec-curriculum .box-curriculum .box .box-txt {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-curriculum .box-curriculum .box .hidden-txt {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-curriculum .box-curriculum .box .box-open::before {
    width: 88%;
  }
  .sec-curriculum .box-curriculum .box .box-open::after {
    width: 23px;
    height: 23px;
  }
  .sec-curriculum .box-more .ttl-more {
    width: 130px;
    margin-top: 60px;
  }
  .sec-curriculum .box-more .txt-more01 {
    width: 100%;
  }
  .sec-curriculum .box-more .txt-more02 {
    margin-top: 20px;
  }
  .sec-curriculum .box-more .txt-more03 {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-coach {
    background-image: url(../img/bg_coach_sp.png), url(../img/bg_curriculum_btm.png);
    background-position: top 0 left 0, top;
    padding-top: 18%;
  }
  .sec-coach .sec-txt {
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
  }
  .sec-coach .box-coach {
    margin-top: 200px;
  }
  .sec-coach .box-coach .box {
    position: relative;
    width: 85%;
    margin-left: auto;
    background: none !important;
    border-radius: 0;
    margin-bottom: 200px;
  }
  .sec-coach .box-coach .box:nth-of-type(2n) {
    margin-right: auto;
    margin-left: 0;
  }
  .sec-coach .box-coach .box:nth-of-type(2n) .img-wrap {
    right: -50px;
    left: auto;
  }
  .sec-coach .box-coach .box .img-wrap {
    position: absolute;
    top: -170px;
    left: -50px;
    width: 187px;
  }
  .sec-coach .box-coach .box .img-wrap img {
    border-radius: 0 !important;
    height: 320px;
    height: auto;
  }
  .sec-coach .box-coach .box .txt-wrap {
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 15px;
  }
  .sec-coach .box-coach .box .txt-wrap .position {
    font-size: 12px;
  }
  .sec-coach .box-coach .box .txt-wrap .name {
    font-size: 14px;
    margin-top: 10px;
  }
  .sec-coach .box-coach .box .txt-wrap .txt {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-coach .box-coach .box .txt-wrap .txt-license {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-counseling {
    margin-top: -36%;
  }
  .sec-counseling .bg_03 {
    background-image: url(../img/bg_counseling_02_sp.png);
    background-size: 170%;
  }
  .sec-counseling .ttl-shindan {
    margin-top: 6%;
  }
  .sec-counseling .txt01 {
    font-size: 22px;
  }
  .sec-counseling .box-freetrial {
    border-radius: 15px;
    padding: 22px 24px;
  }
  .sec-counseling .box-freetrial .ttl {
    padding-bottom: 18px;
  }
  .sec-counseling .box-freetrial .ttl span.en {
    border-radius: 50px;
    padding: 8px 32px;
    font-size: 15px;
    letter-spacing: 3px;
  }
  .sec-counseling .box-freetrial .ttl span.ja {
    margin-top: 14px;
    font-size: 18px;
  }
  .sec-counseling .box-freetrial .txt {
    padding: 0 0 0 30px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 25px;
  }
  .sec-counseling .box-counseling {
    margin-top: 10px;
    border-radius: 15px;
    padding: 22px 24px;
  }
  .sec-counseling .box-counseling .ttl {
    padding-bottom: 18px;
  }
  .sec-counseling .box-counseling .ttl span.en {
    border-radius: 50px;
    padding: 8px 32px;
    font-size: 15px;
    letter-spacing: 3px;
  }
  .sec-counseling .box-counseling .ttl span.ja {
    margin-top: 14px;
    font-size: 18px;
  }
  .sec-counseling .box-counseling .txt-counseling01 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
  }
  .sec-counseling .box-counseling .img-wrap {
    margin-top: 14px;
  }
  .sec-counseling .box-counseling .txt-counseling02 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 39px;
  }
  .sec-counseling .box-counseling .txt-counseling02 span {
    line-height: 27px;
    padding: 0 10px;
  }
  .sec-counseling .sec-flow {
    margin-top: 50px;
  }
  .sec-counseling .sec-flow .flow-list {
    margin-top: 15px;
  }
  .sec-counseling .sec-flow .flow-list li {
    border-radius: 15px;
    padding: 16px 30px;
  }
  .sec-counseling .sec-flow .flow-list li::after {
    height: 22px;
    width: 40px;
  }
  .sec-counseling .sec-flow .flow-list li .ttl-step {
    font-size: 10px;
    padding: 4px 28px;
    border-radius: 50px;
  }
  .sec-counseling .sec-flow .flow-list li .flow-txt {
    font-size: 15px;
  }
  .sec-counseling .sec-flow .flow-list li .line-link {
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
  }
  .sec-counseling .info-wrapper {
    margin-top: 50px;
  }
  .sec-voices .sec-txt {
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
  }
  .sec-voices .bg_02 {
    background-image: url(../img/bg_voices_sp.png);
  }
  .sec-voices .voice-list {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-voices .voice-list li {
    width: 100%;
  }
  .sec-voices .voice-list li:nth-of-type(2n) .box-popup {
    padding: 15px;
  }
  .sec-voices .voice-list li:nth-of-type(2n) .box-popup .inner {
    padding: 30px 20px 30px;
    background: #fff url(../img/bg_modal_blue_sp.png) no-repeat center/cover;
  }
  .sec-voices .voice-list li .item {
    margin-bottom: 10px;
  }
  .sec-voices .voice-list li .item .img-wrap {
    width: 30%;
  }
  .sec-voices .voice-list li .item .txt-wrap {
    width: 67%;
  }
  .sec-voices .voice-list li .item .txt-wrap .copy-txt {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-voices .voice-list li .item .txt-wrap .name {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-voices .voice-list li .modal-container {
    display: block;
  }
  .sec-voices .voice-list li .box-popup {
    padding: 15px;
  }
  .sec-voices .voice-list li .box-popup .inner {
    padding: 30px 20px 30px;
    background: #fff url(../img/bg_modal_sp.png) no-repeat center/cover;
  }
  .sec-voices .voice-list li .box-popup .img-wrap img {
    width: 156px;
  }
  .sec-voices .voice-list li .box-popup .img-wrap .modal-name {
    font-size: 12px;
  }
  .sec-voices .voice-list li .box-popup .catchcopy {
    margin-top: 20px;
    font-size: 16px;
  }
  .sec-voices .voice-list li .box-popup .subcopy {
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-l {
    width: 100%;
    margin-bottom: 0;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-r {
    width: 100%;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-r .modal-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap {
    display: block;
    margin-top: 10px;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap .img {
    width: 50%;
    margin: 0 auto;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .box-r .message-wrap .txt {
    width: 100%;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .modal-ttl {
    font-size: 15px;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .modal-ttl img {
    width: 100px;
  }
  .sec-voices .voice-list li .box-popup .interview-wrap .modal-txt {
    margin-top: 12px;
  }
  .sec-voices .voice-list li .box-popup .btn-close {
    margin-top: 30px;
  }
  .sec-voices .voice-list li .box-popup .btn-close::before {
    width: 86%;
  }
  .sec-plan .container {
    padding-top: 40px;
  }
  .sec-plan .bg_03 {
    background-size: 160%;
    background-image: url(../img/bg_curriculum_02_sp.png);
  }
  .sec-plan .sec-ttl {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  .sec-plan .plan-box {
    margin-top: 0;
  }
  .sec-plan .plan-box .box {
    width: 100%;
    margin-bottom: 14px;
  }
  .sec-plan .banner-wrap {
    margin-top: 40px;
  }
  .sec-plan .info-wrapper {
    margin-top: 20px;
  }
  .sec-faq .faq-list li .q-wrap .q-ttl {
    font-size: 14px;
    line-height: 25px;
  }
  .sec-faq .faq-list li .q-wrap .q-ttl::after {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .sec-faq .faq-list li .a-wrap .txt {
    font-size: 13px;
    line-height: 25px;
  }
  .sec-faq .faq-list li .a-wrap .img-wrap {
    margin: 20px 20px 0 auto;
    max-width: 270px;
  }
  .sec-f-message .bg_03 {
    background-image: url(../img/bg_ft_cloud_sp.png);
  }
  .sec-f-message .logo {
    width: 145px;
  }
  .sec-f-message .txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 40px;
  }
  .sec-f-message .txt span {
    font-size: 25px;
  }
  footer {
    padding: 14% 0 6%;
  }
  footer .txt {
    font-size: 13px;
    line-height: 25px;
  }
  .footer-sub{
    display: block;
  }
  .footer-sub-a{
    font-size: 14px;
    line-height: 3em;
    text-align: center;
    margin: 0%;
    display: initial;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec-thought .img-model02 {
    top: 15%;
  }
  .sec-important {
    padding-bottom: 36%;
  }
  .sec-important .box-important {
    padding: 0 40px;
  }
  .sec-important .box-important .box .box-ttl span.ttl {
    line-height: 40px;
  }
  .sec-comparison .comparison-box {
    padding: 0 20px;
  }
  .sec-comparison .comparison-box .box {
    height: 700px;
  }
  .sec-comparison .comparison-box .box.other .img-wrap {
    width: 100%;
  }
  .sec-comparison .comparison-box .box.lifeis .img-wrap {
    width: 100%;
  }
  .sec-comparison .comparison-box .box::after {
    right: -59px;
    width: 76px;
    height: 40px;
  }
  .info-wrapper .info-ttl {
    font-size: 26px;
  }
  .sec-plan .info-wrapper .info-ttl {
    font-size: 20px;
  }
  .sec-plan .info-wrapper .info-ttl .dot::before {
    position: absolute;
    top: -20px;
    content: '・';
  }
  .sec-faq .faq-list li .q-wrap .q-ttl {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sec-plan .sec-ttl {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .sec-curriculum .sec-ttl {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-important .box-important .box .box-ttl span.ttl {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
  }
  .sec-comparison .sec-ttl {
    -webkit-transform: translateY(-106%);
            transform: translateY(-106%);
  }
  .sec-thought .txt02 {
    font-size: 22px;
    line-height: 41px;
  }
  .sec-thought .txt01 {
    font-size: 23px;
    line-height: 44px;
    letter-spacing: 1px;
  }
}
