#price-plan{
  text-align:center;
}

.plan__formList{
  display:flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
}

.plan__formList li{
  width:50%;
}

.plan__formItem label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    background-color: #fff;
    margin: 20px auto;
    padding: 40px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size:1.5vw
}

.plan__formBtn {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px;
    margin: auto 10px auto 5px;
}

.plan__btn{
  width:90%;
  margin:0 auto;
}

.plan__btn-before{
  left:5%;
  top:-65%;
  width:90%;
}

    @media screen and (max-width:567px){
     .main-inner{
      padding-top:12%;
    }
    .plan__formList li{
      width:95%;
      margin:0 auto
    }


    .plan__formItem label {
      width:100%;
      font-size:4vw;
    }
    }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0c1d39;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(8, 9, 56, 0.2);
}

p {
  margin-bottom: 10px;
}

.s-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.s-logo__naver {
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-weight: 500;
}

.nav-bar-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  height: 100%;
}

.logo-text {
  margin-top: 10px;
  color: #20193a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.nav-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-3 {
  color: #4f5e78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link-3.hvr-pop {
  color: #0c1d39;
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-btn {
  margin-left: 25px;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f12fbf), to(#5022fe));
  background-image: linear-gradient(90deg, #f12fbf, #5022fe);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.firstview {
  display: block;
  height: 720px;
  padding-top: 9%;
  background-image: url('../images/firstview-bg.png');
  background-position: 0% 50%;
  background-size:cover;
}

.main-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-copy {
  margin-top: 0px;
  padding-top: 0px;
}

.main-copy__ttl {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.5rem;
  line-height: 100px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.main-copy__top {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: linear-gradient(81deg, #f12fbf, #5022fe);
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-copy__ttl-block {
  display: block;
}

.main-copy__ttl-img {
  margin-top: -40px;
  margin-bottom: 0px;
  margin-left: -4%;
  line-height: 100px;
}

.s-header-inner {
  background-color: transparent;
  background-clip: border-box;
}

.main-copy__bottom {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: left;
}

.main-copy__btn {
  display: block;
  width: auto;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f12fbf), to(#5022fe));
  background-image: linear-gradient(90deg, #f12fbf, #5022fe);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.main-copy__btn-block {
  position: relative;
  width: 80%;
  margin-top: 40px;
}

.main-copy__btn-before {
  position: absolute;
  left: 17%;
  top: -55%;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.main-bottom {
  text-align: center;
}

.worries {
  margin-top: 18%;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
}

.worries-inner {
  max-width: 1080px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.worries-ttl__span {
  color: #3ca6c8;
  font-size: 2.5rem;
}

.worries-ttl {
  margin-top: 0%;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
}

.worries_after {
  height: auto;
  padding-top: 6%;
  padding-bottom: 2%;
  background-image: url('../images/worries__after-bg.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.worries_after-top {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.worries_after-p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.about {
  position: relative;
  z-index: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #f5fbff;
}

.about-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.about-block {
  max-width: 85%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.about-block-ttl {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1%;
  font-size: 1.5rem;
}

.abou-block-ttl-block {
  display: block;
  text-align: center;
}

.about-block-img {
  margin-top: -2%;
}

.about-block__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
}

.about-block__main_img {
  width: 35%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-block__main_copy {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  font-size: 1rem;
}

.teacher {
  margin-top: 2%;
}

.sec-ttl {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px hsla(0, 0%, 56.1%, 0.2);
}

.sec-ttl.bnefits-ttl {
  line-height: 45px;
  font-weight: 700;
  text-shadow: 1px 1px 1px hsla(239, 0%, 68%, 0.2);
}

.sec-ttl.benefit-contents-ttl {
  width: 40%;
  margin-right: auto;
  margin-bottom: -25px;
  margin-left: auto;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b8fda), to(#5cf6da));
  background-image: linear-gradient(90deg, #0b8fda, #5cf6da);
  font-weight: 700;
  text-shadow: 1px 1px 1px hsla(0, 0%, 56.1%, 0.2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-ttl.faq-ttl {
  margin-bottom: 6%;
  padding-top: 1%;
}

.sec-ttl__after {
  display: block;
  width: 50px;
  height: 7px; 
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
    margin-bottom: 40px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c91da), to(#5bf4da));
  background-image: linear-gradient(90deg, #0c91da, #5bf4da);
}

.sec-ttl__block {
  display: block;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
}

.teacher-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.teacher-item {
  position: relative;
  width: 40%;
  height: auto;
  padding-right: 3%;
  padding-bottom: 2%;
  padding-left: 3%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.teacher-item__img {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -55px;
}

.teacher-item__profile {
  margin-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.teacher-item__name {
  font-size: 1.5rem;
  line-height: 30px;
}

.teacher-item__profile-p {
  padding-right: 0%;
  padding-left: 0%;
  font-size: 1rem;
  line-height: 23px;
  text-align: left;
}

.about-inner_bg-text {
  position: absolute;
  left: auto;
  top: 18%;
  right: -130px;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 6%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76cbe8), color-stop(50%, rgba(68, 129, 235, 0.06)));
  background-image: linear-gradient(90deg, #76cbe8, rgba(68, 129, 235, 0.06) 50%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features {
  position: relative;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.features-inner {
  max-width: 1080px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.features-block__slider-flex {
  margin-top: 2%;
}

.features-block__slider_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.features-block__slider_item.features__item-center {
  margin-top: 3%;
  margin-bottom: 3%;
}

.features-block__slider {
  z-index: 0;
  display: block;
  width: 46%;
  padding-top: 1vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 5px solid #76cbe8;
  border-radius: 20px;
  background-color: transparent;
}

.features-block__slider.features-block__slider_center {
  width: 46%;
  padding-top: 0.8vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.slide-item1 {
  padding-top: 0vw;
}

.right-arrow {
  right: -45px;
}

.left-arrow {
  left: -45px;
}

.leaft-arrow-icon {
  margin-top: 125px;
  margin-bottom: 125px;
}

.left-arrow-icon {
  margin-top: 125px;
  margin-bottom: 125px;
}

.features-block__copy {
  position: relative;
  width: 47%;
}

.features-block__copy-ttl {
  font-size: 1.8rem;
  line-height: 40px;
}

.features-block__copy-ttl-span {
  color: #76cbe8;
}

.features-block__copy-p {
  font-size: 1rem;
}

.features-block__copy-backnumber {
  position: absolute;
  left: auto;
  top: 0%;
  right: 8%;
  bottom: auto;
  z-index: -1;
  height: auto;
  margin-top: 25px;
  opacity: 0.2;
  color: #76cbe8;
  font-size: 8rem;
  font-weight: 700;
}

.features-inner_bg-text {
  position: absolute;
  left: -240px;
  top: auto;
  right: auto;
  bottom: 26%;
  display: inline-block;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 6%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76cbe8), color-stop(50%, rgba(68, 129, 235, 0.06)));
  background-image: linear-gradient(90deg, #76cbe8, rgba(68, 129, 235, 0.06) 50%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contents {
  position: relative;
  z-index: 1;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #f5fbff;
}

.contents-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.contents__img-block {
  width: 75%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}

.contents__sp-img-block{
  display: none;
}

.contents__arrow {
  width: 200px;
  height: 55px;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
}

.contents__movie-ttl-span {
  color: #76cbe8;
}

.contents__movie__main {
  position: relative;
  width: 75%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}

.movie.movie2 {
  z-index: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

.movie.movie3 {
  z-index: auto;
  margin-bottom: 2%;
}

.benefits {
  position: relative;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #f5fbff;
}

.benefits-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.benefits-ttl-span {
  background-image: -webkit-gradient(linear, left top, right top, from(#0b8fda), to(#5cf6da));
  background-image: linear-gradient(90deg, #0b8fda, #5cf6da);
  font-size: 2.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits-item.benefits-long {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-left: 2%;
  border: 6px solid #76cbe8;
  border-radius: 10px;
  text-align: center;
}

.benefits-item.benefits-short {
  width: 43%;
  margin-top: 3%;
  border: 6px solid #76cbe8;
  border-radius: 10px;
}

.benefits-itm__ttl {
  position: relative;
  top: 0px;
  width: 45%;
  height: 70px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1%;
  background-image: url('../images/benefits-ttl.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.benefits-itm__ttl.benefits-item__ttl-short {
  width: 50%;
  height: 50px;
  margin-top: -27px;
  padding-top: 2.5%;
  background-image: url('../images/benefits-ttl__short.svg');
}

.benefits-item-ttl {
  margin-top: 3%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.benefits-item-ttl.benefits-item-ttl_short {
  margin-top: 2%;
  font-size: 1.3rem;
}

.benefits-item__top {
  margin-top: 0%;
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.benefits-item__top-span {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 1%;
  border-radius: 60px;
  background-color: #0c1d39;
  color: #fff;
  font-size: 2.7rem;
}

.dash-line {
  width: auto;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #0c1d39;
}

.benefits-item__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.benefits-item__copy {
  width: 50%;
  margin-top: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.benefits-item__p {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.benefits-item__flex-img {
  width: 65%;
}

.benefits-item__flex-img-block {
  width: 50%;
}

.benefits-item__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.benefits-item__img-block {
  width: auto;
  margin-top: 1vw;
}

.contents-inner_bg-text {
  position: absolute;
  left: auto;
  top: 340px;
  right: -240px;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 6%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76cbe8), color-stop(50%, rgba(68, 129, 235, 0.06)));
  background-image: linear-gradient(90deg, #76cbe8, rgba(68, 129, 235, 0.06) 50%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttom-block {
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  background-image: url('../images/button-block-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-block-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.button-block-top {
  display: block;
  width: 360px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f12fbf), to(#5022fe));
  background-image: linear-gradient(90deg, #f12fbf, #5022fe);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-block__main {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-block__btn {
  position: relative;
  width: 45%;
  margin-top: 1.5vw;
  margin-right: auto;
  margin-left: auto;
}

.btn-block__top{
  position: absolute;
  left: 20% !important;
  top: -46% !important;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.button-block__btn-before {
  position: absolute;
  left: 6%;
  top: -76%;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.button-block__main-btn {
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#5022fe), to(#5022fe));
  background-image: linear-gradient(90deg, #5022fe, #5022fe);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.benefits_bg-text {
  position: absolute;
  left: -110px;
  top: auto;
  right: auto;
  bottom: 24%;
  display: inline-block;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 6%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76cbe8), color-stop(50%, rgba(68, 129, 235, 0.06)));
  background-image: linear-gradient(90deg, #76cbe8, rgba(68, 129, 235, 0.06) 50%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-contents {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #f5fbff;
}

.benefit-contents-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.benefit-contents-ttl__big-span {
  font-size: 3rem;
  text-shadow: 1px 1px 1px hsla(239, 0%, 56%, 0.2);
}

.benefit-contents-ttl__span {
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px hsla(0, 0%, 56.1%, 0.2);
}

.benefit-contents__list {
  margin-top: 1%;
}

.benefit-contents__item {
  width: 75%;
  height: 290px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1%;
  padding-left: 65px;
  background-image: url('../images/benefit-contents__item-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-contents__item.benefit-contents__item-center {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

.benefits-contents__list-item-ttl {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.5rem;
}

.benefits-contents__list-item-ttl-block {
  margin-left: 0px;
}

.benefits-contents__list-img {
  margin-bottom: 15px;
}

.benefits-contents__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.benefit-contents__list-copy {
  width: 45%;
}

.benefit-contents__list-copy-p {
  font-size: 1rem;
  line-height: 23px;
}

.benefit-contents__list-imgblock {
  width: 45%;
}

.user-voice {
  position: relative;
  margin-top: 1%;
  margin-bottom: 1%;
}

.user-voice-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.user-voice-list {
  margin-top: 1%;
}

.user-voice-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 1% 1.5%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.19);
}

.user-voice-list__item.user-voice-list__item-center {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.user-voice__img {
  position: static;
  left: auto;
  top: 15%;
  right: -12%;
  bottom: 0%;
}

.user-voice__item-ttl {
  font-size: 1.5rem;
}

.user-voice__item-p {
  width: auto;
  font-size: 1rem;
  text-align: left;
}

.user-voice__item-name {
  width: auto;
  font-size: 1rem;
  text-align: right;
}

.user-voice__item-name.user-voice__item-name-center {
  text-align: left;
}

.user_voice__item-copy {
  width: 80%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.user_voice__item-copy.user-voice__item-copy-center {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.user-voice__item-img {
  position: absolute;
  left: auto;
  right: -9%;
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.user-voice__item-img.user-voice__item-img-center {
  left: -82px;
}

.price-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.price-block {
  width: 60%;
  height: 180px;
  margin: 1% auto;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.price-block__top {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 1%;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.price-block__price {
  font-size: 3rem;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.price-block__price-span {
  font-size: 1.5rem;
}

.price-table__block {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.price-terms {
  overflow: scroll;
  width: 60%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1%;
  border: 5px solid #80c4e7;
}

.price-terms__p {
  overflow: visible;
  margin-bottom: 0px;
  font-size: 0.8rem;
  font-weight: 500;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer-2 {
  margin-bottom: 24px;
}

.faq-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 1080px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.faq-wrap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-body-cont-2 {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-container {
  width: 80%;
  max-width: 1080px;
  min-width: auto;
  margin-top: 2%;
  margin-bottom: 0px;
}

.toggle-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1vw solid #16b0ff;
  background-color: #80c4e7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.s-footer {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #404552;
}

.footer-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-link {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}

.footer-link_bar {
  display: inline-block;
  width: 2px;
  height: 15px;
  margin-right: 1%;
  margin-bottom: -2px;
  margin-left: 1%;
  border-left: 1px solid #fff;
}

.copyright {
  margin-top: 1.5%;
  color: #fff;
  text-align: center;
}

.s-header-blur {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 110px;
  background-color: hsla(0, 0%, 100%, 0.25);
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

.worries-img__sp-img {
  display: none;
}

.worries__list {
  display: none;
}

.image {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.price-table-sp-img {
  display: none;
}

.fixed-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 10;
}

.fixed-btn-block {
  position: relative;
  width: auto;
  margin-top: 40px;
}

.fixed-btn__before {
  position: absolute;
  left: 0%;
  top: -55%;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.fixed-btn__btn {
  display: block;
  width: 300px;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f12fbf), to(#5022fe));
  background-image: linear-gradient(90deg, #f12fbf, #5022fe);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.benefits-text__span {
  color: #e62f32;
}

.mask {
  overflow: hidden;
  border-radius: 12px;
}

.slide-img {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  padding-top: 0vw;
}

@media screen and (max-width: 1400px) {
  .bg-text{
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .about-inner_bg-text {
    right: -120px;
  }

  .faq-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 950px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .worries-img__sp-img {
    display: none;
  }

  .worries__list {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .s-logo__naver {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-bar-menu {
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
  }

  .firstview {
    height: 55vh;
    background-position: 25% 50%;
    background-size: cover;
  }

  .main-inner {
    width: 95%;
    margin-top: 1%;
  }

  .main-copy {
    width: 45vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .main-copy__ttl {
    font-size: 2.5rem;
    line-height: 65px;
  }

  .main-copy__top {
    font-size: 1.2rem;
  }

  .main-copy__ttl-img {
    width: 13%;
    margin-top: -25px;
  }

  .main-copy__bottom {
    font-size: 1rem;
  }

  .main-copy__btn {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .main-img {
    width: 40vw;
  }

  .main-img__img {
    width: 38vw;
  }

  .main-copy__btn-block {
    width: 90%;
  }

  .main-copy__btn-before {
    left: 0%;
    top: -81%;
    right: 0%;
    bottom: auto;
  }

  .main-bottom {
    width: 60%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
  }

  .main-bottom-img {
    width: 55vw;
  }

  .worries {
    margin-top: 29%;
  }

  .worries-ttl__span {
    font-size: 2.3rem;
  }

  .worries-ttl {
    font-size: 1.7rem;
  }

  .worries_after-top {
    font-size: 1.7rem;
  }

  .worries_after-p {
    font-size: 1rem;
  }

  .about-block__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-block__main_img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .about-block__main_copy {
    width: 95%;
  }

  .paragraph {
    line-height: 3vw;
  }

  .sec-ttl {
    font-size: 1.7rem;
  }

  .sec-ttl.bnefits-ttl {
    line-height: 40px;
  }

  .sec-ttl.benefit-contents-ttl {
    width: 60%;
  }

  .teacher-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teacher-item {
    width: 70%;
    margin-top: 4%;
  }

  .teacher-item.teacher-item2 {
    margin-top: 10%;
  }

  .about-inner_bg-text {
    display: none;
  }

  .features-block__slider_item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block__slider {
    width: 70%;
  }

  .features-block__slider.features-block__slider_center {
    z-index: 0;
    width: 70%;
    padding-top: 0.8vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .features-block__copy {
    width: 70%;
    margin-top: 1%;
  }

  .features-block__copy-ttl {
    font-size: 1.5rem;
  }

  .features-block__copy-ttl-span {
    font-size: 1.5rem;
  }

  .features-inner_bg-text {
    display: none;
  }

  .benefits-ttl-span {
    font-size: 2.2rem;
  }

  .benefits-block {
    width: 90%;
  }

  .benefits-item.benefits-short {
    width: 47%;
    margin-top: 5%;
  }

  .benefits-itm__ttl {
    width: 52%;
  }

  .benefits-itm__ttl.benefits-item__ttl-short {
    width: 65%;
  }

  .benefits-item-ttl {
    font-size: 1.5rem;
  }

  .benefits-item-ttl.benefits-item-ttl_short {
    font-size: 1.2rem;
  }

  .benefits-item__top {
    font-size: 1.5rem;
  }

  .benefits-item__top.benefits-item__top-small {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .benefits-item__top-span {
    padding-top: 1.5%;
    font-size: 2.5rem;
  }

  .benefits-item__img {
    width: 95%;
  }

  .contents-inner_bg-text {
    display: none;
  }

  .button-block__btn {
    width: 40%;
    margin-top: 2vw;
  }

  .button-block__btn-before {
    left: 10%;
  }

  .benefits_bg-text {
    display: none;
  }

  .benefit-contents-ttl__big-span {
    font-size: 2.7rem;
  }

  .benefit-contents-ttl__span {
    font-size: 2.2rem;
  }

  .benefit-contents__item {
    width: 90%;
    height: 250px;
  }

  .benefit-contents__list-copy-p {
    font-size: 0.8rem;
    line-height: 20px;
  }

  .user-voice-list__item {
    width: 83%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .user-voice-list__item.user-voice-list__item-center {
    margin-left: auto;
  }

  .user-voice__img {
    width: 95%;
  }

  .user-voice__item-p {
    font-size: 0.9rem;
    text-align: left;
  }

  .user_voice__item-copy {
    width: 85%;
  }

  .user_voice__item-copy.user-voice__item-copy-center {
    width: 85%;
  }

  .user-voice__item-img.user-voice__item-img-center {
    left: -75px;
    right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .price-block {
    width: 70%;
    height: 150px;
    padding-top: 3.5%;
  }

  .price-block__top {
    font-size: 1.3rem;
  }

  .price-block__price {
    font-size: 2.7rem;
  }

  .price-block__price-span {
    font-size: 1.3rem;
  }

  .price-terms {
    width: 85%;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-inner {
    width: auto;
    max-width: 1080px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .faq-container {
    width: 85%;
    min-width: 0px;
  }

  .faq {
    border-left-width: 1.5vw;
  }

  .menu-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fixed-btn-block {
    width: 70%;
  }

  .fixed-btn__before {
    left: 0%;
    top: -81%;
    right: -43%;
    bottom: auto;
  }

  .fixed-btn__btn {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .slide-img {
    width: 90%;
    padding-top: 0.5vw;
  }
}

@media screen and (max-width: 767px) {
  .logo-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }

  .firstview {
    height: 55vh;
    background-position: 26% 50%;
    background-size: cover;
  }

  .main-copy {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .main-copy__ttl {
    font-size: 3rem;
    line-height: 60px;
    text-align: left;
  }

  .main-copy__top {
    font-size: 1.2rem;
  }

  .main-copy__ttl-img {
    width: 9%;
    margin-left: -3%;
  }

  .main-copy__bottom {
    font-size: 1rem;
    text-align: center;
  }

  .main-copy__btn {
    width: 45vw;
    margin-right: auto;
    margin-left: auto;
  }

  .main-img {
    display: none;
    width: auto;
  }

  .main-copy__btn-block {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .worries {
    margin-top: 17%;
  }

  .worries-ttl__span {
    font-size: 2rem;
  }

  .worries-img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .worries-img__img {
    display: none;
  }

  .worries-ttl {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }

  .worries_after-top {
    font-size: 1.5rem;
  }

  .about-block {
    max-width: 95%;
  }

  .about-block-ttl {
    font-size: 1.3rem;
  }

  .paragraph {
    margin-top: -2vw;
    font-size: 0.9rem;
  }

  .sec-ttl {
    font-size: 1.5rem;
  }

  .sec-ttl.bnefits-ttl {
    padding-top: 0%;
  }

  .sec-ttl.benefit-contents-ttl {
    width: 80%;
  }

  .teacher-item {
    margin-top: 7%;
  }

  .teacher-item.teacher-item2 {
    margin-top: 12%;
  }

  .teacher-item__name {
    font-size: 1.3rem;
  }

  .features-block__slider {
    z-index: 0;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5vw;
  }

  .features-block__slider.features-block__slider_center {
    width: 85%;
    padding-top: 1.5vw;
  }

  .features-block__copy {
    width: 90%;
  }

  .features-block__copy-ttl {
    font-size: 1.4rem;
    text-align: center;
  }

  .features-block__copy-ttl-span {
    font-size: 1.3rem;
  }

  .features-block__copy-p {
    font-size: 0.9rem;
  }

  .contents {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .contents__img-block {
    display: none;
  }

  .contents__sp-img-block{
    display: block;
    width: 90%;
    margin:0 auto;
  }
  .contents__arrow {
    width: 170px;
  }

  .contents__movie__main {
    width: 80%;
  }

  .benefits-ttl-span {
    font-size: 2rem;
  }

  .benefits-block {
    width: 95%;
  }

  .benefits-item.benefits-short {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .benefits-itm__ttl {
    width: 77%;
  }

  .benefits-itm__ttl.benefits-item__ttl-short {
    width: 70%;
    padding-top: 1%;
  }

  .benefits-item-ttl.benefits-item-ttl_short {
    font-size: 1.5rem;
  }

  .benefits-item__top {
    font-size: 1.3rem;
  }

  .benefits-item__top.benefits-item__top-small {
    font-size: 1.3rem;
  }

  .benefits-item__top-span {
    font-size: 2.2rem;
  }

  .dash-line {
    width: 95%;
  }

  .benefits-item__p {
    font-size: 0.8rem;
  }

  .button-block-top {
    font-size: 1.2rem;
  }

  .button-block__main {
    width: 60%;
  }

  .button-block__btn {
    width: 60%;
    margin-top: 2vw;
  }

  .button-block__btn-before {
    left: 13%;
    top: -38%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .benefit-contents-ttl__big-span {
    font-size: 2.3rem;
  }

  .benefit-contents-ttl__span {
    font-size: 2rem;
  }

  .benefit-contents__item {
    width: 95%;
    height: 33vw;
    padding-left: 7vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .benefit-contents__item.benefit-contents__item-center {
    height: 33vw;
    padding-left: 7vw;
  }

  .benefits-contents__list-item-ttl {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .benefits-contents__list-img {
    width: 4vw;
    margin-top: -6px;
    margin-bottom: 5px;
  }

  .benefit-contents__list-copy {
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 20px;
  }

  .benefit-contents__list-copy-p {
    line-height: 16px;
  }

  .benefit-contents__list-imgblock {
    margin-right: 1vw;
  }

  .user-voice-list__item {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .user-voice-list__item.user-voice-list__item-center {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .user-voice__item-ttl {
    font-size: 1.3rem;
    text-align: left;
  }

  .user-voice__item-name {
    display: inline-block;
    margin-left: 70px;
    font-weight: 700;
  }

  .user-voice__item-name.user-voice__item-name-center {
    font-weight: 700;
  }

  .user_voice__item-copy {
    width: auto;
  }

  .user_voice__item-copy.user-voice__item-copy-center {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  .user-voice__item-img {
    position: static;
    width: 7vw;
    margin-top: -40px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .user-voice__item-img.user-voice__item-img-center {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .price-table__block {
    margin-right: auto;
    margin-left: auto;
  }

  .price-table__img {
    display: none;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .faq-inner {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faq-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .menu-btn {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .worries-img__sp-img {
    display: inline-block;
  }

  .worries__list {
    display: block;
    padding-left: 0px;
  }

  .worries__list-item {
    position: relative;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    padding-top: 0%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    background-color: #76cbe8;
    text-align: left;
  }

  .worries__list-item-img {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: inline-block;
    margin-top: 0px;
    margin-left: -20px;
  }

  .worries__list-item-img.worries__list-item-second {
    margin-top: 0px;
  }

  .worries__list-item__p {
    display: inline-block;
    margin-left: 3vw;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 500;
  }

  .image {
    display: block;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    display: block;
  }

  .price-table-sp-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .fixed-button {
    right: 7%;
  }

  .fixed-btn-block {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .fixed-btn__before {
    top: -60%;
    right: -65%;
  }

  .fixed-btn__btn {
    width: 35vw;
  }

  .slide-img {
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
     .contents__img{
    background-image: url('../images/main-sp-bg.svg');
}

  .s-header {
    overflow: visible;
    width: auto;
  }

  .logo-text {
    margin-top: 2%;
    line-height: 25px;
  }

  .firstview {
    overflow: visible;
    padding-top: 8%;
    background-image: url('../images/main-sp-bg.svg');
    background-position: 40% 50%;
  }

  .main-copy__ttl {
    font-size: 9vw;
    line-height: 12vw;
  }

  .main-copy__top {
    font-size: 1rem;
  }

  .main-copy__ttl-img {
    width: 11%;
    margin-top: -20px;
  }

  .main-copy__bottom {
    font-size: 0.8rem;
  }

  .main-copy__btn {
    width: 80vw;
  }

  .main-copy__btn-block {
    width: 80%;
  }

  .main-bottom {
    width: 80%;
  }

  .main-bottom-img {
    width: 70vw;
  }

  .worries {
    overflow: visible;
    margin-top: 25%;
  }

  .worries-ttl__span {
    font-size: 1.7rem;
  }

  .worries-img {
    width: 95%;
  }

  .worries-ttl {
    margin-top: 0%;
    font-size: 1.2rem;
  }

  .worries_after {
    padding-top: 20%;
 	padding-bottom:10%;
  }

  .worries_after-top {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .worries_after-p {
    font-size: 0.8rem;
  }

  .about {
    overflow: visible;
  }

  .about-block {
    padding-right: 2%;
    padding-left: 2%;
  }

  .about-block__main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-block__main_img {
    width: auto;
  }

  .about-block__main_copy {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    line-height: 5.5vw;
  }

  .sec-ttl {
    font-size: 1.3rem;
    text-shadow: 1px 1px 1px rgba(8, 9, 56, 0.2);
  }

  .sec-ttl.benefit-contents-ttl {
    width: 90%;
  }

  .sec-ttl__after {
    width: 30px;
    height: 5px;
  }

  .teacher-item {
    width: 95%;
    margin-top: 15%;
  }

  .teacher-item.teacher-item2 {
    margin-top: 18%;
  }

  .teacher-item__name {
    font-size: 1.1rem;
    line-height: 20px;
  }

  .teacher-item__profile-p {
    font-size: 0.8rem;
  }

  .features {
    overflow: visible;
  }

  .features-block__slider_item.features__item-center {
    margin-right: auto;
    margin-left: auto;
  }

  .features-block__slider {
    z-index: 0;
    width: 80%;
    height: auto;
    padding-top: 0vw;
  }

  .features-block__slider.features-block__slider_center {
    width: 79%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
  }

  .leaft-arrow-icon {
    width: 8vw;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .left-arrow-icon {
    width: 8vw;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .features-block__copy-ttl {
    font-size: 1.1rem;
    line-height: 30px;
  }

  .features-block__copy-ttl-span {
    font-size: 1.1rem;
  }

  .features-block__copy-p {
    line-height: 18px;
  }

  .contents {
    overflow: visible;
  }

  .contents__arrow {
    width: 120px;
  }

  .contents__movie__main {
    width: 90%;
  }

  .benefits {
    overflow: visible;
  }

  .benefits-ttl-span {
    font-size: 1.7rem;
  }

  .benefits-item.benefits-short {
    margin-top: 7%;
  }

  .benefits-itm__ttl {
    height: 60px;
    margin-top: -30px;
    padding-top: 2%;
    padding-bottom: 1%;
    background-image: url('../images/benefits__ttl-sp.svg');
  }

  .benefits-itm__ttl.benefits-item__ttl-short {
    background-image: url('../images/benefits__ttl-sp.svg');
  }

  .benefits-item__top {
    font-size: 1rem;
  }

  .benefits-item__top.benefits-item__top-small {
    font-size: 1rem;
  }

  .benefits-item__top-span {
    width: 55px;
    height: 55px;
    padding-top: 2%;
    font-size: 1.8rem;
  }

  .benefits-item__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .benefits-item__copy {
    width: auto;
  }

  .benefits-item__flex-img-block {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .buttom-block {
    overflow: visible;
  }

  .button-block-top {
    width: auto;
  }

  .button-block__main {
    display: none;
  }

  .button-block__btn {
    width: 80%;
    margin-top: 5vw;
  }

  .button-block__btn-before {
    left: 2%;
  }

  .button-block__main-btn {
    height: 50px;
    font-size: 1.2rem;
  }

  .benefit-contents-ttl__big-span {
    font-size: 1.8rem;
  }

  .benefit-contents-ttl__span {
    font-size: 1.5rem;
  }

  .benefit-contents__list {
    padding-left: 0px;
  }

  .benefit-contents__item {
    height: 78vw;
    padding-right: 3vw;
    padding-left: 10vw;
    background-image: url('../images/benefit-contents__bg-sp.svg');
    background-position: 50% 50%;
  }

  .benefit-contents__item.benefit-contents__item-center {
    height: 78vw;
    padding: 1% 3vw 1% 10vw;
    background-image: url('../images/benefit-contents__bg-sp.svg');
    background-position: 50% 50%;
  }

  .benefits-contents__list-item-ttl {
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
  }

  .benefits-contents__list-item-ttl-block {
    margin-top: 2%;
    text-align: center;
  }

  .benefits-contents__list-img {
    width: 6vw;
    margin-top: -4px;
  }

  .benefits-contents__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .benefit-contents__list-copy {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .benefit-contents__list-imgblock {
    width: 70%;
  }

  .user-voice-list__item {
    padding: 3%;
    margin:6% auto;
  }

  .user-voice-list__item.user-voice-list__item-center {
    padding: 3%;
    margin: 6% auto;
  }

  .user-voice__item-ttl {
    margin-bottom: 5px;
    font-size: 1.1rem;
    text-align: center;
  }

  .user-voice__item-name {
    display: block;
    margin-left: 0px;
    font-size: 0.9rem;
    text-align: center;
  }

  .user-voice__item-name.user-voice__item-name-center {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
  }

  .user-voice__item-img {
    width: 15vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .user-voice__item-img.user-voice__item-img-center {
    width: 15vw;
  }

  .price-block {
    width: 90%;
    height: 120px;
  }

  .price-block__top {
    font-size: 1.1rem;
  }

  .price-block__price {
    font-size: 2.4rem;
  }

  .price-block__price-span {
    font-size: 1.1rem;
  }

  .price-table__block {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .price-terms {
    width: 95%;
  }

  .price-terms__p {
    font-size: 0.8rem;
  }

  .faq-img {
    display: none;
  }

  .faq-inner {
    width: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq-wrap {
    padding-right: 3%;
    padding-left: 3%;
  }

  .faq-container {
    width: 95%;
  }

  .footer-link {
    display: block;
  }

  .footer-link_bar {
    display: none;
  }

  .worries-img__sp-img {
    width: 70%;
  }

  .worries__list {
    margin-left: 10px;
  }

  .worries__list-item-img {
    width: 9vw;
    margin-left: -15px;
  }

  .worries__list-item-img.worries__list-item-second {
    width: 9vw;
  }

  .worries__list-item__p {
    margin-left: 2.5vw;
    font-size: 0.8rem;
  }

  .fixed-button {
    right: 2%;
    display: block;
    overflow: visible;
    width: 70vw;
  }

  .fixed-btn-block {
    width: 80%;
    margin-right: 0px;
  }

  .fixed-btn__before {
    top: -73%;
    right: 0%;
  }

  .fixed-btn__btn {
    width: 100%;
    height: 45px;
    font-size: 1.2rem;
    text-align: center;
  }

  .slide-img {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
