/*------------------------
  common
------------------------*/
body {
  --color--mainonline:#1aa2b8;
  --color--mainonlinehover:#b9e3ea;
  --color--subonline:#e56565;
  --color--lgray:#f4f4f4;
  --color--gray:#999;
  --color--line:#CCC;
  --color--text:#111;
  --color--white:#FFF;
  --color--balck:#000;
  background: var(--color--white);
  color: var(--color--text);
}

#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);
  }
}
.hero {
  position: relative;
}

header {
  position: fixed;
  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 */
.hero {
  position: relative;
  margin: 90px auto 0;
}
.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: 20%;
  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: 20%;
    bottom: auto;
    left: 0;
    background: transparent;
    opacity: 1;
  }
  .hero .metaslider .caption-wrap .caption img {
    width: auto;
  }
}
/*------------------------
  #concept
------------------------*/
section#concept {
  background: url(../img/online/bg_concept_sp.jpg) bottom right no-repeat;
  background-size: 100%;
  padding: 5vh 0 15vh;
  margin-bottom: 0;
}
section#concept p {
  font-size: 1.1em;
  line-height: 2;
}

@media (min-width: 40em) {
  section#concept {
    padding: 10vh 0;
    background: url(../img/online/bg_concept.jpg?2233) bottom right no-repeat;
  }
}
/*------------------------
  #feature
------------------------*/
section#feature {
  padding: 10vh 0;
  background-image: linear-gradient(-15deg, #fed1de, #bbf0f9);
  margin-bottom: 0;
}
section#feature h2 {
  color: var(--color--mainonline);
  border: none;
}
section#feature .square h3 {
  padding-left: 60px;
  font-size: clamp(1.3em, 4vw, 2.4em);
  margin-top: 0;
  color: var(--color--mainonline);
}
section#feature .square h3 .subt {
  display: inline-block;
  margin-top: -10px;
  background: var(--color--mainonline);
  color: var(--color--white);
  font-size: 0.6em;
  padding: 6px 15px;
  border-radius: 30px;
}

@media (min-width: 40em) {
  section#feature .square h3 {
    padding-left: 80px;
  }
}
/*------------------------
  #guidance
------------------------*/
section#guidance {
  background: url(../img/online/bg_guidance.jpg?2212) no-repeat;
  background-size: 100%;
  padding: 10vh 0;
  margin-bottom: 0;
}
section#guidance h2 {
  color: var(--color--mainonline);
  border: none;
}

@media (min-width: 40em) {
  section#guidance {
    background: url(../img/online/bg_guidance.jpg?2212);
    background-size: cover;
    padding: 10vh 0;
  }
}
/*------------------------
  #movie
------------------------*/
section#movie {
  padding: 10vh 0;
  background-size: cover;
  margin-bottom: 0;
}
section#movie h2 {
  color: var(--color--mainonline);
}

/*------------------------
  #teacher
------------------------*/
section#teacher {
  background: url(../img/bg_gio05.jpg) bottom right no-repeat;
  padding: 10vh 0;
  background-size: cover;
  margin-bottom: 0;
}
section#teacher h2 {
  color: var(--color--mainonline);
  border: none;
}
section#teacher h4 {
  color: var(--color--mainonline);
}

/*------------------------
  #performance
------------------------*/
section#performance {
  padding: 10vh 0;
  background-size: 100%;
  margin-bottom: 0;
}
section#performance h2 {
  color: var(--color--mainonline);
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}
section#performance h4 {
  padding: 0;
  line-height: 1;
  margin: 0 0 30px 0;
  color: var(--color--mainonline);
}

@media (min-width: 40em) {
  section#performance .left_line {
    border-left: 2px solid var(--color--mainonline);
    padding-left: 1em;
  }
}
/*------------------------
  #blog
------------------------*/
section#blog {
  padding: 10vh 0;
}
section#blog h2 {
  color: var(--color--mainonline);
  border: none;
}

/*------------------------
  #faq
------------------------*/
section#faq {
  padding: 10vh 0;
}
section#faq h2 {
  color: var(--color--mainonline);
  border: none;
}
section#faq .faq h3:hover, section#faq .faq h3:active, section#faq .faq h3.is-active {
  background-color: var(--color--mainonline);
}/*# sourceMappingURL=online02.css.map */