@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 bounce-title {
  30% {
    transform: scaleX(1);
  }
  32% {
    transform: scale3d(1.15, 0.85, 1);
  }
  34% {
    transform: scale3d(0.8, 1.15, 1);
  }
  36% {
    transform: scale3d(1.08, 0.9, 1);
  }
  38% {
    transform: scale3d(0.95, 1.05, 1);
  }
  40% {
    transform: scale3d(1.05, 0.95, 1);
  }
  42% {
    transform: scaleX(1);
  }
}
@keyframes zoom-list {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  5% {
    transform: scale(1.12);
    filter: brightness(1.3);
  }
  10% {
    transform: scale(1);
    filter: brightness(1);
  }
}
@keyframes shake {
  60% {
    transform: rotate(0deg);
  }
  62% {
    transform: rotate(5deg);
  }
  64% {
    transform: rotate(-4deg);
  }
  66% {
    transform: rotate(2deg);
  }
  68% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(0deg);
  }
}
.all {
  color: #333333;
  width: 100%;
  font-family: "源柔ゴシックLP", 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 {
  width: 80%;
  max-width: 300px;
  color: #fff;
  background-color: #104288;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin: 70px auto 0;
  padding: 17px 0 14px;
  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: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  top: -5px;
  transition: 0.3s;
  background-color: #3d7eda;
}
.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;
  background-color: #e8e3d9;
}
.all .visual picture img {
  display: block;
}
.all .visual .title,
.all .visual .courses-list,
.all .visual .dialog {
  display: block;
  position: absolute;
}
.all .visual .title img,
.all .visual .courses-list img,
.all .visual .dialog img {
  position: absolute;
}
.all .visual .title {
  width: 39.5vw;
  height: 14vw;
  top: 1vw;
  left: 47%;
}
@media all and (max-width: 1200px) {
  .all .visual .title {
    width: 50vw;
    height: 20vw;
    top: 16vw;
    left: 43%;
  }
}
@media all and (max-width: 1200px) and (max-width: 768px) {
  .all .visual .title {
    width: 90vw;
    height: 36vw;
    top: 13vw;
    left: 5%;
  }
}
.all .visual .title [class^=title] {
  animation: bounce-title 7s infinite linear;
}
.all .visual .title .title1 {
  width: 88%;
  top: 0;
  left: 0;
}
@media all and (max-width: 1200px) {
  .all .visual .title .title1 {
    width: 100%;
  }
}
.all .visual .title .title2 {
  width: 81%;
  bottom: 0;
  right: 0;
  animation-delay: 1s;
}
@media all and (max-width: 1200px) {
  .all .visual .title .title2 {
    width: 92%;
    right: 4%;
  }
}
.all .visual .courses-list {
  width: 23.2vw;
  height: 6.8vw;
  top: 28.9vw;
  left: 21.7%;
}
@media all and (max-width: 1200px) {
  .all .visual .courses-list {
    width: 36.5vw;
    height: 10.8vw;
    top: 34.2vw;
    left: 7.5%;
  }
}
@media all and (max-width: 1200px) and (max-width: 768px) {
  .all .visual .courses-list {
    width: 65vw;
    height: 19vw;
    top: 117vw;
    left: 28%;
  }
}
.all .visual .courses-list img {
  width: 33.3%;
  top: 0;
  animation: zoom-list 5s infinite linear;
}
.all .visual .courses-list .list-1 {
  left: 0;
}
.all .visual .courses-list .list-2 {
  left: 33%;
  animation-delay: 0.5s;
}
.all .visual .courses-list .list-3 {
  left: 66%;
  animation-delay: 1s;
}
.all .visual .dialog {
  width: 16.8vw;
  height: 8.5vw;
  top: 3.5vw;
  left: 30%;
}
@media all and (max-width: 1200px) {
  .all .visual .dialog {
    width: 28vw;
    height: 13.5vw;
    top: 2.3vw;
    left: 28.5%;
  }
}
@media all and (max-width: 1200px) and (max-width: 768px) {
  .all .visual .dialog {
    width: 42vw;
    height: 20vw;
    top: 61vw;
    left: 57.5%;
  }
}
.all .visual .dialog img {
  width: 100%;
  top: 0;
  left: 0;
  animation: shake 7s infinite linear;
  transform-origin: 35% bottom;
}
.all #form {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 35px 0 100px;
}
@media all and (min-width: 1201px) {
  .all #form {
    position: absolute;
    width: 37%;
    top: 36%;
    left: 48.6%;
  }
}
@media all and (max-width: 500px) {
  .all #form {
    padding: 15vw 0;
  }
}
.all #form h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 35px;
  transform: skew(-8deg);
  color: #104288;
}
.all #form h2 span {
  color: #f78976;
}
@media all and (min-width: 1201px) {
  .all #form h2 {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all #form h2 {
    font-size: 7vw;
    margin-bottom: 7vw;
    font-weight: bold;
  }
}
.all #form .subtitle {
  color: #104288;
  font-size: 1.8vw;
  font-weight: 700;
}
.all #form .subtitle::after, .all #form .subtitle::before {
  color: #f78976;
  margin: 0 0.5vw;
  content: "✦";
}
@media all and (max-width: 1200px) {
  .all #form .subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 500px) {
  .all #form .subtitle {
    font-size: 7vw;
  }
}
.all #form .from-box {
  box-shadow: 0 5px 20px rgba(37, 20, 9, 0.2);
}
@media all and (max-width: 500px) {
  .all #form .from-box {
    box-shadow: 0 1vw 5vw rgba(37, 20, 9, 0.2);
  }
}
.all #form .from-box {
  width: 100%;
  background: linear-gradient(315deg, rgba(255, 212, 204, 0.5), rgba(255, 240, 196, 0.5));
  border: 5px solid #fff;
  border-radius: 35px;
  padding: 1.1vw 1.8vw 1.7vw;
}
@media all and (max-width: 1200px) {
  .all #form .from-box {
    padding: 20px 35px 35px;
    box-shadow: none;
  }
}
@media all and (max-width: 1200px) and (max-width: 500px) {
  .all #form .from-box {
    border-radius: 7vw;
    padding: 8vw 3vw 10vw;
    border: 3px solid #fff;
  }
}
.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.95vw;
  padding: 0vw 0.75vw;
  color: #333333;
  font-weight: normal;
  border: 0;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -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: #ffffff;
  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: #f49989;
  border: 1px solid #f49989;
}
@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: #ffffff;
}
.all #form .button {
  margin-top: 20px;
}
@media all and (min-width: 1201px) {
  .all #form .button {
    max-width: 15vw;
    font-size: 1.4vw;
    margin-top: 0.5vw;
    padding: 0.8vw 0 0.6vw;
  }
}
.all .introduction {
  background: url(../images/img-introduction.webp) no-repeat 106% center/47.5% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
}
@media all and (max-width: 1024px) {
  .all .introduction {
    background: url(../images/img-introduction.webp) no-repeat center bottom/60% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
  }
}
@media all and (max-width: 500px) {
  .all .introduction {
    background: url(../images/img-introduction.webp) no-repeat center bottom 10vw/80% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
  }
}
.all .introduction h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 1680px) {
  .all .introduction h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1440px) {
  .all .introduction h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .all .introduction h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 769px) {
  .all .introduction h2 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .all .introduction h2 {
    text-align: center;
  }
  .all .introduction h2 span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all .introduction h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.all .introduction .container {
  padding: 15vw 0;
}
@media all and (max-width: 1024px) {
  .all .introduction .container {
    padding: 100px 0 55vw;
  }
}
@media all and (max-width: 500px) {
  .all .introduction .container {
    padding: 20vw 0 80vw;
  }
}
.all .introduction .box {
  width: 55%;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .all .introduction .box {
    width: 100%;
  }
}
.all .introduction p {
  font-size: 28px;
  font-weight: 500;
}
@media all and (max-width: 1440px) {
  .all .introduction p {
    font-size: 24px;
  }
}
@media all and (max-width: 500px) {
  .all .introduction p {
    font-size: 5vw;
  }
}
.all .introduction p span {
  color: #e05c45;
}
.all .age {
  background: url(../images/BG-point-pink.png) repeat center center/28px, #fff3cf;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .age {
    background: url(../images/BG-point-pink.png) repeat center center/5vw, #fff3cf;
  }
}
.all .age::after {
  content: "";
  width: 100%;
  height: calc(14vw + 150px);
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background: url(../images/BG-point-yellow.png) repeat center center/28px, #f4c4ba;
}
@media all and (max-width: 1024px) {
  .all .age::after {
    height: calc(5vw + 350px);
  }
}
@media all and (max-width: 500px) {
  .all .age::after {
    height: 75vw;
    background: url(../images/BG-point-yellow.png) repeat center center/5vw, #f4c4ba;
  }
}
.all .age .container {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .all .age .container {
    padding: 15vw 0 15vw;
  }
}
.all .age h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 1680px) {
  .all .age h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1440px) {
  .all .age h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .all .age h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 769px) {
  .all .age h2 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .all .age h2 {
    text-align: center;
  }
  .all .age h2 span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all .age h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.all .age h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 500px) {
  .all .age h2 {
    margin-bottom: 8vw;
  }
}
.all .age ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media all and (max-width: 1024px) {
  .all .age ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .all .age ul {
    max-width: 550px;
    margin: auto;
  }
}
.all .age li {
  background-color: #fff;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .all .age li {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
  .all .age li .image-container {
    padding-bottom: 0;
    height: 100%;
  }
  .all .age li .info {
    padding: 20px 20px 25px 25px;
  }
  .all .age li h3 div:nth-of-type(2) {
    font-size: 24px;
  }
}
.all .age .image-container {
  padding-bottom: 62%;
}
.all .age .info {
  padding: 25px 25px 50px 35px;
}
@media all and (max-width: 768px) {
  .all .age .info {
    padding: 35px 20px 50px;
  }
}
@media all and (max-width: 500px) {
  .all .age .info {
    padding: 8vw 3.5vw 8vw 5vw;
  }
}
.all .age h3 {
  margin-bottom: 10px;
}
.all .age h3 div:nth-of-type(1) {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 2;
  text-shadow: 2px 2px 0 #e05c45, -2px 2px 0 #e05c45, 2px -2px 0 #e05c45, -2px -2px 0 #e05c45, 0 2px 0 #e05c45, 2px 0 0 #e05c45, -2px 0 0 #e05c45, 0 -2px 0 #e05c45;
}
@media all and (max-width: 500px) {
  .all .age h3 div:nth-of-type(1) {
    letter-spacing: 1vw;
    font-size: 11vw;
    font-weight: bold;
  }
}
.all .age h3 div:nth-of-type(2) {
  color: #e05c45;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 500px) {
  .all .age h3 div:nth-of-type(2) {
    font-size: 7.5vw;
    font-weight: bold;
  }
}
@media all and (min-width: 501px) {
  .all .age h3 div:nth-of-type(2) br {
    display: none;
  }
}
.all .age h3 span {
  display: none;
}
.all .age p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .all .age p {
    font-size: 5vw;
  }
}
.all .age p {
  text-align: left;
}
.all .feature {
  background: url(../images/img-feature.webp?07) no-repeat center top/89% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
}
@media all and (max-width: 1440px) {
  .all .feature {
    background: url(../images/img-feature.webp) no-repeat center calc(160px - 10vw)/95% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
  }
}
@media all and (max-width: 1440px) and (max-width: 768px) {
  .all .feature {
    background: url(../images/img-feature.webp) no-repeat center calc(208px - 10vw)/120% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .feature {
    background: url(../images/img-feature.webp) no-repeat 22% 25vw/185% auto, url(../images/BG-img.webp) no-repeat center center/cover fixed;
  }
}
.all .feature .container {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .all .feature .container {
    padding: 15vw 0 15vw;
  }
}
.all .feature h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 1680px) {
  .all .feature h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1440px) {
  .all .feature h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .all .feature h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 769px) {
  .all .feature h2 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .all .feature h2 {
    text-align: center;
  }
  .all .feature h2 span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all .feature h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.all .feature h2 {
  margin-bottom: 22vw;
}
@media all and (max-width: 1440px) {
  .all .feature h2 {
    margin-bottom: 26vw;
  }
}
@media all and (max-width: 768px) {
  .all .feature h2 {
    margin-bottom: 40vw;
  }
}
@media all and (max-width: 500px) {
  .all .feature h2 {
    margin-bottom: 60vw;
  }
}
.all .feature ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px 25px;
}
@media all and (max-width: 768px) {
  .all .feature ul {
    max-width: 550px;
    margin: auto;
  }
}
@media all and (max-width: 500px) {
  .all .feature ul {
    gap: 25vw;
  }
}
.all .feature li {
  box-shadow: 0 5px 20px rgba(37, 20, 9, 0.2);
}
@media all and (max-width: 500px) {
  .all .feature li {
    box-shadow: 0 1vw 5vw rgba(37, 20, 9, 0.2);
  }
}
.all .feature li {
  width: calc(20% - 20px);
  background-color: #fff;
  padding: 0 15px 15px 20px;
  border-radius: 35px;
}
@media all and (max-width: 1440px) {
  .all .feature li {
    width: calc(33.3% - 20px);
  }
}
@media all and (max-width: 1024px) {
  .all .feature li {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 768px) {
  .all .feature li {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .all .feature li {
    width: 100%;
    padding: 0 2vw 2vw 4.5vw;
    border-radius: 8vw;
  }
}
.all .feature .image-container {
  width: 135px;
  height: 135px;
  padding-bottom: 0;
  background: linear-gradient(315deg, #e64646, #ffbf00);
  border: 5px solid #fff3cf;
  border-radius: 50%;
  position: relative;
  top: -65px;
  margin: auto;
}
@media all and (max-width: 500px) {
  .all .feature .image-container {
    width: 35vw;
    height: 35vw;
    border: 1.2vw solid #fff3cf;
    top: -16vw;
  }
}
.all .feature .image-container img {
  width: 70%;
  height: auto;
  left: 15%;
  top: 15%;
}
.all .feature h3 {
  color: #e05c45;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    font-size: 7.5vw;
    font-weight: bold;
  }
}
.all .feature h3 {
  position: relative;
  top: -45px;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    top: -11vw;
  }
}
.all .feature p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 5vw;
  }
}
.all .feature p {
  position: relative;
  text-align: left;
  top: -25px;
}
@media all and (max-width: 500px) {
  .all .feature p {
    top: -8vw;
  }
}
.all .courses {
  background: url(../images/BG-point-pink.png) repeat center center/28px, #fff3cf;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .courses {
    background: url(../images/BG-point-pink.png) repeat center center/5vw, #fff3cf;
  }
}
.all .courses::after {
  content: "";
  width: 100%;
  height: calc(14vw + 150px);
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background: url(../images/BG-point-yellow.png) repeat center center/28px, #f4c4ba;
}
@media all and (max-width: 1024px) {
  .all .courses::after {
    height: calc(5vw + 350px);
  }
}
@media all and (max-width: 500px) {
  .all .courses::after {
    height: 75vw;
    background: url(../images/BG-point-yellow.png) repeat center center/5vw, #f4c4ba;
  }
}
.all .courses::after {
  height: 305px;
}
@media all and (max-width: 1200px) {
  .all .courses::after {
    height: 250px;
  }
}
@media all and (max-width: 500px) {
  .all .courses::after {
    height: 60vw;
  }
}
.all .courses .container {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .all .courses .container {
    padding: 15vw 0 15vw;
  }
}
.all .courses h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 1680px) {
  .all .courses h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1440px) {
  .all .courses h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .all .courses h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 769px) {
  .all .courses h2 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .all .courses h2 {
    text-align: center;
  }
  .all .courses h2 span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all .courses h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.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 {
  box-shadow: 0 5px 20px rgba(37, 20, 9, 0.2);
}
@media all and (max-width: 500px) {
  .all .courses li {
    box-shadow: 0 1vw 5vw rgba(37, 20, 9, 0.2);
  }
}
.all .courses li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  margin-bottom: 50px;
}
@media all and (max-width: 500px) {
  .all .courses li {
    border-radius: 0 0 8vw 8vw;
    margin-bottom: 5vw;
  }
}
.all .courses .image-container {
  padding-bottom: 65%;
}
.all .courses h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 6px 0 4px;
  background: linear-gradient(45deg, rgba(230, 70, 70, 0.9), rgba(255, 191, 0, 0.9));
  text-shadow: 2px 2px 0 #e05c45;
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 8vw;
    font-weight: bold;
    padding: 1.2vw 0 0;
  }
}
.all .courses p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5vw;
  }
}
.all .courses p {
  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 {
    padding: 3vw 10vw 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;
  }
}
.all .stories {
  background: url(../images/BG-img.webp) no-repeat center center/cover fixed;
}
.all .stories .container {
  width: 95%;
  max-width: 95%;
  padding: 100px 0 150px;
}
@media all and (max-width: 500px) {
  .all .stories .container {
    padding: 15vw 0 28vw;
  }
}
.all .stories .owl-carousel {
  width: calc(100% - 1px);
}
.all .stories .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .all .stories .owl-carousel .owl-dots {
    margin-top: 9vw;
    gap: 8px;
  }
}
.all .stories .owl-carousel .owl-dots span {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  display: block;
  background-color: #fff;
  border: 1px solid #e05c45;
}
.all .stories .owl-carousel .owl-dots .active span {
  background-color: #e05c45;
}
.all .stories h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 1680px) {
  .all .stories h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1440px) {
  .all .stories h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .all .stories h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 769px) {
  .all .stories h2 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .all .stories h2 {
    text-align: center;
  }
  .all .stories h2 span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .all .stories h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.all .stories li {
  border-radius: 30px;
  border: 5px solid transparent;
  background: linear-gradient(#fff) padding-box, linear-gradient(135deg, #f5c0b4, #ffdc85) border-box;
  padding: 30px 30px 80px 35px;
  margin-bottom: 10px;
  top: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 1620px) {
  .all .stories li {
    position: relative;
  }
}
@media only screen and (max-width: 550px) {
  .all .stories li {
    border-radius: 8vw;
    border: 1.2vw solid transparent;
    padding: 2vw 3vw 17vw 5vw;
    margin-bottom: 1vw;
  }
}
.all .stories li:hover {
  top: 0;
}
.all .stories li a {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .all .stories li a {
    font-size: 5vw;
  }
}
.all .stories li a {
  font-weight: 600;
  text-decoration: none;
  float: right;
  margin-top: 10px;
}
.all .stories li a::before {
  content: "➤";
  margin-right: 5px;
  transform: scaleY(1.2);
  display: inline-block;
}
.all .stories li a:hover {
  color: #e05c45;
}
.all .stories .info {
  background: url(../images/star.png) no-repeat right bottom 5px/110px auto;
  display: grid;
  grid-template-columns: 122px auto;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .all .stories .info {
    background: url(../images/star.png) no-repeat right 3vw bottom/27vw auto;
    grid-template-columns: 23vw auto;
    gap: 4vw;
    margin-bottom: 7vw;
    height: 30vw;
  }
}
.all .stories .image-container {
  padding-bottom: 128px;
}
@media only screen and (max-width: 550px) {
  .all .stories .image-container {
    padding-bottom: 24vw;
  }
}
.all .stories h3 {
  color: #e05c45;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 500px) {
  .all .stories h3 {
    font-size: 7.5vw;
    font-weight: bold;
  }
}
.all .stories h3 {
  text-align: left;
  padding-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .all .stories h3 {
    font-size: 5.8vw;
    letter-spacing: 1px;
    padding-bottom: 2vw;
  }
}
.all .stories h3 div {
  display: inline-block;
}
.all .stories p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .all .stories p {
    font-size: 5vw;
  }
}
.all .stories p {
  text-align: left;
  min-height: 185px;
}
@media only screen and (max-width: 1680px) {
  .all .stories p {
    min-height: 225px;
  }
}
@media only screen and (max-width: 1125px) {
  .all .stories p {
    min-height: 225px;
  }
}
@media only screen and (max-width: 1040px) {
  .all .stories p {
    min-height: 120px;
  }
}
@media only screen and (max-width: 670px) {
  .all .stories p {
    min-height: 180px;
  }
}
@media only screen and (max-width: 550px) {
  .all .stories p {
    min-height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .all .stories p {
    min-height: 65vw;
  }
}
.all .stories .button {
  margin: 100px auto 0;
}
@media only screen and (max-width: 500px) {
  .all .stories .button {
    margin: 20vw auto 0;
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #eb5944;
  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: #ff806c;
}
@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 */