@charset "UTF-8";
/* CSS Document */

#splash {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/p0050_l.png");
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo img {
  width: 500px;
  height: 375px;
}
body {
  background-color: #FFFFF8;
  background-image: url("../images/p0050_l.png");
}
body.appear {
  background-image: url("../images/p0050_l.png");
}
.splashbg1, .splashbg2 {
  display: none;
}
body.appear .splashbg1, body.appear .splashbg2 {
  display: block;
}
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: #8CDCBB;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background-color: #8CDCBB;
}
@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
#container {
  opacity: 0;
}
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#slider {
  width: 100%;
  max-width: 1050px;
  height: 70vh;
  max-height: 420px;
}
.section-top {
  position: relative;
  margin-bottom: 200px;
}
.section-top__description1 {
  position: absolute;
  top: 7%;
  width: 380px;
  height: 300px;
  margin-left: 60px;
  background-color: #FDE57F;
  box-shadow: 3px 5px 2px 1px rgba(217, 90, 43, 1);
}
.description-welcome {
  font-family: ccmeanwhile, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 4.0rem;
  width: 352px;
  margin: 60px auto 5px;
  border-bottom: solid 3px #D95A2B;
}
.description-welcome span {
  font-size: 3.5rem;
}
.sticky {
  position: relative;
}
.section-top__description1 p {
  font-size: 1.3rem;
  width: 360px;
  margin: 10px 35px;
}
.section-top__description2 {
  margin: 80px 0 0 50%;
  width: 400px;
  text-align: center;
  position: sticky;
  top: 50px;
}
.section-top__description2-drop {
  text-shadow: 1px 1px 1px #FFFFF8;
}
.description-what {
  margin-top: 10px;
  font-size: 2.5rem;
  width: 400px;
  color: #D95A2B;
  margin: 0 auto;
}
.section-top__description2 p {
  padding-top: 60px;
}
.section-top__img {
  display: flex;
  flex-direction: column;
}
.section-top__img img {
  width: 400px;
  height: 260px;
  border-radius: 5px;
}
.section-top__img1 {
  margin: 30px 0 0 380px;
}
.section-top__img2 {
  margin: 30px 0 0 250px;
}
.section-top__img3 {
  margin: 30px 0 0 70px;
}
.section-top__img4 {
  margin: 30px 0 50px 380px;
}
.about-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 8px;
  border: solid 1px #0F2E26;
  outline: none;
  transition: all 0.2s ease;
  margin-top: 50px;
}
.about-btn:hover {
  border-color: transparent;
}
.about-btn span {
  position: relative;
  z-index: 2; 
  display: block;
  padding: 15px 50px;
  background: #8CDCBB;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.pushright3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #0F2E26;
}
.pushright3:hover span {
  background-color: #0F2E26;
  color: #8CDCBB;
  transform: translate(4px, 4px);
}
.section-top__greeting {
  position: relative;
  margin-top: 200px;
}
.section-top__greeting img {
  position: absolute;
  width: 240px; /*600px*/
  height: 375px; /*940px*/
  margin-left: 100px;
  top: -365px;
}
.section-top__greeting h3 {
  color: #37C4AE;
  font-size: 3.8rem;
  line-height: 6.0rem;
  width: 80%;
  max-width: 900px;
  margin-left: 50px;
}
.section-top__greeting-titleja {
  margin: 40px 0 0 50px;
  font-size: 2.5rem;
  font-weight: 600;
}
.section-top__greetingdescription {
  margin: 100px auto 0;
  width: 70%;
  max-width: 800px;
}
.ourfeatures-title {
  position: relative;
  width: 400px;
  margin: 200px auto 0;
}
.ourfeatures-sun {
  position: absolute;
  top: -80px;
  left: -50px;
}
.ourfeatures-palmtree {
  position: absolute;
  top: -115px;
  right: -20px;
}
.section-top__list {
  background-color: #8CDCBB;
  width: 80%;
  max-width: 850px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 5px;
}
.section-top__list li {
  width: 33%;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.section-top__list li img {
  width: 80px;
}
.section-top__list li:nth-child(4), .section-top__list li:nth-child(5), .section-top__list li:nth-child(6) {
  margin: 10px 0 30px 0;
}
.number {
  font-family: ccmeanwhile, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5.0rem;
  color: #FDE57F;
  text-shadow:
    1px 0 0 #D95A2B, 0 1px 0 #D95A2B, -1px 0 0 #D95A2B, 0 -1px 0 #D95A2B;
  position: absolute;
  left: 30px;
  top: 50px;
}
.icon_margin {
  margin: 10px 0 20px;
}
.car-left {
  width: 180px;
  margin-top: 150px;
}
.section-courses {
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  position: sticky;
  background-image: url("../images/p0050_l.png");
}
.lessonfeatures-title {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.lessonfeatures-sun {
  position: absolute;
  top: -80px;
  left: -50px;
}
.lessonfeatures-palmtree {
  position: absolute;
  top: -115px;
  right: -20px;
}
.section-courses__lesson-features-title {
  text-align: center;
}
.section-courses__lesson-features-title p {
  padding-top: 60px;
  font-size: 1.4rem;
}
.section-courses__overview {
  margin-top: 250px;
}
.lesson-title {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.lesson-sun {
  position: absolute;
  top: -80px;
  left: 60px;
}
.lesson-palmtree {
  position: absolute;
  top: -115px;
  right: 90px;
}
.section-courses__title {
  text-align: center;
}
.section-courses__title p {
  padding-top: 60px;
  font-size: 1.4rem;
}
.section-courses__overview_courses {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}
.section-courses__overview_courses img {
  width: 300px; /*600px*/
  height: 125px; /*250px*/
}
.overview {
  width: 300px;
  height: 125px;
  overflow: hidden;
  margin: 10px 8px 10px 16px;
  position: relative;
}
.overview .section-courses__overview-on {
  font-size: 3.0rem;
  text-align: center;
  color: #fffff8;
}
.overview .mask {
  width: 300px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 10px;
}
.overview:hover .mask {
  opacity: 1;
  padding-top: 10px;
}
.section-courses__overview-off {
  font-size: 2.3rem;
  font-weight: 600;
  position: absolute;
  width: 300px;
  padding: 50px 0;
  margin: 0 auto;
  z-index: 100;
  transition: transform 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  text-shadow:
    1px 0 0 #fffff8, 0 1px 0 #fffff8, -1px 0 0 #fffff8, 0 -1px 0 #fffff8;
}
.mask {
  text-align: center;
}
.section-courses__overview-off:hover {
  opacity: 0;
}
.section-courses__overview-on {
  padding: 3px 0 5px;
}
.overview-description {
  color: #fffff8;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 6px;
  border-top: solid 1px #FDE57F;
  width: 290px;
  margin: 0 auto;
}
.trial-lesson {
  margin: 100px auto 0;
  width: 500px;
  text-align: center;
}
.trial-lesson p {
  margin-top: 10px;
}
.section-student {
  background-image: url("../images/p0050_l.png");
  padding: 10px 0 200px;
  position: sticky;
}
.section-student__btn {
  width: 200px;
  margin: 100px auto 0;
}
.student-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 8px;
  border: solid 1px #0F2E26;
  outline: none;
  transition: all 0.2s ease;
}
.student-btn:hover {
  border-color: transparent;
}
.student-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 20px;
  background: #8CDCBB;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.pushright4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #0F2E26;
}
.pushright4:hover span {
  background-color: #0F2E26;
  color: #8CDCBB;
  transform: translate(4px, 4px);
}
@media(min-width:1050px) {
  .section-top {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .section-top__description1 {
    position: absolute;
    top: 8%;
    margin-left: 70px;
  }
  .section-top__img {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .section-courses {
    width: 100%;
    margin: 200px auto 0;
  }
}
@media(max-width:899px) {
  #splash-logo img {
    width: 300px;
    height: 225px;
  }
  .section-top {
    margin-bottom: 100px;
  }
  .section-top__topimg img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    margin: 0 auto;
  }
  #slider {
    width: 100%;
    height: 70vh;
    max-height: 450px;
  }
  .section-top__description1 {
    width: 90%;
    max-width: 370px;
    margin: 0 auto;
    top: 7%;
    left: 5%;
  }
  .description-welcome {
    font-size: 1.8rem;
    width: 280px;
    padding-left: 10px;
  }
  .description-welcome span {
    font-size: 2.5rem;
  }
  .section-top__description1 p {
    width: 270px;
    margin: 10px auto;
  }
  .section-top__description2 {
    width: 80%;
    max-width: 400px;
    margin: 250px auto 0;
  }
  .section-top__description2-drop img {
    width: 150px;
    height: 70px;
    margin: 0 auto;
  }
  .description-what {
    font-size: 2.0rem;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
  }
  .section-top__description2 p {
    padding-top: 40px;
  }
  .about-btn {
    margin-bottom: 40px;
  }
  .about-btn span {
    padding: 15px 35px;
  }
  .section-top__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .section-top__img img {
    width: 250px;
    height: 165px;
  }
  .section-top__img1 {
    margin: 20px 0 0 22%;
  }
  .section-top__img2 {
    margin: 20px 0 0 12%;
  }
  .section-top__img3 {
    margin: 20px 0 0 2%;
  }
  .section-top__img4 {
    margin: 20px 0 20px 22%;
  }
  .section-top__greeting h3 {
    width: 85%;
    max-width: 400px;
    font-size: 1.9rem;
    line-height: 2.8rem;
    margin-left: 40px;
  }
  .section-top__greeting img {
    position: absolute;
    width: 110px;
    height: 160px;
    margin-left: 60px;
    top: -160px;
  }
  .section-top__greeting-titleja {
    margin: 40px 0 0 40px;
    width: 80%;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .section-top__greetingdescription {
    margin: 40px auto 0;
  }
  .ourfeatures-title {
    width: 210px;
    margin: 150px auto 0;
  }
  .ourfeatures-sun {
    position: absolute;
    top: -25px;
    left: -25px;
  }
  .ourfeatures-palmtree {
    position: absolute;
    top: -36px;
    right: -15px;
  }
  .section-top__list {
    height: 710px;
    padding: 0;
    flex-direction: column;
    position: relative;
    width: 80%;
    max-width: 300px;
    margin: 60px auto;
  }
  .section-top__list li {
    width: 160px;
    font-size: 1.1rem;
    padding-top: 30px;
  }
  .section-top__list li img {
    width: 60px;
  }
  .icon_margin {
    margin: 10px 0 0;
  }
  .number {
    font-size: 3.0rem;
    top: 25px;
  }
  .section-top__list li:nth-child(4), .section-top__list li:nth-child(5), .section-top__list li:nth-child(6) {
    margin: 0;
  }
  .section-top__list li:nth-child(2) {
    position: absolute;
    top: 115px;
    right: 10px;
    width: 100px;
  }
  .number2 {
    position: absolute;
    left: 0;
  }
  .section-top__list li:nth-child(4) {
    position: absolute;
    top: 320px;
    right: 5px;
    width: 130px;
  }
  .section-top__list li:nth-child(6) {
    position: absolute;
    top: 530px;
    right: 10px;
    width: 110px;
  }
  .section-top__list li:nth-child(3), .section-top__list li:nth-child(5) {
    margin-top: 60px;
  }
  .lessonfeatures-palmtree {
    position: absolute;
    top: -36px;
    right: -6px;
  }
  .lessonfeatures-title {
    width: 280px;
  }
  .lesson-sun {
    position: absolute;
    top: -40px;
    left: -20px;
  }
  .lesson-palmtree {
    position: absolute;
    top: -55px;
    right: 0px;
  }
  .lessonfeatures-sun {
    position: absolute;
    top: -25px;
    left: -15px;
  }
  .section-courses__lesson-features-title p {
    font-size: 1.3rem;
    padding-top: 40px;
    text-align: left;
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    background-image: url("../images/p0050_l.png");
  }
  .section-courses__title p {
    font-size: 1.3rem;
    padding-top: 40px;
    text-align: center;
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
  }
  .lesson-title {
    width: 160px;
  }
  .section-courses {
    padding: 0;
    margin-top: 150px;
  }
  .section-courses__overview {
    margin-top: 150px;
  }
  .section-courses__overview_courses {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .section-courses__overview-off {
    display: none;
  }
  .overview-description {
    display: block;
  }
  .overview {
    margin: 5px auto;
  }
  .overview .mask {
    opacity: 1;
  }
  .overview .section-courses__overview-on {
    margin-top: 8px;
  }
  .trial-lesson {
    margin: 60px auto 0;
    width: 250px;
  }
  .trial-lesson p {
    width: 90%;
    margin: 0 auto;
  }
  .section-student {
    padding: 10px 0 50px;
  }
  .section-student__btn {
    width: 185px;
    margin: 40px auto 0;
  }
  section.fixed {
    position: relative !important;
    top: 0;
    z-index: 1;
  }
  section.fixed:first-of-type {
    padding-top: 100px;
  }
}