@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;
}

@media all and (min-width: 1441px) {
  .all .activity .container, .all .courses .container, .all .Advantages .container, .all .PainPoints .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.all .activity h3, .all .Advantages h3, .all .PainPoints .info h3 {
  color: #b60724;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  line-break: anywhere;
}
@media all and (max-width: 500px) {
  .all .activity h3, .all .Advantages h3, .all .PainPoints .info h3 {
    font-size: 7.3vw;
  }
}

.all .activity p, .all .courses p, .all .Advantages p, .all .PainPoints .info p {
  color: #151515;
  font-size: 21px;
  line-break: anywhere;
}
@media all and (max-width: 500px) {
  .all .activity p, .all .courses p, .all .Advantages p, .all .PainPoints .info p {
    font-size: 5vw;
  }
}

.all .activity .container .title-box, .all .courses .container .title-box, .all .PainPoints .container .title-box {
  width: 350px;
}
@media all and (max-width: 1680px) {
  .all .activity .container .title-box, .all .courses .container .title-box, .all .PainPoints .container .title-box {
    width: 260px;
  }
}
@media all and (max-width: 1440px) {
  .all .activity .container .title-box, .all .courses .container .title-box, .all .PainPoints .container .title-box {
    width: 100%;
  }
}

body.popup-scroll {
  overflow: hidden;
}

.all {
  color: #151515;
  width: 100%;
  font-family: Arial;
  line-height: 1.7;
  letter-spacing: 1px;
  overflow: hidden;
  box-sizing: border-box;
}
.all .page_title {
  display: none;
}
.all section {
  position: relative;
}
.all section.left-sign::after, .all section.right-sign::after {
  content: "";
  width: 17vw;
  position: absolute;
  display: block;
  aspect-ratio: 1/2.36;
  background: url(../images/BG-triangle.svg) no-repeat center center/100% auto;
  z-index: 1;
  bottom: -20vw;
}
@media all and (max-width: 768px) {
  .all section.left-sign::after, .all section.right-sign::after {
    width: 25vw;
    bottom: -29.3vw;
  }
}
.all section.left-sign.dark::after, .all section.right-sign.dark::after {
  background: url(../images/BG-triangle2.svg) no-repeat center center/100% auto;
}
.all section.left-sign::after {
  left: -4.5%;
  transform: scaleX(-1);
}
@media all and (max-width: 768px) {
  .all section.left-sign::after {
    left: -6%;
  }
}
.all section.right-sign::after {
  right: -4.5%;
}
@media all and (max-width: 768px) {
  .all section.right-sign::after {
    right: -6%;
  }
}
.all section picture {
  display: grid;
}
.all section img {
  width: 100%;
  height: auto;
}
.all section .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.all section .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all section .container {
  width: 85%;
  margin: auto;
  padding: 120px 0;
}
@media all and (max-width: 1680px) {
  .all section .container {
    width: 90%;
    padding: 100px 0;
  }
}
@media all and (max-width: 1024px) {
  .all section .container {
    padding: 80px 0;
  }
}
@media all and (max-width: 500px) {
  .all section .container {
    padding: 15vw 0;
  }
}
.all section .title-box {
  width: 305px;
}
@media all and (max-width: 1680px) {
  .all section .title-box {
    width: 245px;
  }
}
@media all and (max-width: 1440px) {
  .all section .title-box {
    margin: auto;
  }
}
.all section .container-body {
  width: calc(100% - 400px);
}
@media all and (max-width: 1680px) {
  .all section .container-body {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 1440px) {
  .all section .container-body {
    width: 100%;
  }
}
.all section h2 {
  color: #151515;
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.4;
}
@media all and (max-width: 1680px) {
  .all section h2 {
    font-size: 60px !important;
  }
}
@media all and (max-width: 1680px) and (max-width: 1440px) {
  .all section h2 {
    text-align: center;
  }
}
@media all and (max-width: 1680px) and (max-width: 768px) {
  .all section h2 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 1680px) and (max-width: 500px) {
  .all section h2 {
    font-size: 10vw !important;
    letter-spacing: 3px;
    margin-bottom: 6vw;
  }
}
.all section h2 span {
  color: #151515;
}
.all section h2 div {
  color: #b60724;
  font-size: 45px;
}
@media all and (max-width: 1680px) {
  .all section h2 div {
    font-size: 36px !important;
  }
}
@media all and (max-width: 1680px) and (max-width: 768px) {
  .all section h2 div {
    font-size: 28px !important;
  }
}
@media all and (max-width: 1680px) and (max-width: 500px) {
  .all section h2 div {
    font-size: 7.5vw !important;
    letter-spacing: 1px;
  }
}
.all section h2.dark {
  color: #fff;
}
.all section h2.dark div {
  color: #fff600;
}
.all section .button {
  color: #fff;
  font-size: 24px;
  width: 65vw;
  max-width: 280px;
  font-weight: 700;
  padding: 16px 15px 15px;
  background-color: #b60724;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  top: 0;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}
@media all and (max-width: 500px) {
  .all section .button {
    font-size: 6vw;
    margin-top: 15vw !important;
    padding: 3vw 1vw 2.5vw;
  }
}
.all section .button:hover {
  top: -5px;
  transition: 0.3s;
  background-color: #ff0d36;
}
.all section .button.dark {
  color: #b60724;
  background-color: #fff;
}
.all section .button.dark:hover {
  background-color: #ffb5c1;
}
@media all and (max-width: 1440px) {
  .all section .button.btn-d {
    display: none;
  }
}
.all section .button.btn-m {
  display: none;
}
@media all and (max-width: 1440px) {
  .all section .button.btn-m {
    display: block;
    margin: auto;
  }
}
.all .visual .visual-btn,
.all .visual .title,
.all .visual [class^=people-] {
  position: absolute;
}
.all .visual .title {
  width: 37.5%;
  height: 29.5%;
  top: 10%;
  left: 8%;
}
.all .visual .title img {
  position: absolute;
  transform-origin: 18% bottom;
}
.all .visual .title [class^=word-] {
  animation: bounce 6s infinite linear;
}
.all .visual .title [class^=title-] {
  animation: shake 6s infinite linear;
}
@keyframes bounce {
  0% {
    transform: scaleY(1.2);
  }
  3% {
    transform: scaleY(0.7);
  }
  6% {
    transform: scaleY(1.1);
  }
  6% {
    transform: scaleY(1);
  }
}
@keyframes shake {
  50% {
    transform: rotate(0deg);
  }
  52% {
    transform: rotate(4deg);
  }
  54% {
    transform: rotate(-2deg);
  }
  57% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-1deg);
  }
  63% {
    transform: rotate(0deg);
  }
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 69%;
    height: 29.5%;
    top: 6.3%;
    left: 17%;
  }
}
.all .visual .title .title-0 {
  width: 38.2%;
  left: 15.5%;
  top: 0;
}
@media all and (max-width: 768px) {
  .all .visual .title .title-0 {
    width: 68.5%;
    left: 13.5%;
  }
}
.all .visual .title .word-1 {
  width: 8.5%;
  left: 0.6%;
  top: 59%;
  animation-delay: 1s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-1 {
    width: 14.4%;
    left: 0%;
    top: 40.1%;
  }
}
.all .visual .title .word-2 {
  width: 11.5%;
  left: 11%;
  top: 56%;
  animation-delay: 1.2s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-2 {
    width: 19%;
    left: 17.5%;
    top: 38.8%;
  }
}
.all .visual .title .word-3 {
  width: 11.8%;
  left: 22.8%;
  top: 56.5%;
  animation-delay: 1.4s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-3 {
    width: 19.7%;
    left: 37.3%;
    top: 39%;
  }
}
.all .visual .title .word-4 {
  width: 9.5%;
  left: 35.5%;
  top: 55.5%;
  animation-delay: 1.6s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-4 {
    width: 15.7%;
    left: 58.5%;
    top: 38.7%;
  }
}
.all .visual .title .word-5 {
  width: 11.5%;
  left: 46.4%;
  top: 56.2%;
  animation-delay: 1.8s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-5 {
    width: 19.2%;
    left: 10.6%;
    top: 73.2%;
  }
}
.all .visual .title .word-6 {
  width: 11.5%;
  left: 58%;
  top: 56.2%;
  animation-delay: 2s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-6 {
    width: 19.2%;
    left: 30.3%;
    top: 73.2%;
  }
}
.all .visual .title .word-7 {
  width: 10.2%;
  left: 70.6%;
  top: 57.6%;
  animation-delay: 2.2s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-7 {
    width: 17.2%;
    left: 51.7%;
    top: 74%;
  }
}
.all .visual .title .word-8 {
  width: 10%;
  left: 82.5%;
  top: 59.2%;
  animation-delay: 2.4s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-8 {
    width: 16.5%;
    left: 72%;
    top: 75.5%;
  }
}
.all .visual .title .word-9 {
  width: 2.5%;
  left: 96.5%;
  top: 60.8%;
  animation-delay: 2.6s;
}
@media all and (max-width: 768px) {
  .all .visual .title .word-9 {
    width: 4.4%;
    left: 95%;
    top: 75.5%;
  }
}
.all .visual [class^=people-] {
  width: 40%;
  top: 3%;
}
@media all and (max-width: 768px) {
  .all .visual [class^=people-] {
    width: 86%;
    top: 57%;
  }
}
.all .visual .people-1 {
  left: 31.5%;
}
@media all and (max-width: 768px) {
  .all .visual .people-1 {
    left: -29.5%;
  }
}
.all .visual .people-2 {
  left: 48.9%;
}
@media all and (max-width: 768px) {
  .all .visual .people-2 {
    left: 8%;
  }
}
.all .visual .people-3 {
  left: 66%;
}
@media all and (max-width: 768px) {
  .all .visual .people-3 {
    left: 45%;
  }
}
.all #form {
  background: url(../images/form-BG.webp) no-repeat left 16% top 25px/auto 106%, #ededed;
}
@media all and (max-width: 1024px) {
  .all #form {
    background: url(../images/form-BG.webp) no-repeat left 15vw top 10%/65% auto, #ededed;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all #form {
    background: url(../images/form-BG.webp) no-repeat left -1vw top 6%/110% auto, #ededed;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all #form {
    background: url(../images/form-BG.webp) no-repeat left -3vw top 10%/135% auto, #ededed;
  }
}
.all #form .container {
  padding-top: 80px;
}
@media all and (max-width: 360px) {
  .all #form .container {
    padding-top: 15vw;
  }
}
.all #form h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1.4;
}
.all #form h2 div {
  font-size: 35px;
}
.all #form .box {
  max-width: 1500px;
  display: grid;
  grid-template-columns: 52% auto;
  gap: 8%;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    grid-template-columns: 1fr;
    max-width: 750px;
    margin: auto;
    gap: 0;
  }
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 4%;
}
@media all and (max-width: 450px) {
  .all #form .box ul {
    gap: 4vw;
  }
}
.all #form .box ul li {
  width: 48%;
}
@media all and (max-width: 450px) {
  .all #form .box ul li {
    width: 100%;
  }
}
.all #form .box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .box #READ span,
.all #form .box #READ a {
  font-size: 19px;
  cursor: pointer;
  color: #151515;
}
@media all and (max-width: 450px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.3vw;
  }
}
.all #form .box input[type=text],
.all #form .box input[type=tel],
.all #form .box input[type=email],
.all #form .box select {
  font-size: 19px;
  padding-bottom: 12px;
  color: #151515;
  font-weight: normal;
  border: 0px;
  width: 100%;
  background-color: transparent;
  -webkit-input-placeholder: #151515;
  border-bottom: 1px solid #b1b1b1;
  outline: none;
}
.all #form .box input[type=text]::-webkit-input-placeholder,
.all #form .box input[type=tel]::-webkit-input-placeholder,
.all #form .box input[type=email]::-webkit-input-placeholder,
.all #form .box select::-webkit-input-placeholder {
  color: #151515;
}
.all #form .box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
}
@media all and (max-width: 450px) {
  .all #form .box input[type=checkbox] {
    width: 5.5vw;
  }
}
.all #form .box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #f0f0f0;
  border: 1px solid #151515;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 450px) {
  .all #form .box input[type=checkbox]::before {
    width: 6vw;
    height: 6vw;
    top: -5.5vw;
  }
}
.all #form .box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #b60724;
  border: 1px solid #b60724;
}
@media all and (max-width: 450px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .img-box {
  position: relative;
  display: block;
}
@media all and (max-width: 1024px) {
  .all #form .img-box {
    height: 35vw;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all #form .img-box {
    height: 50vw;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all #form .img-box {
    height: 70vw;
  }
}
.all #form .img-box img {
  width: 45%;
  min-width: 280px;
  position: absolute;
  right: 0;
  bottom: 12%;
  animation: zoom 3s infinite linear;
}
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media all and (max-width: 1024px) {
  .all #form .img-box img {
    min-width: 160px;
    width: 30%;
    bottom: 10%;
    right: 18%;
  }
}
@media all and (max-width: 768px) {
  .all #form .img-box img {
    width: 45%;
    bottom: 15%;
    right: 7%;
  }
  @keyframes zoom {
    0% {
      transform: scale(1.15);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
}
@media all and (max-width: 500px) {
  .all #form .img-box img {
    width: 55%;
    min-width: 55%;
    bottom: 12%;
    right: 0;
  }
}
.all #form .from-box {
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .all #form .from-box {
    width: 100%;
    background-color: #fff;
    padding: 50px 35px;
    border-radius: 35px;
    margin: auto;
  }
}
@media all and (max-width: 500px) {
  .all #form .from-box {
    padding: 10vw 5vw 15vw;
    border-radius: 3vw;
  }
}
.all #form .button {
  margin: 50px auto 0;
}
@media all and (max-width: 500px) {
  .all #form .button {
    margin-top: 10vw !important;
  }
}
.all .PainPoints {
  background: linear-gradient(135deg, #ffd8d8, #fff7d2);
}
@media all and (max-width: 500px) {
  .all .PainPoints .container {
    width: 100%;
  }
}
@media all and (max-width: 1440px) {
  .all .PainPoints .container .button {
    margin-top: 100px;
  }
}
.all .PainPoints .owl-carousel {
  margin-bottom: 60px;
}
@media all and (max-width: 1440px) {
  .all .PainPoints .owl-carousel {
    margin-bottom: 0;
  }
}
.all .PainPoints .owl-carousel .item {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .all .PainPoints .owl-carousel .item {
    width: 90%;
  }
}
.all .PainPoints .owl-carousel .owl-nav {
  display: block;
}
.all .PainPoints .owl-carousel .owl-nav span {
  color: #333;
  font-size: 40px;
  font-weight: 600;
}
.all .PainPoints .owl-carousel .owl-nav span:focus {
  outline: none;
}
.all .PainPoints .owl-carousel .owl-prev,
.all .PainPoints .owl-carousel .owl-next {
  top: 30%;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .all .PainPoints .owl-carousel .owl-prev,
  .all .PainPoints .owl-carousel .owl-next {
    top: 20%;
  }
}
.all .PainPoints .owl-carousel .owl-next {
  right: -3.5%;
}
@media all and (max-width: 1680px) {
  .all .PainPoints .owl-carousel .owl-next {
    right: -2%;
  }
}
.all .PainPoints .owl-carousel .owl-prev {
  left: -2%;
}
.all .PainPoints .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: -60px;
}
@media all and (max-width: 1440px) {
  .all .PainPoints .owl-carousel .owl-dots {
    bottom: -70px;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .PainPoints .owl-carousel .owl-dots {
    bottom: -10vw;
  }
}
.all .PainPoints .owl-carousel .owl-dots span {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  display: block;
  background-color: #fff;
}
@media all and (max-width: 500px) {
  .all .PainPoints .owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
  }
}
.all .PainPoints .owl-carousel .owl-dots .active span {
  background-color: #b60724;
}
@media only screen and (max-width: 768px) {
  .all .PainPoints .owl-carousel .owl-nav {
    display: none;
  }
}
.all .PainPoints .image-container {
  padding-bottom: 80%;
  border-radius: 50px;
  border: 4px solid #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 1024px) {
  .all .PainPoints .image-container {
    border-radius: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints .image-container {
    padding-bottom: 70%;
    border-radius: 7vw;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  }
}
.all .PainPoints .info {
  margin-top: 30px;
  width: 102%;
}
.all .PainPoints .info h3 {
  margin-bottom: 5px;
  font-size: 25px;
}
@media all and (max-width: 1680px) and (min-width: 1441px) {
  .all .PainPoints .info h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints .info h3 {
    font-size: 6vw;
  }
}
.all .Advantages {
  background-color: #ededed;
}
.all .Advantages .container {
  padding-bottom: 150px;
}
@media all and (max-width: 1440px) {
  .all .Advantages .container {
    padding-bottom: 110px;
  }
}
@media all and (max-width: 1440px) and (max-width: 1024px) {
  .all .Advantages .container {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .Advantages .container {
    padding-bottom: 15vw;
  }
}
.all .Advantages .container .title-box {
  order: 2;
}
@media all and (max-width: 1440px) {
  .all .Advantages .container .button {
    margin-top: 120px;
  }
}
@media all and (max-width: 1024px) {
  .all .Advantages .container .button {
    margin-top: 80px;
  }
}
.all .Advantages ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .all .Advantages ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media all and (max-width: 500px) {
  .all .Advantages ul {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.all .Advantages li {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .all .Advantages li {
    background-color: #fff;
  }
}
@media all and (min-width: 1025px) {
  .all .Advantages li:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
  }
  .all .Advantages li:nth-child(even) {
    top: 30px;
  }
  .all .Advantages li:nth-child(even) .image-container {
    order: 2;
  }
}
.all .Advantages .image-container {
  padding-bottom: 90%;
}
@media all and (max-width: 500px) {
  .all .Advantages .image-container {
    padding-bottom: 70%;
  }
}
.all .Advantages .info {
  padding-bottom: 25px;
}
@media all and (max-width: 1024px) {
  .all .Advantages .info {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .Advantages .info {
    padding: 5vw 1.5vw 5vw 3vw;
  }
}
@media all and (min-width: 1025px) {
  .all .Advantages h3 {
    margin: 25px 0 15px;
  }
}
.all .Advantages h3 div {
  color: #151515;
  font-size: 24px;
}
@media all and (max-width: 500px) {
  .all .Advantages h3 div {
    display: inline;
    font-size: 5.8vw;
    letter-spacing: 0;
    margin-left: 2vw;
  }
}
.all .courses {
  background-color: #b60724;
}
@media all and (max-width: 1440px) {
  .all .courses .container .button {
    margin-top: 80px;
  }
}
.all .courses ul {
  display: flex;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .all .courses ul {
    flex-direction: column;
  }
}
.all .courses li {
  position: relative;
  height: 500px;
  width: 110px;
  transition: 0.5s;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .all .courses li:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .all .courses li:hover {
    cursor: pointer;
  }
  .all .courses li:hover .image-container::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
}
@media all and (max-width: 1024px) {
  .all .courses li {
    width: 100%;
    height: 100px;
    display: block;
  }
  .all .courses li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .courses li {
    height: 75px;
  }
}
.all .courses li h3,
.all .courses li p {
  text-shadow: 3px 3px 5px #000;
}
.all .courses li.open {
  width: calc(100% - 500px);
  cursor: unset;
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  .all .courses li.open {
    width: 100%;
    height: 500px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .courses li.open {
    height: 400px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .courses li.open {
    height: 80vw;
  }
}
@media all and (max-width: 1024px) {
  .all .courses li.open h3::after {
    transform: rotate(90deg);
  }
  .all .courses li.open .image-container::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  }
}
.all .courses li.open p {
  opacity: 1;
}
@media all and (min-width: 1025px) {
  .all .courses li.open:hover .image-container::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.9));
  }
}
.all .courses h3 {
  color: #fff;
  width: 50px;
  font-size: 30px;
  padding: 0 0 10px 15px;
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 1024px) {
  .all .courses h3 {
    padding: 0;
    bottom: auto;
    top: 5px;
    left: 15px;
    width: auto;
    letter-spacing: 5px;
  }
  .all .courses h3::after {
    margin-left: 10px;
    content: "›";
    display: inline-block;
    transition: 0.5s;
  }
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 6vw;
    letter-spacing: 1.5vw;
    top: 2.5vw;
    left: 3vw;
  }
  .all .courses h3::after {
    margin-left: 2vw;
  }
}
.all .courses p {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 100px;
  border-left: 5px solid #b60724;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: 1s;
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .all .courses p {
    left: 0;
    border-left: 0;
    padding: 0 2vw 0 3vw;
    margin-bottom: 3vw;
  }
}
.all .courses .image-container {
  padding-bottom: 0;
  height: 100%;
}
.all .courses .image-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.9));
}
@media all and (max-width: 1024px) {
  .all .courses .image-container::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  }
}
.all .activity {
  background-color: #ededed;
}
.all .activity .container {
  padding-bottom: 150px;
}
@media all and (max-width: 1680px) {
  .all .activity .container {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1680px) and (max-width: 1440px) {
  .all .activity .container {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1680px) and (max-width: 1024px) {
  .all .activity .container {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1680px) and (max-width: 1024px) {
  .all .activity .container {
    padding-bottom: 15vw;
  }
}
.all .activity .container .title-box {
  order: 2;
}
@media all and (max-width: 1440px) {
  .all .activity .container .title-box {
    width: 100%;
  }
}
.all .activity .container .title-box h2 {
  font-size: 69px;
}
@media all and (max-width: 1680px) {
  .all .activity .container .title-box h2 {
    font-size: 51px !important;
  }
}
@media all and (max-width: 1440px) {
  .all .activity .container .title-box h2 {
    font-size: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .all .activity .container .title-box h2 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 500px) {
  .all .activity .container .title-box h2 {
    font-size: 9vw !important;
  }
}
.all .activity ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  padding-bottom: 80px;
}
@media all and (max-width: 1680px) {
  .all .activity ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1024px) {
  .all .activity ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .all .activity ul {
    gap: 5vw;
    padding-bottom: 0;
  }
}
.all .activity li {
  position: relative;
  padding: 25px 0;
  background-color: #fff;
  border-top: 10px solid #b60724;
}
@media all and (min-width: 1681px) {
  .all .activity li:nth-child(even) {
    top: 90px;
  }
}
@media all and (max-width: 1680px) and (min-width: 501px) {
  .all .activity li {
    display: grid;
    grid-template-columns: 150px auto;
    position: static;
    padding: 20px;
    gap: 20px;
  }
  .all .activity li h3 {
    text-align: left;
  }
  .all .activity li .info {
    padding: 0;
  }
  .all .activity li .image-box {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .all .activity li {
    padding: 3vw 0 7vw 0;
  }
}
.all .activity li:nth-of-type(1) .image-box {
  background: url(../images/activity-img1.svg) no-repeat center bottom/100% auto;
}
.all .activity li:nth-of-type(2) .image-box {
  background: url(../images/activity-img2.svg) no-repeat center bottom/100% auto;
}
.all .activity li:nth-of-type(3) .image-box {
  background: url(../images/activity-img3.svg) no-repeat center bottom/100% auto;
}
.all .activity li:nth-of-type(4) .image-box {
  background: url(../images/activity-img4.svg) no-repeat center bottom/100% auto;
}
.all .activity .image-box {
  width: 85%;
  margin: auto;
  aspect-ratio: 8/7;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 500px) {
  .all .activity .image-box {
    width: 60%;
  }
}
.all .activity .info {
  padding: 15px 5px 0 20px;
}
@media all and (max-width: 500px) {
  .all .activity .info {
    padding: 5vw 1vw 0 4.5vw;
  }
}
.all .activity h3 {
  margin-bottom: 10px;
  text-align: center;
}
#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #e30026;
  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;
  top: 2px;
  position: absolute;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
  background-color: #ff0e36;
}
@media all and (max-width: 480px) {
  #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: #fff;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=basic.css.map */