@charset "utf-8";
/* 01. LAYOUT
-------------------------------------------------------------------- */

body {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

h2 img {
  vertical-align: top;
}

h3 img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: .8;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.inner1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* PC・SP切替 */
.sp {
  display: none;
}


/* MEDIA QUERIE 768px～ */
@media screen and (min-width: 768px) {

  a {
    transition: .5s;
  }

}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .inner2 {
    max-width: 76.25vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  p {
    font-size: 3.2vw;
    line-height: 1.42;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner2 {
    padding-left: 0;
  }

}

#kv, .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09, footer, .fixed { overflow-x: clip; }

/* 02. HEADER & FOOTER
-------------------------------------------------------------------- */

footer {
  text-align: center;
  padding: 6% 0;
}

.copyright {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 900;
  margin-top: 1.5%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {

  footer img {
    width: 16.5vw;
  }

  .copyright {
    font-size: .88vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  footer {
    padding: 12% 0 14%;
  }

  footer img {
    width: 50.67vw;
  }
  
  .copyright {
    font-size: 2.8vw;
    margin-top: 4%;
  }

}

/* 03. KV
-------------------------------------------------------------------- */

#kv {
  background: url(../img/common/kv_pc.png) no-repeat center/100%;
  position: relative;
  padding-top: 77.75%;
}

h1 {
  position: absolute;
  top: 2%;
  left: 2%;
}

.copy {
  position: absolute;
  top: 27%;
  left: 7%;
  width: 570px;
  height: 148px;
  z-index: 10;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  h1 img {
    width: 10.44vw;
    vertical-align: top;
  }
  
  .copy {
    width: 35.63vw;
    height: 9.25vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  #kv {
    background: url(../img/common/kv_sp.png) no-repeat center/100%;
    padding-top: 173.07%;
  }
  
  h1 {
    top: 2%;
    left: 2%;
    width: 27.6vw;
    height: 6.13vw;
  }

  h1 img {
    vertical-align: top;
  }
  
  .copy {
    top: 62%;
    left: 0;
    width: 94.13vw;
    height: 24.27vw;
  }
  
}

/* 04. RINEN
-------------------------------------------------------------------- */

.sec01 {
  position: relative;
  margin: -25.5% auto 0;
  z-index: 200;
  padding-bottom: 10%;
  background: url(../img/common/bg_wave01_pc.png) no-repeat bottom center/100%;
}

.sec01:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 471px;
  height: 622px;
  background: url(../img/common/img_rinen_pc.png) no-repeat center/contain;
  top: 9%;
  left: 5%;
  z-index: -1;
}

.sec01 h2 {
  text-align: center;
  margin: 0 auto .5%;
}

.sec01 h3 {
  text-align: center;
  margin: 0 auto 4%;
}

.sec01 li {
  padding: .8% 0 1.2% 3.5%;
  background: #fff;
  border-radius: 100px;
  font-size: 2.2rem;
  margin: 0 auto 2%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  font-weight: 500;
  width: 38.5%;
  border: 5px solid #ff831f;
  position: relative;
  text-align: center;
}

.sec01 li:nth-of-type(2) {
  border-color: #009bff;
  transform: translateX(13%);
}

.sec01 li:nth-of-type(3) {
  border-color: #00b593;
  transform: translateX(26%);
}

.sec01 li img {
  position: absolute;
  top: -14%;
  left: 4.5%;
}

.sec01 li span {
  color: #ff831f;
  font-size: 2.9rem;
  vertical-align: -2%;
  font-weight: 700;
}

.sec01 li:nth-of-type(2) span {
  color: #009bff;
}

.sec01 li:nth-of-type(3) span {
  color: #00b593;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec01:after {
    width: 29.44vw;
    height: 38.88vw;
  }
  
  .sec01 h2 {
    width: 32.25vw;
  }
  
  .sec01 h3 {
    width: 32.25vw;
  }
  
  .sec01 li {
    font-size: 1.38vw;
    box-shadow: 0 0 .63vw rgba(0,0,0,.2);
    border: .31vw solid #ff831f;
  }
  
  .sec01 li img {
    width: 3.44vw;
    left: 3%;
  }
  
  .sec01 li span {
    font-size: 1.81vw;
  }
  
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec01 {
    margin: -14% auto 0;
    padding-bottom: 32%;
    background: none;
  }
  
  .sec01:after {
    width: 100%;
    height: 130vw;
    background: url(../img/common/img_rinen_sp.png) no-repeat center/contain;
    top: 24%;
    left: 0;
  }
  
  .sec01 h2 {
    margin: 0 auto 2%;
    width: 88.13vw;
  }
  
  .sec01 h3 {
    margin: 0 auto 42%;
    width: 58.67vw;
  }
  
  .sec01 li {
    padding: .8% 0 2.2% 3.5%;
    font-size: 4.39vw;
    margin: 0 auto 3%;
    width: 92%;
    border: 3px solid #ff831f;
    line-height: 1.37;
  }
  
  .sec01 li:nth-of-type(2) {
    transform: none;
  }
  
  .sec01 li:nth-of-type(3) {
    transform: none;
  }
  
  .sec01 li img {
    top: -10%;
    left: 5.5%;
    width: 9.2vw;
  }
  
  .sec01 li span {
    font-size: 5.79vw;
    vertical-align: -2%;
  }

}


/* 05. ABOUT
-------------------------------------------------------------------- */

.sec02 {
  padding: 6% 0 10%;
  background: url(../img/common/bg_about_pc.png) no-repeat center/90.875%, #d6f5f6;
}

.sec02 .inner2 {
  position: relative;
  padding-top: 11%;
}

.sec02 h2 {
  position: absolute;
  top: 3%;
  left: 5%;
}

.sec02 h3 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.4rem;
  color: #1b1b1b;
  text-align: left;
  font-weight: 700;
  line-height: 1.59;
}

.sec02 li {
  position: relative;
  padding-top: 30%;
}

.sec02 li + li {
  margin-top: 3%;
}

.sec02 li .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.sec02 li:nth-of-type(2) .photo {
  left: inherit;
  right: 0;
}

.sec02 li .box {
  position: absolute;
  width: 63.61%;
  border-radius: 33px;
  background: #fff;
  padding: 10% 3% 4% 29%;
  bottom: 0;
  left: 17%;
  z-index: 50;
}

.sec02 li:nth-of-type(2) .box {
  left: inherit;
  right: 17%;
  padding: 10% 32% 4% 5%;
}

.sec02 li h4 {
  position: absolute;
  display: inline-block;
  left: 45%;
  top: 16%;
  font-size: 3.1rem;
  font-weight: 700;
  color: #009bff;
  padding: 1% 4%;
}

.sec02 li:nth-of-type(2) h4 {
  left: inherit;
  right: 45%;
  color: #ff831f;
}

.sec02 li:nth-of-type(3) h4 {
  color: #02b493;
}

.sec02 li h4:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(../img/common/icon_kakko01L_pc.png) no-repeat center/contain;
}

.sec02 li:nth-of-type(2) h4:before {
  background: url(../img/common/icon_kakko02L_pc.png) no-repeat center/contain;
}

.sec02 li:nth-of-type(3) h4:before {
  background: url(../img/common/icon_kakko03L_pc.png) no-repeat center/contain;
}

.sec02 li h4:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 33px;
  bottom: 0;
  right: 0;
  background: url(../img/common/icon_kakko01R_pc.png) no-repeat center/contain;
}

.sec02 li:nth-of-type(2) h4:after {
  background: url(../img/common/icon_kakko02R_pc.png) no-repeat center/contain;
}

.sec02 li:nth-of-type(3) h4:after {
  background: url(../img/common/icon_kakko03R_pc.png) no-repeat center/contain;
}

.sec02 li .box p {
  line-height: 24px;
  font-weight: 400;
}

.sec02 li .point {
  position: absolute;
  z-index: 1;
  left: 68%;
  top: 9%;
}

.sec02 li:nth-of-type(2) .point {
  left: inherit;
  right: 68%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec02 h2 {
    width: 13.19vw;
  }
  
  .sec02 h3 {
    font-size: 2.13vw;
  }
  
  .sec02 li .photo {
    width: 32.81vw;
  }
    
  .sec02 li .box {
    border-radius: 2.06vw;
  }
  
  .sec02 li h4 {
    font-size: 1.94vw;
  }
  
  .sec02 li h4:before {
    width: 1.56vw;
    height: 2.06vw;
  }
  
  .sec02 li h4:after {
    width: 1.56vw;
    height: 2.06vw;
  }
  
  .sec02 li .box p {
    line-height: 1.5vw;
    font-size: 1vw;
  }
  
  .sec02 li .point {
    width: 13.69vw;
  }
  
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec02 {
    padding: 6% 0 14%;
    background: url(../img/common/bg_about_sp.png) no-repeat top center/100%;
  }
  
  .sec02 .inner2 {
    padding-top: 11%;
  }
  
  .sec02 h2 {
    position: static;
    margin: 0 auto 9%;
    width: 36.53vw;
  }
  
  .sec02 h3 {
    position: static;
    font-size: 5.2vw;
    text-align: center;
    margin: 0 auto 4%;
  }
  
  .sec02 li {
    position: relative;
    padding-top: 50%;
    width: 86.67vw;
    margin: auto;
  }
  
  .sec02 li + li {
    margin-top: 10%;
  }
  
  .sec02 li .photo {
    position: absolute;
    top: 12%;
    right: 0;
    margin: auto;
    width: 70vw;
  }
  
  .sec02 li:nth-of-type(2) .photo {
    left: 0;
  }
  
  .sec02 li .box {
    width: 100%;
    border-radius: 4.4vw;
    padding: 10% 7% 7%;
    position: static;
    text-align: center;
  }

  .sec02 li:nth-of-type(2) .box {
    padding: 10% 7% 7%;
  }
  
  .sec02 li h4 {
    position: relative;
    font-size: 6.2vw;
    padding: 1% 6%;
    left: 0;
    right: 0;
    margin: 0 auto 3%;
  }

  .sec02 li:nth-of-type(2) h4 {
    left: 0;
    right: 0;
    padding: 1% 5%;
  }
  
  .sec02 li h4:before {
    width: 4.53vw;
    height: 6.27vw;
    background: url(../img/common/icon_kakko01L_sp.png) no-repeat center/contain;
  }
  
  .sec02 li:nth-of-type(2) h4:before {
    background: url(../img/common/icon_kakko02L_sp.png) no-repeat center/contain;
  }
  
  .sec02 li:nth-of-type(3) h4:before {
    background: url(../img/common/icon_kakko03L_sp.png) no-repeat center/contain;
  }
  
  .sec02 li h4:after {
    width: 4.53vw;
    height: 6.27vw;
    background: url(../img/common/icon_kakko01R_sp.png) no-repeat center/contain;
  }
  
  .sec02 li:nth-of-type(2) h4:after {
    background: url(../img/common/icon_kakko02R_sp.png) no-repeat center/contain;
  }
  
  .sec02 li:nth-of-type(3) h4:after {
    background: url(../img/common/icon_kakko03R_sp.png) no-repeat center/contain;
  }
  
  .sec02 li .box p {
    line-height: 3.2vw;
    text-align: left;
    line-height: 1.5;
  }
  
  .sec02 li .point {
    left: inherit;
    right: 2%;
    top: 0;
    width: 29.33vw;
  }
  
  .sec02 li:nth-of-type(2) .point {
    left: 2%;
    right: inherit;
  }

}

/* 06. CTA
-------------------------------------------------------------------- */

.cta {
  background: url(../img/common/bg_cv_pc.png) no-repeat center bottom/100%;
  padding: 4.5% 0 8.5%;
  position: relative;
  z-index: 10;
}

.cta p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 1.8%;
}

.cta ul {
  display: flex;
  justify-content: space-between;
  width: 61.8125%;
  margin: auto;
}

.cta li {
  width: 44.7927199%;
}

.cta li a {
  display: block;
  background: #ffe421;
  border-radius: 20px;
  padding: 2.5% 3% 3.5% 0;
  text-align: center;
  color: #3e3e3e;
  position: relative;
  font-size: 3.03rem;
  letter-spacing: .075em;
  box-shadow: 0 0 10px rgba(10,57,143,.8);
  transition: .3s;
  font-weight: 700;
}

.cta li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ff831f;
  border-right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
}

.cta li a:hover {
  /* opacity: .8; */
}

.cta li a {
  transition: all 0.3s;
  overflow: hidden;
}

.cta li a span {
  position: relative;
}

.cta li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #ff9c00;
}

.cta li a:hover:before {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {

  .cta p {
    font-size: 1.5vw;
  }
  
  .cta li a {
    font-size: 1.89vw;
    border-radius: 1.25vw;
  }

  .cta li a:after {
    border-top: .63vw solid transparent;
    border-bottom: .63vw solid transparent;
    border-left: 1vw solid #ff831f;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .cta {
    padding: 11.5% 0 19.5%;
    background: url(../img/common/bg_cv_sp.png) no-repeat center bottom/100%;
  }
  
  .cta p {
    font-weight: 600;
    font-size: 4.27vw;
    line-height: 1.41;
    margin-bottom: 4.5%;
  }
  
  .cta ul {
    display: block;
    width: 78%;
  }
  
  .cta li {
    width: 100%;
  }

  .cta li + li {
    margin-top: 6%;
  }
  
  .cta li a {
    padding: 2.5% 3% 3.5% 0;
    font-size: 5.33vw;
    font-weight: 800;
    border-radius: 100px;
  }
  
  .cta li a:after {
    border-top: 1.73vw solid transparent;
    border-bottom: 1.73vw solid transparent;
    border-left: 2.8vw solid #ff831f;
    right: 6%;
  }
  
  .cta li a {
    transition: none;
  }
  
  .cta li a:before {
    display: none;
  }
  
}


/* 07. SCHOOL
-------------------------------------------------------------------- */

.sec03 {
  background: url(../img/common/bg_school_pc.png) no-repeat center top 130%/100%;
  padding: 6% 0 8%;
}

.sec03 h2 {
  text-align: center;
  margin: 0 auto 3%;
}

.sec03 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 5%;
  line-height: 1.76;
  color: #1b1b1b;
}

.sec03 ul {
  width: 66.375%;
  margin: auto;
}

.sec03 li {
  position: relative;
}

.sec03 li + li {
  margin-top: 10%;
}

.sec03 li .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  bottom: 0;
  margin: auto;
}

.sec03 li:nth-of-type(2) .photo {
  left: inherit;
  right: 0;
}

.sec03 li .box {
  width: 532px;
  height: 522px;
  background: url(../img/common/img_school01_pc.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: 2%;
  position: relative;
}

.sec03 li:nth-of-type(2) .box {
  background: url(../img/common/img_school02_pc.png) no-repeat center/contain;
  margin-left: 2%;
  margin-right: auto;
}

.sec03 li .box:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 132px;
  height: 137px;
  bottom: -1%;
  right: -3%;
  background: url(../img/common/obj_school01_pc.png) no-repeat center/contain;
  z-index: 200;
}

.sec03 li:nth-of-type(2) .box:after {
  width: 119px;
  height: 123px;
  top: 3%;
  left: -4%;
  bottom: inherit;
  right: inherit;
  background: url(../img/common/obj_school02_pc.png) no-repeat center/contain;
}

.sec03 h4 {
  color: #fff;
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 700;
  padding: 1% 5%;
  position: relative;
  letter-spacing: .1em;
}

.sec03 h4:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(../img/common/icon_kakko04L_pc.png) no-repeat center/contain;
}

.sec03 h4:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 33px;
  bottom: 0;
  right: 0;
  background: url(../img/common/icon_kakko04R_pc.png) no-repeat center/contain;
}

.sec03 .box p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  width: 58%;
  text-align: left;
  margin-top: 3%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec03 h2 {
    width: 21.69vw;
  }
  
  .sec03 h3 {
    font-size: 2.12vw;
  }
  
  .sec03 li .photo {
    width: 36.13vw;
  }
  
  .sec03 li .box {
    width: 33.25vw;
    height: 32.63vw;
  }
  
  .sec03 li .box:after {
    width: 8.25vw;
    height: 8.56vw;
  }
  
  .sec03 li:nth-of-type(2) .box:after {
    width: 7.44vw;
    height: 7.69vw;
  }
  
  .sec03 h4 {
    font-size: 2.63vw;
  }
  
  .sec03 h4:before {
    width: 1.56vw;
    height: 2.06vw;
  }
  
  .sec03 h4:after {
    width: 1.56vw;
    height: 2.06vw;
  }
  
  .sec03 .box p {
    font-size: 1.13vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec03 {
    background: url(../img/common/bg_school_sp.png) no-repeat center top 140%/100%;
    padding: 13% 0 14%;
  }
  
  .sec03 h2 {
    width: 60.13vw;
    margin: 0 auto 9%;
  }
  
  .sec03 h3 {
    font-size: 5.33vw;
    margin-bottom: 5%;
    line-height: 1.55;
  }
  
  .sec03 ul {
    width: 94vw;
    margin: auto;
  }
  
  .sec03 li {
    position: relative;
    padding-bottom: 41%;
  }
  
  .sec03 li + li {
    margin-top: 10%;
  }
  
  .sec03 li .photo {
    top: inherit;
    left: 0;
    right: 0;
    margin: auto;
    width: 80.27vw;
  }
  
  .sec03 li:nth-of-type(2) .photo {
    left: 0;
    right: 0;
  }
  
  .sec03 li .box {
    width: 94vw;
    height: 96vw;
    background: url(../img/common/img_school01_sp.png) no-repeat center/contain;
    margin-right: auto;
    padding-bottom: 24%;
  }
  
  .sec03 li:nth-of-type(2) .box {
    background: url(../img/common/img_school02_sp.png) no-repeat center/contain;
    margin-left: auto;
  }
  
  .sec03 li .box:after {
    display: none;
  }
  
  .sec03 li:nth-of-type(2) .box:after {
    display: none;
  }
  
  .sec03 h4 {
    font-size: 7.29vw;
    padding: 1% 5%;
  }
  
  .sec03 h4:before {
    width: 4.13vw;
    height: 5.47vw;
    background: url(../img/common/icon_kakko04L_sp.png) no-repeat center/contain;
  }
  
  .sec03 h4:after {
    width: 4.13vw;
    height: 5.47vw;
    background: url(../img/common/icon_kakko04R_sp.png) no-repeat center/contain;
  }
  
  .sec03 .box p {
    font-size: 3.2vw;
    line-height: 1.58;
    width: 68%;
    margin-top: 3%;
  }
  
}


/* 08. COLUMN
-------------------------------------------------------------------- */

.sec04 {
  margin: -3% auto 0;
  text-align: center;
  padding-bottom: 8%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec04 img {
    width: 68.06vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec04 {
    margin: -9% auto 0;
    padding-bottom: 12%;
  }

  .sec04 img {
    width: 90.27vw;
  }

}

/* 09. STEP
-------------------------------------------------------------------- */

.sec05 {
  background: url(../img/common/bg_wave02_pc.png) no-repeat center bottom/100%, #ffe421;
  padding: 5% 0 7%;
}

.sec05 h2 {
  text-align: center;
  margin: 0 auto 1%;
}

.sec05 h3 {
  text-align: center;
  margin: 0 auto 4%;
  font-size: 3.4rem;
  font-weight: 700;
  color: #1b1b1b;
}

.sec05 ul {
  display: flex;
  width: 54.4375%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec05 li {
  width: 22.27%;
  margin-bottom: 4%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec05 h2 {
    width: 7.25vw;
  }
  
  .sec05 h3 {
    font-size: 2.13vw;
  }
  
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec05 {
    background: url(../img/common/bg_wave02_sp.png) no-repeat center bottom/100%, #ffe421;
    padding: 14% 0 15%;
  }
  
  .sec05 h2 {
    width: 20.13vw;
    margin: 0 auto 5%;
  }
  
  .sec05 h3 {
    margin: 0 auto 10%;
    font-size: 6.4vw;
  }
  
  .sec05 ul {
    width: 72.8%;
  }
  
  .sec05 li {
    width: 33.6vw;
    margin-bottom: 4%;
  }
  
}


/* 10. TRIAL
-------------------------------------------------------------------- */

.sec06 {
  background: #c5eff0;
  padding: 4% 0 5%;
}

.sec06 h2 {
  text-align: center;
  margin: 0 auto 1%;
}

.sec06 h3 {
  text-align: center;
  margin: 0 auto 1.5%;
}

.sec06 .text {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2.5%;
  color: #1f1f1f;
}

.sec06 ul {
  width: 65.875%;
  background: #fff;
  border-radius: 38px;
  margin: 0 auto 2.5%;
  display: flex;
  justify-content: center;
  padding: 0 2%;
}

.sec06 li {
  width: 33.33%;
  padding: 4% 5%;
  position: relative;
}

.sec06 li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  border-right: 1px solid #1b1b1b;
  height: 300px;
}

.sec06 h4 {
  display: flex;
  width: 194px;
  height: 194px;
  border-radius: 200px;
  background: #ff831f;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.29;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto 6%;
}

.sec06 li:nth-of-type(2) h4 {
  background: #00b593;
}

.sec06 li:nth-of-type(3) h4 {
  background: #009bff;
}

.sec06 li p {
  font-size: 1.4rem;
  line-height: 1.64;
  color: #1f1f1f;
  font-weight: 400;
}

.sec06 li p strong {
  font-weight: 700;
  font-size: 1.5rem;
}

.sec06 .note {
  font-size: 1.5rem;
  color: #1f1f1f;
  text-align: center;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec06 h2 {
    width: 7.94vw;
  }
  
  .sec06 h3 {
    width: 38.81vw;
  }
  
  .sec06 .text {
    font-size: .94vw;
  }
  
  .sec06 ul {
    border-radius: 2.38vw;
  }
  
  .sec06 li:not(:last-of-type):after {
    height: 18.75vw;
  }
  
  .sec06 h4 {
    width: 12.13vw;
    height: 12.13vw;
    font-size: 1.75vw;
  }
  
  .sec06 li p {
    font-size: .875vw;
  }
  
  .sec06 li p strong {
    font-size: .94vw;
  }
  
  .sec06 .note {
    font-size: .94vw;
  }
  
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec06 {
    padding: 10% 0 15%;
  }
  
  .sec06 h2 {
    width: 25.33vw;
    margin: 0 auto 6%;
  }
  
  .sec06 h3 {
    width: 58.67vw;
    margin: 0 auto 4%;
  }
  
  .sec06 .text {
    font-size: 3.2vw;
    line-height: 1.31;
    margin-bottom: 9%;
  }
  
  .sec06 ul {
    width: 88.67%;
    border-radius: 5.07vw;
    margin: 0 auto 8%;
    display: block;
    padding: 2% 0;
  }
  
  .sec06 li {
    width: 100%;
    padding: 8% 0 8% 5.8%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .sec06 li:not(:last-of-type):after {
    top: inherit;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    border-right: none;
    border-bottom: 1px solid #1b1b1b;
    height: 0;
    width: 65.07vw;
  }
  
  .sec06 h4 {
    width: 33.2vw;
    height: 33.2vw;
    border-radius: 200px;
    font-size: 4.81vw;
    line-height: 1.29;
    margin: 0 4vw 0 0;
  }
  
  .sec06 li p {
    font-size: 3.2vw;
    line-height: 1.42;
    width: 37.6vw;
  }

  .sec06 li p strong {
    font-size: 3.2vw;
  }
  
  .sec06 .note {
    font-size: 2.67vw;
  }
  
}


/* 11. Q&A
-------------------------------------------------------------------- */

.sec07 {
  background: #fcf3d1;
  padding: 7.5% 0 7%;
  margin-top: -3%;
}

.sec07 h2 {
  text-align: center;
  margin: 0 auto 1.5%;
}

.sec07 h3 {
  font-size: 3.4rem;
  letter-spacing: .01em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 4%;
}

.sec07 dl {
  width: 64%;
  margin: auto;
}

.sec07 .box {
  position: relative;
  padding-top: 3%;
  min-height: 71px;
}

.sec07 .box + .box {
  margin-top: 3.5%;
}

.sec07 dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 100px;
  background: #fff;
  padding: 2% 0 2% 7%;
  font-size: 2.05rem;
  z-index: 10;
  cursor: pointer;
}

.sec07 dt:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 71px;
  height: 66px;
  z-index: 20;
  background: #00b593;
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  transition: .5s;
  letter-spacing: -.04em;
  padding-bottom: 5px;
}

.sec07 dt.active:after {
  content: "－";
  transform: rotate(180deg);
}

.sec07 dd {
  border-radius: 0 0 50px 50px;
  border: 6px solid #fff;
  background: #e4f3f9;
  padding: 5.5% 6% 3.5%;
  font-size: 1.45rem;
  letter-spacing: 0;
  line-height: 2.21;
  display: none;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {

  .sec07 h2 {
    width: 7vw;
  }
  
  .sec07 h3 {
    font-size: 2.13vw;
  }
  
  .sec07 .box {
    min-height: 4.44vw;
  }
  
  .sec07 dt {
    font-size: 1.28vw;
  }
  
  .sec07 dt:after {
    width: 4.44vw;
    height: 4.13vw;
    font-size: 2.25vw;
    padding-bottom: .31vw;
  }
  
  .sec07 dd {
    border-radius: 0 0 3.13vw 3.13vw;
    font-size: .91vw;
  }
  

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec07 {
    padding: 15% 0 18%;
    margin-top: -3%;
  }
  
  .sec07 h2 {
    width: 22.4vw;
    margin: 0 auto 5%;
  }
  
  .sec07 h3 {
    font-size: 6.4vw;
    margin: 0 auto 10%;
  }
  
  .sec07 dl {
    width: 90%;
  }
  
  .sec07 .box {
    padding-top: 7%;
    min-height: 12.8vw;
  }
  
  .sec07 .box + .box {
    margin-top: 5%;
  }
  
  .sec07 dt {
    padding: 0 14vw 0 7%;
    font-size: 3.2vw;
    line-height: 1.42;
    min-height: 12.8vw;
    display: flex;
    align-items: center;
  }
  
  .sec07 dt:after {
    width: 12.8vw;
    height: 12.3vw;
    font-size: 5vw;
    letter-spacing: 0;
    padding-bottom: .5vw;
  }
  
  .sec07 dd {
    border-radius: 0 0 6.4vw 6.4vw;
    border: .53vw solid #fff;
    padding: 10.5% 6% 6.5%;
    font-size: 3.2vw;
    line-height: 1.33;
  }

}


/* 12. OTHER
-------------------------------------------------------------------- */

.sec08 {
  background: url(../img/common/bg_other_pc.png) no-repeat left center/94.0625%;
  padding: 6% 0 4%;
}

.sec08 h2 {
  text-align: center;
  margin: 0 auto 3%;
}

.sec08 ul {
  width: 57.5%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec08 ul:after{
  content: "";
  display: block;
  width: 32.83%;
}

.sec08 li {
  width: 32.83%;
  margin-bottom: 3.5%;
}

.sec08 li .box {
  position: relative;
}

.sec08 li .box:after {
  content: "";
  position: absolute;
  right: 3.97%;
  bottom: 3.97%;
  display: inline-block;
  width: 77px;
  height: 76px;
  background: url(../img/common/icon_plus_pc.png) no-repeat center/contain;
}

.sec08 li h3 {
  text-align: center;
  margin-top: 1%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .025em;
}

/* .lightbox {
  transform: translateY(7.5%);
} */

.lb-outerContainer {
  border-radius: 50px;
}

.lightbox .lb-image {
  border: none;
}

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  padding: 440px 0 0;
  height: 100%;
}

.lb-data .lb-details {
  width: 100%;
  padding: 0 50px;
}

.lb-data .lb-caption {
  display: block;
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.lb-data .lb-schoolName {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  background: none;
  border-radius: 40px;
  font-size: 2.4rem;
  color: #fff;
}

.lb-data .lb-comment {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.71;
  margin-top: 3%;
  display: block!important;
}

.lb-data .lb-number {
  display: none!important;
}

.lb-data .lb-close {
  display: flex;
  float: none;
  width: 67px;
  height: 67px;
  border-radius: 100px;
  background: #00b593;
  justify-content: center;
  align-items: center;
  outline: 0;
  opacity: 1;
  transition: opacity .2s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5%;
  margin: auto;
}

.lb-data .lb-close:after {
  content: "×";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.01em;
  padding-bottom: 10px;
}

.sec08 .note {
  text-align: right;
  font-size: 1.8rem;
  padding-right: 10%;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec08 h2 {
    width: 25vw;
  }
  
  .sec08 li .box:after {
    width: 4.81vw;
    height: 4.75vw;
  }
  
  .sec08 li h3 {
    font-size: 1vw;
  }
  
  /* .lb-outerContainer {
    border-radius: 3.125vw;
  }
  
  .lb-dataContainer {
    padding: 27.5vw 0 0;
  }
  
  .lb-data .lb-details {
    padding: 0 3.13vw;
  }
  
  .lb-data .lb-caption {
    font-size: 1.31vw;
  }
  
  .lb-data .lb-schoolName {
    height: 5vw;
    border-radius: 2.5vw;
    font-size: 1.5vw;
  }
  
  .lb-data .lb-comment {
    font-size: .88vw;
  }
  
  .lb-data .lb-close {
    width: 4.19vw;
    height: 4.19vw;
  }
  
  .lb-data .lb-close:after {
    font-size: 2.25vw;
    padding-bottom: .63vw;
  } */
  
  .sec08 .note {
    font-size: 1.13vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec08 {
    background: url(../img/common/bg_other_sp.png) no-repeat center top/100%;
    padding: 20% 0 8%;
  }
  
  .sec08 h2 {
    width: 76.67vw;
    margin: 0 auto 9%;
  }
  
  .sec08 ul {
    width: 94%;
  }

  .sec08 ul:after{
    display: none;
  }
  
  .sec08 li {
    width: 47vw;
    margin-bottom: 5%;
  }
  
  .sec08 li .box:after {
    right: 3.34%;
    bottom: 3.34%;
    width: 12.4vw;
    height: 12.27vw;
    background: url(../img/common/icon_plus_sp.png) no-repeat center/contain;
  }
  
  .sec08 li h3 {
    margin-top: 1%;
    font-size: 3.73vw;
  }
  
  .lightbox {
    transform: translateY(0);
  }
  
  .lb-outerContainer {
    border-radius: 6.67vw;
  }
  
  .lb-dataContainer {
    padding: 71vw 0 0;
  }
  
  .lb-data .lb-details {
    padding: 0 4vw;
  }
  
  .lb-data .lb-caption {
    font-size: 4.53vw;
    line-height: 1.18;
  }
  
  .lb-data .lb-schoolName {
    height: 10.67vw;
    border-radius: 5.33vw;
    font-size: 4.8vw;
  }
  
  .lb-data .lb-comment {
    font-size: 3.2vw;
    line-height: 1.42;
    margin-top: 3%;
  }
  
  .lb-data .lb-close {
    width: 12.4vw;
    height: 12.4vw;
    bottom: -4.5%;
  }
  
  .lb-data .lb-close:after {
    font-size: 5vw;
    letter-spacing: 0;
    padding-bottom: 5px;
  }
  
  .sec08 .note {
    font-size: 2.4vw;
    padding-right: 3%;
    margin-top: 10%;
  }

}


/* 13. SHOP
-------------------------------------------------------------------- */

.sec09 {
  padding: 5% 0 4%;
  background: #fff;
}

.sec09 h2 {
  text-align: center;
  margin: 0 auto 1%;
}

.sec09 h3 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 4%;
  padding-left: 1.8%;
}

.sec09 .box {
  background: none;
  padding: 2.7% 0;
  width: 75%;
  margin: auto;
  border-radius: 36px;
}

.sec09 .box:nth-of-type(odd) {
  background: #ecf6fa;
}

.sec09 .box .inner {
  width: 82.17%;
  display: flex;
  margin: auto;
}

.sec09 .box:nth-of-type(odd) .inner {
  flex-direction: row-reverse;
}

.sec09 .box .photo {
  width: 44.73%;
  position: relative;
  z-index: 10;
}

.sec09 .box .info {
  width: 55.27%;
  padding: 3% 0 0 5%;
}

.sec09 .box:nth-of-type(odd) .info {
  padding: 3% 5% 0 0;
}

.sec09 .box .info h4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0250bf;
  position: relative;
  padding-bottom: 1.5%;
  margin-bottom: 2.5%;
}

.sec09 .box .info h4:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 130%;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #0250bf;
}

.sec09 .box:nth-of-type(odd) .info h4:after {
  left: 0;
  right: inherit;
}

.sec09 .box .info .add {
  line-height: 1.44;
  margin-bottom: 1.5%;
  font-weight: 400;
}

.sec09 .box .info .acc {
  line-height: 1.44;
  position: relative;
  padding-top: 22px;
  margin-bottom: 1.5%;
  font-weight: 400;
}

.sec09 .box .info .acc:before {
  content: "アクセス";
  display: inline-block;
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  width: 70px;
  padding: 1px 0 2px;
  border-radius: 100px;
  background: #3e6fdd;
  top: 0;
  left: 0;
}

.sec09 .box .info .tel a {
  position: relative;
  font-size: 3.8rem;
  color: #0250bf;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 8%;
  display: inline-block;
  line-height: 1;
}

.sec09 .box .info .tel a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 31px;
  height: 31px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/icon_telB_pc.png) no-repeat center/contain;
}

.sec09 .box:nth-of-type(odd) .info .tel a:before {
  background: url(../img/common/icon_tel_pc.png) no-repeat center/contain;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {
  
  .sec09 h2 {
    width: 11.88vw;
  }

  .sec09 h3 {
    font-size: 2.13vw;
  }

  .sec09 .box {
    border-radius: 2.25vw;
  }
  
  .sec09 .box .info h4 {
    font-size: 1.75vw;
  }
  
  .sec09 .box .info .add {
    font-size: 1vw;
  }
  
  .sec09 .box .info .acc {
    padding-top: 1.38vw;
    font-size: 1vw;
  }
  
  .sec09 .box .info .acc:before {
    font-size: .75vw;
    width: 4.38vw;
    padding: .06vw 0 .12vw;
  }
  
  .sec09 .box .info .tel a {
    font-size: 2.38vw;
  }
  
  .sec09 .box .info .tel a:before {
    width: 1.94vw;
    height: 1.94vw;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec09 {
    padding: 12% 0 4%;
  }
  
  .sec09 h2 {
    width: 37.87vw;
    margin-bottom: 5%;
  }

  .sec09 h3 {
    font-size: 6.4vw;
    margin-bottom: 8%;
  }
  
  .sec09 .box {
    padding: 6% 0;
    width: 100%;
    border-radius: 0;
  }
  
  .sec09 .box .inner {
    width: 92vw;
    display: block;
  }
  
  .sec09 .box .photo {
    width: 100%;
    position: static;
  }
  
  .sec09 .box .info {
    width: 100%;
    padding: 0;
    margin: 4.5% 0 0;
  }
  
  .sec09 .box:nth-of-type(odd) .info {
    padding: 0;
  }
  
  .sec09 .box .info h4 {
    font-size: 6.01vw;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
  
  .sec09 .box .info h4:after {
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #0250bf;
  }
  
  .sec09 .box .info .add {
    font-size: 3.44vw;
    margin-bottom: 3%;
  }
  
  .sec09 .box .info .acc {
    font-size: 3.44vw;
    padding-top: 5%;
    margin-bottom: 3%;
  }
  
  .sec09 .box .info .acc:before {
    font-size: 2.58vw;
    width: 15.03vw;
    padding: .3% 0 .2%;
    border-radius: 1.13vw;
  }
  
  .sec09 .box .info .tel a {
    font-size: 8.16vw;
    padding-left: 10%;
  }
  
  .sec09 .box .info .tel a:before {
    width: 6.53vw;
    height: 6.53vw;
    background: url(../img/common/icon_telB_sp.png) no-repeat center/contain;
  }
  
  .sec09 .box:nth-of-type(odd) .info .tel a:before {
    background: url(../img/common/icon_tel_sp.png) no-repeat center/contain;
  }

}


/* 15. FIXED
-------------------------------------------------------------------- */

.fixed {
  position: fixed;
  width: 100px;
  height: 566px;
  top: 0;
  right: calc(50% - 800px);
  bottom: 0;
  margin: auto;
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.fixed li + li {
  margin-top: 25%;
}

.fixed li a {
  width: 74px;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background: #ffe421;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #141414;
  position: relative;
  margin-left: auto;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  padding: 30px 0 60px;
}

.fixed li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ff831f;
  border-right: 0;
}

/* MEDIA QUERIE 768px～1600px */
@media screen and ( min-width: 768px ) and (max-width: 1600px) {

  .fixed {
    width: 6.25vw;
    height: 37.5vw;
    right: 0;
  }
  
  .fixed li a {
    width: 4.63vw;
    border-radius: .88vw 0 0 .88vw;
    box-shadow: 0 0 .63vw rgba(0,0,0,.2);
    font-size: 1.56vw;
    padding: 1.88vw 0 3.76vw;
  }
  
  .fixed li a:after {
    border-top: .56vw solid transparent;
    border-bottom: .56vw solid transparent;
    border-left: .88vw solid #ff831f;
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .fixed {
    padding: 0!important;
    background: none;
    width: 100%;
    height: inherit;
    top: inherit;
    left: 0;
    right: inherit;
  }
  
  
  .fixed ul {
    display: flex;
    width: 100%;
    border: 1px solid #fff;
  }
  
  .fixed li {
    width: 50%;
  }

  .fixed li + li {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
  
  .fixed li a {
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-left: 0;
    padding: 4.5% 3% 5.5% 0;
    font-size: 3.6vw;
    border-radius: 0;
    box-shadow: none;
  }
  
  .fixed li a:after {
    right: 6%;
    top: 0;
    bottom: 0;
    left: inherit;
    border-top: 1.73vw solid transparent;
    border-bottom: 1.73vw solid transparent;
    border-left: 2.8vw solid #ff831f;
  }
  
}