@charset "UTF-8";
/*変数設定用*/
header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px 0;
}

header .logo {
  text-align: center;
  max-width: 150px;
  margin: auto;
}

#videoArea {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

#videoArea video:focus {
  outline: none;
}

#videoArea #damyImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
}

#videoArea video {
  width: 100%;
}

#videoArea #video-btn {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 91;
  left: 0;
  right: 0;
  top: 42%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #videoArea #video-btn {
    display: none;
  }
}

.nayami_wrap {
  background: #ffed66;
  padding: 70px 0 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nayami_wrap {
    padding: 35px 0 50px;
  }
}

.nayami_wrap:before {
  content: "";
  position: absolute;
  bottom: -93px;
  left: 50%;
  width: 570px;
  height: 93px;
  background: url(./img/yellow_triangle.png);
  background-size: cover;
  transform: translate(-50%, 0);
}

.nayami_wrap h2 {
  text-align: center;
  color: #467bf4;
  font-size: 3.6rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .nayami_wrap h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.nayami_wrap h2 span {
  display: block;
  max-width: 68px;
  margin: 0 auto 38px;
}

.nayami_wrap ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nayami_wrap ul {
    display: block;
  }
}

.nayami_wrap ul li {
  width: 31%;
  float: left;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .nayami_wrap ul li {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.nayami_wrap ul li:nth-child(3n+2) {
  margin: 50px 3.5% 45px;
}

@media screen and (max-width: 767px) {
  .nayami_wrap ul li:nth-child(3n+2) {
    margin: 0 0 25px;
  }
}

.nayami_wrap ul li .fuki {
  color: #467bf4;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  background: url("./img/fuki_bg.png");
  background-size: cover;
  padding: 30px 0 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .nayami_wrap ul li .fuki {
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .nayami_wrap ul li .fuki {
    font-size: 2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 30px 0 57px;
  }
}

.nayami_wrap ul li .icon_man {
  text-align: center;
  margin: 20px auto 0;
  max-width: 220px;
}

.answer_wrap {
  padding: 150px 0 80px;
}

.answer_wrap .container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .answer_wrap .container {
    display: block;
  }
}

.answer_wrap .container .fl {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .answer_wrap .container .fl {
    width: 100%;
  }
}

.answer_wrap .container .fr {
  width: 48%;
  margin-left: 2%;
  color: #467bf4;
  text-align: center;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .answer_wrap .container .fr {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 3rem;
  }
}

.feature_wrap {
  padding-bottom: 170px;
  background: #f6fcfd;
}

@media screen and (max-width: 767px) {
  .feature_wrap {
    padding-bottom: 80px;
  }
}

.feature_wrap .blue {
  background: #467bf4;
  padding: 55px 0;
  text-align: center;
}

.feature_wrap .blue .kakko {
  color: #fff;
  font-size: 3.6rem;
  display: inline-flex;
  letter-spacing: 3px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding: 10px 75px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .blue .kakko {
    font-size: 2rem;
    padding: 10px 25px;
  }
}

.feature_wrap .blue .kakko:before {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .feature_wrap .blue .kakko:before {
    width: 11px;
    height: 11px;
  }
}

.feature_wrap .blue .kakko:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .feature_wrap .blue .kakko:after {
    width: 11px;
    height: 11px;
  }
}

.feature_wrap .blue .kakko .big {
  font-size: 5.6rem;
  font-weight: bold;
  margin: 0 10px -10px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .blue .kakko .big {
    font-size: 4rem;
  }
}

.feature_wrap .list01 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 {
    margin-top: 50px;
  }
}

.feature_wrap .list01 .detail_box {
  float: right;
  max-width: 530px;
  width: 48%;
  padding: 45px 35px;
  background: #fff;
  margin-top: 140px;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 .detail_box {
    float: none;
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding: 45px 20px;
  }
}

.feature_wrap .list01 .detail_box:before {
  position: absolute;
  width: 100px;
  height: 5px;
  content: "";
  left: 0;
  top: 0;
  background: #467bf4;
}

.feature_wrap .list01 .detail_box:after {
  position: absolute;
  content: "01";
  right: 10px;
  top: -70px;
  color: #467bf4;
  font-weight: bold;
  font-size: 9rem;
  font-family: 'Oswald', sans-serif;
}

.feature_wrap .list01 .detail_box .ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #467bf4;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 .detail_box .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.feature_wrap .list01 .detail_box .common_txt {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 .detail_box .common_txt {
    font-size: 1.4rem;
  }
}

.feature_wrap .list01 .img_cont {
  width: 52%;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 .img_cont {
    width: 100%;
    float: none;
    height: 190px;
  }
}

.feature_wrap .list01 .img_cont:before {
  right: -150px;
  top: 0;
  position: absolute;
  width: 65vw;
  height: 380px;
  background: url(./img/feature_img01.png);
  content: "";
  background-size: cover;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .feature_wrap .list01 .img_cont:before {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap .list01 .img_cont:before {
    right: 0;
    width: 100%;
    height: 190px;
  }
}

.feature_wrap .list02 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 {
    margin-top: 50px;
  }
}

.feature_wrap .list02 .detail_box {
  float: left;
  max-width: 530px;
  width: 48%;
  padding: 45px 35px;
  background: #fff;
  margin-top: 140px;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 .detail_box {
    float: none;
    max-width: none;
    width: 100%;
    padding: 45px 20px;
    margin-top: 0;
  }
}

.feature_wrap .list02 .detail_box:before {
  position: absolute;
  width: 100px;
  height: 5px;
  content: "";
  left: 0;
  top: 0;
  background: #467bf4;
}

.feature_wrap .list02 .detail_box:after {
  position: absolute;
  content: "02";
  right: 10px;
  top: -70px;
  color: #467bf4;
  font-weight: bold;
  font-size: 9rem;
  font-family: 'Oswald', sans-serif;
}

.feature_wrap .list02 .detail_box .ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #467bf4;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 .detail_box .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.feature_wrap .list02 .detail_box .common_txt {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 .detail_box .common_txt {
    font-size: 1.4rem;
  }
}

.feature_wrap .list02 .img_cont {
  width: 52%;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 .img_cont {
    width: 100%;
    float: none;
    height: 190px;
  }
}

.feature_wrap .list02 .img_cont:before {
  left: -150px;
  top: 0;
  position: absolute;
  width: 65vw;
  height: 380px;
  background: url(./img/feature_img02.png);
  content: "";
  background-size: cover;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .feature_wrap .list02 .img_cont:before {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap .list02 .img_cont:before {
    left: 0;
    width: 100%;
    height: 190px;
  }
}

.feature_wrap .list03 {
  margin-top: 80px;
}

.feature_wrap .list03 .detail_box {
  float: right;
  max-width: 530px;
  width: 48%;
  padding: 45px 35px;
  background: #fff;
  margin-top: 140px;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list03 .detail_box {
    float: none;
    max-width: none;
    width: 100%;
    padding: 45px 20px;
    margin-top: 0px;
  }
}

.feature_wrap .list03 .detail_box:before {
  position: absolute;
  width: 100px;
  height: 5px;
  content: "";
  left: 0;
  top: 0;
  background: #467bf4;
}

.feature_wrap .list03 .detail_box:after {
  position: absolute;
  content: "03";
  right: 10px;
  top: -70px;
  color: #467bf4;
  font-weight: bold;
  font-size: 9rem;
  font-family: 'Oswald', sans-serif;
}

.feature_wrap .list03 .detail_box .ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #467bf4;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list03 .detail_box .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.feature_wrap .list03 .detail_box .common_txt {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list03 .detail_box .common_txt {
    font-size: 1.4rem;
  }
}

.feature_wrap .list03 .img_cont {
  width: 52%;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_wrap .list03 .img_cont {
    width: 100%;
    float: none;
    height: 190px;
  }
}

.feature_wrap .list03 .img_cont:before {
  right: -150px;
  top: 0;
  position: absolute;
  width: 65vw;
  height: 380px;
  background: url(./img/feature_img03.png);
  content: "";
  background-size: cover;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .feature_wrap .list03 .img_cont:before {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap .list03 .img_cont:before {
    right: 0;
    width: 100%;
    height: 190px;
  }
}

.voice_wrap {
  background: #467bf4;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .voice_wrap {
    padding: 60px 0;
  }
}

.voice_wrap h2 {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .voice_wrap h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.voice_wrap h2:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #fff;
  margin-left: 50px;
  padding-right: 15px;
}

.voice_wrap .voice_movie {
  position: relative;
}

.voice_wrap .voice_movie video {
  width: 100%;
}

.voice_wrap .voice_slide_wrap {
  position: relative;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .voice_wrap .voice_slide_wrap {
    margin-top: 35px;
  }
}

.voice_wrap .voice_slide_wrap .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.voice_wrap .voice_slide_wrap .slide-arrow.next-arrow {
  right: -50px;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .voice_wrap .voice_slide_wrap .slide-arrow.next-arrow {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .voice_wrap .voice_slide_wrap .slide-arrow.next-arrow {
    right: 0px;
  }
}

.voice_wrap .voice_slide_wrap .slide-arrow.prev-arrow {
  left: -50px;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .voice_wrap .voice_slide_wrap .slide-arrow.prev-arrow {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .voice_wrap .voice_slide_wrap .slide-arrow.prev-arrow {
    left: 0px;
  }
}

.voice_wrap .voice_slide_wrap .voice_list {
  background: #fff;
  padding: 30px 25px;
  margin-right: 0.6%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .voice_wrap .voice_slide_wrap .voice_list {
    padding: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .voice_wrap .voice_slide_wrap .voice_list {
    padding: 15px;
    margin-right: 0;
  }
}

.voice_wrap .voice_slide_wrap .voice_list .icon {
  text-align: center;
  margin-bottom: 40px;
}

.voice_wrap .voice_slide_wrap .voice_list .icon img {
  margin: auto;
}

.voice_wrap .voice_slide_wrap .voice_list h3 {
  color: #467bf4;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.voice_wrap .voice_slide_wrap .voice_list .comment {
  font-size: 1.4rem;
  line-height: 1.8em;
  min-height: 280px;
}

@media screen and (max-width: 767px) {
  .voice_wrap .voice_slide_wrap .voice_list .comment {
    min-height: 200px;
  }
}

.teacher_wrap {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .teacher_wrap {
    padding: 60px 0;
  }
}

.teacher_wrap h2 {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 3.6rem;
  color: #467bf4;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .teacher_wrap h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.teacher_wrap h2:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #467bf4;
  margin-left: 50px;
  padding-right: 15px;
}

.teacher_wrap .teacher_slide_wrap {
  position: relative;
  margin-top: 65px;
}

.teacher_wrap .teacher_slide_wrap .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.teacher_wrap .teacher_slide_wrap .slide-arrow.next-arrow {
  right: -50px;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .teacher_wrap .teacher_slide_wrap .slide-arrow.next-arrow {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .teacher_wrap .teacher_slide_wrap .slide-arrow.next-arrow {
    right: 0px;
  }
}

.teacher_wrap .teacher_slide_wrap .slide-arrow.prev-arrow {
  left: -50px;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .teacher_wrap .teacher_slide_wrap .slide-arrow.prev-arrow {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .teacher_wrap .teacher_slide_wrap .slide-arrow.prev-arrow {
    left: 0px;
  }
}

.teacher_wrap .teacher_slide_wrap .teacher_list {
  background: #fff;
  border: 1px solid #000;
  margin-right: 0.6%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .teacher_wrap .teacher_slide_wrap .teacher_list {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .teacher_wrap .teacher_slide_wrap .teacher_list {
    margin-right: 0;
  }
}

.teacher_wrap .teacher_slide_wrap .teacher_list .icon {
  text-align: center;
  margin-bottom: 20px;
}

.teacher_wrap .teacher_slide_wrap .teacher_list .icon img {
  margin: auto;
}

.teacher_wrap .teacher_slide_wrap .teacher_list .position {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-bottom: 25px;
  min-height: 43px;
}

.teacher_wrap .teacher_slide_wrap .teacher_list .position:before {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #000;
  content: "";
  bottom: -10px;
  left: 50%;
  margin-left: -17.5px;
}

.teacher_wrap .teacher_slide_wrap .teacher_list h3 {
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.teacher_wrap .teacher_slide_wrap .teacher_list .comment {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 0 20px 30px;
  min-height: 260px;
}

@media screen and (max-width: 767px) {
  .teacher_wrap .teacher_slide_wrap .teacher_list .comment {
    min-height: 180px;
  }
}

.only_contents {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .only_contents {
    margin-top: 0px;
  }
}

.only_contents .balloon {
  text-align: center;
}

.only_contents .ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .only_contents .ttl {
    margin-bottom: 30px;
  }
}

.only_contents .ttl .kakko {
  color: #467bf4;
  font-size: 3.6rem;
  display: inline-flex;
  letter-spacing: 3px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding: 10px 55px;
}

@media screen and (max-width: 767px) {
  .only_contents .ttl .kakko {
    font-size: 2rem;
    padding: 10px 35px;
  }
}

.only_contents .ttl .kakko:before {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .only_contents .ttl .kakko:before {
    width: 11px;
    height: 11px;
  }
}

.only_contents .ttl .kakko:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .only_contents .ttl .kakko:after {
    width: 11px;
    height: 11px;
  }
}

.only_contents .only_list {
  width: calc(100% - 80px);
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .only_contents .only_list {
    width: 100%;
  }
}

.only_contents .only_list .detail_box {
  max-width: 490px;
  background: rgba(255, 255, 255, 0.8);
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .only_contents .only_list .detail_box {
    width: 90%;
    margin: auto;
    padding: 50px 10px;
  }
}

.only_contents .only_list .detail_box .inner {
  max-width: 380px;
  margin: auto;
}

.only_contents .only_list .detail_box .inner h3 {
  font-size: 2.4rem;
  color: #467bf4;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .only_contents .only_list .detail_box .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.only_contents .only_list .detail_box .inner .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.only_contents .only_list.list01 {
  background: url("./img/only_cont_bg01.png");
  background-size: cover;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .only_contents .only_list.list01 {
    background-position: right;
  }
}

.only_contents .only_list.list02 {
  background: url("./img/only_cont_bg02.png");
  background-size: cover;
}

.only_contents .only_list.list02 .detail_box {
  margin-left: auto;
}

.only_contents .only_list.list03 {
  background: url("./img/only_cont_bg03.png");
  background-size: cover;
}

.graph_cont {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .graph_cont {
    padding: 50px 0;
  }
}

.graph_cont .container {
  display: flex;
  align-items: top;
}

@media screen and (max-width: 767px) {
  .graph_cont .container {
    display: block;
  }
}

.graph_cont .fl {
  width: 40%;
  margin-right: 5%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .graph_cont .fl {
    width: 90%;
    margin: 0 auto;
  }
}

.graph_cont .fr {
  margin-top: 50px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .graph_cont .fr {
    width: 100%;
    margin-top: 20px;
  }
}

.graph_cont .fr h3 {
  font-size: 3.6rem;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .graph_cont .fr h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .graph_cont .fr h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .graph_cont .fr h3 img {
    width: 40%;
  }
}

.graph_cont .fr .txt {
  font-size: 2.4rem;
  color: #000;
  line-height: 2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .graph_cont .fr .txt {
    font-size: 1.8rem;
  }
}

.graph_cont .fr .txt .blue {
  color: #467bf4;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .graph_cont .fr .txt .blue {
    font-size: 2.6rem;
  }
}

.graph_cont .fr .level_txt {
  margin-top: 10px;
}

.study_cont {
  background: #ffed66;
  padding: 130px 0 160px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .study_cont {
    padding: 60px 0;
  }
}

.study_cont:before {
  content: "";
  position: absolute;
  bottom: -93px;
  left: 50%;
  width: 570px;
  height: 93px;
  background: url(./img/yellow_triangle.png);
  background-size: cover;
  transform: translate(-50%, 0);
}

.study_cont h2 {
  font-size: 3.6rem;
  color: #467bf4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .study_cont h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.study_cont ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.study_cont li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  border-radius: 5px;
  padding: 40px 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .study_cont li {
    width: 48%;
    margin-bottom: 15px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .study_cont li {
    width: 48%;
    margin-bottom: 15px;
    padding: 20px 10px;
  }
}

.study_cont li:nth-child(4) {
  margin-right: 0;
}

.study_cont li:nth-child(5) {
  width: 32%;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .study_cont li:nth-child(5) {
    width: 48%;
    margin: 0 1% 15px;
  }
}

@media screen and (max-width: 767px) {
  .study_cont li:nth-child(5) {
    width: 48%;
    margin: 0 1% 15px;
  }
}

.study_cont li:nth-child(6) {
  width: 32%;
  margin: 0 2% 0;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .study_cont li:nth-child(6) {
    width: 48%;
    margin: 0 1% 15px;
  }
}

@media screen and (max-width: 767px) {
  .study_cont li:nth-child(6) {
    width: 48%;
    margin: 0 1% 15px;
  }
}

.study_cont li:nth-child(7) {
  width: 32%;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .study_cont li:nth-child(7) {
    width: 98%;
    margin: 0 1% 15px;
  }
}

@media screen and (max-width: 767px) {
  .study_cont li:nth-child(7) {
    width: 98%;
    margin: 0 1% 15px;
  }
}

.study_cont li .icon {
  text-align: center;
  margin-bottom: 30px;
  min-height: 100px;
}

.study_cont li h3 {
  text-align: center;
}

.study_cont li h3 span {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffed66 60%);
  padding: 5px 5px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .study_cont li h3 span {
    font-size: 1.5rem;
  }
}

.study_cont li .txt {
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .study_cont li .txt {
    font-size: 1.2rem;
  }
}

.study_cont .study_youtube_list {
  float: left;
  position: relative;
  width: 48%;
  padding-top: 36.25%;
}

@media screen and (max-width: 767px) {
  .study_cont .study_youtube_list {
    padding-top: 56.25%;
    width: 100%;
  }
}

.study_cont .study_youtube_list iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.study_cont .study_youtube_list.left {
  float: left;
}

@media screen and (max-width: 767px) {
  .study_cont .study_youtube_list.left {
    float: none;
  }
}

.study_cont .study_youtube_list.right {
  float: right;
}

@media screen and (max-width: 767px) {
  .study_cont .study_youtube_list.right {
    margin-top: 20px;
    float: none;
  }
}

.kokomade {
  padding: 220px 0 160px;
}

@media screen and (max-width: 767px) {
  .kokomade {
    padding: 150px 0 50px;
  }
}

.kokomade h2 {
  text-align: center;
  color: #025973;
  font-size: 3.8rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  .kokomade h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .kokomade h2 img {
    width: 40%;
  }
}

.kokomade h2 .nara {
  color: #666;
  padding-left: 10px;
}

.kokomade h2 .big {
  font-weight: bold;
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .kokomade h2 .big {
    font-size: 4rem;
  }
}

.kokomade h2 .middle {
  font-weight: bold;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .kokomade h2 .middle {
    font-size: 2.5rem;
  }
}

.kokomade h2 .small {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .kokomade h2 .small {
    font-size: 1.6rem;
  }
}

.introduction .blue {
  background: #467bf4;
  padding: 55px 0;
  text-align: center;
}

.introduction .blue .kakko {
  color: #fff;
  font-size: 3.6rem;
  display: inline-flex;
  letter-spacing: 3px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding: 10px 75px;
}

@media screen and (max-width: 767px) {
  .introduction .blue .kakko {
    padding: 10px 35px;
    font-size: 2rem;
  }
}

.introduction .blue .kakko:before {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .introduction .blue .kakko:before {
    width: 11px;
    height: 11px;
  }
}

.introduction .blue .kakko:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 23px;
  height: 23px;
  content: "";
}

@media screen and (max-width: 767px) {
  .introduction .blue .kakko:after {
    width: 11px;
    height: 11px;
  }
}

.introduction .blue .kakko .big {
  font-size: 5.6rem;
  font-weight: bold;
  margin: 0 10px -10px;
}

.introduction .bg_gray {
  background: #f4f4f4;
  padding-bottom: 50px;
}

.introduction .bg_gray .intro_list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.introduction .bg_gray .intro_list dl {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl {
    float: none;
  }
}

.introduction .bg_gray .intro_list dl .cate {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px;
}

.introduction .bg_gray .intro_list dl .cate:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
}

.introduction .bg_gray .intro_list dl .cate.lightblue {
  background: #a2ddd9;
}

.introduction .bg_gray .intro_list dl .cate.lightblue:before {
  border-top: 10px solid #a2ddd9;
}

.introduction .bg_gray .intro_list dl .cate.heavyblue {
  background: #82b3d3;
}

.introduction .bg_gray .intro_list dl .cate.heavyblue:before {
  border-top: 10px solid #82b3d3;
}

.introduction .bg_gray .intro_list dl .cate.pink {
  background: #dcaeb0;
}

.introduction .bg_gray .intro_list dl .cate.pink:before {
  border-top: 10px solid #dcaeb0;
}

.introduction .bg_gray .intro_list dl .cate.gold {
  background: #d6bf73;
}

.introduction .bg_gray .intro_list dl .cate.gold:before {
  border-top: 10px solid #d6bf73;
}

.introduction .bg_gray .intro_list dl dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.introduction .bg_gray .intro_list dl dd {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 0 20px 30px;
}

.introduction .bg_gray .intro_list dl:nth-child(1) {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl:nth-child(1) {
    width: 100%;
  }
}

.introduction .bg_gray .intro_list dl:nth-child(2) {
  width: 32%;
  margin: 0 2% 30px;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl:nth-child(2) {
    width: 100%;
    margin: 0 0 30px;
  }
}

.introduction .bg_gray .intro_list dl:nth-child(3) {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl:nth-child(3) {
    width: 100%;
    margin: 0 0 30px;
  }
}

.introduction .bg_gray .intro_list dl:nth-child(4) {
  width: 48%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl:nth-child(4) {
    width: 100%;
    margin: 0 0 30px;
  }
}

.introduction .bg_gray .intro_list dl:nth-child(5) {
  width: 48%;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .introduction .bg_gray .intro_list dl:nth-child(5) {
    width: 100%;
    margin: 0 0 30px;
  }
}

.introduction .bg_gray .plus {
  text-align: center;
}

.introduction .bg_gray .tar {
  text-align: right;
}

.introduction .bg_gray .tar .look_btn {
  padding-right: 30px;
  padding-left: 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.introduction .bg_gray .tar .look_btn:before {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 3px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  transition: 0.6s;
}

.introduction .bg_gray .tar .look_btn::after {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 13px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  transition: 0.6s;
}

.plan {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .plan {
    padding-bottom: 50px;
  }
}

.plan h2 {
  text-align: center;
  color: #467bf4;
  padding: 85px 0;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan h2 {
    padding: 40px 0;
    font-size: 2rem;
  }
}

.plan div.table {
  padding: 0;
  max-width: 850px;
  margin-bottom: 1.4rem;
  margin: auto;
}

.plan div.table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .plan div.table table {
    min-width: 1000px;
  }
}

.plan div.table table tbody tr {
  border-bottom: 1px solid #82cbc4;
}

.plan div.table table tbody tr th {
  padding: 1.6rem 1rem;
  border-right: 1px solid #82cbc4;
}

.plan div.table table tbody tr th:first-child {
  width: 40%;
}

.plan div.table table tbody tr th:nth-child(n+2) {
  width: 20%;
  text-align: center;
}

.plan div.table table tbody tr th:last-child {
  border-right: none;
}

.plan div.table table tbody tr.top th {
  font-size: 2.1rem;
  font-weight: bold;
}

.plan div.table table tbody tr.top th span {
  font-size: 1.8rem;
}

.plan div.table table tbody tr.top th span small {
  font-size: 1.3rem;
}

.plan div.table table tbody tr.top th em {
  display: block;
  color: #fc1b3b;
  font-size: 1.5rem;
}

.plan div.table table tbody tr.top th:nth-child(2) {
  color: #f6b910;
}

.plan div.table table tbody tr.top th:nth-child(2) span {
  color: #3c5256;
}

.plan div.table table tbody tr.top th:nth-child(3) {
  color: #828081;
}

.plan div.table table tbody tr.top th:nth-child(3) span {
  color: #3c5256;
}

.plan div.table table tbody tr.top th:nth-child(4) {
  color: #d5b345;
}

.plan div.table table tbody tr.top th:nth-child(4) span {
  color: #3c5256;
}

.plan div.table table tbody tr.bottom th {
  font-size: 1.6rem;
  color: #3c5256;
  padding: 1.6rem 2rem;
  vertical-align: middle;
}

.plan div.table table tbody tr.bottom th .yuryo {
  background: #dac16f;
  border-radius: 10px;
  padding: 4px 15px;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 20px;
}

.plan div.table table tbody tr.bottom th span {
  font-size: 1.5rem;
}

.plan div.table table tbody tr.bottom th:first-child {
  text-align: left;
  font-weight: bold;
}

.flow {
  background: #467bf4;
  padding: 110px 0 100px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
}

.flow h2 {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .flow h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.flow ul {
  display: flex;
  flex-wrap: wrap;
}

.flow ul li {
  float: left;
  width: 23.25%;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  padding: 55px 8px 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .flow ul li {
    width: 48%;
    margin: 0 1% 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li {
    width: 48%;
    margin: 0 1% 30px;
  }
}

.flow ul li:nth-child(4) {
  margin-right: 0;
}

.flow ul li .num {
  text-align: center;
  margin: -85px auto 30px;
}

.flow ul li .icon {
  text-align: center;
  margin-bottom: 40px;
}

.flow ul li h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #467bf4;
  margin-bottom: 30px;
  min-height: 45px;
}

@media screen and (max-width: 767px) {
  .flow ul li h3 {
    font-size: 1.5rem;
    min-height: auto;
  }
}

.flow ul li .txt {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .flow ul li .txt {
    text-align: left;
  }
}

.flow .attention_txt {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8em;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .flow .attention_txt {
    margin-top: 0;
  }
}

.cv {
  background: #e0eef2;
  padding: 50px 0;
}

.cv .container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cv .container {
    display: block;
  }
}

.cv .container .fl {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .cv .container .fl {
    width: 100%;
  }
}

.cv .container .fr {
  width: 48%;
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .cv .container .fr {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.cv .container .fr .cv_txt {
  margin-bottom: 25px;
}

.copy {
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
  background: #000;
}

footer {
  width: 100%;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
}
