@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..bold&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1000px) {
  .pc-hide {
    display: none !important;
  }
}
.sp-hide {
  display: none !important;
}
@media (max-width: 1000px) {
  .sp-hide {
    display: block !important;
  }
}

html {
  font-size: 16px;
  font-family: "Noto-sans-jp", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  position: relative;
}
html body header .header-bar {
  background-color: #fbf4e3;
  min-height: 40px;
}
html body header .header-bar h1 {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  color: #000;
}
html body header .navbar .navbar-brand img {
  min-height: 50px;
  max-height: 106px;
  width: auto;
}
@media (max-width: 1000px) {
  html body header .navbar .navbar-brand img {
    width: auto;
    height: 32vw;
    max-height: none;
    min-height: 0;
    position: relative;
    left: 100%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
@media (max-width: 1000px) {
  html body header .navbar .navbar-toggler {
    position: relative;
    bottom: 100%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
html body header .navbar .nav-link {
  font-weight: bold;
  color: #000;
}
html body header .navbar .nav-link:hover {
  color: #e21c21;
}
html body header .navbar .dropdown-menu {
  min-width: 200px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1000px) {
  html body header .navbar .dropdown-menu {
    min-width: none;
    width: 90%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    font-size: 3.7333333333vw;
  }
}
html body header .navbar .header-ins {
  min-height: 44px;
  width: auto;
}
html body header .navbar .btn-try {
  border-radius: 5px;
  font-size: 0.9722222222vw;
  font-weight: bold;
  color: #fff;
  background-color: #ff9531;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html body header .navbar .btn-try:hover {
  background-color: #f34f0d;
}
html body .element-top-btn {
  position: fixed;
  bottom: 0.6944444444vw;
  right: 0.6944444444vw;
  width: 2.7777777778vw;
  min-width: 40px;
  height: 2.7777777778vw;
  min-height: 40px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html body .element-top-btn img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
html body .element-top-btn:hover {
  opacity: 0.8;
}
html body .news-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .news-section {
    padding: 8vw 0;
  }
}
html body .news-section .new-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  html body .news-section .new-container {
    max-width: 86%;
  }
}
html body .news-section .new-container h2 {
  font-size: clamp(1px, 2.9861111111vw, 43px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .news-section .new-container h2 {
    font-size: clamp(1px, 6.1333333333vw, 23px);
    margin-bottom: 2.6666666667vw;
  }
}
html body .news-section .new-container h2 .N {
  color: rgb(186, 218, 85);
}
html body .news-section .new-container h2 .E {
  color: #53d8fc;
}
html body .news-section .new-container h2 .W {
  color: #b608f4;
}
html body .news-section .new-container h2 .S {
  color: #ff9531;
}
html body .news-section .new-container p {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  margin-bottom: 2.0833333333vw;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .news-section .new-container p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    margin-bottom: 10.6666666667vw;
  }
}
html body .news-section .new-container .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 100%;
}
html body .news-section .new-container .timeline article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3888888889vw;
  position: relative;
  padding: 1.3888888889vw 1.3888888889vw;
  border-bottom: 2.5px solid transparent;
  -o-border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#d2eb8c), color-stop(6.6666666667%, #d2eb8c), color-stop(6.6666666667%, #96e6fa), color-stop(13.3333333333%, #96e6fa), color-stop(13.3333333333%, #6996fa), color-stop(20%, #6996fa), color-stop(20%, #f5dc78), color-stop(26.6666666667%, #f5dc78), color-stop(26.6666666667%, #ff8291), color-stop(33.3333333333%, #ff8291), color-stop(33.3333333333%, #d269f5), color-stop(40%, #d269f5), color-stop(40%, #fabe82), color-stop(46.6666666667%, #fabe82), color-stop(46.6666666667%, #d2eb8c), color-stop(53.3333333333%, #d2eb8c), color-stop(53.3333333333%, #96e6fa), color-stop(60%, #96e6fa), color-stop(60%, #6996fa), color-stop(66.6666666667%, #6996fa), color-stop(66.6666666667%, #f5dc78), color-stop(73.3333333333%, #f5dc78), color-stop(73.3333333333%, #ff8291), color-stop(80%, #ff8291), color-stop(80%, #d269f5), color-stop(86.6666666667%, #d269f5), color-stop(86.6666666667%, #fabe82), color-stop(93.3333333333%, #fabe82), color-stop(93.3333333333%, #d2eb8c), to(#d2eb8c)) 1;
     border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
}
@media (max-width: 1000px) {
  html body .news-section .new-container .timeline article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-bottom: 0.6666666667vw solid transparent;
    text-align: left;
  }
}
html body .news-section .new-container .timeline article .date-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .news-section .new-container .timeline article .date-event .date {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  margin-right: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .news-section .new-container .timeline article .date-event .date {
    font-size: clamp(1px, 3.7333333333vw, 14px);
  }
}
html body .news-section .new-container .timeline article .date-event .event {
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(126deg, #edcd1f 24%, #fd8226 100%);
  border-radius: 0.3472222222vw;
  color: #fff;
  font-size: clamp(1px, 0.8333333333vw, 12px);
  padding: 0.2083333333vw 0.6944444444vw;
  margin-right: 1.3888888889vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1000px) {
  html body .news-section .new-container .timeline article .date-event .event {
    font-size: clamp(1px, 2.6666666667vw, 10px);
    padding: 0.8vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
html body .news-section .new-container .timeline article .date-event .event:hover {
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(126deg, #fd8226 24%, #edcd1f 100%);
}
html body .news-section .new-container .timeline article .description {
  font-size: clamp(1px, 1.1111111111vw, 16px);
}
@media (max-width: 1000px) {
  html body .news-section .new-container .timeline article .description {
    font-size: clamp(1px, 3.7333333333vw, 14px);
  }
}
html body .about-section {
  padding: 4.1666666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/about.jpg") no-repeat center center;
  background-size: cover;
  height: 44.4444444444vw;
  max-height: 640px;
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  html body .about-section {
    padding: 8vw 0;
    height: 160vw;
    max-height: 600px;
  }
}
html body .about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
html body .about-section .about-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (max-width: 1000px) {
  html body .about-section .about-content {
    max-width: 90%;
  }
}
html body .about-section .about-content h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(184, 224, 61, 0.82);
  padding: 1.0416666667vw 10.4166666667vw;
  font-size: clamp(1px, 1.6666666667vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .about-section .about-content h2 {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    padding: 4vw 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
html body .about-section .about-content p {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  margin-bottom: 0.6944444444vw;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .about-section .about-content p {
    text-align: left;
    font-size: clamp(1px, 3.7333333333vw, 14px);
    margin-bottom: 2.6666666667vw;
    line-height: 2;
  }
}
html body .features-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .features-section {
    padding: 8vw 0;
    width: 90%;
  }
}
html body .features-section h2 {
  font-size: clamp(1px, 2.9861111111vw, 43px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .features-section h2 {
    font-size: clamp(1px, 6.1333333333vw, 23px);
    margin: 8vw auto;
  }
}
html body .features-section h2 .features-title-01 {
  color: rgb(186, 218, 85);
}
html body .features-section h2 .features-title-02 {
  color: #53d8fc;
}
html body .features-section h2 .features-title-03 {
  color: #a153f4;
}
html body .features-section h2 .features-title-04 {
  color: #b608f4;
}
html body .features-section h2 .features-title-05 {
  color: #ff9531;
}
html body .features-section h2 .features-title-06 {
  color: rgb(186, 218, 85);
}
html body .features-section h2 .features-title-07 {
  color: #53d8fc;
}
html body .features-section h2 .features-title-08 {
  color: #a153f4;
}
html body .features-section h2 .features-title-09 {
  color: #b608f4;
}
html body .features-section h2 .features-title-10 {
  color: #ff9531;
}
html body .features-section .feature-grid {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0833333333vw;
  margin-top: 2.7777777778vw;
}
@media (max-width: 1000px) {
  html body .features-section .feature-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 0vw;
  }
}
html body .features-section .feature-grid .feature-card {
  padding: 15px;
  border-radius: 8px;
  width: calc(33.333% - 20px);
}
@media (max-width: 1000px) {
  html body .features-section .feature-grid .feature-card {
    width: 100%;
    border-radius: 4vw;
    padding: 4vw;
  }
}
html body .features-section .feature-grid .feature-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  html body .features-section .feature-grid .feature-card img {
    border-radius: 4vw;
  }
}
html body .features-section .feature-grid .feature-card h2 {
  font-family: ｍｓ ｐゴシック, ms pgothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
  color: rgb(186, 218, 85);
  font-size: 1.5277777778vw;
  margin: 0.6944444444vw 0;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .features-section .feature-grid .feature-card h2 {
    width: 80%;
    font-size: clamp(1px, 4.8vw, 18px);
    margin: 5.3333333333vw auto;
  }
}
html body .features-section .feature-grid .feature-card p {
  margin-top: 2.7777777778vw;
  font-family: メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  color: rgb(30, 45, 59);
  font-size: 1.1111111111vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 1000px) {
  html body .features-section .feature-grid .feature-card p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    margin: 0vw auto;
    width: 90%;
    line-height: 2;
  }
}
html body .features-section .more-link {
  margin-top: 2.0833333333vw;
  padding: 1.3888888889vw 2.0833333333vw;
  background-color: #edcd1f;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .features-section .more-link {
    margin-top: 5.3333333333vw;
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 2.6666666667vw 9.3333333333vw;
    border-radius: 4vw;
  }
}
html body .features-section .more-link:hover {
  background-color: #68b040;
  color: #fff;
}
html body .courses-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .courses-section {
    padding: 8vw 0;
    width: 90%;
  }
}
html body .courses-section h2 {
  font-size: clamp(1px, 2.9861111111vw, 43px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .courses-section h2 {
    font-size: clamp(1px, 6.1333333333vw, 23px);
    margin: 2.6666666667vw auto;
  }
}
html body .courses-section h2 .courses-title-01 {
  color: rgb(186, 218, 85);
}
html body .courses-section h2 .courses-title-02 {
  color: #53d8fc;
}
html body .courses-section h2 .courses-title-03 {
  color: #a153f4;
}
html body .courses-section h2 .courses-title-04 {
  color: #b608f4;
}
html body .courses-section h2 .courses-title-05 {
  color: #ff9531;
}
html body .courses-section p {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  margin-bottom: 4.1666666667vw;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .courses-section p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    margin-bottom: 10.6666666667vw;
  }
}
html body .courses-section .card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 1000px) {
  html body .courses-section .card-box {
    width: 100%;
    max-width: 100%;
  }
}
html body .courses-section .card-box .card-bg {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 0 1.3888888889vw 1.3888888889vw 0;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1000px) {
  html body .courses-section .card-box .card-bg {
    border-radius: 4vw;
    padding: 0 2.6666666667vw 2.6666666667vw 0;
    margin-bottom: 8vw;
  }
}
html body .courses-section .card-box .card-bg .card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .courses-section .card-box .card-bg .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 4vw;
  }
}
html body .courses-section .card-box .card-bg .card .card-image {
  width: 26.3888888889vw;
  max-width: 380px;
  height: auto;
  margin-right: 2.0833333333vw;
}
@media (max-width: 1000px) {
  html body .courses-section .card-box .card-bg .card .card-image {
    width: 32vw;
    max-width: 32vw;
    margin-right: 2.6666666667vw;
  }
}
html body .courses-section .card-box .card-bg .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .courses-section .card-box .card-bg .card .card-content .card-text h2 {
  font-size: 1.25vw;
}
@media (max-width: 1000px) {
  html body .courses-section .card-box .card-bg .card .card-content .card-text h2 {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    font-weight: bold;
  }
}
html body .courses-section .card-box .card-bg .card .card-content .card-text .h2-card01 {
  color: rgb(237, 205, 31);
}
html body .courses-section .card-box .card-bg .card .card-content .card-text .h2-card02 {
  color: rgb(184, 224, 61);
}
html body .courses-section .card-box .card-bg .card .card-content .card-text .h2-card03 {
  color: rgb(238, 44, 210);
}
html body .courses-section .card-box .card-bg .card .card-content .card-text .h2-card04 {
  color: rgb(98, 208, 245);
}
html body .courses-section .card-box .card-bg .card .card-content .card-text p {
  text-align: left;
  font-size: 0.9722222222vw;
}
html body .courses-section .card-box .card01 {
  background-color: rgb(237, 205, 31);
}
html body .courses-section .card-box .card02 {
  background-color: rgb(184, 224, 61);
}
html body .courses-section .card-box .card03 {
  background-color: rgb(238, 44, 210);
}
html body .courses-section .card-box .card04 {
  background-color: rgb(98, 208, 245);
}
html body .courses-section .more-link {
  margin-top: 2.0833333333vw;
  padding: 1.3888888889vw 2.0833333333vw;
  background-color: #edcd1f;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .courses-section .more-link {
    margin-top: 5.3333333333vw;
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 2.6666666667vw 9.3333333333vw;
    border-radius: 4vw;
  }
}
html body .courses-section .more-link:hover {
  background-color: #68b040;
  color: #fff;
}
html body .intro-section {
  background-color: #fff;
}
html body .intro-section .top-img {
  width: 100%;
}
html body .intro-section .top-img img {
  width: 25.6944444444vw;
  max-width: 370px;
  height: auto;
  margin-left: auto;
  margin-right: 4.1666666667vw;
}
@media (max-width: 1000px) {
  html body .intro-section .top-img img {
    width: 48vw;
    max-width: 48vw;
    margin-right: 0vw;
    margin-bottom: 2.6666666667vw;
  }
}
html body .intro-section .intro-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .intro-section .intro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .intro-section .intro-box .intro01,
html body .intro-section .intro-box .intro02 {
  width: 50%;
  max-width: 50%;
  height: 24.3055555556vw;
  background-size: cover;
  padding: 1.3888888889vw 2.0833333333vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  html body .intro-section .intro-box .intro01,
  html body .intro-section .intro-box .intro02 {
    width: 100%;
    max-width: 100%;
    background-size: contain;
    height: 53.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 0vw;
  }
}
html body .intro-section .intro-box .intro01 h2,
html body .intro-section .intro-box .intro02 h2 {
  font-size: clamp(1px, 1.6666666667vw, 24px);
  font-weight: bold;
  margin-bottom: 1.3888888889vw;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1000px) {
  html body .intro-section .intro-box .intro01 h2,
  html body .intro-section .intro-box .intro02 h2 {
    font-size: clamp(1px, 5.8666666667vw, 22px);
    margin-bottom: 2.6666666667vw;
  }
}
html body .intro-section .intro-box .intro01 p,
html body .intro-section .intro-box .intro02 p {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1000px) {
  html body .intro-section .intro-box .intro01 p,
  html body .intro-section .intro-box .intro02 p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    line-height: 2;
  }
}
html body .intro-section .intro-box .intro01 {
  background: url("../img/testimonials01.jpg") no-repeat center center;
}
html body .intro-section .intro-box .intro02 {
  background: url("../img/testimonials02.png") no-repeat center center;
}
html body .teacher-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .teacher-section {
    padding: 8vw 0;
    width: 90%;
    margin: 0 auto;
  }
}
html body .teacher-section h2 {
  font-size: clamp(1px, 2.9861111111vw, 43px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .teacher-section h2 {
    font-size: clamp(1px, 6.1333333333vw, 23px);
    margin: 2.6666666667vw auto;
  }
}
html body .teacher-section h2 .teacher-title-01 {
  color: rgb(186, 218, 85);
}
html body .teacher-section h2 .teacher-title-02 {
  color: #53d8fc;
}
html body .teacher-section h2 .teacher-title-03 {
  color: #0f50fd;
}
html body .teacher-section h2 .teacher-title-04 {
  color: #b608f4;
}
html body .teacher-section h2 .teacher-title-05 {
  color: #ff9531;
}
html body .teacher-section h2 .teacher-title-06 {
  color: #e21c21;
}
html body .teacher-section .teacher-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 4.1666666667vw;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 8vw;
  }
}
html body .teacher-section .teacher-card-box .teacher-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .teacher-section .teacher-card-box .teacher-profile .card-bg {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0.6944444444vw 0.6944444444vw 0;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-profile .card-bg {
    border-radius: 4vw;
    padding: 0 2.6666666667vw 2.6666666667vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
html body .teacher-section .teacher-card-box .teacher-profile .card-bg .card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-profile .card-bg .card {
    border-radius: 4vw;
  }
}
html body .teacher-section .teacher-card-box .teacher-profile .card-bg .card .teacher-image {
  width: 23.6111111111vw;
  max-width: 340px;
  height: auto;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-profile .card-bg .card .teacher-image {
    width: 74.6666666667vw;
    max-width: 280px;
  }
}
html body .teacher-section .teacher-card-box .teacher-profile .card01 {
  background-color: rgb(186, 218, 85);
}
html body .teacher-section .teacher-card-box .teacher-profile .card02 {
  background-color: #b608f4;
}
html body .teacher-section .teacher-card-box .teacher-profile p {
  margin-top: 2.0833333333vw;
  font-size: 1.1111111111vw;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-profile p {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    margin-top: 1.3333333333vw;
  }
}
html body .teacher-section .teacher-card-box .teacher-intro {
  margin-left: 2.0833333333vw;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-intro {
    margin: 0 auto;
  }
}
html body .teacher-section .teacher-card-box .teacher-intro p {
  text-align: left;
  font-size: 1.1111111111vw;
}
@media (max-width: 1000px) {
  html body .teacher-section .teacher-card-box .teacher-intro p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    line-height: 2;
  }
}
html body .visit-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  background-color: rgb(249, 238, 177);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .visit-section {
    padding: 8vw 0;
    width: 100%;
    margin: 0 auto;
  }
}
html body .visit-section h2 {
  font-size: clamp(1px, 2.9861111111vw, 43px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .visit-section h2 {
    font-size: clamp(1px, 6.1333333333vw, 23px);
    margin: 2.6666666667vw auto;
  }
}
html body .visit-section h2 .visit-title-01 {
  color: rgb(186, 218, 85);
}
html body .visit-section h2 .visit-title-02 {
  color: #53d8fc;
}
html body .visit-section h2 .visit-title-03 {
  color: #a153f4;
}
html body .visit-section h2 .visit-title-04 {
  color: #b608f4;
}
html body .visit-section h2 .visit-title-05 {
  color: #ff9531;
}
html body .visit-section h2 .visit-title-06 {
  color: rgb(186, 218, 85);
}
html body .visit-section h2 .visit-title-07 {
  color: #53d8fc;
}
html body .visit-section h2 .visit-title-08 {
  color: #a153f4;
}
html body .visit-section .visit-grid {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6944444444vw;
  margin-top: 2.7777777778vw;
}
@media (max-width: 1000px) {
  html body .visit-section .visit-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
html body .visit-section .visit-grid .visit-card {
  padding: 15px;
  border-radius: 8px;
  width: calc(25% - 10px);
}
@media (max-width: 1000px) {
  html body .visit-section .visit-grid .visit-card {
    width: 90%;
    border-radius: 4vw;
    padding: 1.3333333333vw;
  }
}
html body .visit-section .visit-grid .visit-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  html body .visit-section .visit-grid .visit-card img {
    width: 80%;
    border-radius: 4vw;
    margin: 0 auto;
  }
}
html body .visit-section .visit-grid .visit-card h2 {
  color: #000;
  font-size: 1.1111111111vw;
  margin: 0.6944444444vw 0;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .visit-section .visit-grid .visit-card h2 {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    margin: 2.6666666667vw auto;
  }
}
html body .visit-section .visit-grid .visit-card p {
  color: #000;
  margin-top: 5.5555555556vw;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1000px) {
  html body .visit-section .visit-grid .visit-card p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    margin-top: 5.3333333333vw;
    line-height: 2;
  }
}
html body .applcation-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1000px) {
  html body .applcation-section {
    padding: 8vw 0;
    width: 100%;
    background: url("../img/sp_end_bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: -2;
    position: relative;
  }
  html body .applcation-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
}
html body .applcation-section .application-box {
  width: 52.7777777778vw;
  max-width: 760px;
  height: 19.4444444444vw;
  max-height: 280px;
  background-color: #fff;
  padding: 1.3888888889vw 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-box {
    width: 90%;
    height: auto;
    max-height: none;
    padding: 5.3333333333vw 8vw;
  }
}
html body .applcation-section .application-box .applcation-top {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-box .applcation-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
html body .applcation-section .application-box .applcation-top img {
  display: block;
  width: 15.2777777778vw;
  max-width: 220px;
  height: 7.7777777778vw;
  max-height: 112px;
  margin-right: 0.6944444444vw;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-box .applcation-top img {
    width: 40vw;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
}
html body .applcation-section .application-box .applcation-top p {
  display: block;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-box .applcation-top p {
    text-align: center;
    font-size: clamp(1px, 4.8vw, 18px);
  }
}
html body .applcation-section .application-box .applcation-url {
  margin-top: 2.0833333333vw;
  width: 80%;
  background-color: #ff9531;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3888888889vw 5.5555555556vw;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-box .applcation-url {
    padding: 2.6666666667vw 3.2vw;
    font-size: clamp(1px, 2.9333333333vw, 11px);
  }
}
html body .applcation-section .application-box .applcation-url:hover {
  background-color: #f34f0d;
  border-radius: 20px;
}
html body .applcation-section .ins-english {
  width: 100%;
  height: 10.4166666667vw;
  max-height: 150px;
  margin-top: 4.1666666667vw;
  background-color: rgb(223, 254, 185);
}
@media (max-width: 1000px) {
  html body .applcation-section .ins-english {
    height: 42.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
html body .applcation-section .ins-english img {
  width: 21.5277777778vw;
  max-width: 310px;
  height: auto;
  -webkit-transform: rotate(5deg) translateY(-20%);
          transform: rotate(5deg) translateY(-20%);
  margin-left: auto;
  margin-right: 13.8888888889vw;
}
@media (max-width: 1000px) {
  html body .applcation-section .ins-english img {
    width: 53.3333333333vw;
    max-width: 53.3333333333vw;
    margin-right: 13.3333333333vw;
    -webkit-transform: rotate(5deg) translateY(-20%);
            transform: rotate(5deg) translateY(-20%);
  }
}
html body .applcation-section .application-content {
  padding: 4.1666666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8vw 0;
    gap: 5.3333333333vw;
  }
}
html body .applcation-section .application-content .application-left {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-left {
    width: 100%;
    max-width: none;
    margin-bottom: 8vw;
  }
}
html body .applcation-section .application-content .application-right {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-right {
    width: 100%;
    max-width: none;
    margin-bottom: 8vw;
  }
}
html body .applcation-section .application-content .application-box02 {
  width: 37.5vw;
  max-width: 540px;
  background-color: #fff;
  padding: 2.0833333333vw 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 {
    width: 90%;
    height: auto;
    max-width: none;
    max-height: none;
    padding: 5.3333333333vw 8vw;
  }
}
html body .applcation-section .application-content .application-box02 .application-top02 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .application-top02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
html body .applcation-section .application-content .application-box02 .application-top02 .img01 {
  display: block;
  width: 15.0694444444vw;
  max-width: 217px;
  height: 7.6388888889vw;
  max-height: 110px;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .application-top02 .img01 {
    width: 40vw;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
}
html body .applcation-section .application-content .application-box02 .application-top02 .img02 {
  display: block;
  width: 8.75vw;
  max-width: 126px;
  height: 4.1666666667vw;
  max-height: 60px;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .application-top02 .img02 {
    width: 40vw;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
}
html body .applcation-section .application-content .application-box02 .application-top02 p {
  display: block;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .application-top02 p {
    text-align: center;
    font-size: clamp(1px, 4.8vw, 18px);
  }
}
html body .applcation-section .application-content .application-box02 .applcation-url02 {
  margin-top: 2.0833333333vw;
  width: 80%;
  background-color: #ff9531;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3888888889vw 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .applcation-url02 {
    padding: 2.6666666667vw 3.2vw;
    font-size: clamp(1px, 2.9333333333vw, 11px);
  }
}
html body .applcation-section .application-content .application-box02 .applcation-url02:hover {
  background-color: #f34f0d;
  border-radius: 20px;
}
html body .applcation-section .application-content .application-box02 .applcation-url03 {
  margin-top: 2.0833333333vw;
  width: 80%;
  background-color: #53d8fc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3888888889vw 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .application-box02 .applcation-url03 {
    padding: 2.6666666667vw 3.2vw;
    font-size: clamp(1px, 2.9333333333vw, 11px);
  }
}
html body .applcation-section .application-content .application-box02 .applcation-url03:hover {
  background-color: #3568fb;
  border-radius: 20px;
}
html body .applcation-section .application-content .applcation-tel {
  margin: 0 auto;
  margin-top: 2.0833333333vw;
  width: 90%;
  background-color: #b8e03d;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3888888889vw 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .applcation-section .application-content .applcation-tel {
    padding: 2.6666666667vw 3.2vw;
    margin-top: 5.3333333333vw;
    font-size: clamp(1px, 4.2666666667vw, 16px);
  }
}
html body .applcation-section .application-content .applcation-tel:hover {
  background-color: #68b04d;
  border-radius: 20px;
}
html body footer {
  background-color: rgb(249, 236, 209);
  padding: 2.0833333333vw 0;
  text-align: center;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1000px) {
  html body footer {
    padding: 5.3333333333vw 0;
    font-size: clamp(1px, 3.7333333333vw, 14px);
  }
}
html body footer .footer-logo {
  width: 11.1111111111vw;
  max-width: 160px;
}
@media (max-width: 1000px) {
  html body footer .footer-logo {
    width: 32vw;
    max-width: 120px;
  }
}
html body footer .footer-logo img {
  width: 100%;
  height: auto;
}
html body footer .footer-nav {
  position: relative;
}
html body footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.0833333333vw 0;
}
html body footer .footer-nav ul li {
  margin: 0 2.0833333333vw;
}
html body footer .footer-nav ul li a {
  color: #000;
  text-decoration: none;
}
html body footer .footer-nav ul li a:hover {
  color: rgb(104, 176, 77);
}
html body footer p {
  margin: 0.3472222222vw 0;
  color: #000;
  font-size: clamp(1px, 1.1111111111vw, 16px);
}
@media (max-width: 1000px) {
  html body footer p {
    margin: 2.6666666667vw auto;
    font-size: clamp(1px, 3.2vw, 12px);
  }
}
html body footer .followme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40%;
  right: 10%;
}
html body footer .followme p {
  font-size: 1.6666666667vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
html body footer .followme .followme01 {
  color: rgb(186, 218, 85);
}
html body footer .followme .followme02 {
  color: #53d8fc;
}
html body footer .followme .followme03 {
  color: #a153f4;
}
html body footer .followme .followme04 {
  color: #ff9531;
}
html body footer .followme .followme05 {
  color: #e21c21;
}
html body footer .followme .followme06 {
  color: #edcd1f;
}
html body footer .followme .followme07 {
  color: #53d8fc;
}
html body footer .followme .followme08 {
  color: rgb(186, 218, 85);
}
html body footer .followme .followme09 {
  color: #a153f4;
}
html body .end-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
html body .end-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
html body .contact-hero-section {
  background: url("../img/contact_hero.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 20.8333333333vw;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
html body .contact-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
@media (max-width: 1000px) {
  html body .contact-hero-section {
    height: 34.6666666667vw;
    max-height: none;
  }
}
html body .contact-hero-section h2 {
  font-size: clamp(1px, 2.7777777778vw, 40px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1000px) {
  html body .contact-hero-section h2 {
    font-size: clamp(1px, 6.4vw, 24px);
    margin: 2.6666666667vw auto;
  }
}
html body .contact-hero-section h2 .h2-color01 {
  color: #0f50fd;
}
html body .contact-hero-section h2 .h2-color02 {
  color: #e21c21;
}
html body .contact-hero-section h2 .h2-color03 {
  color: rgb(186, 218, 85);
}
html body .contact-hero-section h2 .h2-color04 {
  color: #53d8fc;
}
html body .contact-hero-section h2 .h2-color05 {
  color: #a153f4;
}
html body .contact-hero-section h2 .h2-color06 {
  color: #ff9531;
}
html body .contact-hero-section h2 .h2-color07 {
  color: #edcd1f;
}
html body .contact-hero-section h2 .h2-color08 {
  color: #e21c21;
}
html body .contact-hero-section .contact-hero-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.0833333333vw 0;
}
html body .contact-hero-section .contact-hero-title .contact-hero-line01 {
  border: 1px solid #edcd1f;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .contact-hero-section .contact-hero-title .contact-hero-line02 {
  border: 1px solid #0f50fd;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .contact-hero-section .contact-hero-title .contact-color01 {
  color: rgb(186, 218, 85);
}
html body .contact-hero-section .contact-hero-title .contact-color02 {
  color: #53d8fc;
}
html body .contact-hero-section .contact-hero-title .contact-color03 {
  color: #a153f4;
}
html body .contact-hero-section .contact-hero-title .contact-color04 {
  color: #ff9531;
}
html body .contact-hero-section .contact-hero-title .contact-color05 {
  color: #edcd1f;
}
html body .contact-hero-section .contact-hero-title .contact-color06 {
  color: rgb(186, 218, 85);
}
html body .contact-hero-section .contact-hero-title .contact-color07 {
  color: #53d8fc;
}
html body .contact-hero-section .contact-hero-title h3 {
  font-size: 0.9722222222vw;
  font-weight: bold;
  margin: 0 1.3888888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
html body .contact-form-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
html body .contact-form-section .form-container {
  width: 69.4444444444vw;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  html body .contact-form-section .form-container {
    width: 90%;
  }
}
html body .contact-form-section .form-container .form-title {
  padding: 4.1666666667vw 0;
}
html body .contact-form-section .form-container span {
  color: red;
  padding-left: 0.3472222222vw;
}
@media (max-width: 1000px) {
  html body .contact-form-section .form-container span {
    padding-left: 1.3333333333vw;
  }
}
html body .contact-form-section .form-container .form-control::-webkit-input-placeholder {
  color: #28a745;
  opacity: 0.6;
}
html body .contact-form-section .form-container .form-control::-moz-placeholder {
  color: #28a745;
  opacity: 0.6;
}
html body .contact-form-section .form-container .form-control:-ms-input-placeholder {
  color: #28a745;
  opacity: 0.6;
}
html body .contact-form-section .form-container .form-control::-ms-input-placeholder {
  color: #28a745;
  opacity: 0.6;
}
html body .contact-form-section .form-container .form-control::placeholder {
  color: #28a745;
  opacity: 0.6;
}
html body .contact-form-section .form-container .form-btn {
  border-radius: 15px;
  background-color: rgb(104, 176, 77);
  color: #fff;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  padding: 1.0416666667vw 13.8888888889vw;
  text-align: center;
  display: block;
  margin: 2.7777777778vw auto;
}
@media (max-width: 1000px) {
  html body .contact-form-section .form-container .form-btn {
    padding: 2.6666666667vw 16vw;
    font-size: clamp(1px, 3.7333333333vw, 14px);
    border-radius: 4vw;
    margin: 5.3333333333vw auto;
  }
}
html body .contact-form-section .form-container .form-btn:hover {
  background-color: rgb(90, 164, 63);
}
html body .faq-hero-section {
  background: url("../img/contact_hero.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 20.8333333333vw;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
html body .faq-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
@media (max-width: 1000px) {
  html body .faq-hero-section {
    height: 34.6666666667vw;
    max-height: none;
  }
}
html body .faq-hero-section h2 {
  font-size: clamp(1px, 2.7777777778vw, 40px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1000px) {
  html body .faq-hero-section h2 {
    font-size: clamp(1px, 6.4vw, 24px);
    margin: 2.6666666667vw auto;
  }
}
html body .faq-hero-section h2 .h2-color01 {
  color: rgb(186, 218, 85);
}
html body .faq-hero-section h2 .h2-color02 {
  color: #53d8fc;
}
html body .faq-hero-section h2 .h2-color03 {
  color: #a153f4;
}
html body .faq-hero-section h2 .h2-color04 {
  color: #ff9531;
}
html body .faq-hero-section h2 .h2-color05 {
  color: #edcd1f;
}
html body .faq-hero-section h2 .h2-color06 {
  color: rgb(186, 218, 85);
}
html body .faq-hero-section h2 .h2-color07 {
  color: #53d8fc;
}
html body .faq-hero-section .faq-hero-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.0833333333vw 0;
}
html body .faq-hero-section .faq-hero-title .faq-hero-line01 {
  border: 1px solid #edcd1f;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .faq-hero-section .faq-hero-title .faq-hero-line02 {
  border: 1px solid #0f50fd;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .faq-hero-section .faq-hero-title .faq-color01 {
  color: rgb(186, 218, 85);
}
html body .faq-hero-section .faq-hero-title .faq-color02 {
  color: #53d8fc;
}
html body .faq-hero-section .faq-hero-title .faq-color03 {
  color: #a153f4;
}
html body .faq-hero-section .faq-hero-title h3 {
  font-size: 0.9722222222vw;
  font-weight: bold;
  margin: 0 1.3888888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
html body .faq-section {
  background-color: #fff;
  padding: 4.1666666667vw 0;
  width: 100%;
}
@media (max-width: 1000px) {
  html body .faq-section {
    padding: 8vw 0;
  }
}
html body .faq-section .faq-container {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container {
    width: 90%;
  }
}
html body .faq-section .faq-container .faq-title {
  padding: 2.0833333333vw 0;
  font-size: clamp(1px, 1.25vw, 18px);
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-title {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    padding: 1.3333333333vw 0;
  }
}
html body .faq-section .faq-container .contact-link {
  border: 1px solid rgb(184, 224, 61);
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  text-decoration: none;
  padding: 0.6944444444vw 2.0833333333vw;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .contact-link {
    width: 100%;
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 4vw 0;
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
html body .faq-section .faq-container .contact-link:hover {
  text-decoration: underline;
  color: #edcd1f;
}
html body .faq-section .faq-container .faq-item {
  background-color: rgb(184, 224, 61);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1.3888888889vw;
  padding: 1.0416666667vw 1.7361111111vw;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-item {
    padding: 2.6666666667vw 4vw;
    margin-bottom: 4vw;
  }
}
html body .faq-section .faq-container .faq-item h3 {
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: bold;
  padding: 1.3888888889vw 2.0833333333vw;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-item h3 {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    padding: 2.6666666667vw 4vw;
    line-height: 2;
  }
}
html body .faq-section .faq-container .faq-item p {
  background-color: #fff;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  padding: 2.0833333333vw;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-item p {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 4vw;
    line-height: 2;
  }
}
html body .faq-section .faq-container .faq-item .Q {
  background-color: #509b32;
  color: #fff;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.3888888889vw;
  margin-right: 0.6944444444vw;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-item .Q {
    width: 8vw;
    height: 8vw;
    font-size: clamp(1px, 4.8vw, 18px);
    margin-right: 1.3333333333vw;
  }
}
html body .faq-section .faq-container .faq-item .A {
  background-color: #ff912d;
  color: #fff;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.3888888889vw;
  margin-right: 0.6944444444vw;
}
@media (max-width: 1000px) {
  html body .faq-section .faq-container .faq-item .A {
    width: 8vw;
    height: 8vw;
    font-size: clamp(1px, 4.8vw, 18px);
    margin-right: 1.3333333333vw;
  }
}
html body .features-hero-section {
  background: url("../img/features-hero.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 20.8333333333vw;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
html body .features-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
@media (max-width: 1000px) {
  html body .features-hero-section {
    height: 34.6666666667vw;
    max-height: none;
  }
}
html body .features-hero-section h2 {
  color: #333;
  font-size: clamp(1px, 2.7777777778vw, 40px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1000px) {
  html body .features-hero-section h2 {
    font-size: clamp(1px, 4.8vw, 18px);
    margin: 2.6666666667vw auto;
  }
}
html body .features-hero-section .features-hero-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.0833333333vw 0;
}
html body .features-hero-section .features-hero-title .features-hero-line {
  border: 1px solid #333;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .features-hero-section .features-hero-title .features-color {
  color: #333;
}
html body .features-hero-section .features-hero-title h3 {
  font-size: 0.9722222222vw;
  font-weight: bold;
  margin: 0 1.3888888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
html body .features-text {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .features-text {
    padding: 2.6666666667vw 0;
  }
}
html body .features-text .text-container {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .features-text .text-container {
    width: 90%;
  }
}
html body .features-text .text-container p {
  color: #000;
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1000px) {
  html body .features-text .text-container p {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    line-height: 2;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
html body .features-title {
  padding: 5.5555555556vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(249, 238, 177);
}
@media (max-width: 1000px) {
  html body .features-title {
    padding: 8vw 0;
  }
}
html body .features-title h3 {
  color: #000;
  font-size: clamp(1px, 2.6388888889vw, 38px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-align: center;
  border-bottom: 2.5px solid transparent;
  -o-border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#d2eb8c), color-stop(6.6666666667%, #d2eb8c), color-stop(6.6666666667%, #96e6fa), color-stop(13.3333333333%, #96e6fa), color-stop(13.3333333333%, #6996fa), color-stop(20%, #6996fa), color-stop(20%, #f5dc78), color-stop(26.6666666667%, #f5dc78), color-stop(26.6666666667%, #ff8291), color-stop(33.3333333333%, #ff8291), color-stop(33.3333333333%, #d269f5), color-stop(40%, #d269f5), color-stop(40%, #fabe82), color-stop(46.6666666667%, #fabe82), color-stop(46.6666666667%, #d2eb8c), color-stop(53.3333333333%, #d2eb8c), color-stop(53.3333333333%, #96e6fa), color-stop(60%, #96e6fa), color-stop(60%, #6996fa), color-stop(66.6666666667%, #6996fa), color-stop(66.6666666667%, #f5dc78), color-stop(73.3333333333%, #f5dc78), color-stop(73.3333333333%, #ff8291), color-stop(80%, #ff8291), color-stop(80%, #d269f5), color-stop(86.6666666667%, #d269f5), color-stop(86.6666666667%, #fabe82), color-stop(93.3333333333%, #fabe82), color-stop(93.3333333333%, #d2eb8c), to(#d2eb8c)) 1;
     border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
  border-bottom: 0.3472222222vw solid transparent;
  padding-bottom: 1.7361111111vw;
}
@media (max-width: 1000px) {
  html body .features-title h3 {
    font-size: clamp(1px, 6.4vw, 24px);
    padding-bottom: 4vw;
  }
}
html body .features-section {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .features-section {
    width: 100%;
  }
}
html body .features-section .features-container {
  width: 88.8888888889vw;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .features-section .features-container {
    width: 90%;
  }
}
html body .features-section .features-container .feature-item {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.1666666667vw;
  gap: 2.0833333333vw;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .features-section .features-container .feature-item .feature-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-imgbox {
    gap: 5.3333333333vw;
  }
}
html body .features-section .features-container .feature-item .feature-imgbox .img01 {
  width: 27.3611111111vw;
  max-width: 394px;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-imgbox .img01 {
    width: 46.9333333333vw;
    max-width: none;
  }
}
html body .features-section .features-container .feature-item .feature-imgbox .img02 {
  width: 10.9027777778vw;
  max-width: 157px;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-imgbox .img02 {
    width: 29.3333333333vw;
    max-width: none;
  }
}
html body .features-section .features-container .feature-item .feature-imgbox .item_01 {
  border: 2px solid #f66b7a;
}
html body .features-section .features-container .feature-item .feature-imgbox .item_02 {
  border: 2px solid #efa22d;
}
html body .features-section .features-container .feature-item .feature-imgbox .item_03 {
  border: 2px solid #77cda8;
}
html body .features-section .features-container .feature-item .feature-text {
  width: 25.2777777778vw;
  max-width: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-text {
    width: 72vw;
    max-width: none;
  }
}
html body .features-section .features-container .feature-item .feature-text h4 {
  color: #000;
  font-size: clamp(1px, 1.6666666667vw, 24px);
  font-weight: bold;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-text h4 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
html body .features-section .features-container .feature-item .feature-text p {
  color: #000;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  line-height: 1.5;
}
@media (max-width: 1000px) {
  html body .features-section .features-container .feature-item .feature-text p {
    font-size: 3.7333333333vw;
  }
}
html body .course-hero-section {
  background: url("../img/contact_hero.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 20.8333333333vw;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
html body .course-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media (max-width: 1000px) {
  html body .course-hero-section {
    height: 34.6666666667vw;
    max-height: none;
  }
}
html body .course-hero-section h2 {
  font-size: clamp(1px, 2.2916666667vw, 33px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1000px) {
  html body .course-hero-section h2 {
    width: 80%;
    font-size: clamp(1px, 5.8666666667vw, 22px);
    margin: 2.6666666667vw auto;
  }
}
html body .course-hero-section .course-hero-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.0833333333vw 0;
}
html body .course-hero-section .course-hero-title .course-hero-line01 {
  border: 1px solid rgb(237, 205, 31);
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .course-hero-section .course-hero-title .course-hero-line02 {
  border: 1px solid #68b04d;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .course-hero-section .course-hero-title .course-hero-line03 {
  border: 1px solid #ee2cd2;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .course-hero-section .course-hero-title .course-hero-line04 {
  border: 1px solid #62d0f5;
  width: 4.4444444444vw;
  max-width: 64px;
}
html body .course-hero-section .course-hero-title h3 {
  font-size: 0.9722222222vw;
  font-weight: bold;
  margin: 0 1.3888888889vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
html body .course-hero-section .course-color01 {
  color: rgb(237, 205, 31);
}
html body .course-hero-section .course-color02 {
  color: #68b04d;
}
html body .course-hero-section .course-color03 {
  color: #ee2cd2;
}
html body .course-hero-section .course-color04 {
  color: #62d0f5;
}
html body .course-intro {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .course-intro {
    padding: 8vw 0;
  }
}
html body .course-intro .course-intro-container {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container {
    width: 90%;
  }
}
html body .course-intro .course-intro-container .course-intro-card {
  border-radius: 15px;
  width: 68.0555555556vw;
  max-width: 980px;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card {
    width: 100%;
  }
}
html body .course-intro .course-intro-container .course-intro-card h3 {
  font-size: clamp(1px, 1.8055555556vw, 26px);
  font-weight: bold;
  text-align: center;
  padding: 1.3888888889vw 0;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card h3 {
    font-size: clamp(1px, 4.8vw, 18px);
    padding: 4vw 0;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-color01 {
  color: rgb(237, 205, 31);
}
html body .course-intro .course-intro-container .course-intro-card .course-color02 {
  color: #68b04d;
}
html body .course-intro .course-intro-container .course-intro-card .course-color03 {
  color: #ee2cd2;
}
html body .course-intro .course-intro-container .course-intro-card .course-color04 {
  color: #62d0f5;
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2.0833333333vw 3.4722222222vw;
  color: #000;
  font-size: clamp(1px, 1.25vw, 18px);
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 5.3333333333vw 6.6666666667vw;
    line-height: 2;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text h3 {
  font-size: 1.3888888889vw;
  color: #62d0f5;
  text-align: left;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text h3 {
    font-size: 4.8vw;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-01 {
  margin-bottom: 0.6944444444vw;
  list-style-type: disc;
  list-style-position: inside;
  color: #000;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-01 {
    margin-bottom: 2.6666666667vw;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-01::marker {
  color: rgb(237, 205, 31);
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-01::marker {
    font-size: 1.5em;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-02 {
  margin-bottom: 0.6944444444vw;
  list-style-type: disc;
  list-style-position: inside;
  color: #000;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-02 {
    margin-bottom: 2.6666666667vw;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-02::marker {
  color: #68b04d;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-02::marker {
    font-size: 1.5em;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-03 {
  margin-bottom: 0.6944444444vw;
  list-style-type: disc;
  list-style-position: inside;
  color: #000;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-03 {
    margin-bottom: 2.6666666667vw;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-03::marker {
  color: #ee2cd2;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-03::marker {
    font-size: 1.5em;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-04 {
  margin-bottom: 0.6944444444vw;
  list-style-type: disc;
  list-style-position: inside;
  color: #000;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-04 {
    margin-bottom: 2.6666666667vw;
  }
}
html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-04::marker {
  color: #62d0f5;
}
@media (max-width: 1000px) {
  html body .course-intro .course-intro-container .course-intro-card .course-intro-card-text .course-li-04::marker {
    font-size: 1.5em;
  }
}
html body .course-intro .course-intro-container .course-card-color01 {
  background-color: rgb(249, 238, 177);
}
html body .course-intro .course-intro-container .course-card-color02 {
  background-color: rgba(184, 224, 61, 0.72);
}
html body .course-intro .course-intro-container .course-card-color03 {
  background-color: rgba(255, 187, 194, 0.72);
}
html body .course-intro .course-intro-container .course-card-color04 {
  background-color: rgba(83, 216, 252, 0.38);
}
html body .course-title {
  padding: 5.5555555556vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(249, 238, 177);
}
@media (max-width: 1000px) {
  html body .course-title {
    padding: 8vw 0;
  }
}
html body .course-title h3 {
  color: #000;
  font-size: clamp(1px, 2.6388888889vw, 38px);
  font-weight: bold;
  letter-spacing: 0.1388888889vw;
  text-align: center;
  border-bottom: 2.5px solid transparent;
  -o-border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#d2eb8c), color-stop(6.6666666667%, #d2eb8c), color-stop(6.6666666667%, #96e6fa), color-stop(13.3333333333%, #96e6fa), color-stop(13.3333333333%, #6996fa), color-stop(20%, #6996fa), color-stop(20%, #f5dc78), color-stop(26.6666666667%, #f5dc78), color-stop(26.6666666667%, #ff8291), color-stop(33.3333333333%, #ff8291), color-stop(33.3333333333%, #d269f5), color-stop(40%, #d269f5), color-stop(40%, #fabe82), color-stop(46.6666666667%, #fabe82), color-stop(46.6666666667%, #d2eb8c), color-stop(53.3333333333%, #d2eb8c), color-stop(53.3333333333%, #96e6fa), color-stop(60%, #96e6fa), color-stop(60%, #6996fa), color-stop(66.6666666667%, #6996fa), color-stop(66.6666666667%, #f5dc78), color-stop(73.3333333333%, #f5dc78), color-stop(73.3333333333%, #ff8291), color-stop(80%, #ff8291), color-stop(80%, #d269f5), color-stop(86.6666666667%, #d269f5), color-stop(86.6666666667%, #fabe82), color-stop(93.3333333333%, #fabe82), color-stop(93.3333333333%, #d2eb8c), to(#d2eb8c)) 1;
     border-image: linear-gradient(to right, #d2eb8c 0%, #d2eb8c 6.6666666667%, #96e6fa 6.6666666667%, #96e6fa 13.3333333333%, #6996fa 13.3333333333%, #6996fa 20%, #f5dc78 20%, #f5dc78 26.6666666667%, #ff8291 26.6666666667%, #ff8291 33.3333333333%, #d269f5 33.3333333333%, #d269f5 40%, #fabe82 40%, #fabe82 46.6666666667%, #d2eb8c 46.6666666667%, #d2eb8c 53.3333333333%, #96e6fa 53.3333333333%, #96e6fa 60%, #6996fa 60%, #6996fa 66.6666666667%, #f5dc78 66.6666666667%, #f5dc78 73.3333333333%, #ff8291 73.3333333333%, #ff8291 80%, #d269f5 80%, #d269f5 86.6666666667%, #fabe82 86.6666666667%, #fabe82 93.3333333333%, #d2eb8c 93.3333333333%, #d2eb8c 100%) 1;
  border-bottom: 0.3472222222vw solid transparent;
  padding-bottom: 1.7361111111vw;
}
@media (max-width: 1000px) {
  html body .course-title h3 {
    font-size: clamp(1px, 5.3333333333vw, 20px);
    padding-bottom: 4vw;
  }
}
html body .course-plan {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .course-plan {
    padding: 8vw 0;
  }
}
html body .course-plan .course-plan-container {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container {
    width: 90%;
  }
}
html body .course-plan .course-plan-container .plan-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content {
    width: 100%;
  }
}
html body .course-plan .course-plan-container .plan-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content img {
    margin-bottom: 5.3333333333vw;
    border-radius: 4vw;
  }
}
html body .course-plan .course-plan-container .plan-content .plan-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content .plan-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
html body .course-plan .course-plan-container .plan-content .plan-step .step-item {
  border-radius: 15px;
  background-color: #fff;
  width: 16.1111111111vw;
  max-width: 232px;
  height: 14.8611111111vw;
  max-height: 214px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content .plan-step .step-item {
    width: 100%;
    max-width: none;
    height: 57.8666666667vw;
    max-height: none;
  }
}
html body .course-plan .course-plan-container .plan-content .plan-step .step-item h3 {
  color: rgb(59, 58, 58);
  font-size: clamp(1px, 1.8055555556vw, 26px);
  font-weight: bold;
  text-align: center;
  padding: 0.6944444444vw 0;
  background-color: rgba(255, 187, 194, 0.52);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: rgb(59, 58, 58);
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content .plan-step .step-item h3 {
    font-size: clamp(1px, 5.3333333333vw, 20px);
    padding: 2.6666666667vw 0;
  }
}
html body .course-plan .course-plan-container .plan-content .plan-step .step-item .plan-card-text {
  background-color: #fff;
  color: rgb(59, 58, 58);
  font-size: clamp(1px, 1.7361111111vw, 25px);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0416666667vw 0;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content .plan-step .step-item .plan-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1px, 4.8vw, 18px);
    padding: 4.8vw 0;
  }
}
html body .course-plan .course-plan-container .plan-content .plan-step .step-item .plan-card-text span {
  font-size: 0.6944444444vw;
  font-weight: normal;
  padding: 0 0.6944444444vw;
}
@media (max-width: 1000px) {
  html body .course-plan .course-plan-container .plan-content .plan-step .step-item .plan-card-text span {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 0 2.6666666667vw;
  }
}
html body .course-price {
  padding: 4.1666666667vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 1000px) {
  html body .course-price {
    padding: 8vw 0;
  }
}
html body .course-price .course-price-container {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container {
    width: 90%;
  }
}
html body .course-price .course-price-container .price-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content {
    width: 100%;
  }
}
html body .course-price .course-price-container .price-content h2 {
  font-size: 2.0833333333vw;
  font-weight: bold;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content h2 {
    font-size: clamp(1px, 5.8666666667vw, 22px);
    text-align: center;
  }
}
html body .course-price .course-price-container .price-content .price-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.0833333333vw 0;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin: 5.3333333333vw 0;
  }
}
html body .course-price .course-price-container .price-content .price-title .price-line {
  border: 1px solid #fb669e;
  width: 21.7361111111vw;
  max-width: 313px;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-title .price-line {
    width: 100%;
    max-width: none;
  }
}
html body .course-price .course-price-container .price-content .price-title h3 {
  font-size: 1.3194444444vw;
  font-weight: bold;
  color: #fb669e;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-title h3 {
    font-size: clamp(1px, 4.2666666667vw, 16px);
    text-align: center;
  }
}
html body .course-price .course-price-container .price-content .price-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
html body .course-price .course-price-container .price-content .price-step .price-item {
  border-radius: 15px;
  background-color: #fff;
  width: 33.125vw;
  max-width: 477px;
  height: 14.9305555556vw;
  max-height: 215px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-step .price-item {
    width: 100%;
    max-width: none;
    height: 57.8666666667vw;
    max-height: none;
  }
}
html body .course-price .course-price-container .price-content .price-step .price-item h3 {
  color: rgb(59, 58, 58);
  font-size: clamp(1px, 1.8055555556vw, 26px);
  font-weight: bold;
  text-align: center;
  padding: 0.6944444444vw 0;
  background-color: rgba(255, 187, 194, 0.52);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: rgb(59, 58, 58);
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-step .price-item h3 {
    font-size: clamp(1px, 5.3333333333vw, 20px);
    padding: 2.6666666667vw 0;
  }
}
html body .course-price .course-price-container .price-content .price-step .price-item .price-card-text {
  background-color: #fff;
  color: rgb(59, 58, 58);
  font-size: clamp(1px, 1.7361111111vw, 25px);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0416666667vw 0;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-step .price-item .price-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1px, 4.8vw, 18px);
    padding: 4.8vw 0;
  }
}
html body .course-price .course-price-container .price-content .price-step .price-item .price-card-text span {
  font-size: 0.6944444444vw;
  font-weight: normal;
  padding: 0 0.6944444444vw;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-step .price-item .price-card-text span {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    padding: 0 2.6666666667vw;
  }
}
html body .course-price .course-price-container .price-content .price-end {
  margin-top: 2.0833333333vw;
  width: 100%;
  text-align: right;
  font-size: 0.8333333333vw;
}
@media (max-width: 1000px) {
  html body .course-price .course-price-container .price-content .price-end {
    font-size: clamp(1px, 3.7333333333vw, 14px);
    text-align: center;
    margin-top: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */