@charset "UTF-8";

body {
  font-size: 14px;
  font-family: "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 !important;
}

.sp {
  display: none !important;
}

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

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.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.scroll {
  position: fixed;
}

#header.scroll .h_logo {
  width: 28.7%;
  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;
}

@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%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    line-height: 1;
    padding: 16px 0;
    border-radius: 5px;
    margin: 0 auto;
  }

  #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.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;
  }
}

/* ------------------------------------------------------------------
	Main Visual
-------------------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 810px;
  margin-top: 30px;
  background: url(../img/mv_bg_pc.jpg) no-repeat left;
}

#mv .mv_inner {
  /* padding: 30px 0 90px;
	margin: 0 auto; */
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  width: 100%;
}

.mv_box {
  width: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  z-index: -1;
}

.mv_item {
  position: absolute;
  right: -190px;
  bottom: 0;
  z-index: -1;
}

.mv_item>img {
  width: 85%;
}

.mv_catch {
  position: absolute;
  bottom: 230px;
  left: 0;
  width: 50%;
}

.mv_catch>img {
  width: 100%;
  min-width: 800px;
}

.mv_btn {
  display: block;
  margin: 24px auto 140px;
  position: relative;
  z-index: 10;
}

.mv_btn img {
  max-width: 100%;
}

.mv_btn__text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 16px auto 10px;
  text-shadow: 1px 2px 3px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_btn__text::before,
.mv_btn__text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 32px;
  background: #fff;
}

.mv_btn__text::before {
  margin-right: 20px;
  transform: rotate(-45deg);
}

.mv_btn__text::after {
  margin-left: 20px;
  transform: rotate(45deg);
}

.mv_achieve {
  width: 100%;
  margin-top: 28px;
  padding: 18px 20px 24px;
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
}

.fv_bnr {
  position: absolute;
  right: 0;
  bottom: 2%;
}

.fv_bnr img {
  width: 300px;
}

.fv_bnr a {
  transition: all 0.3s;
}

.fv_bnr a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .mv_item {
    right: -300px;
  }

  .mv_catch {
    bottom: 130px;
    width: 40%;
  }

  .fv_bnr img {
    width: 240px;
  }
}

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

  #mv .mv_inner {
    position: relative;
    padding: 88% 0 0%;
  }

  .mv_box {
    width: 100%;
  }

  .mv_item {
    display: none;
  }

  .mv_catch {
    left: -3%;
    bottom: 28vw;
    width: 98%;
    margin: 0 0 0 auto;
    padding-top: 0;
    right: auto;
  }

  .mv_catch>img {
    min-width: auto;
  }

  .mv_boy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .mv_girl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .mv_btn {
    display: block;
    margin: 2.8% auto 26%;
  }

  .mv_btn img {
    width: 50%;
  }

  .mv_btn__text {
    font-size: 16px;
    margin: 16px 16px 10px;
  }

  .mv_btn__text::before {
    margin-right: 10px;
    transform: rotate(-35deg);
  }

  .mv_btn__text::after {
    margin-left: 10px;
    transform: rotate(35deg);
  }

  .fv_bnr {
    margin: 10px auto;
    position: static;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mv_btn img {
    width: 66.4%;
  }

  .mv_achieve {
    margin-top: 2.8%;
    padding: 6% 5.33%;
    background: none;
  }

  .fv_bnr img {
    width: 200px;
  }
}

/* ------------------------------------------------------------------
	Book
-------------------------------------------------------------------*/
#book {
  width: 100%;
  background: url(../img/book_bg.gif) repeat left top;
  padding: 20px 0 0;
}

#book .inner {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #book {
    background: url(../img/book_bg.gif) repeat left top/14px;
    padding: 0;
  }
}

/* ------------------------------------------------------------------
	Section 01
-------------------------------------------------------------------*/
#sec01 {
  width: 100%;
  background: url(../img/sec01_bg.gif) repeat left top;
  text-align: center;
}

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

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

@media screen and (max-width: 768px) {
  #sec01 {
    background: url(../img/sec01_bg.gif) repeat left top/14px;
  }

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

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

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

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

/* ------------------------------------------------------------------
	Section 02
-------------------------------------------------------------------*/
#sec02 {
  width: 100%;
  background: url(../img/sec02_bg.png) repeat-y center 132px #28b1ff;
  padding: 0;
}

.sec02_ttl {
  background: #fffd52;
  text-align: center;
  padding: 40px 0;
}

.sec02_ob_box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.ob_result {
  width: 89.33%;
  max-width: 670px;
  margin: 4% auto 10.67%;
}

.ob_result .trigger {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #28b1ff;
  padding: 28px 0 28px 50px;
  background: #fff;
  position: relative;
}

.ob_result .trigger:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  background: url(../img/icon_plus.png) no-repeat center/100%;
}

.ob_result .open:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  background: url(../img/icon_minus.png) no-repeat center/100%;
}

.ob_inner {
  border: 8px solid #fff;
  padding: 4.48%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.ob_inner dt {
  font-size: 30px;
  width: 142px;
  color: #fff;
  background: #28b1ff;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 17px;
}

.ob_inner dd {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #sec02 {
    width: 100%;
    background: url(../img/sec02_bg.png) repeat-y center 66px/100% #28b1ff;
  }

  .sec02_ttl {
    padding: 5.33% 0;
  }

  .ob_result .trigger {
    font-size: 18px;
    padding: 14px 0 14px 25px;
  }

  .ob_result .trigger:after {
    width: 15px;
    height: 15px;
    right: 15px;
    margin-top: -7px;
  }

  .ob_result .open:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }

  .ob_inner {
    border: 4px solid #fff;
  }

  .ob_inner dt {
    font-size: 15px;
    width: 71px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 8px;
  }

  .ob_inner dd {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------------------------
	Section 03
-------------------------------------------------------------------*/
#sec03 {
  width: 100%;
  background: #162030;
  text-align: center;
  padding: 60px 0 122px;
}

.sec03_ttl {
  margin-bottom: 30px;
}

.sec03_img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding: 8% 0 16.27%;
  }

  .sec03_img {
    margin-bottom: 4%;
    padding: 0 5.33%;
  }
}

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

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

#sec04 .cv_btn__text {
  font-size: 20px;
  font-weight: bold;
  color: #ff027f;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec04 .cv_btn__text::before,
#sec04 .cv_btn__text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 32px;
  background: #ff027f;
}

#sec04 .cv_btn__text::before {
  margin-right: 20px;
  transform: rotate(-45deg);
}

#sec04 .cv_btn__text::after {
  margin-left: 20px;
  transform: rotate(45deg);
}

@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 14.93%;
    position: relative;
  }

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

  #sec04 .cv_btn03 {
    width: 100%;
  }

  #sec04 .cv_btn03 img {
    width: 72%;
  }

  #sec04 .cv_btn__text {
    font-size: 16px;
    margin: 16px 16px 10px;
  }

  #sec04 .cv_btn__text::before {
    margin-right: 10px;
    transform: rotate(-35deg);
  }

  #sec04 .cv_btn__text::after {
    margin-left: 10px;
    transform: rotate(35deg);
  }
}

/* ------------------------------------------------------------------
	Section 05
-------------------------------------------------------------------*/
#sec05 {
  background: url(../img/sec02_bg.png) repeat-y center top #fff;
  text-align: center;
  padding: 129px 0 107px;
  border-top: 4px solid #000;
  position: relative;
}

.sec05_ttl {
  position: absolute;
  width: 100%;
  top: -54px;
  left: 0;
  text-align: center;
}

.sec05_lesson {
  width: 100%;
  max-width: 750px;
  height: 532px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.sec05_lesson .lesson {
  position: absolute;
}

.sec05_lesson .lesson01 {
  width: 208px;
  top: 0;
  left: 60px;
}

.sec05_lesson .lesson02 {
  width: 208px;
  top: 0;
  left: 275px;
}

.sec05_lesson .lesson03 {
  width: 208px;
  top: 0;
  right: 52px;
}

.sec05_lesson .lesson04 {
  width: 208px;
  top: 215px;
  left: 60px;
}

.sec05_lesson .lesson05 {
  width: 208px;
  top: 215px;
  left: 275px;
}

.sec05_lesson .lesson06 {
  width: 208px;
  top: 215px;
  right: 52px;
}

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

@media screen and (max-width: 768px) {
  #sec05 {
    padding: 64px 0 53px;
    border-top: 2px solid #000;
  }

  .sec05_ttl {
    top: -27px;
  }

  .sec05_lesson {
    height: 266px;
  }

  .sec05_lesson .lesson01 {
    width: 104px;
    top: 0;
    left: 30px;
  }

  .sec05_lesson .lesson02 {
    width: 104px;
    top: 0;
    left: 137px;
  }

  .sec05_lesson .lesson03 {
    width: 104px;
    top: 0;
    right: 26px;
  }

  .sec05_lesson .lesson04 {
    width: 104px;
    top: 107px;
    left: 30px;
  }

  .sec05_lesson .lesson05 {
    width: 104px;
    top: 107px;
    left: 137px;
  }

  .sec05_lesson .lesson06 {
    width: 104px;
    top: 107px;
    right: 26px;
  }

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

/* ------------------------------------------------------------------
	Section 06
-------------------------------------------------------------------*/
#sec06 {
  width: 100%;
  background: #162030;
  text-align: center;
  padding: 152px 0 60px;
  position: relative;
}

.sec06_txt01 {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 634px;
  margin-left: -317px;
}

/*
#sec06 .cv_btn01 {
  display: block;
  margin: 0 auto;
}

#sec06 .cv_btn__text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 16px auto 10px;
  text-shadow: 1px 2px 3px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec06 .cv_btn__text::before,
#sec06 .cv_btn__text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 32px;
  background: #fff;
}

#sec06 .cv_btn__text::before {
  margin-right: 20px;
  transform: rotate(-45deg);
}

#sec06 .cv_btn__text::after {
  margin-left: 20px;
  transform: rotate(45deg);
}
*/

#sec06 .cv_btn01 {
  padding: 0 20px;
}

.sec06_cv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 530px;
  aspect-ratio: 53 / 12;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(19px, 0.735px + 4.87vw, 32px);
  margin: 0 auto 36px;
  background: #62B3EB;
  box-shadow: 0px 12px 0px 0px #3A739E;
}

.sec06_cv_btn em {
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  #sec06 {
    padding: 76px 0 30px;
  }

  .sec06_txt01 {
    position: absolute;
    top: -36px;
    left: 50%;
    width: 317px;
    margin-left: -158px;
  }

  #sec06 .cv_btn01 img {
    width: 66.4%;
  }

  #sec06 .cv_btn__text {
    font-size: 16px;
    margin: 16px 16px 10px;
  }

  #sec06 .cv_btn__text::before {
    margin-right: 10px;
    transform: rotate(-35deg);
  }

  #sec06 .cv_btn__text::after {
    margin-left: 10px;
    transform: rotate(35deg);
  }
}

/* ------------------------------------------------------------------
	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: 0;
  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: 20px;
}

.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: 0;
    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: 10px;
  }

  .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 18px;
}

.sec08_ttl {
  margin-bottom: 80px;
}

.sec08_pop {
  margin-bottom: 70px;
}

.sec08_05 {
  margin-bottom: 100px;
}

#sec08 .cv_btn__text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 16px auto 10px;
  text-shadow: 1px 2px 3px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec08 .cv_btn__text::before,
#sec08 .cv_btn__text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 32px;
  background: #fff;
}

#sec08 .cv_btn__text::before {
  margin-right: 20px;
  transform: rotate(-45deg);
}

#sec08 .cv_btn__text::after {
  margin-left: 20px;
  transform: rotate(45deg);
}

@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;
    margin: 0 auto;
  }

  .cv_btn03 img {
    width: 72%;
  }

  #sec08 .cv_btn__text {
    font-size: 16px;
    margin: 16px 16px 10px;
  }

  #sec08 .cv_btn__text::before {
    margin-right: 10px;
    transform: rotate(-35deg);
  }

  #sec08 .cv_btn__text::after {
    margin-left: 10px;
    transform: rotate(35deg);
  }
}

/* ------------------------------------------------------------------
	Section 09
-------------------------------------------------------------------*/
#sec09 {
  background: #162030;
  text-align: center;
  padding-bottom: 118px;
}

.sec09_ttl {
  margin-bottom: 70px;
}

.section_inner-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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: 0 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: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  aspect-ratio: 305 / 73;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(19px, 0.735px + 4.87vw, 38px);
  margin: 0 auto 36px;
}

.sec10_cv_btn em {
  font-size: 120%;
}

.sec10_cv_btn.-orange {
  background: #FD7133;
  box-shadow: 0px 12px 0px 0px #B04518;
}

.sec10_cv_btn.-blue {
  background: #62B3EB;
  box-shadow: 0px 12px 0px 0px #3A739E;
}

@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 {
    width: 80%;
    margin: 0 auto 7%;
  }
}

/* ------------------------------------------------------------------
	Footer
-------------------------------------------------------------------*/
#footer {}

/* ------------------------------------------------------------------
	2019 0520 今村追加ここから
-------------------------------------------------------------------*/

#footer {
  background-color: #ebebeb;
  font-size: 14px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
}

#footer ul {
  padding-bottom: 10px;
}

#footer li {
  list-style-type: none;
  display: inline-block;
}

#footer li:first-child {
  border-right: solid 1px #000;
  padding-right: 10px;
  margin-right: 3px;
}

#footer li a {
  color: #4d4d4d;
  text-decoration: none;
}

#footer p {
  color: #4d4d4d;
}

/* ------------------------------------------------------------------
	2019 0520 今村追加ここまで
-------------------------------------------------------------------*/

/* 20240124 追加 */
.fv_bnr {
  bottom: 60%;
}

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

  .fv_bnr img {
    width: 100%;
  }
}

/* 20240426 追加 */
.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 10px 20px 18px;
  display: none;
}

.cta__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta__btn01,
.cta__btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding: 16px 72px;
  border-radius: 10px;
}

.cta__btn01 {
  background: #e62929;
  box-shadow: 0px 8px 0px 0px #b12929;
}

.cta__btn02 {
  background: #18b243;
  box-shadow: 0px 8px 0px 0px #258d46;
}

@media screen and (max-width: 768px) {
  .cta {
    padding-bottom: 14px;
  }

  .cta__list li {
    width: calc(50% - 10px);
  }

  .cta__btn01,
  .cta__btn02 {
    font-size: 100%;
    padding: 16px 0;
    border-radius: 5px;
  }

  .cta__btn01 {
    box-shadow: 0px 4px 0px 0px #b12929;
  }

  .cta__btn02 {
    box-shadow: 0px 4px 0px 0px #258d46;
  }
}

/* 20240508 追加 */
#ha_info {
  width: 100%;
  background: url(../img/ha_info_bg02_pc.png) no-repeat center top #162030;
  text-align: center;
  padding: 8% 0 12%;
}

#ha_info .ha_info_clm {
  position: relative;
}

#ha_info .ha_info_clm a {
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 6%;
  left: 0;
  right: 0;
  max-width: 530px;
}

#ha_info .ha_info_clm+.ha_info_clm {
  margin-top: 8%;
}

#ha_info .pc_only {
  display: block !important;
}

#ha_info .sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #ha_info {
    background: url(../img/ha_info_bg02_sp.png) no-repeat center top/contain #162030;
  }

  #ha_info .ha_info_clm a {
    max-width: calc(530 / 750 * 100%);
  }

  #ha_info .ha_info_clm>img:first-of-type {
    max-width: calc(680 / 750 * 100%);
    transform: translateX(calc(5 / 750 * 100%));
  }

  #ha_info .pc_only {
    display: none !important;
  }

  #ha_info .sp_only {
    display: block !important;
  }
}

/* 20241216 追加 */
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#header .h_btn li a.h_btn01 {
  color: #111;
  background: #ffb7bb;
  box-shadow: 0px 8px 0px 0px #f19297;
}

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

#header .h_btn li a.h_btn02 {
  color: #111;
  background: #00c3e5;
  box-shadow: 0px 8px 0px 0px #0296b1;
}

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

.sec01_ttl {
  height: 240px;
}

.sec01_ttl span {
  top: auto;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .sec01_ttl {
    height: 120px;
  }

  .sec01_ttl span {
    bottom: -15px;
  }
}

.cv-area {
  padding: 40px;
  background: #fff;
  border: 6px solid #ff027f;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .cv-area {
    max-width: calc(100% - 40px);
    padding: 20px;
  }
}

#sec02 {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #sec04 .cv_btn03 img {
    width: 100%;
  }

  #sec06 .cv_btn01 img {
    width: 90%;
  }
}

.sec08-cv {
  padding: 20px;
  background: #162030;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec08-cv {
    padding: 60px 20px;
  }

  .cv_btn03 img {
    width: 100%;
  }
}

.qualvaBtn {
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .qualvaBtn:hover {
    opacity: 0.7;
  }
}

#page_wrap {
  overflow-x: hidden;
}

#header .h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .h_btn {
  display: flex;
  align-items: center;
  float: none;
  gap: 10px 20px;
  margin: 0;
  padding: 5px 20px 10px;
}

#header .h_btn li {
  position: relative;
  margin: 0;
}

#header .h_btn li img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

#header .h_btn li span {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#header .h_btn li a {
  padding: 16px;
  min-width: 240px;
}

@media screen and (max-width: 1000px) {
  #header .h_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 10px;
  }

  #header .h_logo {
    padding: 0;
  }

  #header .h_btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 0;
  }

  #header .h_btn li {
    width: calc(50% - 5px);
  }

  #header .h_btn li a {
    width: 100%;
    padding: 10px;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .h_inner {
    gap: 10px;
  }

  #header .h_btn li {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  /* #mv {
    margin-top: 24%;
  } */

  #header.scroll .h_btn {
    display: flex;
    justify-content: space-between;
  }
}

#book {
  margin: 0 0 60px;
}

/* START OF UPDATE 250402 MV */
/* #mv {
  height: auto;
  margin-top: 97px;
}
.mv__anime img {
  width: 100%;
}

@media (max-width: 1000px){
  #mv {
    margin-top: 128px;
  }
}
@media (max-width: 768px){
  #mv {
    margin-top: 112px;
  }
}
@media (max-width: 600px){
  #mv {
    margin-top: 100px;
  }
} */
/* END OF UPDATE 250402 */


/* START OF UPDATE 250703 */
#mv {
  background-size: cover;
}

.mv_box {
  width: 100%;
  max-width: 2000px;
}

.mv_catch {
  /*bottom: 50%;
  transform: translateY(-50%);*/
  text-align: left;
  width: auto;
}

.mv_catch .-first-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  padding: 8px 8px 8px 20%;
  transform: rotate(-3deg);
}

.mv_catch .-first-line span {
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  background: linear-gradient(90deg, #b34dc1 0%, #7e5aba 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv_catch .-second-line,
.mv_catch .-third-line {
  display: inline-block;
  padding-left: 20%;
  margin-top: 38px;
  transform: rotate(-3deg);
}

.mv_catch .-second-line span,
.mv_catch .-third-line span {
  font-size: 80px;
  font-weight: 900;
  color: #FFF;
  background: linear-gradient(90deg, #b34dc1 0%, #7e5aba 80%);
  padding: 0 8px;
  line-height: 1.2;
}

.mv_achieve {
  padding: 10px 20px 20px;
}

.mv_achieve .-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mv_achieve .-grid .-grid-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  color: #FFF;
  font-weight: 900;
  text-align: left;
  position: relative;
}

.mv_achieve .-grid .-grid-item:nth-child(2):before,
.mv_achieve .-grid .-grid-item:nth-child(3):before {
  content: "";
  width: 1px;
  height: 80%;
  background: #FFF;
  position: absolute;
  left: -10px;
}

.mv_achieve--title {
  font-size: 22px;
}

.mv_achieve--title.-small {
  font-size: 16px;
}

.mv_achieve--num {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.mv_achieve--num .-main {
  color: #efc9ff;
  font-size: 60px;
  line-height: 1;
}

.mv_achieve--num .-unit {
  font-size: 22px;
}

@media (max-width: 1759px) {
  .mv_catch .-first-line {
    padding: 8px 8px 8px 10%;
  }

  .mv_catch .-first-line span {
    font-size: 40px;
  }

  .mv_catch .-second-line,
  .mv_catch .-third-line {
    padding-left: 10%;
    /*margin-top: 22px;*/
  }

  .mv_catch .-second-line {
    margin-top: 32px;
  }

  .mv_catch .-third-line {
    margin-top: 24px;
  }

  .mv_catch .-second-line span,
  .mv_catch .-third-line span {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .mv_catch {
    bottom: 32vw;
    transform: translateY(0);
  }

  .mv_catch .-first-line {
    padding: 8px 8px 8px 6%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .mv_catch .-first-line span {
    background: none;
    -webkit-text-fill-color: #FFF;
    font-size: 24px;
  }

  .mv_catch .-second-line,
  .mv_catch .-third-line {
    padding-left: 6%;
    margin-top: 16px;
  }

  .mv_catch .-second-line span,
  .mv_catch .-third-line span {
    font-size: 32px;
  }

  .mv_achieve {
    padding: 10px 14px 14px;
  }

  .mv_achieve .-grid {
    max-width: 400px;
  }

  .mv_achieve .-grid .-grid-item {
    flex-direction: column;
    align-items: baseline;
    gap: 4px
  }

  .mv_achieve .-grid .-grid-item:nth-child(2):before,
  .mv_achieve .-grid .-grid-item:nth-child(3):before {
    height: 40%;
    left: -10px;
    bottom: 6px;
  }

  .mv_achieve--title {
    font-size: 14px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }

  .mv_achieve--title.-small {
    font-size: 12px;
  }

  .mv_achieve--num {
    gap: 4px;
  }

  .mv_achieve--num .-main {
    font-size: 36px;
  }

  .mv_achieve--num .-unit {
    font-size: 12px;
  }
}

/* END OF UPDATE 250703 */