@charset "UTF-8";

body {
  font: 14px "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #000;
  font-feature-settings: "palt";
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a.hover {
  transition: all 0.25s ease-in-out;
}

#page_wrap {
  width: 100%;
  background: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:640px) {
  #page_wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.animated {
  opacity: 0;
}

/* ------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/

#header {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header .h_logo {
  padding: 22px 20px;
  float: left;
}

#header .h_btn {
  display: block;
  float: right;
  margin-top: 20px;
}

#header .h_btn li {
  display: inline-block;
  margin-right: 20px;
}

#header .h_btn li a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding: 16px 72px;
  border-radius: 10px;
}

#header .h_btn li a.h_btn01 {
  background: #fd972a;
  box-shadow: 0px 8px 0px 0px #b0691e;
}

#header .h_btn li a.h_btn02 {
  background: #57aceb;
  box-shadow: 0px 8px 0px 0px #3a739e;
}

#header .h_txt {
  background: #000;
  text-align: center;
  padding: 12px 0;
}

#header.scroll {
  position: fixed;
}

#header.scroll .h_logo {
  width: 318px;
  padding: 10px 20px;
}

#header.scroll .h_btn {
  margin-top: 10px;
}

#header.scroll .h_btn li a {
  padding: 8px 36px;
  border-radius: 5px;
  font-size: 14px;
}

#header.scroll .h_btn li a.h_btn01 {
  box-shadow: 0px 4px 0px 0px #b0691e;
}

#header.scroll .h_btn li a.h_btn02 {
  box-shadow: 0px 4px 0px 0px #3a739e;
}

#header.scroll .h_txt {
  background: #000;
  text-align: center;
  padding: 8px 0;
}

#header.scroll .h_txt img {
  max-width: 33.57%;
}

@media screen and (max-width:768px) {
  #header .h_logo {
    padding: 2.67%;
    width: 73.33%;
    float: none;
  }

  #header .h_btn {
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 3.47%;
  }

  #header .h_btn li {
    display: block;
    margin-right: 0;
    width: 50%;
    float: left;
    text-align: center;
  }

  #header .h_btn li a {
    width: 85.33%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    line-height: 1;
    padding: 16px 0;
    border-radius: 5px;
  }

  #header .h_btn li a.h_btn01 {
    background: #fd972a;
    box-shadow: 0px 4px 0px 0px #b0691e;
  }

  #header .h_btn li a.h_btn02 {
    background: #57aceb;
    box-shadow: 0px 4px 0px 0px #3a739e;
  }

  #header .h_txt {
    padding: 0 0;
  }

  #header.scroll .h_logo {
    display: none;
  }

  #header.scroll .h_btn {
    display: block;
    float: none;
    margin-top: 2%;
    margin-bottom: 3.47%;
  }

  #header.scroll .h_btn li a {
    padding: 8px 0;
    border-radius: 5px;
  }

  #header.scroll .h_txt {
    padding: 0;
  }

  #header.scroll .h_txt img {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------
	Main Visual
-------------------------------------------------------------------*/

#mv {
  width: 100%;
  height: 760px;
  background: url(../img/mv_bg_pc.jpg) no-repeat center top/cover #000;
  margin-top: 144px;
}

#mv .mv_inner {
  padding: 24px 0 90px;
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}



.mv_boy {
  position: absolute;
  left: 39px;
  bottom: 0;
  width: 41.89%;
}

.mv_girl {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 34.12%;
}

.mv_btn {
  display: block;
  width: 498px;
  margin: 37px auto 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width:768px) {
  #mv {
    width: 100%;
    height: 101.33%;
    background: url(../img/mv_bg_sp.jpg) no-repeat center top/cover #000;
    margin-top: 34.13%;
  }

  #mv .mv_inner {
    padding: 3.33% 0 8.67%;
  }

  .mv_catch {
    padding: 0 5.33%;
  }

  .mv_btn {
    display: block;
    width: 66.4%;
    margin: 2.4% auto 0;
  }
}

/* ------------------------------------------------------------------
	Section 01
-------------------------------------------------------------------*/

#sec01 {
  width: 100%;
  background: url(../img/sec01_bg_pc.jpg) no-repeat center top #fff;
  text-align: center;
  padding: 89px 0 78px;
}

@media screen and (max-width:768px) {
  #sec01 {
    width: 100%;
    background: url(../img/sec01_bg_sp.jpg) no-repeat center top/100% #fff;
    text-align: center;
    padding: 5.87% 0 9.73%;
  }

  .sec01_txt01 {
    width: 78.93%;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------
	Section 02
-------------------------------------------------------------------*/

#sec02 {
  width: 100%;
  background: url(../img/sec02_bg.gif) repeat left top;
  text-align: center;
  padding-bottom: 50px;
}

.sec02_ttl {
  width: 100%;
  background: #28b1ff;
  height: 170px;
  position: relative;
  margin-bottom: 37px;
}

.sec02_ttl span {
  width: 676px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -338px;
}

@media screen and (max-width:768px) {
  #sec02 {
    background: url(../img/sec02_bg.gif) repeat left top/14px;
    padding-bottom: 8%;
  }

  .sec02_ttl {
    width: 100%;
    background: #28b1ff;
    height: 85px;
    position: relative;
    margin-bottom: 4.93%;
  }

  .sec02_ttl span {
    width: 338px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -169px;
  }
}

@media screen and (max-width:320px) {
  .sec02_ttl {
    width: 100%;
    background: #28b1ff;
    height: 75px;
    position: relative;
    margin-bottom: 4.93%;
  }

  .sec02_ttl span {
    width: 300px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -150px;
  }
}

/* ------------------------------------------------------------------
	Section 03
-------------------------------------------------------------------*/

#sec03 .sec03_ttl {
  width: 100%;
  background: url(../img/sec03_ttl_bg_pc.jpg) no-repeat center/cover;
  text-align: center;
  padding: 85px 0 93px;
}

.sec03_wrap {
  background: url(../img/sec03_bg_pc.jpg) no-repeat center top #28b1ff;
  padding: 27px 0 108px;
  position: relative;
  text-align: center;
}

.sec03_wrap .inner {
  background: #fff;
  padding: 96px 0 27px;
}

.sec03_pop {
  position: absolute;
  width: 570px;
  top: -44px;
  left: 50%;
  margin-left: -285px;
}

.sec03_txt {
  margin-bottom: 47px;
}

@media screen and (max-width:768px) {
  #sec03 .sec03_ttl {
    width: 100%;
    background: url(../img/sec03_ttl_bg_sp.jpg) no-repeat center/cover;
    text-align: center;
    padding: 11.33% 0 12.4%;
  }

  .sec03_wrap {
    background: url(../img/sec03_bg_sp.jpg) no-repeat center top/cover #28b1ff;
    padding: 2.93% 2.67% 13.33%;
    position: relative;
    text-align: center;
  }

  .sec03_wrap .inner {
    padding: 50px 0 15px;
  }

  .sec03_pop {
    position: absolute;
    width: 285px;
    top: -22px;
    left: 50%;
    margin-left: -142px;
  }

  .sec03_txt {
    margin-bottom: 6.27%;
  }

  .sec03_result {
    margin: 0 3.73%;
  }
}

/* ------------------------------------------------------------------
	Section 04
-------------------------------------------------------------------*/

#sec04 {
  width: 100%;
  background: url(../img/sec04_bg.gif) repeat left top;
  text-align: center;
  padding: 120px 0 44px;
  position: relative;
}

#sec04 .cv_btn01 {
  display: block;
  width: 498px;
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: -249px;
  z-index: 100;
}

#sec04 .sec04_ttl01 {
  width: 100%;
  background: url(../img/sec04_ttl01_bg_pc.jpg) no-repeat center/cover;
  text-align: center;
  padding: 50px 0 85px;
  margin-top: 30px;
}

#sec04 .bg_wht {
  background: #fff;
  position: relative;
}

.sec04_txt01 {
  position: absolute;
  width: 620px;
  top: -46px;
  left: 50%;
  margin-left: -310px;
}

.teacher_box {
  padding: 125px 10px 83px;
}

.teacher_box .teacher01 {
  float: left;
}

.teacher_box .teacher02 {
  float: right;
}

.sec04_class {
  width: 100%;
  max-width: 1000px;
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 63px;
  text-align: center;
}

.sec04_class .lesson {
  position: absolute;
}

.sec04_class .lesson01 {
  width: 208px;
  top: 182px;
  left: 185px;
}

.sec04_class .lesson02 {
  width: 208px;
  top: 182px;
  left: 400px;
}

.sec04_class .lesson03 {
  width: 208px;
  top: 182px;
  right: 177px;
}

.sec04_class .lesson04 {
  width: 208px;
  top: 397px;
  left: 185px;
}

.sec04_class .lesson05 {
  width: 208px;
  top: 397px;
  left: 400px;
}

.sec04_class .lesson06 {
  width: 208px;
  top: 397px;
  right: 177px;
}

.sec04_class .lesson07 {
  width: 240px;
  top: 647px;
  left: 50%;
  margin-left: -120px;
}

.sec04_ttl_sub01 {
  padding-bottom: 17px;
}

#sec04 .sec04_ttl02 {
  width: 100%;
  background: url(../img/sec04_ttl02_bg_pc.jpg) no-repeat center/cover;
  text-align: center;
  padding: 107px 0 107px;
}

.sec04_stage {
  padding: 80px 0 10px;
}

@media screen and (max-width:768px) {
  #sec04 {
    width: 100%;
    background: url(../img/sec04_bg.gif) repeat left top/14px;
    text-align: center;
    padding: 16% 0 5.87%;
    position: relative;
  }

  #sec04 .cv_btn01 {
    display: block;
    width: 270px;
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -135px;
    z-index: 100;
  }

  #sec04 .sec04_ttl01 {
    width: 100%;
    background: url(../img/sec04_ttl01_bg_sp.jpg) no-repeat center/cover;
    text-align: center;
    padding: 6.67% 0 11.33%;
    margin-top: 0;
  }

  .sec04_txt01 {
    position: absolute;
    width: 310px;
    top: -23px;
    left: 50%;
    margin-left: -155px;
  }

  #sec04 .bg_wht {
    margin: 0 5.33%;
  }

  .teacher_box {
    padding: 25.97% 2.99% 11.94% 0;
    margin-left: -2.99%;
    position: relative;
  }

  .teacher_box .teacher01 {
    float: none;
    margin-bottom: 25px;
  }

  .teacher_box .teacher02 {
    float: none;
  }

  .sec04_class {
    width: 100%;
    max-width: 1000px;
    position: relative;
    background: none;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
  }

  .sec04_class .lesson {
    position: absolute;
  }

  .sec04_class .lesson01 {
    width: 104px;
    top: 91px;
    left: 30px;
  }

  .sec04_class .lesson02 {
    width: 104px;
    top: 91px;
    left: 137px;
  }

  .sec04_class .lesson03 {
    width: 104px;
    top: 91px;
    right: 26px;
  }

  .sec04_class .lesson04 {
    width: 104px;
    top: 198px;
    left: 30px;
  }

  .sec04_class .lesson05 {
    width: 104px;
    top: 198px;
    left: 137px;
  }

  .sec04_class .lesson06 {
    width: 104px;
    top: 198px;
    right: 26px;
  }

  .sec04_class .lesson07 {
    width: 120px;
    top: 323px;
    left: 50%;
    margin-left: -60px;
  }

  .sec04_ttl_sub01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #sec04 .sec04_ttl02 {
    width: 100%;
    background: url(../img/sec04_ttl02_bg_sp.jpg) no-repeat center/cover;
    text-align: center;
    padding: 14.27% 0;
  }

  .sec04_stage {
    padding: 22.69% 0 15px;
  }
}

@media screen and (max-width:320px) {
  .sec04_class .lesson01 {
    width: 94px;
    top: 70px;
    left: 10px;
  }

  .sec04_class .lesson02 {
    width: 94px;
    top: 70px;
    left: 114px;
  }

  .sec04_class .lesson03 {
    width: 94px;
    top: 70px;
    right: 10px;
  }

  .sec04_class .lesson04 {
    width: 94px;
    top: 178px;
    left: 10px;
  }

  .sec04_class .lesson05 {
    width: 94px;
    top: 178px;
    left: 114px;
  }

  .sec04_class .lesson06 {
    width: 94px;
    top: 178px;
    right: 10px;
  }

  .sec04_class .lesson07 {
    width: 120px;
    top: 276px;
    left: 50%;
    margin-left: -60px;
  }
}

/* ------------------------------------------------------------------
	Section 05
-------------------------------------------------------------------*/

#sec05 {
  background: #162030;
  padding: 25px 0;
}

#sec05 a.cv_btn01 {
  width: 498px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #sec05 {
    background: #162030;
    padding: 3.33% 0;
  }

  #sec05 a.cv_btn01 {
    width: 66.4%;
    display: block;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------
	Section 06
-------------------------------------------------------------------*/

#sec06 {
  width: 100%;
  background: url(../img/sec06_bg.gif) repeat left top;
  text-align: center;
  padding: 60px 0 80px;
}

.sec06_ttl {
  margin-bottom: 40px;
}

.sec06_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  background: #fff;
}

.sec06_box01 {
  margin-bottom: 56px;
}

.sec06_01 {
  width: 50%;
  float: left;
}

.sec06_graph {
  position: relative;
  width: 100%;
  padding-top: 53px;
}

.graph_txt {
  position: absolute;
  top: 0;
  left: 0;
}

.sec06_02 {
  width: 50%;
  float: right;
}

.sec06_txt02 {
  margin-bottom: 80px;
}

.sec06_03 {
  position: relative;
  padding-bottom: 134px;
}

.sec06_03 .cv_btn02 {
  width: 540px;
  position: absolute;
  bottom: 68px;
  left: 50%;
  margin-left: -270px;
}

@media screen and (max-width:768px) {
  #sec06 {
    width: 100%;
    background: url(../img/sec06_bg.gif) repeat left top/14px;
    text-align: center;
    padding: 8% 0;
  }

  .sec06_ttl {
    margin-bottom: 0;
  }

  .sec06_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0;
    background: none;
  }

  .sec06_box01 {
    margin-bottom: 0;
  }

  .sec06_01 {
    width: 100%;
    float: none;
    background: #fff;
    padding-top: 5.33%;
    padding-bottom: 8%;
    width: 89.33%;
    margin: 0 auto;
  }

  .sec06_graph {
    position: relative;
    width: 100%;
    padding-top: 25px;
  }

  .sec06_graph canvas {
    height: 208px !important;
  }

  .graph_txt {
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec06_02 {
    width: 100%;
    float: none;
  }

  .sec06_txt02 {
    margin-bottom: 0;
  }

  .sec06_03 {
    position: relative;
    padding-bottom: 0;
  }

  .sec06_03 .cv_btn02 {
    width: 270px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    margin-left: -135px;
  }
}

/* ------------------------------------------------------------------
	Section 07
-------------------------------------------------------------------*/

#sec07 {
  background: url(../img/sec07_bg_pc.jpg) no-repeat center top #ebebeb;
  padding: 52px 0 80px;
  text-align: center;
}

.sec07_02_box {
  width: 670px;
  margin: 0 auto 42px;
  position: relative;
}

.sec07_02_box .pop {
  position: absolute;
}

.sec07_02_box .pop01 {
  top: 139px;
  right: 24px;
}

.sec07_02_box .pop02 {
  bottom: 120px;
  right: 16px;
}

.sec07_02_box .pop03 {
  left: 20px;
  bottom: 134px;
}

.sec07_02_box .pop04 {
  left: 56px;
  top: 160px;
}

.sec07_txt01 {
  margin-bottom: 27px;
}

@media screen and (max-width:768px) {
  #sec07 {
    background: url(../img/sec07_bg_sp.jpg) no-repeat center top/cover #ebebeb;
    padding: 6.93% 0 9.33%;
    text-align: center;
  }

  .sec07_02_box {
    width: 89.33%;
    margin: 0 auto 5.6%;
    position: relative;
  }

  .sec07_02_box .pop {
    position: absolute;
  }

  .sec07_02_box .pop01 {
    width: 132px;
    top: 69px;
    right: 12px;
  }

  .sec07_02_box .pop02 {
    width: 131px;
    bottom: 60px;
    right: 8px;
  }

  .sec07_02_box .pop03 {
    width: 95px;
    left: 10px;
    bottom: 67px;
  }

  .sec07_02_box .pop04 {
    width: 92px;
    left: 28px;
    top: 80px;
  }

  .sec07_txt01 {
    margin-bottom: 3.6%;
  }
}

@media screen and (max-width:320px) {
  .sec07_02_box .pop01 {
    width: 110px;
  }

  .sec07_02_box .pop02 {
    width: 110px;
    bottom: 50px;
  }

  .sec07_02_box .pop03 {
    width: 85px;
    left: 10px;
    bottom: 67px;
  }

  .sec07_02_box .pop04 {
    width: 82px;
    left: 28px;
    top: 80px;
  }
}

/* ------------------------------------------------------------------
	Section 08
-------------------------------------------------------------------*/

#sec08 {
  background: url(../img/sec08_bg_pc.jpg) no-repeat center bottom/cover #f5f5f5;
  text-align: center;
  padding: 77px 0 106px;
}

.sec08_ttl {
  margin-bottom: 80px;
}

.sec08_pop {
  margin-bottom: 70px;
}

.sec08_05 {
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  #sec08 {
    background: url(../img/sec08_bg_sp.jpg) no-repeat center bottom/cover #f5f5f5;
    padding: 8.53% 5.33% 1.87%;
  }

  .sec08_ttl {
    margin-bottom: 10.67%;
  }

  .sec08_pop {
    margin-bottom: 9.33%;
  }

  .sec08_05 {
    margin-bottom: 13.33%;
  }

  .cv_btn03 {
    display: block;
    width: 72%;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------
	Section 09
-------------------------------------------------------------------*/

#sec09 {
  background: #162030;
  text-align: center;
  padding-bottom: 60px;
}

.sec09_ttl {
  margin-bottom: 70px;
}

.section_inner-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}

.section_inner-map li {
  width: 23%;
  color: #fff;
  text-align: left;
  margin: 1%;
}

.inner-map_map {
  margin-bottom: 5px;
}

.inner-map_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.inner-map_map iframe,
.inner-map_map object,
.inner-map_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-map_school .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}

.inner-map_school .tel img {
  margin-right: 5px;
  width: inherit;
}

.inner-map_school .tel a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width:768px) {
  #sec09 {
    background: #162030;
    text-align: center;
    padding: 10.67% 0 14.67%;
  }

  .sec09_ttl {
    margin: 0 5.33% 6.67%;
  }

  .section_inner-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 2.67% 9.33%;
  }

  .section_inner-map li {
    width: 46%;
    color: #fff;
    text-align: left;
    margin: 2%;
  }

  .inner-map_map {
    margin-bottom: 5px;
  }

  .sec09_img {
    margin: 0 5.33%;
  }
}

/* ------------------------------------------------------------------
	Section 10
-------------------------------------------------------------------*/

.sec10_head {
  background: url(../img/sec10_head_bg_pc.jpg) no-repeat center top/cover;
  width: 100%;
  height: 577px;
}

.sec10_box {
  position: relative;
  text-align: center;
  background: url(../img/sec10_bg_pc.jpg) no-repeat center top #ebebeb;
  padding-top: 428px;
  padding-bottom: 64px;
}

.sec10_txt {
  position: absolute;
  width: 682px;
  top: -126px;
  left: 50%;
  margin-left: -341px;
}

.sec10_cv_btn {
  display: block;
  margin-bottom: 36px;
}

@media screen and (max-width:768px) {
  .sec10_head {
    background: url(../img/sec10_head_bg_sp.jpg) no-repeat center top/100%;
    width: 100%;
    height: 288px;
  }

  .sec10_box {
    position: relative;
    text-align: center;
    background: url(../img/sec10_bg_sp.jpg) no-repeat center top/cover #ebebeb;
    padding-top: 57.07%;
    padding-bottom: 8.53%;
  }

  .sec10_txt {
    position: absolute;
    width: 341px;
    top: -63px;
    left: 50%;
    margin-left: -170px;
  }

  .sec10_cv_btn {
    display: block;
    width: 81.33%;
    margin: 0 auto 4.8%;
  }
}

.book {
  margin: 0 auto 30px;
  background: url(../img/book_bg.gif) repeat center center;
}

@media screen and (max-width:768px) {
  .book {
    margin: 0 auto 20px;
  }
}