@charset "UTF-8";
.pageH {
  border-bottom: 1px solid #5bb647;
  padding-bottom: 30px;
}
.leadTxt {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.15em;
}
.pageImg {
    margin: 0 -18px 30px;
}
.texGroup{
  margin: 0 15px 30px;
}
.texGroup .leadTxt{
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.sectionH {
    width: 100%;
    margin: 0 auto 1.875em;
    border-bottom: 1px solid #5BB647;
    border-top: 1px solid #5BB647;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    color: #5BB647;
    font-size: 1.230769em;
    line-height: 1.6;
}

.sectionWrapper {
  margin-bottom: 75px;
}

.flowSection  {
  margin-bottom: 50px;
}
.flowSection > li {
  padding: 48px 20px 40px;
  background-color: #F8F5F2;
  border-radius: 15px;
}
.flowSection > li + li {
  margin-top: 42px;
}
.flowSection li h3 {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.230769em;
  font-weight: 700;
}
.flowSection li h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 3.125em;
  text-align: center;
  font-family: roboto;
  font-weight: 700;
  color: #5BB647;
  transform: translateY(calc(-100% - 16px));
}
.flowSection li figure img {
  overflow: hidden;
  border-radius: 15px;
}
.flowSection li figure img + img {
  margin-top: 10px;
}
.flowSection li > p {
  margin-top: 25px;
}
.flowSection li .courseBox {
  margin: 40px -20px 0;
  width: calc(100% + 40px);

}
.flowSection li .course {
  position: relative;
}
.flowSection li .course li.courseSlide {
  position: relative;
  padding: 35px 15px;
  margin: 15px 15px 0 0;
  background-color: #fff;
  border-radius: 15px;
}
.flowSection li .course li.courseSlide::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: calc(50% - 17px);
  width: 34px;
  height: 30px;
  background: url(../images/experience/star.png) center / cover no-repeat;
}
.flowSection li .course li h4 {
  text-align: center;
  font-size: 1.15384em;
  font-weight: 700;
}
.flowSection li .course li figure {
  margin: 20px 0;
}
.flowSection li .course .slick-dots li {
  width: 8px;
  height: 8px;
}
.flowSection li .course .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  width: 25px;
  height: 50px;
  left: 0;
  border-radius: 0 25px 25px 0;
  background: #FABF13;
  overflow: hidden;
}
.flowSection li .course .slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
}
.flowSection li .course .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.qTxt {
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 0 20px 25px;
}
.qTxt p {
  line-height: 1.6875;
  font-size: 1.230769em;
  font-weight: 700;
}
.qBaloon {
  padding: 0 20px;
}
.qBaloon li {
  position: relative;
  padding: 10px;
  border: 1px solid #5BB647;
  background-color: #fff;
  border-radius: 2em;
  text-align: center;
  font-weight: 600;
}
.qBaloon li::before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  bottom: -9px;
  background: url(../images/experience/baloon.png) center / cover no-repeat;
}
.qBaloon li:nth-child(odd):before {
  left: 55px;
}
.qBaloon li:nth-child(even):before {
  right: 55px;
  transform: scale(-1, 1);
}
.qBaloon li + li {
  margin-top: 24px;
}
.qBaloon li span {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background-color: #fbff7e;
  font-weight: 600;
}

.flowStep {
  margin-bottom: 50px;
  padding: 0 20px;
}
.flowStep > li {
  position: relative;
  margin-bottom: 30px;
  padding: 0 25px 25px;
  background: #F7F2ED;
  border-radius: 10px;
  text-align: center;
}
.flowStep li::after {
  content: '';
  display: block;
  left: 10px;
  right: 10px;
  height: 30px;
  position: absolute;
  bottom: -29px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #F7F2ED;
}
.flowStep li h3 {
  margin-bottom: 20px;
  text-align: center;
  color: #5bb647;
  font-size: 1.30769em;
  font-weight: 700;
}
.flowStep li h3 span {
  display: block;
  width: 110px;
  margin: 0 auto 20px;
  padding: 10px 0 12px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: .94117em;
  font-weight: 700;
}
.flowStep li p {
  text-align: center;
}
.flowStep li a {
  color: #209E05;
  text-decoration: underline;
}
.flowStep > li ul {
  display: inline-block;
}
.flowStep li ul li::before {
  content: '・';
}
.flowStep li ul li + li {
  margin-top: .5em;
}
.flowStep > li figure {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.formBtn h3 {
  position: relative;
  width: 182px;
  margin: 0 auto 17px;
  text-align: center;
  font-weight: 600;
}
.formBtn h3::before,
.formBtn h3::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 2px;
  height: 20px;
  background-color: #5BB647;
  border-radius: 1px;
}
.formBtn h3::before {
  left: 0;
  transform: rotate(-30deg);
}
.formBtn h3::after {
  right: 0;
  transform: rotate(30deg);
}
.formBtn .btnBox {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.formBtn .btnBox::before {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: -36px;
  width: 24px;
  height: 34px;
  background: url(../images/experience/chara1.png) center / cover no-repeat;
}
.formBtn .btnBox::after {
  content: '';
  display: block;
  position: absolute;
  right: 19px;
  top: -40px;
  width: 36px;
  height: 45px;
  background: url(../images/experience/chara2.png) center / cover no-repeat;
}

.voiceList {
  padding: 0 20px;
}
.voiceList li {
  position: relative;
  margin-top: 39px;
  padding: 30px 25px 30px 35px;
  border-radius: 15px;
  background-color: #EAF5F7;
}
.voiceList li p.num {
  position: absolute;
  top: -24px;
  left: -20px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  box-shadow: rgba(255,255,255,1) 2px 2px 0;
  font-weight: 700
}
.voiceList li p.num.age {
  font-size: 1.15384em;
}
.voiceList li p.num.age.voice1 {
  background: url(../images/bg-yellow.png);
  color: #5bb647;
}
.voiceList li p.num.age.voice2 {
  background: url(../images/bg-pink.png);
  color: #fff;
}
.voiceList li p.num.age span {
  font-size: 2.1333em;
  font-weight: 700
}
.voiceList li p.num.sS_student {
  color: #fff;
  background: url(../images/bg-blue.png);
  font-size: 1.53846em;
}
.voiceList li p:not(.num) span {
  padding: 1px 5px;
  background-color: #fff;
}

.more {
  margin-bottom: 25px;
  text-align: center;
}
.more:before {
  content: '▼';
  padding-right: .5em;
  color: #5bb647;
}
a.wh_grBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  height: 75px;
  padding: 0 24px;
  border-radius: 10px;
  border: 2px solid #5BB647;
  box-shadow: rgba(0,0,0,.15) 2px 2px 1px;
  gap: 10px;
  background: #fff;
  letter-spacing: .1em;
  font-size: 1.3846em;
  font-weight: 700;
  color: #5BB647;
}
a.wh_grBtn span {
  width: calc(100% - 10px - 43px);
  text-align: center;
  font-weight: 700;
}

.search-classroomBox {
  border-radius: 10px;
  padding: 33px 17px 25px;
  background-color: #E8F8DA;
}
.search-classroomBox h2.contTtl {
  margin-bottom: 24px;
  font-size: 1.1538em;
}


@media screen and (min-width: 768px) {
  .leadTxt {
    font-size: 1.25em;
    margin-bottom: 1.875em;
  }
  .texGroup .leadTxt {
    font-size: 1.125em;
  }

  .sectionH {
    margin: 0 auto 1.875em;
  }

  .sectionWrapper {
    margin-bottom: 120px;
  }

  .flowSection  {
    margin-top: 60px;
    margin-bottom: 75px;
  }
  .flowSection > li {
    padding: 40px 40px 55px;
  }
  .flowSection > li + li {
    margin-top: 80px;
  }
  .flowSection li h3 {
    margin-bottom: 35px;
    font-size: 1.25em;
  }
  .flowSection li figure {
    display: flex;
    gap: 20px;
  }
  .flowSection li figure img + img {
    margin-top: 0;
  }
  .flowSection li .courseBox {
    margin: 40px 0 0;
    width: 100%;
  }
  .flowSection li .course {
    display: flex;
    gap: 15px;
  }
  .flowSection li .course li.courseSlide {
    margin-right: 0;
  }

  .qTxt {
    justify-content: center;
    margin: 0 0 2em;
  }
  .qBaloon {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
  }
  .qBaloon li {
    width: calc(50% - 10px);
  }
  .qBaloon li + li {
    margin-top: 0;
  }
  .qBaloon li:nth-child(even) {
    margin-top: 18px;
  }

  .flowStep {
    max-width: 600px;
    margin: 0 auto 70px;
  }
  .flowStep > li {
    margin-bottom: 40px;
  }

  .voiceList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }
  .voiceList li {
    width: calc((100% - 30px) / 2);
  }
  .voiceList li p.num {
    left: -24px;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }

  .more {
    margin-bottom: 30px;
  }
  a.wh_grBtn {
    max-width: 450px;
    margin: 0 auto;
  }

  .search-classroomBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 44px 16px 40px;
  }

}