@charset "UTF-8";
/*------------------------
  common
------------------------*/
#pageloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 1;
  z-index: 10;
}

#pageloading.slideLeft {
  transform-origin: right top;
  animation: slideLeft 0.6s 2s forwards;
}

#pageloading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: showlogo 3000ms 500ms forwards;
}

@keyframes showlogo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideLeft {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0, 1);
  }
}
header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
}

/* text */
.text-box {
  position: absolute;
  left: calc(50% - 190px);
  top: calc(50% - 80px);
}

.text-box h2 {
  color: #FFF;
  font-size: 2.6rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.text-box h3 {
  color: #FFF;
  text-align: center;
}

.hero {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.hero header {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 100%;
  z-index: 2;
}
.hero .nav {
  position: absolute;
  top: 0;
  right: 0;
}
.hero .metaslider .caption-wrap {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 2%;
  background: transparent;
  opacity: 1;
}
.hero .metaslider .caption-wrap .caption img {
  width: 70%;
}

@media (min-width: 64em) {
  .hero {
    position: relative;
  }
  .hero header {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 100%;
    z-index: 2;
  }
  .hero .nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .hero .metaslider .caption-wrap {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: 5%;
    background: transparent;
    opacity: 1;
  }
  .hero .metaslider .caption-wrap .caption img {
    width: auto;
  }
}
/*------------------------
  #course
------------------------*/
section#course {
  padding: 10vh 0;
  margin-bottom: 0;
  background: url(../img/bg_stripe.png);
}
section#course h2 {
  color: var(--color--main);
  border: none;
}
section#course h2:after {
  display: inline-block;
  content: "course";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}
section#course .box p {
  padding: 1em;
}
section#course .box h4 {
  padding: 0 0.5em;
}
section#course .box h4 em {
  font-style: normal;
  font-size: 0.7em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
section#course .shadow-box h3 {
  text-align: center;
  color: var(--color--text);
}
section#course .shadow-box h3 span {
  font-size: clamp(1.4em, 2.5vw, 1.5em);
  color: var(--color--main);
}
section#course .shadow-box h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding: 5px 10px;
  border: 2px solid var(--color--main);
  color: var(--color--main);
}
section#course .shadow-box h4 strong {
  color: var(--color--text);
}
section#course .shadow-box table th {
  width: 25%;
  text-align: left;
}

@media (min-width: 40em) {
  section#course .shadow-box .lead {
    text-align: center;
  }
}
/*------------------------
  #concept
------------------------*/
section#concept h2 {
  color: var(--color--main);
  border: none;
}
section#concept h2:after {
  display: inline-block;
  content: "about";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}
section#concept p {
  font-size: 1.1em;
  line-height: 2;
}

/*------------------------
  #feature
------------------------*/
section#feature {
  padding: 10vh 0;
  margin-bottom: 0;
  background: url(../img/bg_wave.png);
}
section#feature h2 {
  color: var(--color--main);
  border: none;
}
section#feature h2:after {
  display: inline-block;
  content: "feature";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}
section#feature .square h3 {
  font-size: clamp(1.3em, 4vw, 1.8em);
  margin-top: 0;
  text-align: center;
}
section#feature .square h3 .subt {
  display: block;
  background: var(--color--main);
  color: var(--color--white);
  font-size: 0.6em;
  margin-top: 10px;
  padding: 6px 15px;
  border-radius: 30px;
}
section#feature .square h3 .circle {
  margin: 0 auto;
  display: block;
}
section#feature .square strong {
  color: var(--color--sub);
}
section#feature .square h4 {
  font-size: clamp(1.1em, 3vw, 1.5em);
}

@media (min-width: 40em) {
  section#feature .square h3 {
    text-align: left;
  }
  section#feature .square h3 .subt {
    display: inline-block;
    margin-top: -10px;
  }
  section#feature .square h3 .circle {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/*------------------------
  #guidance
------------------------*/
section#guidance {
  padding: 4vh 0;
  background-size: cover;
  margin-bottom: 0;
}
section#guidance h2 {
  text-align: center;
  color: var(--color--main);
  border: none;
}
section#guidance h2:after {
  display: block;
  content: "guidance";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}

@media (min-width: 40em) {
  section#guidance .lead {
    text-align: center;
  }
}
/*------------------------
  #performance
------------------------*/
section#performance {
  padding: 6vh 0;
  background-size: 100%;
  margin-bottom: 0;
  background: url(../img/bg_stripe.png);
}
section#performance h2 {
  color: var(--color--main);
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
section#performance h2:after {
  display: block;
  content: "performance";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}
section#performance h4 {
  padding: 0;
  line-height: 1;
  margin: 0 0 30px 0;
  color: var(--color--main);
}

/*------------------------
  #bannerArea
------------------------*/
section#bannerArea {
  padding: 5vh 0;
}

/*------------------------
  #faq
------------------------*/
section#faq {
  padding: 5vh 0;
}
section#faq h2 {
  color: var(--color--main);
  border: none;
}
section#faq h2:after {
  display: block;
  content: "faq";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}

/*------------------------
  #school
------------------------*/
section#school {
  background: url(../img/bg_wave.png);
  padding: 5vh 0;
}
section#school h2 {
  color: var(--color--main);
  border: none;
}
section#school h2:after {
  display: block;
  content: "school";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}

/*------------------------
  #contact
------------------------*/
section#contact {
  padding: 5vh 0;
}
section#contact h2 {
  color: var(--color--main);
  border: none;
  text-align: center;
}
section#contact h2:after {
  display: block;
  content: "contact";
  font-size: 0.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  padding-left: 0.3em;
}/*# sourceMappingURL=home02.css.map */