@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 {
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
}
@keyframes move {
  0% {
    padding-top: 3%;
    opacity: 0;
  }
  4% {
    padding-top: 0;
    opacity: 1;
  }
  5% {
    padding-top: 1%;
    opacity: 1;
  }
  50% {
    padding-top: 1%;
    opacity: 1;
  }
  55% {
    padding-top: 1%;
    opacity: 0;
  }
  100% {
    padding-top: 1%;
    opacity: 0;
  }
}
@keyframes shake {
  50% {
    transform: rotate(0deg);
  }
  52% {
    transform: rotate(6deg);
  }
  54% {
    transform: rotate(-6deg);
  }
  57% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  63% {
    transform: rotate(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  50% {
    filter: brightness(1);
  }
  55% {
    filter: brightness(1.3);
  }
  60% {
    filter: brightness(1);
  }
}
@keyframes flash2 {
  50% {
    filter: brightness(1);
  }
  55% {
    filter: brightness(2.5);
  }
  60% {
    filter: brightness(1);
  }
}
@media all and (max-width: 768px) {
  @keyframes move {
    0% {
      padding-top: 5%;
      opacity: 0;
    }
    4% {
      padding-top: 0;
      opacity: 1;
    }
    5% {
      padding-top: 1.5%;
      opacity: 1;
    }
    50% {
      padding-top: 1.5%;
      opacity: 1;
    }
    55% {
      padding-top: 1.5%;
      opacity: 0;
    }
    100% {
      padding-top: 1.5%;
      opacity: 0;
    }
  }
}
.all {
  color: #222222;
  width: 100%;
  font-family: Arial;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  line-break: anywhere;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1650px;
  margin: auto;
  text-align: center;
  padding: 100px 0;
}
@media all and (max-width: 500px) {
  .all .container {
    padding: 10vw 0;
  }
}
.all h2 {
  color: #222222;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media all and (max-width: 500px) {
  .all h2 {
    font-size: 7vw;
    letter-spacing: 1vw;
    margin-bottom: 7vw;
  }
}
.all h2 span {
  color: #e55087;
}
.all h2 div {
  white-space: nowrap;
}
.all h2 div::before, .all h2 div::after {
  content: "●";
  position: relative;
  top: -2px;
}
@media all and (max-width: 500px) {
  .all h2 div::before, .all h2 div::after {
    top: -0.5vw;
  }
}
.all h2 div::before {
  color: #5ec6f7;
  margin-right: 15px;
}
@media all and (max-width: 500px) {
  .all h2 div::before {
    margin-right: 2vw;
  }
}
.all h2 div::after {
  color: #fb92b9;
  margin-left: 15px;
}
@media all and (max-width: 500px) {
  .all h2 div::after {
    margin-left: 2vw;
  }
}
.all h2 div span {
  color: #1e9cd7;
}
.all .button {
  width: 80%;
  max-width: 250px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-top: 50px;
  padding: 20px 0 16px;
  border-radius: 50px;
  background-color: #ff7bac;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
}
@media all and (max-width: 768px) {
  .all .button {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin-top: 10vw;
    padding: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  background-color: #ff90b8;
  top: -5px;
  transition: 0.3s;
}
.all .visual {
  position: relative;
}
.all .visual picture {
  display: flex;
}
.all .visual .title,
.all .visual [class^=img-],
.all .visual .sound,
.all .visual .robot-box {
  position: absolute;
}
.all .visual .title img,
.all .visual [class^=img-] img,
.all .visual .sound img,
.all .visual .robot-box img {
  position: absolute;
}
.all .visual .title {
  width: 26%;
  height: 40%;
  top: 17%;
  left: 28%;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 80%;
    height: 28%;
    top: 11.5%;
    left: 10%;
  }
}
.all .visual .title [class^=titleA-] {
  width: 21%;
  top: 0;
}
@media all and (max-width: 768px) {
  .all .visual .title [class^=titleA-] {
    width: 21%;
  }
}
.all .visual .title .titleA-01 {
  left: 10%;
  top: 0;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-01 {
    left: 23%;
  }
}
.all .visual .title .titleA-02 {
  left: 37%;
  animation-delay: 0.4s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-02 {
    left: 45%;
  }
}
.all .visual .title .titleA-03 {
  left: 63%;
  animation-delay: 0.8s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-03 {
    left: 68%;
  }
}
.all .visual .title .titleB-01 {
  animation-delay: 1.2s;
  width: 100%;
  bottom: 0;
  left: 0;
}
.all .visual .title img {
  animation: zoom 5s infinite linear;
}
.all .visual .robot-box {
  width: 12%;
  height: 40.5%;
  top: 21%;
  left: 14.2%;
}
@media all and (max-width: 768px) {
  .all .visual .robot-box {
    width: 19%;
    height: 15%;
    top: 8%;
    left: 7%;
  }
}
.all .visual .robot-box [class^=robot-] {
  animation: shake 5.5s infinite linear;
}
.all .visual .robot-box .robot {
  width: 87%;
  bottom: 0;
  right: 1%;
}
.all .visual .robot-box .robot-01 {
  width: 43%;
  right: 0;
  top: 0;
  transform-origin: center bottom;
  animation-delay: 1s;
}
.all .visual .robot-box .robot-02 {
  width: 30%;
  left: 0;
  top: 13%;
  transform-origin: center bottom;
}
.all .visual [class^=img-] {
  animation: move 7s infinite linear;
}
.all .visual .img-1 {
  width: 18%;
  left: 53%;
  top: 50%;
}
@media all and (max-width: 768px) {
  .all .visual .img-1 {
    width: 45%;
    left: 7%;
    top: 65%;
  }
}
.all .visual .img-2 {
  animation-delay: 1.5s;
  width: 17%;
  left: 69%;
  top: 67%;
}
@media all and (max-width: 768px) {
  .all .visual .img-2 {
    width: 45%;
    left: 42%;
    top: 75%;
  }
}
.all .visual .sound {
  width: 8%;
  left: 81%;
  top: 18%;
  animation: shake 4s infinite linear;
  transform-origin: 15% bottom;
}
@media all and (max-width: 768px) {
  .all .visual .sound {
    width: 20%;
    left: 72%;
    top: 46%;
  }
}
.all #form {
  background: url(../images/img-form-bg1.png) no-repeat left 20%/10% auto, url(../images/img-form-bg2.png) no-repeat 98% 18%/8% auto, #e9f7ff;
  margin-top: -2.5vw;
}
@media all and (max-width: 768px) {
  .all #form {
    background: url(../images/img-form-bg1.png) no-repeat -1% 18%/20% auto, url(../images/img-form-bg2.png) no-repeat 102% 45%/20% auto, #e9f7ff;
  }
}
.all #form h2 {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .all #form h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  .all #form h2 {
    font-size: 5.3vw;
    margin-bottom: 8vw;
  }
}
.all #form .container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 70px 5%;
  border-radius: 100px;
  position: relative;
}
@media all and (max-width: 500px) {
  .all #form .container {
    border-radius: 10vw;
    padding: 15vw 5%;
  }
}
.all #form .box {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 43%;
  align-items: center;
  gap: 7%;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all #form .box {
    gap: 0;
  }
}
.all #form .box .img-box {
  margin: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .all #form .box .img-box {
    width: 85%;
    max-width: 576px;
  }
}
.all #form .box .img-box .img {
  width: 100%;
  display: block;
}
.all #form .box .img-box .img img {
  position: absolute;
  animation: shake 3s infinite linear;
  transform-origin: center bottom;
}
.all #form .box .img-box .img .img-1 {
  width: 49%;
  left: -18%;
  top: 4%;
}
.all #form .box .img-box .img .img-2 {
  width: 42%;
  right: -11%;
  top: 4%;
  animation-delay: 0.8s;
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media all and (max-width: 500px) {
  .all #form .box ul {
    gap: 4vw;
  }
}
.all #form .box ul li {
  width: 48%;
}
@media all and (max-width: 500px) {
  .all #form .box ul li {
    width: 100%;
  }
}
.all #form .box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .box #READ {
  text-align: center;
}
.all #form .box #READ span,
.all #form .box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #000;
}
@media all and (max-width: 500px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.2vw;
  }
}
.all #form .box input[type=text],
.all #form .box input[type=tel],
.all #form .box input[type=email],
.all #form .box select {
  font-size: 20px;
  padding: 20px 25px;
  color: #222222;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #eeeeee;
  -webkit-input-placeholder: #222222;
  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: #222222;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=text],
  .all #form .box input[type=tel],
  .all #form .box input[type=email],
  .all #form .box select {
    font-size: 5vw;
    padding: 3.8vw 5vw;
  }
}
.all #form .box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
  top: 1px;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox] {
    width: 5.5vw;
    top: 0.4vw;
  }
}
.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 #222222;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 500px) {
  .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: #222222;
  border: 1px solid #222222;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 12px/15px auto;
  background-color: #eeeeee;
}
.all .feature {
  background: url(../images/bg-under.png) no-repeat center top/100% auto, url(../images/bg-top.png) no-repeat center bottom/100% auto, url(../images/BG.webp) no-repeat center top/cover fixed;
  margin-top: -250px;
}
@media all and (max-width: 768px) {
  .all .feature {
    background: url(../images/bg-under.png) no-repeat center top/100% auto, url(../images/bg-top.png) no-repeat center bottom/100% auto, url(../images/BG-m.webp) no-repeat center top/cover fixed;
  }
}
@media all and (max-width: 500px) {
  .all .feature {
    margin-top: -80vw;
  }
}
.all .feature .container {
  padding-top: 350px;
  padding-bottom: 210px;
}
@media all and (max-width: 768px) {
  .all .feature .container {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 500px) {
  .all .feature .container {
    padding-top: 95vw;
    padding-bottom: 30vw;
  }
}
.all .feature ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media all and (max-width: 1624px) {
  .all .feature ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .all .feature ul {
    gap: 5vw;
  }
}
.all .feature li {
  border-radius: 50px;
  background-color: #fff;
  padding: 30px 10px 10px;
}
@media all and (max-width: 1624px) {
  .all .feature li {
    display: grid;
    align-items: center;
    grid-template-columns: 350px 1fr;
    gap: 3%;
    padding: 50px 135px 50px 100px;
  }
}
@media all and (max-width: 1440px) {
  .all .feature li {
    padding: 50px 80px 50px 50px;
  }
}
@media all and (max-width: 1024px) {
  .all .feature li {
    grid-template-columns: 280px 1fr;
    padding: 30px;
  }
}
@media all and (max-width: 768px) {
  .all .feature li {
    grid-template-columns: 1fr;
    padding: 30px 12%;
    gap: 0;
  }
}
@media all and (max-width: 500px) {
  .all .feature li {
    border-radius: 10vw;
    padding: 5vw 3vw 3vw;
    gap: 0;
  }
}
.all .feature .image-container {
  width: 100%;
  aspect-ratio: 3/2;
}
@media all and (max-width: 768px) {
  .all .feature .image-container {
    width: 90%;
    max-width: 380px;
    margin: auto;
  }
}
.all .feature h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    font-size: 6vw;
    margin: 0;
  }
}
@media all and (min-width: 1681px) and (max-width: 1725px) {
  .all .feature h3 {
    font-size: 21px;
  }
}
@media all and (min-width: 1625px) and (max-width: 1680px) {
  .all .feature h3 {
    font-size: 1.45vw;
  }
}
.all .feature h3 span {
  color: #bd3d6c;
}
.all .feature p {
  font-size: 18px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 4.9vw;
  }
}
@media all and (min-width: 1625px) {
  .all .feature p {
    height: 200px;
  }
}
@media all and (min-width: 1625px) and (max-width: 1680px) {
  .all .feature p {
    height: 180px;
  }
}
.all .feature p.focus {
  font-weight: 800;
  padding: 40px 15px 20px;
  background-color: #fffaf2;
  border: 4px dotted #ff7bac;
  border-radius: 40px;
  position: relative;
  letter-spacing: 1px;
}
@media all and (min-width: 1625px) {
  .all .feature p.focus {
    height: 300px;
  }
}
@media all and (min-width: 1625px) and (max-width: 1722px) {
  .all .feature p.focus {
    height: 330px;
  }
}
@media all and (max-width: 1680px) {
  .all .feature p.focus {
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .feature p.focus {
    margin-top: 8vw;
    border: 3px dotted #ff7bac;
    border-radius: 8vw;
  }
}
.all .feature p.focus::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 2/3;
  background: url(../images/feature-info.png) no-repeat center center/100% auto;
  position: absolute;
  top: -17px;
  right: 15px;
}
.all .feature p.focus span {
  color: #bd3d6c;
}
.all .mode {
  background: linear-gradient(180deg, #ffeed6, #e7fcff);
}
.all .mode .container {
  padding: 0;
}
@media all and (max-width: 1440px) {
  .all .mode .container {
    padding: 50px 0;
  }
}
@media all and (max-width: 500px) {
  .all .mode .container {
    padding: 18vw 0;
  }
}
.all .mode .img-box {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}
@media all and (max-width: 1440px) {
  .all .mode .img-box {
    max-width: 100%;
  }
  .all .mode .img-box img {
    width: 47%;
  }
}
@media all and (max-width: 1440px) and (max-width: 1024px) {
  .all .mode .img-box img {
    width: 85%;
    max-width: 600px;
  }
}
@media all and (max-width: 1024px) {
  .all .mode ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .all .mode ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .all .mode ul {
    gap: 5vw;
    margin-top: 5vw;
  }
}
.all .mode li {
  text-align: left;
  width: 54%;
}
@media all and (min-width: 1025px) {
  .all .mode li {
    position: absolute;
  }
}
.all .mode li:nth-of-type(1) {
  top: 0;
  left: -22%;
}
.all .mode li:nth-of-type(1) h3 {
  color: #ff3f53;
}
.all .mode li:nth-of-type(2) {
  bottom: 0;
  left: -62%;
}
.all .mode li:nth-of-type(2) h3 {
  color: #ffc21e;
}
.all .mode li:nth-of-type(3) {
  bottom: 0;
  right: -62%;
}
.all .mode li:nth-of-type(3) h3 {
  color: #58b3c5;
}
@media all and (max-width: 1440px) {
  .all .mode li {
    width: 23%;
  }
  .all .mode li:nth-of-type(1) {
    left: 18%;
  }
  .all .mode li:nth-of-type(2) {
    left: 0%;
  }
  .all .mode li:nth-of-type(3) {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .all .mode li {
    width: 100%;
  }
}
.all .mode h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
  margin: 0;
}
@media all and (max-width: 500px) {
  .all .mode h3 {
    font-size: 6vw;
    margin: 0;
  }
}
.all .mode p {
  font-size: 18px;
  font-weight: 700;
}
@media all and (max-width: 500px) {
  .all .mode p {
    font-size: 4.9vw;
  }
}
.all .step {
  background: url(../images/bg-under2.png) no-repeat center top/100% auto, url(../images/bg-top.png) no-repeat center bottom/100% auto, url(../images/BG.webp) no-repeat center top/cover fixed;
}
@media all and (max-width: 768px) {
  .all .step {
    background: url(../images/bg-under2.png) no-repeat center top/100% auto, url(../images/bg-top.png) no-repeat center bottom/100% auto, url(../images/BG-m.webp) no-repeat center top/cover fixed;
  }
}
.all .step .container {
  padding: 250px 0;
}
@media all and (max-width: 1024px) {
  .all .step .container {
    padding: 200px 0;
  }
}
@media all and (max-width: 768px) {
  .all .step .container {
    padding: 120px 0;
  }
}
@media all and (max-width: 500px) {
  .all .step .container {
    padding: 25vw 0;
  }
}
.all .step ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 200px;
  margin-top: -50px;
}
@media all and (max-width: 1024px) {
  .all .step ul {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
    gap: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .step ul {
    gap: 5vw;
    margin-top: 15vw;
  }
}
.all .step li {
  position: relative;
}
@media all and (max-width: 1024px) {
  .all .step li {
    display: grid;
    grid-template-columns: 30% 100px auto;
    align-items: center;
    gap: 15px;
  }
}
@media all and (max-width: 500px) {
  .all .step li {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.all .step li:nth-of-type(1) {
  top: 216px;
}
@media all and (max-width: 1024px) {
  .all .step li:nth-of-type(1) {
    top: 0;
  }
}
.all .step li:nth-of-type(1) .step-sign {
  background-color: #ff3f53;
}
@media all and (min-width: 1024px) {
  .all .step li:nth-of-type(1) .step-sign {
    animation: flash2 6s infinite linear;
  }
}
@media all and (max-width: 500px) {
  .all .step li:nth-of-type(1) .step-sign {
    top: 0;
  }
}
.all .step li:nth-of-type(1) .image-container::before {
  animation: flash2 6s infinite linear;
  border-top: 3px solid #ff3f53;
  border-left: 3px solid #ff3f53;
}
.all .step li:nth-of-type(1) .image-container::after {
  animation: flash2 6s infinite linear;
  color: #ff3f53;
}
.all .step li:nth-of-type(2) {
  top: 144px;
}
@media all and (max-width: 1024px) {
  .all .step li:nth-of-type(2) {
    top: 0;
  }
}
.all .step li:nth-of-type(2) .step-sign {
  background-color: #ffc21e;
}
@media all and (min-width: 1024px) {
  .all .step li:nth-of-type(2) .step-sign {
    animation-delay: 0.5s;
  }
}
.all .step li:nth-of-type(2) .image-container::before {
  animation-delay: 0.5s;
  border-top: 3px solid #ffc21e;
  border-left: 3px solid #ffc21e;
}
.all .step li:nth-of-type(2) .image-container::after {
  animation-delay: 0.5s;
  color: #ffc21e;
}
.all .step li:nth-of-type(3) {
  top: 72px;
}
@media all and (max-width: 1024px) {
  .all .step li:nth-of-type(3) {
    top: 0;
  }
}
.all .step li:nth-of-type(3) .step-sign {
  background-color: #58b3c5;
}
@media all and (min-width: 1024px) {
  .all .step li:nth-of-type(3) .step-sign {
    animation-delay: 1s;
  }
}
.all .step li:nth-of-type(3) .image-container::before {
  animation-delay: 1s;
  border-top: 3px solid #58b3c5;
  border-left: 3px solid #58b3c5;
}
.all .step li:nth-of-type(3) .image-container::after {
  animation-delay: 1s;
  color: #58b3c5;
}
.all .step li:nth-of-type(4) .step-sign {
  background-color: #9c69b6;
}
@media all and (min-width: 1024px) {
  .all .step li:nth-of-type(4) .step-sign {
    animation-delay: 1.5s;
  }
}
.all .step li:nth-of-type(4) .image-container::before {
  animation-delay: 1.5s;
  border-top: 3px solid #9c69b6;
  border-left: 3px solid #9c69b6;
}
.all .step li:nth-of-type(4) .image-container::after {
  animation-delay: 1.5s;
  color: #9c69b6;
}
.all .step .image-container {
  width: 90%;
  max-width: 290px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
}
@media all and (max-width: 1440px) {
  .all .step .image-container {
    max-width: 200px;
  }
}
@media all and (min-width: 1025px) {
  .all .step .image-container::before {
    content: "";
    display: table;
    position: absolute;
    width: calc(100% - 10px);
    height: 70px;
    margin-top: -100px;
    top: 420px;
    left: 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .all .step .image-container::before {
    top: 330px;
  }
}
@media all and (max-width: 1024px) {
  .all .step .image-container {
    position: relative;
    align-items: center;
    max-width: auto;
    top: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .step .image-container {
    max-width: 50%;
    aspect-ratio: auto;
    top: 0;
    left: 25%;
  }
}
@media all and (min-width: 1025px) {
  .all .step .image-container::after {
    font-size: 35px;
    position: absolute;
    content: "▶";
    right: -5px;
    top: 290px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .all .step .image-container::after {
    top: 200px;
  }
}
.all .step .image-container::before, .all .step .image-container::after {
  animation: flash 6s infinite linear;
}
.all .step .step-sign {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
@media all and (min-width: 1024px) {
  .all .step .step-sign {
    animation: flash 6s infinite linear;
  }
}
@media all and (max-width: 1024px) {
  .all .step .step-sign {
    font-size: 26px;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0;
    top: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .step .step-sign {
    font-size: 5vw;
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: 5vw;
    left: 10%;
    line-height: 1.2;
  }
}
.all .step .info {
  position: relative;
  top: 20px;
}
@media all and (max-width: 500px) {
  .all .step .info {
    top: -5vw;
  }
}
.all .step h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}
@media all and (max-width: 500px) {
  .all .step h3 {
    font-size: 6vw;
    margin: 0;
  }
}
@media all and (max-width: 1024px) {
  .all .step h3 {
    text-align: left;
  }
}
.all .step p {
  font-size: 18px;
  text-align: left;
  width: 70%;
  margin: auto;
}
@media all and (max-width: 500px) {
  .all .step p {
    font-size: 4.9vw;
  }
}
@media all and (max-width: 1024px) {
  .all .step p {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .all .step p {
    font-size: 4.7vw;
    letter-spacing: 0;
  }
}
.all .courses {
  background: linear-gradient(180deg, #ffeed6, #e7fcff);
}
.all .courses .container {
  padding: 0;
}
@media all and (max-width: 1440px) {
  .all .courses .container {
    padding: 50px 0;
  }
}
@media all and (max-width: 500px) {
  .all .courses .container {
    padding: 18vw 0;
  }
}
.all .courses ul {
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  gap: 5%;
}
@media all and (max-width: 1680px) {
  .all .courses ul {
    gap: 3%;
  }
}
@media all and (max-width: 1450px) {
  .all .courses ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media all and (max-width: 1100px) {
  .all .courses ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media all and (max-width: 650px) {
  .all .courses ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.all .courses li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background-color: #fffdfa;
  margin-bottom: 50px;
  border-radius: 200px 200px 50px 50px;
  padding: 35px 20px 60px;
}
.all .courses li:nth-child(5n+1) h3 {
  color: #ff3f53;
}
.all .courses li:nth-child(5n+2) h3 {
  color: #ffc21e;
}
.all .courses li:nth-child(5n+3) h3 {
  color: #70bb61;
}
.all .courses li:nth-child(5n+4) h3 {
  color: #58b3c5;
}
.all .courses li:nth-child(5n+5) h3 {
  color: #9c69b6;
}
@media all and (max-width: 500px) {
  .all .courses li {
    margin-bottom: 10vw;
    border-radius: 50vw 50vw 10vw 10vw;
    padding: 12vw 5vw;
  }
}
.all .courses .image-container {
  width: 80%;
  max-width: 120px;
  margin: auto;
}
.all .courses h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 6vw;
    margin: 0;
  }
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 7vw;
  }
}
.all .courses p {
  font-size: 18px;
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 4.9vw;
  }
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5vw;
  }
}
.all .stories {
  background: url(../images/bg-under2.png) no-repeat center top/100% auto, url(../images/BG.webp) no-repeat center top/cover fixed;
}
@media all and (max-width: 768px) {
  .all .stories {
    background: url(../images/bg-under2.png) no-repeat center top/100% auto, url(../images/bg-m.webp) no-repeat center top/cover fixed;
  }
}
.all .stories .container {
  padding-top: 250px;
}
@media all and (max-width: 1024px) {
  .all .stories .container {
    padding-top: 200px;
  }
}
@media all and (max-width: 768px) {
  .all .stories .container {
    padding-top: 120px;
  }
}
@media all and (max-width: 500px) {
  .all .stories .container {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
}
.all .stories ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media all and (max-width: 1440px) {
  .all .stories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 815px) {
  .all .stories ul {
    grid-template-columns: 1fr;
  }
}
.all .stories li {
  border-radius: 45px;
  background-color: #fff;
  padding: 35px 25px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .all .stories li {
    border-radius: 8vw;
    padding: 10vw 4.5vw;
  }
}
.all .stories h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
  font-size: 22px;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .all .stories h3 {
    font-size: 6vw;
    margin: 0;
  }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  .all .stories h3 {
    font-size: 1.2vw;
  }
}
@media all and (max-width: 500px) {
  .all .stories h3 {
    padding-top: 2vw;
  }
}
@media all and (min-width: 501px) and (max-width: 1440px) {
  .all .stories br {
    display: none;
  }
}
.all .stories .info {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 15px;
  padding-bottom: 30px;
  background: url(../images/star.png) no-repeat right 5% bottom 20%/100px auto;
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  .all .stories .info {
    grid-template-columns: 28% auto;
    gap: 5%;
  }
}
@media all and (max-width: 500px) {
  .all .stories .info {
    grid-template-columns: 24% auto;
    gap: 4%;
    background: url(../images/star.png) no-repeat right 5% bottom 10%/30% auto;
  }
}
.all .stories p {
  font-size: 18px;
}
@media all and (max-width: 500px) {
  .all .stories p {
    font-size: 4.9vw;
  }
}

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