@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes zoom-title {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.15);
  }
  10% {
    transform: scale(1);
  }
}
@keyframes bounce-title {
  28% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.1, 0.9, 1);
  }
  32% {
    transform: scale3d(0.9, 1.1, 1);
  }
  34% {
    transform: scale3d(1.05, 0.95, 1);
  }
  36% {
    transform: scale3d(0.97, 1.03, 1);
  }
  38% {
    transform: scale3d(1.02, 0.98, 1);
  }
  42% {
    transform: scaleX(1);
  }
}
@keyframes zoom-list {
  45% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(1.3);
  }
  55% {
    transform: scale(1);
    filter: brightness(1);
  }
}
.all {
  color: #333333;
  width: 100%;
  font-family: "Noto Sans CJK TC", "Noto Sans TC", Arial, sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}
.all .button {
  color: #333333;
  width: 85%;
  max-width: 350px;
  background: url(../images/angle-right-solid-full.svg) no-repeat top 19px right 15px/11px auto, #fff;
  box-shadow: 6px 6px 0 #f9d919;
  text-shadow: 1px 1px 0 #f9d919;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 14px 0 13px;
  margin: 70px auto 0;
  border: 2px solid #333333;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  display: block;
}
@media all and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin: 10vw auto 0;
    padding: 4vw 0 3.5vw;
    background: url(../images/angle-right-solid-full.svg) no-repeat top 4.9vw right 3.2vw/2.5vw auto, #fff;
  }
}
.all .button:hover {
  top: -5px;
  transition: 0.3s;
  background-color: #fffce8;
}
.all .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
  position: relative;
}
.all .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .visual {
  position: relative;
}
.all .visual picture img {
  display: block;
}
.all .visual .title,
.all .visual .courses-list {
  display: block;
  position: absolute;
}
.all .visual .title img,
.all .visual .courses-list img {
  position: absolute;
}
.all .visual .title {
  width: 43.1vw;
  height: 6vw;
  top: 6vw;
  left: 50%;
}
@media all and (max-width: 1200px) {
  .all .visual .title {
    width: 39vw;
    height: 18vw;
    top: 19.5vw;
    left: 55.6%;
  }
}
@media all and (max-width: 1200px) and (max-width: 768px) {
  .all .visual .title {
    width: 73vw;
    height: 36.5vw;
    top: 27vw;
    left: 14%;
  }
}
.all .visual .title [class^=titleA] {
  width: 16%;
  top: 0;
  animation: zoom-title 7s infinite linear;
}
@media all and (max-width: 1200px) {
  .all .visual .title [class^=titleA] {
    width: 28%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .title [class^=titleA] {
    width: 29.5%;
  }
}
.all .visual .title .titleA1 {
  left: 0;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA1 {
    left: 11%;
  }
}
.all .visual .title .titleA2 {
  left: 13.6%;
  animation-delay: 0.5s;
}
@media all and (max-width: 1200px) {
  .all .visual .title .titleA2 {
    left: 23.5%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA2 {
    left: 36.5%;
  }
}
.all .visual .title .titleA3 {
  left: 28%;
  animation-delay: 1s;
}
@media all and (max-width: 1200px) {
  .all .visual .title .titleA3 {
    left: 48.3%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA3 {
    left: 63%;
  }
}
.all .visual .title .titleB {
  width: 57.5%;
  bottom: 0;
  right: 0;
  animation: bounce-title 7s infinite linear;
}
@media all and (max-width: 1200px) {
  .all .visual .title .titleB {
    width: 92%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB {
    width: 100%;
  }
}
.all .visual .courses-list {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all .visual .courses-list img {
  width: 5.5%;
  animation: zoom-list 5s infinite linear;
}
@media all and (max-width: 1200px) {
  .all .visual .courses-list img {
    width: 8.5%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .courses-list img {
    width: 15%;
  }
}
.all .visual .courses-list .list-1 {
  top: 20%;
  left: 4.6%;
}
@media all and (max-width: 1200px) {
  .all .visual .courses-list .list-1 {
    top: 6.2%;
    left: 3.4%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .courses-list .list-1 {
    top: 78vw;
    left: 4.9%;
  }
}
.all .visual .courses-list .list-2 {
  top: 6%;
  left: 31%;
  animation-delay: 0.5s;
}
@media all and (max-width: 1200px) {
  .all .visual .courses-list .list-2 {
    top: 3.7%;
    left: 28.2%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .courses-list .list-2 {
    top: 68vw;
    left: 59.6%;
  }
}
.all .visual .courses-list .list-3 {
  top: 27%;
  left: 42.3%;
  animation-delay: 1s;
}
@media all and (max-width: 1200px) {
  .all .visual .courses-list .list-3 {
    top: 10.5%;
    left: 43.1%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .courses-list .list-3 {
    top: 79vw;
    left: 81%;
  }
}
@media all and (min-width: 1201px) {
  .all #form {
    position: absolute;
    width: 37.2%;
    top: 40.5%;
    left: 52.9%;
  }
}
@media all and (max-width: 1200px) {
  .all #form {
    width: 100%;
    margin: auto;
    padding: 100px 0 100px;
    background-color: #f4fbff;
  }
}
@media all and (max-width: 500px) {
  .all #form {
    padding: 15vw 0;
  }
}
.all #form h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  transform: skew(-8deg);
  color: #112035;
  width: 90%;
  margin: 0 auto 70px;
}
.all #form h2 span {
  color: #2ea1c7;
}
@media all and (min-width: 1201px) {
  .all #form h2 {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all #form h2 {
    font-size: 6.5vw;
    margin: 0 auto 10vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media all and (min-width: 1024px) {
  .all #form h2 br {
    display: none;
  }
}
.all #form .subtitle {
  color: #112035;
  font-size: 1.5vw;
  font-weight: 500;
  position: absolute;
  background: url(../images/from-subtitle.svg) no-repeat center center/100% auto;
  aspect-ratio: 387/53;
  width: 57%;
  top: -7%;
  left: 22%;
  line-height: 1.9;
  padding-left: 4%;
}
@media all and (max-width: 1200px) {
  .all #form .subtitle {
    width: 390px;
    font-size: 30px;
    margin: auto;
    position: relative;
    left: 0;
    top: -30px;
    height: 60px;
  }
}
@media all and (max-width: 500px) {
  .all #form .subtitle {
    font-size: 6.5vw;
    width: 95vw;
    height: 13vw;
    top: -7vw;
    left: -6vw;
  }
}
.all #form .from-box {
  width: 100%;
  background: #fff;
  border-radius: 1vw;
  padding: 2.8vw 2vw 2vw;
  border: 2px solid #333333;
  box-shadow: 0.5vw 0.5vw 0 #f9d919;
}
@media all and (min-width: 501px) {
  .all #form .from-box::before, .all #form .from-box::after {
    content: "";
    display: block;
    width: 5%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
}
.all #form .from-box::before {
  top: -2px;
  right: 5%;
}
.all #form .from-box::after {
  bottom: -2px;
  left: 5%;
}
@media all and (max-width: 1200px) {
  .all #form .from-box {
    width: 90%;
    max-width: 800px;
    padding: 0 35px 35px;
    margin: auto;
  }
}
@media all and (max-width: 1200px) and (max-width: 500px) {
  .all #form .from-box {
    border-radius: 7vw;
    padding: 3vw 3vw 10vw;
    box-shadow: 1vw 1vw 0 #f9d919;
  }
}
.all #form .from-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
@media all and (max-width: 500px) {
  .all #form .from-box ul {
    gap: 2vw;
  }
}
.all #form .from-box ul li {
  width: calc(50% - 5px);
  height: 2.1vw;
}
@media all and (max-width: 1200px) {
  .all #form .from-box ul li {
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box ul li {
    width: 100%;
  }
}
.all #form .from-box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .from-box #READ {
  text-align: center;
  margin-top: 0.5vw;
}
@media all and (max-width: 1200px) {
  .all #form .from-box #READ {
    margin-top: 10px;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box #READ {
    margin-top: 3vw;
  }
}
.all #form .from-box #READ span,
.all #form .from-box #READ a {
  font-size: 0.95vw;
  cursor: pointer;
  color: #333333;
}
@media all and (max-width: 1200px) {
  .all #form .from-box #READ span,
  .all #form .from-box #READ a {
    font-size: 17px;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box #READ span,
  .all #form .from-box #READ a {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.all #form .from-box input[type=text],
.all #form .from-box input[type=tel],
.all #form .from-box input[type=email],
.all #form .from-box select {
  font-size: 0.93vw;
  padding: 0vw 1vw;
  color: #333333;
  font-weight: 500;
  border: 0;
  width: 100%;
  border-radius: 50px;
  background-color: #f1f1f1;
  -webkit-input-placeholder: #333333;
  outline: none;
  height: 2.1vw;
}
@media all and (max-width: 1200px) {
  .all #form .from-box input[type=text],
  .all #form .from-box input[type=tel],
  .all #form .from-box input[type=email],
  .all #form .from-box select {
    font-size: 18px;
    padding: 12px 15px 11px;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=text],
  .all #form .from-box input[type=tel],
  .all #form .from-box input[type=email],
  .all #form .from-box select {
    font-size: 5vw;
    padding: 3.5vw 3.5vw 2.5vw;
  }
}
.all #form .from-box input[type=text]::-webkit-input-placeholder,
.all #form .from-box input[type=tel]::-webkit-input-placeholder,
.all #form .from-box input[type=email]::-webkit-input-placeholder,
.all #form .from-box select::-webkit-input-placeholder {
  color: #333333;
}
.all #form .from-box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
}
@media all and (max-width: 1200px) {
  .all #form .from-box input[type=checkbox] {
    width: 20px;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox] {
    width: 5vw;
  }
}
.all #form .from-box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 1200px) {
  .all #form .from-box input[type=checkbox]::before {
    width: 20px;
    height: 20px;
    top: -18px;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]::before {
    width: 5.5vw;
    height: 5.5vw;
    top: -4.8vw;
  }
}
.all #form .from-box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #f9d919;
  border: 1px solid #f9d919;
}
@media all and (max-width: 1200px) {
  .all #form .from-box input[type=checkbox]:checked::before {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .from-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 15px/15px auto;
  background-color: #f1f1f1;
}
.all #form .button {
  margin-top: 20px;
}
@media all and (min-width: 1201px) {
  .all #form .button {
    max-width: 13.2vw;
    font-size: 1.4vw;
    margin-top: 0.5vw;
    padding: 0.6vw 0 0.6vw;
  }
}
.all #form .notes {
  font-size: 1vw;
  margin-top: 1.35vw;
  background: url(../images/form-notes.svg) no-repeat center center/50% auto;
}
@media all and (max-width: 1200px) {
  .all #form .notes {
    font-size: 20px;
    margin-top: 35px;
    background: url(../images/form-notes.svg) no-repeat center center/380px auto;
  }
}
@media all and (max-width: 500px) {
  .all #form .notes {
    font-size: 5vw;
    margin-top: 5vw;
    background: url(../images/form-notes.svg) no-repeat center center/90vw auto;
  }
}
.all .feature {
  background: linear-gradient(180deg, #fff, #e6e6e6);
}
.all .feature .container {
  padding: 120px 0;
}
@media all and (max-width: 500px) {
  .all .feature .container {
    padding: 18vw 0;
  }
}
.all .feature h2 {
  color: #112035;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .all .feature h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .feature h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .feature h2 {
    font-size: 9vw;
    margin-bottom: 8vw;
  }
}
.all .feature h2 span {
  color: #2ea1c7;
}
@media all and (min-width: 501px) {
  .all .feature h2 br {
    display: none;
  }
}
.all .feature ul {
  display: grid;
  gap: 3vw;
  padding-top: 25px;
}
@media all and (max-width: 1440px) {
  .all .feature ul {
    gap: 11vw;
  }
}
@media all and (max-width: 1024px) {
  .all .feature ul {
    gap: 14vw;
  }
}
@media all and (max-width: 768px) {
  .all .feature ul {
    grid-template-columns: 1fr;
    gap: 7vw;
    padding-top: 5vw;
  }
}
.all .feature li {
  display: flex;
  gap: 2%;
  align-items: center;
  position: relative;
}
.all .feature li:nth-of-type(1) p::after {
  width: 8.8vw;
  aspect-ratio: 171/203;
  background: url(../images/feature-line1.png) no-repeat center center/100% auto;
  right: -2vw;
  bottom: -11vw;
}
.all .feature li:nth-of-type(2) p::after {
  width: 12vw;
  aspect-ratio: 219/161;
  background: url(../images/feature-line2.png) no-repeat center center/100% auto;
  left: -6vw;
  bottom: -12vw;
}
.all .feature li:nth-of-type(3) p::after {
  width: 8.8vw;
  aspect-ratio: 155/160;
  background: url(../images/feature-line3.png) no-repeat center center/100% auto;
  right: 0;
  bottom: -9vw;
}
@media all and (max-width: 1024px) {
  .all .feature li:nth-of-type(3) p::after {
    bottom: -12vw;
  }
}
@media all and (min-width: 769px) {
  .all .feature li:nth-child(odd) .image-box {
    order: 1;
  }
}
@media all and (min-width: 1441px) {
  .all .feature li::after {
    content: "";
    display: block;
    position: absolute;
  }
}
.all .feature li:nth-of-type(1)::after {
  width: 9vw;
  aspect-ratio: 182/198;
  background: url(../images/feature-bg1.png) no-repeat center center/100% auto;
  left: -9.5vw;
  top: -1.5vw;
}
.all .feature li:nth-of-type(2)::after {
  width: 10vw;
  aspect-ratio: 186/276;
  background: url(../images/feature-bg2.png) no-repeat center center/100% auto;
  right: -8vw;
  top: -4vw;
}
.all .feature li:nth-of-type(3)::after {
  width: 7.5vw;
  aspect-ratio: 146/336;
  background: url(../images/feature-bg3.png) no-repeat center center/100% auto;
  left: -7vw;
  top: -7vw;
}
.all .feature li:nth-of-type(4)::after {
  width: 18.5vw;
  aspect-ratio: 365/199;
  background: url(../images/feature-bg4.png) no-repeat center center/100% auto;
  right: -8vw;
  top: -6vw;
}
@media all and (max-width: 768px) {
  .all .feature li {
    flex-direction: column;
    border-bottom: 5px dotted #f9d919;
    padding-bottom: 10vw;
    gap: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .feature li {
    border-bottom: 1.5vw dotted #f9d919;
    padding-bottom: 15vw;
  }
}
.all .feature .info {
  width: 52%;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .all .feature .info {
    width: 100%;
  }
}
.all .feature .image-box {
  width: 46%;
  aspect-ratio: 2/0.4;
}
@media all and (max-width: 1024px) {
  .all .feature .image-box {
    width: 100%;
  }
}
.all .feature .image-box img {
  width: 70%;
  margin: auto;
  display: block;
}
@media all and (max-width: 768px) {
  .all .feature .image-box img {
    width: 85%;
    max-width: 380px;
  }
}
.all .feature h3 {
  font-size: 42px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .all .feature h3 {
    font-size: 34px;
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
}
.all .feature p {
  color: #333333;
  font-size: 24px;
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 5vw;
  }
}
.all .feature p {
  font-size: 1.25vw;
  position: relative;
}
@media all and (max-width: 1440px) {
  .all .feature p {
    font-size: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .all .feature p {
    font-size: 2.2vw;
  }
}
@media all and (max-width: 768px) {
  .all .feature p {
    font-size: 21px;
  }
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 5vw;
  }
}
@media all and (min-width: 769px) {
  .all .feature p::after {
    content: "";
    display: block;
    position: absolute;
  }
}
.all .why {
  background: url(../images/why-BG.png) no-repeat left center/cover fixed;
}
.all .why .container {
  padding: 120px 0;
}
@media all and (max-width: 500px) {
  .all .why .container {
    padding: 18vw 0;
  }
}
.all .why .container {
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1280px) {
  .all .why .container {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 1281px) {
  .all .why .container::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    left: -5.2vw;
    background: url(../images/why-BG-line.png) no-repeat center top 50px/auto calc(100% - 180px);
  }
}
.all .why .content-box {
  width: 92%;
  text-align: left;
}
@media all and (max-width: 1280px) {
  .all .why .content-box {
    width: 100%;
  }
  .all .why .content-box .info {
    padding: 35px 30px;
  }
}
@media all and (max-width: 1280px) and (max-width: 500px) {
  .all .why .content-box .info {
    padding: 8vw 5vw;
  }
}
@media all and (max-width: 1280px) {
  .all .why .content-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
  }
}
@media all and (max-width: 880px) {
  .all .why .content-box ul {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media all and (min-width: 1281px) {
  .all .why .content-box li {
    display: none;
  }
  .all .why .content-box li .image-container {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  .all .why .content-box li {
    background-color: #f5f5f5;
  }
  .all .why .content-box li .image-container {
    border: 0;
  }
}
.all .why .content-box li.active {
  display: block;
}
.all .why h2 {
  color: #112035;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .all .why h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .why h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .why h2 {
    font-size: 9vw;
    margin-bottom: 8vw;
  }
}
.all .why h2 span {
  color: #2ea1c7;
}
@media all and (min-width: 501px) {
  .all .why h2 br {
    display: none;
  }
}
.all .why h2 {
  font-size: 60px;
}
@media all and (max-width: 1620px) and (min-width: 1281px) {
  .all .why h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 768px) {
  .all .why h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 500px) {
  .all .why h2 {
    font-size: 8.5vw;
    text-align: center;
    letter-spacing: 0;
  }
}
.all .why h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (max-width: 1620px) and (min-width: 1281px) {
  .all .why h3 {
    font-size: 38px;
  }
}
@media all and (max-width: 1280px) {
  .all .why h3 {
    line-height: 1.25;
  }
}
@media all and (max-width: 500px) {
  .all .why h3 {
    font-size: 9vw;
  }
}
.all .why h3 span {
  font-size: 32px;
  margin-left: 10px;
}
@media all and (max-width: 1620px) and (min-width: 1281px) {
  .all .why h3 span {
    font-size: 28px;
  }
}
@media all and (max-width: 500px) {
  .all .why h3 span {
    font-size: 7vw;
  }
}
.all .why h3 span::before {
  font-size: 40px;
  color: #2ea1c7;
  font-weight: normal;
  content: "→";
  position: relative;
  top: 4px;
  margin-right: 7px;
  animation: flash 1.5s infinite linear;
}
@media all and (max-width: 500px) {
  .all .why h3 span::before {
    font-size: 10vw;
    top: 1.5vw;
    margin-right: 2vw;
  }
}
@keyframes flash {
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
}
@media all and (max-width: 1280px) {
  .all .why h3 span {
    display: block;
  }
}
.all .why h3 .none {
  display: none;
}
.all .why p {
  color: #333333;
  font-size: 24px;
}
@media all and (max-width: 500px) {
  .all .why p {
    font-size: 5vw;
  }
}
.all .why .image-container {
  padding-bottom: 100%;
  border: 2px solid #fff;
}
@media all and (max-width: 1280px) {
  .all .why .image-container {
    padding-bottom: 70%;
  }
}
.all .why .btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8vw;
}
@media all and (max-width: 1280px) {
  .all .why .btn-list {
    display: none;
  }
}
.all .why .btn-list li {
  position: relative;
}
.all .why .btn-list li.active .image-container::before, .all .why .btn-list li:hover .image-container::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.all .why .btn-list li.active img, .all .why .btn-list li:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
.all .why .btn-list li img {
  transition: 0.3s;
}
.all .why .btn-list li:hover {
  cursor: pointer;
}
.all .why .btn-list li.active:hover {
  cursor: default;
}
.all .why .btn-list .image-container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.all .why .button {
  text-align: center;
}
.all .why .subtitle {
  color: #fff;
  font-size: 2.3vw;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  height: 32%;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px 5px #000;
  z-index: 2;
}
.all .object {
  background: url(../images/object-img.webp) no-repeat top 100% left -165%/90.5% auto, #f6f1ee;
  position: relative;
}
@media all and (max-width: 1024px) {
  .all .object {
    background: url(../images/object-m-img.webp) no-repeat top 50px center/80% auto, #f6f1ee;
  }
}
@media all and (max-width: 500px) {
  .all .object {
    background: url(../images/object-m-img.webp) no-repeat top 10vw center/115% auto, #f6f1ee;
  }
}
.all .object::after {
  background: url(../images/object-grid.svg) repeat center center/20px auto, #fffce7;
  -webkit-mask: url(../images/object-bg.png) no-repeat center center/100% auto;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/175;
  position: absolute;
  bottom: 0;
}
.all .object .container {
  padding: 120px 0;
}
@media all and (max-width: 500px) {
  .all .object .container {
    padding: 18vw 0;
  }
}
.all .object .container {
  display: flex;
  justify-content: flex-end;
  padding: 14vw 0;
}
@media all and (max-width: 1024px) {
  .all .object .container {
    justify-content: center;
    padding: 10vw 0 18vw;
  }
}
@media all and (max-width: 500px) {
  .all .object .container {
    padding: 15vw 0 20vw;
  }
}
.all .object h2 {
  color: #112035;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .all .object h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .object h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .object h2 {
    font-size: 9vw;
    margin-bottom: 8vw;
  }
}
.all .object h2 span {
  color: #2ea1c7;
}
@media all and (min-width: 501px) {
  .all .object h2 br {
    display: none;
  }
}
.all .object h2 {
  text-align: center;
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object h2 {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}
.all .object ul {
  display: grid;
  gap: 20px;
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object ul {
    gap: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .all .object ul {
    gap: 15px;
    margin-top: 40vw;
  }
}
@media all and (max-width: 500px) {
  .all .object ul {
    width: 100%;
    margin-top: 60vw;
  }
}
.all .object li {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 12px 30px 8px 100px;
  border: 2px solid #333333;
  line-height: 1;
}
.all .object li div {
  animation: zoom-list 5s infinite linear;
}
.all .object li:nth-of-type(2) div {
  animation-delay: 0.5s;
}
.all .object li:nth-of-type(3) div {
  animation-delay: 1s;
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object li {
    font-size: 2vw;
    padding: 1vw 1vw 0.6vw 7vw;
  }
}
@media all and (max-width: 500px) {
  .all .object li {
    font-size: 6vw;
    padding: 3.5vw 1vw 1vw 17vw;
  }
}
.all .object li::before, .all .object li::after {
  content: "";
  position: absolute;
}
.all .object li::before {
  width: 60px;
  height: 100%;
  background-color: #f9d919;
  left: 0;
  top: 0;
  border-right: 2px solid #333333;
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object li::before {
    width: 5vw;
  }
}
@media all and (max-width: 500px) {
  .all .object li::before {
    width: 12vw;
  }
}
.all .object li::after {
  width: 75px;
  aspect-ratio: 106/67;
  background: url(../images/object-check.svg) no-repeat center center/100% auto;
  left: 5px;
  top: 1px;
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object li::after {
    width: 6vw;
    left: 0.3vw;
    top: 0.1vw;
  }
}
@media all and (max-width: 500px) {
  .all .object li::after {
    width: 15vw;
    left: 0.5vw;
    top: 1vw;
  }
}
.all .object li span {
  display: inline-block;
  background: url(../images/object-line.svg) repeat-x bottom center/15px auto;
  padding-bottom: 10px;
  top: 5px;
  left: 20px;
}
@media all and (max-width: 500px) {
  .all .object .box {
    width: 100%;
  }
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
  .all .object .button {
    margin-top: 3.5vw;
    font-size: 2vw;
    padding: 1vw 0 0.9vw;
    background: url(../images/angle-right-solid-full.svg) no-repeat top 1.2vw right 1.5vw/0.8vw auto, #fff;
  }
}
@media all and (max-width: 1024px) {
  .all .object .button {
    margin-top: 30px;
  }
}
.all .courses {
  background: url(../images/courses-bg2.png) no-repeat top 50px right/12% auto, url(../images/courses-bg3.png) no-repeat bottom -100px left 5%/11% auto, url(../images/courses-bg4.png) no-repeat bottom right 1%/28% auto, url(../images/object-grid.svg) repeat center center/20px auto, #fffce7;
  position: relative;
}
@media all and (max-width: 1024px) {
  .all .courses {
    background: url(../images/courses-bg2.png) no-repeat top 50px right -5%/25% auto, url(../images/courses-bg3.png) no-repeat bottom -100px left 5%/18% auto, url(../images/courses-bg4.png) no-repeat bottom right/45% auto, url(../images/object-grid.svg) repeat center center/20px auto, #fffce7;
  }
}
@media all and (max-width: 500px) {
  .all .courses {
    background: url(../images/courses-bg2.png) no-repeat top 5vw right -18%/30% auto, url(../images/courses-bg3.png) no-repeat bottom -18vw left 5%/30% auto, url(../images/courses-bg4.png) no-repeat bottom -8vw right 20%/80% auto, url(../images/object-grid.svg) repeat center center/20px auto, #fffce7;
  }
}
.all .courses::after {
  width: 20vw;
  aspect-ratio: 407/261;
  content: "";
  display: block;
  background: url(../images/courses-bg1.png) no-repeat center center/100% auto;
  position: absolute;
  top: -3vw;
  left: 10%;
}
@media all and (max-width: 1024px) {
  .all .courses::after {
    width: 42vw;
    top: -15vw;
    left: -4%;
  }
}
@media all and (max-width: 500px) {
  .all .courses::after {
    width: 50vw;
    top: -20vw;
    left: -6%;
  }
}
.all .courses .container {
  padding: 100px 0 100px;
}
@media all and (max-width: 500px) {
  .all .courses .container {
    padding: 15vw 0 25vw;
  }
}
.all .courses h2 {
  color: #112035;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .all .courses h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .courses h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .courses h2 {
    font-size: 9vw;
    margin-bottom: 8vw;
  }
}
.all .courses h2 span {
  color: #2ea1c7;
}
@media all and (min-width: 501px) {
  .all .courses h2 br {
    display: none;
  }
}
.all .courses ul {
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  gap: 30px;
  margin: auto;
}
@media all and (max-width: 1500px) {
  .all .courses ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media all and (max-width: 1120px) {
  .all .courses ul {
    -moz-column-count: 2;
         column-count: 2;
    gap: 25px;
    max-width: 800px;
  }
}
@media all and (max-width: 700px) {
  .all .courses ul {
    -moz-column-count: 1;
         column-count: 1;
    max-width: 550px;
  }
}
.all .courses li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  margin-bottom: 50px;
  border: 2px solid #333333;
  box-shadow: 10px 10px 0 rgba(249, 217, 25, 0.35);
}
@media all and (max-width: 500px) {
  .all .courses li {
    border-radius: 0 0 8vw 8vw;
    margin-bottom: 8vw;
  }
}
.all .courses .image-container {
  padding-bottom: 65%;
}
.all .courses h3 {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 2px 0 3px;
  background: linear-gradient(135deg, #f9d919 5%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.8) 100%);
  text-shadow: 2px 2px 0 #fff;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 8vw;
    font-weight: bold;
    padding: 1.2vw 0 0;
  }
}
.all .courses p {
  font-size: 20px;
  padding: 8px 12% 25px;
}
@media all and (max-width: 1600px) and (min-width: 1501px) {
  .all .courses p {
    padding: 8px 6% 25px;
  }
}
@media all and (max-width: 1300px) and (min-width: 1121px) {
  .all .courses p {
    padding: 8px 6% 25px;
  }
}
@media all and (max-width: 800px) {
  .all .courses p {
    padding: 8px 6% 25px;
  }
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5.2vw;
    padding: 3vw 7vw 7vw;
  }
}
.all .courses p span {
  display: block;
  border-bottom: 2px dotted #eee;
  padding-bottom: 1px;
  margin-top: 7px;
}
@media all and (max-width: 500px) {
  .all .courses p span {
    padding-bottom: 0;
    margin-top: 1vw;
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #2ea1c7;
  cursor: pointer;
  z-index: 99;
}
#go-position::before {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1;
  content: "立即\a了解\a";
  white-space: pre;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 2px;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
  background-color: #40bee7;
}
@media all and (max-width: 500px) {
  #go-position {
    width: 54px;
    height: 54px;
    right: 0;
  }
  #go-position::before {
    font-size: 15px;
  }
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -219px;
  border: 0 none;
  position: relative;
}

footer {
  background-color: #5d379d;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=basic.css.map */