@charset "UTF-8";

/* ----------------------------------------------------------mv */
.mv {
  position: relative;
  background-image: url('../images/mv_bg_sp@2x.png');
  background-size: 100vw 91.26666vw;
  background-repeat: no-repeat;
  background-position: center 4vw;
  text-align: center;
  margin-bottom: 13.33333vw;
}

.mv::before {
  position: absolute;
  display: block;
  content :'';
  background-color: #ff6e82 ;
  top: 0;
  left: 0;
  width: 100%;
  height: 116vw;
  z-index: -1;
}

.mv_wrapper {
  position: relative;
  height: 145.6vw;
}

.mv .mv_title {
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8vw;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(-50%, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
  letter-spacing: 0.15em;
  text-indent: .15em;
}

.mv_title.is-show {
  -webkit-transform: translate(-50%, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(-50%, 0);
}

.mv .mv_title span.frame-white {
  background-color: #fff;
  border-radius: .8vw;
  font-size: 5.33333vw;
  width: 15.466666vw;
  height: 7.46666vw;
  line-height: 7.46666vw;
  display: inline-block;
  text-align: center;
  margin-right: 1.333333vw;
  color: #333;
}

.mv .mv_title span.sub {
  font-size: 5.33333vw;
  line-height: 7.46666vw;
  color: #333;
}

.mv .mv_title span {
  margin-bottom: 10px;
}


.mv_logo {
  top: 48.266666vw;
  left: 20.66666vw;
  width: 58.66666vw;
}

.mv_illust1 {
  top: 65.6vw;
  left: 15.8733333vw;
  width: 69.2vw;
}

.mv_illust2 {
  top: 94.6666vw;
  left: 0;
  width: 26.266666vw;
}

.mv_illust3 {
  top: 114.266666vw;
  right: 5.33333vw;
  width: 42.8vw;
}

.mv_logo,
.mv_illust1,
.mv_illust2,
.mv_illust3 {
  position: absolute;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  transition: all .8s linear;
}

.mv_logo.is-show,
.mv_illust1.is-show,
.mv_illust2.is-show,
.mv_illust3.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.mv .mv_caution {
  font-size: 2.9333vw;
  margin: 5.33vw auto 0;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  transition: all .8s linear 0;
}

.mv .mv_caution.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.btn-request {
  margin: 0 auto;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  transition: all .8s linear 0;
}

.btn-request.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.btn-request a {
  background: linear-gradient(to right, #6acffe, #5bd1d6);
  color: #fff;
  font-size: 5.3333vw;
  line-height: 16vw;
  border-radius: 1.33333vw;
  width: 78.66666vw;
  height: 16vw;
}


/* ----------------------------------------------------------support*/
.support {

}

.support_lead {
  font-size: 4.533333vw;
  line-height: 1.7647;
  text-align: center;
  margin-bottom: 8vw;
  font-weight: 400;
  letter-spacing: .05em;
  text-indent: .05em;
}

.support_main {

}

.support_map {
  position: relative;
  width: 89.3333vw;
  height: 52.6666vw;
  margin: 0 auto 12vw;
}

.support_map-link {
  display: none;
}

.support_map-link a {
  display: block;
  transition: all .5s ease;
  transform: scale(1);
  transform-origin: center;
}

.support_map-link a:hover {
  transform: scale(1.27);
}

.support_map-bg {
  width: 100%;
  height: 52.666666666666664vw;
  top: 0;
  left: 0;
}

.support_movie,
.support_movie iframe {
  width: 89.33333333333333vw;
  height: 50.666666666666664vw;
  margin: 0 auto 18vw;
  text-align: center;
}

/* ----------------------------------------------------------共通 */
.headings {
  font-size: 8.53333vw;
  color: #333;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
}

/* ----------------------------------------------------------feature*/
.feature {

}

.feature_headings {
  margin-bottom: 12vw;
}

.feature_list {
  width: 70.666666vw;
  margin: 0 auto 24vw;
}

.feature_list-lead {
  font-size: 6.666vw;
  line-height: 1.48;
  color: #ff6e82;
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05em;
  margin-bottom: 6.6666vw;
}

.feature_list-text {
  font-size: 3.7333vw;
  line-height: 1.785;
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05em;
}

.feature_list-item {
  position: relative;
  padding: 16vw 0 8vw;
  list-style: none;
  border: solid 4px #ffe4ed;
  border-radius: 25px;
  margin-bottom: 13.3333vw;
}

.feature_list-item:nth-child(3){
  margin-bottom: 0;
}

.feature_list-item::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  width: 20vw;
  height: 20px;
}

.feature_list-item::after {
  content: '';
  position: absolute;
  top: -5.3333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
}


.feature_list-item:nth-child(1)::after {
  background-image: url('../images/feature_headings1_sp@2x.png');
  background-size: 5.6vw 10.8vw;
  width: 5.6vw;
  height: 10.8vw;
}

.feature_list-item:nth-child(2)::after {
  background-image: url('../images/feature_headings2_sp@2x.png');
  background-size: 7.46666vw 10.933333vw;
  width: 7.46666vw;
  height: 10.933333vw;
}

.feature_list-item:nth-child(3)::after {
  background-image: url('../images/feature_headings3_sp@2x.png');
  background-size: 7.333vw 11.0666vw;
  width: 7.333vw;
  height: 11.0666vw;
}



/* ----------------------------------------------------------service*/
.service {
  background-color: #feecf2;
  padding-top: 17.3333vw;
}

.service_headings {
  margin-bottom: 5.3333vw;
}

.service_lead {
  font-size: 4vw;
  line-height: 1.6667;
  text-align: center;
  margin-bottom: 6.6667vw;
}

#service_1,
#service_2,
#service_3 {

}

.service_list {
  display: flex;
  justify-content: center;
  width: 80vw;
  flex-wrap: wrap;
  margin: 0 auto 16vw;
}

.service_list-item {
  position: relative;
  color: #fff;
}

.service_list-item a {
  display: block;
  width: 37.3333vw;
  height: 37.3333vw;
  font-size: 4vw;
  line-height: 1.33333333;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 50%;
  background: linear-gradient( to right, #ff6496, #ff823d);
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_list-item:nth-child(1) {
  transition-delay: .5s;
 }
.service_list-item:nth-child(2) {
  transition-delay: 1s;
 }
.service_list-item:nth-child(3) {
  transition-delay: 1.5s;
 }


.service_list-item::before {
  content: '';
  position: absolute;
  top: 5.333333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.service_list-item:nth-child(1) {
  margin: 0 21.33333vw;
}

.service_list-item:nth-child(2) {
  margin-right: 5.3333vw;
}

.service_list-item:nth-child(1)::before {
  background-image: url('../images/service_icon1_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 7.466666vw 8.266666vw;
  width: 7.466666vw;
  height: 8.266666vw;
}

.service_list-item:nth-child(2)::before {
  background-image: url('../images/service_icon2_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 8.266666vw 8.266666vw;
  width: 8.266666vw;
  height: 8.266666vw;
}

.service_list-item:nth-child(3)::before {
  background-image: url('../images/service_icon3_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 6.6666vw 8.266666vw;
  width: 6.6666vw;
  height: 8.266666vw;
}

.service_list-item::after {
  content: '';
  position: absolute;
  bottom: 6.6666vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url('../images/service_arrow_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 2.6666vw 1.466666vw;
  width: 2.6666vw;
  height: 1.466666vw;
  z-index: 1;
}

.service_list-headings {
  position: absolute;
  top: 16vw;
}


.service_contents_inner {
}

/* contents共通 */
.contents_title {
  font-size: 5.86666vw;
  font-weight: 800;
  line-height: 1.599999;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  padding-bottom: 1.333vw;
  display: inline-block;
}

.contents_title::after {
	display: block;
	position: absolute;
  bottom: 2vw;
  left: 0;
	content: '';
  height: 2.133333vw;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.is-active .contents_title::after {
  width: 100%;
	position: absolute;
  bottom: 2vw;
  left: 0;
}

.contents_number {
  color: #ff6e82;
  font-size: 2.93333vw;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.contents_headings {
  color: #ff6e82;
  font-size: 6.6666vw;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
  position: relative;
  margin-bottom: 16vw;
  padding-top: 12vw;
  letter-spacing: .1em;
  text-indent: .1em;
}

.contents_headings::before {
  position: absolute;
  display: block;
  content:'';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.contents_headings::after {
  position: absolute;
  content: "";
  display: block;
  width: 16vw;
  height: .8vw;
  top: 26.6666vw;
  background-color: #ff6e82;
  border-radius: .4vw;
  left: 50%;
  transform: translateX(-50%);
}

.contents_text {
  font-size: 3.733333333vw;
  line-height: 1.7888888;
  letter-spacing: 0.05em;
}

.contents_list {
  width: 89.3333vw;
  margin: 0 auto;
}

.contents_list-item {
  position: relative;
  padding-left: 6.666vw;
}

.contents_list-item::before {
  content: '●';
  display: block;
  color: #ff6e82;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service_title-1 .contents_illust,
.service_title-2 .contents-1 .contents_illust,
.service_title-3 .contents_illust {
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  background-color: #fff;
}

/* ここまで */
.service_title-1 .contents_headings::before {
  background-image: url('../images/service_icon1_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 7.466666vw 8.266666vw;
  width: 7.466666vw;
  height: 8.266666vw;
}

.service_title-2 .contents_headings::before {
  background-image: url('../images/service_icon2_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 8.266666vw 8.266666vw;
  width: 8.266666vw;
  height: 8.266666vw;
}

.service_title-3 .contents_headings::before {
  background-image: url('../images/service_icon3_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 6.6666vw 8.266666vw;
  width: 6.6666vw;
  height: 8.266666vw;
}

.service_title-2 .contents_title::after {
  content: "";
  display: block;
  position: absolute;
	width: 0;
	transition: all .5s ease .5s;
  height: 2.133333vw;
  bottom: 2vw;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}

.service_title-2 .is-active .contents_list-item .contents_title::after {
  width: 100%;
	position: absolute;
  bottom: 2vw;
  left: 0;
}

.service_title-1 .contents-1 {
  width: 78.6667vw;
  margin: 0 auto 10.66666vw;
  position: relative;
  z-index: 0;
  padding-top: 8vw;
}

.service_title-1 .contents-1::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 106.66666vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-2 .service_contents_inner.contents-1 {
  width: 78.6666vw;
  margin: 0 auto 10.66666vw;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-2 {
  width: 78.6666vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-1::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  right: -10.6666vw;
  z-index: -1;
  border-radius: 12.3333vw 0 0 12.3333vw;
}

.service_title-3 .service_contents_inner {
  width: 78.6666vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-bottom: 4vw;
}

.service_title-3 .service_contents_inner .contents_left {
  position: relative;
  z-index: 0;
}

.service_title-3 .service_contents_inner .contents_left::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-3 .contents_text {
  text-align: center;
  margin-bottom: 4vw;
}

.service_title-3 .contents_left {
  padding-top: 10.6666vw;
}

.service_title-3 .contents_left .contents_illust,
.service_title-3 .contents_right .contents_illust {
  margin-bottom: 9.3333vw;
}

.service_title-3 .service_contents_inner .contents_right {
  position: relative;
  z-index: 0;
  padding-top: 9.33333vw;
}

.service_title-3 .service_contents_inner .contents_right::before {
  display: block;
  content: '';
  position: absolute;
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  right: -10.6666vw;
  z-index: -1;
  border-radius: 12.3333vw 0 0 12.3333vw;
}

.service_title-3 .contents_right .contents_illust {
  margin-bottom: 9.3333vw;
}

.btn-more {
  width: 64vw;
  margin: 0 auto;
  display: block;
}

.btn-more a {
  color: #fff;
  height: 13.3333vw;
  display: block;
  font-size: 4vw;
  line-height: 13.3333vw;
  width: 64vw;
  margin: 10.666vw auto 0;
  background-color: #ff6e82;
  position: relative;
  margin-bottom: 13.3333vw;
}

.btn-more a::after {
  display: block;
  content: "";
  background-image: url('../images/btn-arrow_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 1.3333vw 2.6666vw;
  width: 1.33333vw;
  height: 2.6666vw;
  position: absolute;
  top:  50%;
  transform: translateY(-50%);
  right: 4vw;
  z-index: 2;
}

/* ----------------------------------------------------------voice */
.voice {
  background-color: #f3fcfc;
  padding: 16vw 0 8vw;
}

.voice_headings {

}

.voice_lead {
  font-size: 4vw;
  line-height: 1.66666;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 2.6666666666666665vw auto 8vw;
}

.btn-school {
  display:block;
  width: 64vw;
  margin:0 auto;
  position: relative;
}

.voice .btn-school a {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 64vw;
  height: 13.333333333333334vw;
  background-color: #5bd1d6;
  letter-spacing: 0.03em;
  font-size: 4vw;
  line-height: 13.333333333333334vw;
  border-radius: 5px;
}

.voice .btn-school::after {
  display: block;
  content: '';
  background-image: url(../../case-study/images/school_btn-arrow_sp@2x.png);
  background-size: 1.3333333333333333vw 2.6666666666666665vw;
  width: 1.3333333333333333vw;
  height: 2.6666666666666665vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ----------------------------------------------------------swiper */
.voice .school_list {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.voice .school_list-inner {
  width: 78.66666666666667vw;
  margin: 0 auto;
}

/* .voice .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
} */

.voice .swiper-wrapper.no-swiper {
  /* display: flex;
  justify-content: center; */
}

.voice .school_list-item {
  width: 78.66666666666667vw;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto 8vw;
  display: block;
}

.voice .school_list-item.is-pc {
  display: none;
}

.voice .school_list-item .slider_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
}

.voice .school_list-text {
  padding: 6.666666666666667vw 4.666666666666667vw 8vw;
}

.voice .school_list-name {
  font-size: 5.333333333333333vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 3.3333333333333335vw;
}

.voice .school_list-caption {
  font-size: 3.466666666666667vw;
  letter-spacing: 0.05em;
  margin-bottom: 3.3333333333333335vw;
}

/* ----------------------------------------------------------faq */
.faq {
  padding-top: 24vw;
}

.faq_headings {
  margin-bottom: 12vw;
}

.faq_headings-lead {
  color: #ff6e82;
  font-size: 6.6666vw;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
  position: relative;
  margin-bottom: 13.3333vw;
}

.faq_headings-lead::after {
    position: absolute;
    content: "";
    display: block;
    width: 16vw;
    height: .8vw;
    top: 12vw;
    background-color: #ff6e82;
    border-radius: .4vw;
    left: 50%;
    transform: translateX(-50%);
}

.faq .inner .fadeup:nth-of-type(2) {
  padding-top: 10.66666vw;
  margin-bottom: 17.333vw;
}

.faq_list {
  width: 89.3333vw;
  margin: 0 auto;
}

.faq_list-item {
  margin-bottom: 2.6666vw;
}

.faq_list-item:last-child {
  margin-bottom: 0;
}

.faq_question {
  padding: 4vw 5.3333vw 4vw 17.3333vw;
  background-color: #f9f9e0;
  border-radius: 2.6666vw;
  position: relative;
}

.faq_question::before {
  position: absolute;
  display: block;
  content: 'Q.';
  font-size: 8vw;
  top: 45%;
  transform: translateY(-50%);
  left: 5.3333vw;
}

.faq_question p {
  font-size: 4vw;
  line-height: 1.4667;
  letter-spacing: .05em;
}

.faq_answer {
  padding: 4vw 5.3333vw 4vw 17.3333vw;
  border-radius: 2.6666vw;
  position: relative;
}

.faq_answer::before {
  position: absolute;
  display: block;
  content: 'A.';
  color: #ff6e82;
  font-size: 8vw;
  top: 2vw;
  left: 5.3333vw;
}


.faq_answer p {
  font-size: 3.44666666vw;
  line-height: 1.615;
  letter-spacing: .05em
}

/* ----------------------------------------------------------contact */
.contact {
  background: linear-gradient( to right, #6acffe, #5bd1d6);
  color: #fff;
  padding: 13.333333vw 0;
  text-align: center;
}

.contact_lead {
  font-size: 6.13333vw;
  line-height: 1.527139;
  margin-bottom: 10vw;
  letter-spacing: 0.05em;
}

.btn-request-contact {

}

.btn-request-contact a {
  color: #5bd1d6;
  font-size: 5.3333vw;
  line-height: 16vw;
  background-color: #fff;
  width: 78.66666vw;
  height: 16vw;
}

/* ----------------------------------------------------------固定バナー */
.banner-fixed.none {
  display: none;
  opacity: 0;
}

.banner-fixed a {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
