@charset "utf-8";
/* CSS Document */
body {
  background-color: #F0F8FF;
}
.section-top {
  position: relative;
}
.section-top__image {
  height: 60vh;
  background-image: url(../images/index/index_top_img.jpg);
  background-position: center;
  background-size: 115%;
  background-repeat: no-repeat;
  /*max-width: 1440px;*/
  margin: 0 auto;
}
.section-top__image-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(10, 18, 41, 0.50);
}
.section-top__image-message {
  text-align: left;
  color: #FDFEFF;
  max-width: 1100px;
  margin: 0 auto;
}
.section-top__image-message__first {
  padding: 5% 0 0 5%;
  transition: all 0.8s;
}
.section-top__image-message__second {
  padding: 1% 0 0 5%;
}
.section-top__image-message__third {
  padding: 4% 0 0 5%;
  font-size: 2.2rem;
  font-weight: 600;
}
@keyframes message {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-top__image-message__first {
  animation-name: message;
  animation-duration: 0.4s;
}
.section-top__image-message__second {
  animation-name: message;
  animation-duration: 1.2s;
}
.section-top__image-message__third {
  animation-name: message;
  animation-duration: 2s;
}
@keyframes message_second {
  0% {
    opacity: 0;
    transform: translateX(-300%);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-top__image__h1_first {
  font-size: 200%;
  position: absolute;
  padding: 10px 10px;
  margin-left: 5%;
  background-color: rgba(10, 18, 41, 0.50);
  bottom: 300px;
  animation-name: message_second;
  animation-duration: 2.6s;
}
.section-top__image__h1_second {
  font-size: 200%;
  position: absolute;
  padding: 10px 10px;
  margin-left: 5%;
  background-color: rgba(10, 18, 41, 0.50);
  bottom: 256px;
  animation-name: message_second;
  animation-duration: 2.6s;
}
.section-top__image__h1 {
  font-size: 2.0rem;
}
.section-top h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDFEFF;
  height: 190px;
  background-color: #101841;
}
.section-top__h2__first {
  font-size: 2.2rem;
  font-weight: 400;
  padding: 0 20px 8px;
}
.section-top__h2__second {
  font-size: 3.0rem;
  padding: 0 10px;
  letter-spacing: -1px;
}
.section-merit {
  background-color: #DAEEFF;
}
.section-merit h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-merit h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-merit_wrapper {
  padding: 0 20px 40px;
}
.section-merit__big-number {
  font-size: 3.6rem;
  padding-bottom: 8px;
}
.section-merit__first {
  max-width: 20%;
  padding: 2px 10px;
  background-color: #144DA0;
}
.section-merit__first__wrapper {
  color: #FDFEFF;
  font-size: 2.0rem;
}
.section-merit_pc_wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.4s;
}
.section-merit_pc_wrapper.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-merit__first-headline {
  max-width: 80%;
}
.section-merit__first-headline__wrapper {
  color: #144DA0;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-merit__first-headline__wrapper {
  margin: 0 auto;
  padding-left: 10px;
  letter-spacing: -0.2px;
}
.section-merit_br-none {
  display: none;
}
.section-merit__first__inner {
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-merit__first-container {
  background: #FDFEFF;
  margin: 40px auto;
  padding: 0 20px 30px;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  border-radius: 30px 0;
  max-width: 400px;
}
.section-merit__first-description {
  letter-spacing: -0.8px;
}
.section-merit__second {
  max-width: 20%;
  padding: 2px 10px;
  background-color: #144DA0;
}
.section-merit__second__wrapper {
  color: #FDFEFF;
  font-size: 2.0rem;
}
.section-merit__second-headline {
  max-width: 80%;
}
.section-merit__second-headline__wrapper {
  color: #144DA0;
  font-size: 1.4rem;
  font-weight: 600;
}
.section-merit__second-headline__wrapper {
  margin: 0 auto;
  padding-left: 10px;
}
.section-merit__second__inner {
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-merit__second-container {
  background: #FDFEFF;
  margin: 40px auto;
  padding: 0 20px 30px;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  border-radius: 30px 0;
  max-width: 400px;
}
.section-merit__third {
  max-width: 20%;
  padding: 2px 10px;
  background-color: #144DA0;
  margin-right: 30px;
}
.section-merit__third__wrapper {
  color: #FDFEFF;
  font-size: 2.0rem;
}
.section-merit__third-headline {
  max-width: 80%;
}
.section-merit__third-headline__wrapper {
  color: #144DA0;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-merit__third-headline__wrapper {
  margin: 0 auto;
  padding-right: 30px;
}
.section-merit__third__inner {
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-merit__third-container {
  background: #FDFEFF;
  margin: 40px auto;
  padding: 0 20px 30px;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  border-radius: 30px 0;
  max-width: 400px;
}
@media (min-width:700px) {
  .section-merit_pc_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-merit__first-container, .section-merit__second-container, .section-merit__third-container {
    width: 300px;
  }
  .section-merit_br-none {
    display: inline-block;
  }
  .section-merit__first__inner, .section-merit__second__inner {
    align-items: flex-start;
  }
  .section-merit__third {
    margin: 0 auto;
  }
}
.section-method {
  padding-bottom: 40px;
}
.section-method h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.0rem;
  letter-spacing: -0.8px;
  height: 50px;
  background-color: #144DA0;
}
.section-method h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-method__first__container {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-method__first-headline__chance {
  height: 70px;
  color: #fdfeff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 0 0;
  background-color: #144DA0;
}
.section-method__first__container {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.6s;
}
.section-method__first__container.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-method__first-headline__chance__innner {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -1.2px;
}
.section-method__first-headline__chance__innner__big-chance {
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: -5px;
  padding-right: 4px;
}
.section-method__first__tired {
  padding: 20px 20px 30px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
}
.section-method__first__tired h4 {
  color: #144DA0;
  text-align: left;
}
.section-method__first__tired__description {
  text-align: left;
}
.section-method__first__tired__image {
  width: 80%;
  max-width: 400px;
  padding: 10px 0;
}
.section-method__first__tired__graph-description {
  text-align: left;
}
.section-method__second__container {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-method__second__container {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.6s;
}
.section-method__second__container.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-method__second-headline__chance {
  height: 70px;
  color: #fdfeff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 0 0;
  background-color: #144DA0;
}
.section-method__second-headline__chance__innner {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.section-method__second-headline__chance__innner__big-chance {
  font-size: 3.0rem;
  font-weight: 600;
  padding: 0 3px;
}
.section-method__second__tired {
  padding: 20px 20px 30px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
}
.section-method__second__tired h4 {
  color: #144DA0;
  text-align: left;
}
.section-method__second__tired__description {
  text-align: left;
}
.section-method__second__point__image {
  width: 60%;
  padding: 10px 0;
}
.section-method__second__tired__graph-description {
  text-align: left;
}
.section-method__third__container {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-method__third__container {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.6s;
}
.section-method__third__container.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-method__third-headline__chance {
  height: 70px;
  color: #fdfeff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 0 0;
  background-color: #144DA0;
}
.section-method__third-headline__chance__innner {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.section-method__third-headline__chance__innner__big-chance {
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: -3px;
  padding-right: 2px;
}
.sectin-method__third__lesson {
  padding: 20px 20px 30px;
  background-color: #fdfeff;
  border-radius: 0 0 30px 0;
}
.section-method__third__lesson__headline {
  display: flex;
}
.section-method__third__lesson__headline__description {
  padding-top: 2px;
}

.section-method__third__lesson____description {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 20px;
}
.lesson {
  list-style: none;
  margin: 0 auto 0 2em;
  border-left: 1px solid #144DA0;
  box-sizing: border-box;
}
.lesson li {
  margin-bottom: 40px;
}
.step {
  display: inline-block;
  color: #FDFEFF;
  margin-left: -74px;
  padding: 1px 8px;
  border: 1px solid #144DA0;
  background-color: #144DA0;
}
.step_br {
  display: inline-block;
  width: 16px;
  height: 14px;
}
.step_img {
  width: 80%;
  max-width: 600px;
}
.sch_box {
  margin-left: 45px;
  display: flex;
  flex-direction: column;
}
.step_description {
  font-size: 1.4rem;
  text-align: left;
  max-width: 600px;
}
.lesson__lead {
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width:800px) {
  .section-method h3 {
    font-size: 1.6rem;
  }
  .section-method__first-headline__chance__innner__big-chance, .section-method__second-headline__chance__innner__big-chance, .section-method__third-headline__chance__innner__big-chance {
    font-size: 2.4rem;
  }
}
.section-place {
  background-color: #DAEEFF;
  padding-bottom: 20px;
}
.section-place_wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.4s;
}
.section-place_wrapper.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-place h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-place h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-place_wrapper {
  padding: 0 20px;
}
.section-place_container {
  max-width: 760px;
  padding: 0px 20px 40px;
  margin: 30px auto;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  background-color: #FDFEFF;
}
.section-place h3 {
  padding: 40px 0 10px;
  text-align: left;
}
.section-place__description {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 10px;
}
.section-place_container__ul li {
  list-style: none;
}
.section-place__tokyo__wrapper {
  width: 30px;
  height: 50px;
  padding-left: 2px;
}
.section-place__tokyo__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__tokyo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__saitama__wrapper {
  width: 18px;
  height: 50px;
  padding-left: 36px;
}
.section-place__saitama__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__saitama {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__chiba__wrapper {
  width: 46px;
  height: 50px;
  padding-left: 10px;
}
.section-place__chiba__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__chiba {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__tokyo, .section-place__tsaitama, .section-place__chiba {
  text-align: left;
}
.section-place__tokyo__park {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 17px;
  padding-right: 35px;
}
.section-place__chiba__park {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 17px;
}
.section-place__saitama__park {
  font-size: 1.4rem;
  text-align: left;
  padding-left: 60px;
}
.section-place__image {
  width: 90%;
  max-width: 450px;
}
.section-place__fee {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 0;
}
@media (min-width:700px) {
  .section-place_pc_place {
    width: 500px;
  }
  .section-place_pc_img {
    width: 500px;
  }
  .section-place_pc_wrapper {
    display: flex;
    align-items: center;
  }
}
.section-recommend {
  background-color: #F0F8FF;
  padding-bottom: 40px;
}
.section-recommend h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-recommend h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-recommend_wrapper {
  padding: 0 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.4s;
}
.section-recommend_wrapper.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-recommend_checkbox {
  text-align: left;
  line-height: 40px;
  padding: 40px 10px 30px;
  margin: 40px auto 10px;
  background-color: #FDFEFF;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 540px;
}
.section-recommend ul {
  max-width: 450px;
  margin: 0 auto;
}
.section-recommend ul li {
  list-style: none;
  font-size: 1.4rem;
}
.checkbox_img {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
  margin-bottom: -3px;
}
.section-recommend_checkbox__image {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.section-voice {
  background-color: #DAEEFF;
  padding-bottom: 40px;
}
.section-voice_wrapper {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}
.section-voice h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-voice h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-voice h3 {
  text-align: left;
  padding-bottom: 16px;
  padding-left: 10px;
}
.section-voice__first-container {
  background-color: #FDFEFF;
  padding: 10px 30px 80px;
  margin: 40px auto 30px;
  border-radius: 30px 0 30px 0;
  box-shadow: 9px 9px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 310px;
}
.voice__sil-first {
  width: 90px;
  height: 90px;
  background-image: url("../images/index/voice_1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.voice__sil-second {
  width: 90px;
  height: 90px;
  background-image: url("../images/index/voice_2.jpg");
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.voice__sil-third {
  width: 90px;
  height: 90px;
  background-image: url("../images/index/voice_3.png");
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.voice__sil__wrapper {
  display: flex;
  align-items: flex-end;
}
.section-voice__first__description {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 6px;
  border-top: #242422 solid 1px;
  margin-top: 6px;
}
.section-voice__second-container {
  background-color: #FDFEFF;
  padding: 10px 30px 30px;
  margin: 40px auto 30px;
  border-radius: 30px 0 30px 0;
  box-shadow: 9px 9px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 310px;
}
.section-voice__second__description {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 6px;
  margin-top: 6px;
  border-top: #242422 solid 1px;
}
.section-voice__third-container {
  background-color: #FDFEFF;
  padding: 10px 30px 130px;
  margin: 40px auto 30px;
  border-radius: 30px 0 30px 0;
  box-shadow: 9px 9px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 310px;
}
.section-voice__third__description {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 6px;
  border-top: #242422 solid 1px;
  margin-top: 6px;
}
.section-inquiry h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-inquiry h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-inquiry_wrapeer {
  padding: 0 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.4s;
}
.section-inquiry_wrapeer.active {
  opacity: 1;
  transform: translateY(0px);
}
.section-inquiry__container {
  background-color: #FDFEFF;
  padding: 0 20px 50px;
  margin: 40px auto;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 760px;
}
.section-inquiry h3 {
  text-align: left;
  padding: 40px 0 20px;
}
.section-inquiry__description {
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width: 700px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}