@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 {
  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(6deg);
  }
  54% {
    transform: rotate(-6deg);
  }
  57% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  63% {
    transform: rotate(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    top: -15px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: -15px;
  }
}
@media all and (max-width: 1300px) {
  @keyframes move {
    0% {
      top: 0;
    }
    50% {
      top: 2vw;
    }
    100% {
      top: 0;
    }
  }
}
@media all and (max-width: 768px) {
  @keyframes move {
    0% {
      top: 0;
    }
    50% {
      top: 3vw;
    }
    100% {
      top: 0;
    }
  }
}
.all {
  font-size: 18px;
  color: #254492;
  width: 100%;
  font-family: Arial;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  line-break: anywhere;
}
@media all and (max-width: 500px) {
  .all {
    font-size: 5vw;
  }
}
.all img {
  width: 100%;
  height: auto;
}
.all .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
  display: block;
  position: relative;
}
.all .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .page_title {
  display: none;
}
.all h2 {
  position: relative;
  display: inline-block;
  color: #254492;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media all and (max-width: 768px) {
  .all h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) and (max-width: 500px) {
  .all h2 {
    font-size: 5.5vw;
    margin-bottom: 10vw;
  }
}
.all h2 span,
.all h2 div {
  display: inline-block;
  background: linear-gradient(to top, #e6e30a 0px, #e6e30a 15px, transparent 15px);
  line-height: 1.2;
}
@media all and (max-width: 500px) {
  .all h2 span,
  .all h2 div {
    background: linear-gradient(to top, #e6e30a 0px, #e6e30a 4vw, transparent 4vw);
  }
}
.all h2 div {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
}
@media all and (max-width: 768px) {
  .all h2 div {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  .all h2 div {
    font-size: 8vw;
    letter-spacing: 1vw;
  }
}
.all h2::before, .all h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 89px;
  top: 7px;
  aspect-ratio: 89/52;
  background: url(../images/title-bg.png) no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 768px) {
  .all h2::before, .all h2::after {
    width: 70px;
  }
}
@media all and (max-width: 500px) {
  .all h2::before, .all h2::after {
    width: 15vw;
  }
}
.all h2::before {
  left: -110px;
}
@media all and (max-width: 768px) {
  .all h2::before {
    left: -90px;
  }
}
@media all and (max-width: 500px) {
  .all h2::before {
    left: -18vw;
  }
}
.all h2::after {
  right: -110px;
  transform: scaleX(-1);
}
@media all and (max-width: 768px) {
  .all h2::after {
    right: -90px;
  }
}
@media all and (max-width: 500px) {
  .all h2::after {
    right: -18vw;
  }
}
.all .owl-carousel {
  position: relative;
}
.all .owl-carousel a {
  display: table;
}
.all .owl-carousel .owl-nav span {
  color: #254492;
  font-size: 35px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 0.9;
  background-color: #fff;
  display: block;
}
@media all and (max-width: 1440px) {
  .all .owl-carousel .owl-nav span {
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}
.all .owl-carousel .owl-nav span:focus {
  outline: none;
}
.all .owl-carousel .owl-prev,
.all .owl-carousel .owl-next {
  top: 25%;
  position: absolute;
}
.all .owl-carousel .owl-next {
  right: -60px;
}
@media all and (max-width: 1440px) {
  .all .owl-carousel .owl-next {
    right: -40px;
  }
}
.all .owl-carousel .owl-prev {
  left: -60px;
}
@media all and (max-width: 1440px) {
  .all .owl-carousel .owl-prev {
    left: -40px;
  }
}
.all .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
@media only screen and (max-width: 500px) {
  .all .owl-carousel .owl-dots {
    margin-top: 10vw;
  }
}
.all .owl-carousel .owl-dots span {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  display: block;
  background-color: #fff;
  border: 2px solid #254492;
}
@media only screen and (max-width: 768px) {
  .all .owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    border: 1px solid #254492;
  }
}
.all .owl-carousel .owl-dots .active span {
  background-color: #254492;
}
@media only screen and (max-width: 1024px) {
  .all .owl-carousel .owl-nav {
    display: none;
  }
}
.all .visual {
  position: relative;
}
.all .visual picture {
  display: flex;
}
.all .visual .title,
.all .visual .img-groups {
  position: absolute;
}
.all .visual .title div,
.all .visual .title img,
.all .visual .img-groups div,
.all .visual .img-groups img {
  top: 0;
  position: absolute;
  z-index: 2;
}
.all .visual .title span,
.all .visual .img-groups span {
  display: block;
}
.all .visual .title {
  width: 43%;
  height: 31%;
  top: 3.1%;
  left: 28.5%;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 88%;
    height: 27%;
    top: 7.9%;
    left: 6%;
  }
}
.all .visual .title [class^=titleA-] {
  width: 12%;
  aspect-ratio: 1/1.1;
  animation: bounce 4.5s infinite linear;
  transform-origin: bottom center;
}
@media all and (max-width: 768px) {
  .all .visual .title [class^=titleA-] {
    width: 18%;
  }
}
.all .visual .title .title-01 {
  width: 73%;
  left: 14%;
  aspect-ratio: 6/1;
  background: url(../images/title-01.png) no-repeat top center/100% auto;
}
@media all and (max-width: 768px) {
  .all .visual .title .title-01 {
    width: 100%;
    left: 0;
    background: url(../images/title-01m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleA-02 {
  left: 0;
  top: 54%;
  background: url(../images/title-02.png) no-repeat top center/100% auto;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-02 {
    left: 23%;
    top: 26%;
    background: url(../images/title-02m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleA-03 {
  left: 12%;
  top: 53%;
  background: url(../images/title-03.png) no-repeat top center/100% auto;
  animation-delay: 0.2s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-03 {
    left: 41%;
    top: 23%;
    background: url(../images/title-03m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleA-04 {
  left: 23.7%;
  top: 49%;
  background: url(../images/title-04.png) no-repeat top center/100% auto;
  animation-delay: 0.4s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleA-04 {
    left: 59%;
    top: 26%;
    background: url(../images/title-04m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .title-05 {
  width: 2.5%;
  left: 38.2%;
  top: 64%;
  aspect-ratio: 1/2;
  background: url(../images/title-05.png) no-repeat top center/100% auto;
}
@media all and (max-width: 768px) {
  .all .visual .title .title-05 {
    display: none;
  }
}
.all .visual .title [class^=titleB-] {
  width: 10.5%;
  aspect-ratio: 1/1;
  animation: bounce 4.5s infinite linear;
  transform-origin: bottom center;
}
@media all and (max-width: 768px) {
  .all .visual .title [class^=titleB-] {
    width: 16%;
    aspect-ratio: 1/1.1;
  }
}
.all .visual .title .titleB-06 {
  left: 44%;
  top: 50%;
  background: url(../images/title-06.png) no-repeat top center/100% auto;
  animation-delay: 0.6s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB-06 {
    left: 9.2%;
    top: 69%;
    background: url(../images/title-06m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleB-07 {
  left: 55.8%;
  top: 51%;
  background: url(../images/title-07.png) no-repeat top center/100% auto;
  animation-delay: 0.8s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB-07 {
    left: 25.8%;
    top: 64%;
    background: url(../images/title-07m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleB-08 {
  left: 67%;
  top: 52%;
  background: url(../images/title-08.png) no-repeat top center/100% auto;
  animation-delay: 1s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB-08 {
    left: 43%;
    top: 63%;
    background: url(../images/title-08m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleB-09 {
  left: 79%;
  top: 55%;
  background: url(../images/title-09.png) no-repeat top center/100% auto;
  animation-delay: 1.2s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB-09 {
    left: 60.5%;
    top: 65%;
    background: url(../images/title-09m.png) no-repeat top center/100% auto;
  }
}
.all .visual .title .titleB-10 {
  left: 89.5%;
  top: 57%;
  background: url(../images/title-10.png) no-repeat top center/100% auto;
  animation-delay: 1.4s;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB-10 {
    left: 76%;
    top: 67%;
    background: url(../images/title-10m.png) no-repeat top center/100% auto;
  }
}
.all .visual .img-groups {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all .visual .img-groups [class^=img-] {
  width: 4.2%;
  animation: shake 4.5s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .img-groups [class^=img-] {
    width: 13%;
  }
}
.all .visual .img-groups .img-1 {
  top: 43%;
  left: 47%;
  transform-origin: right 85%;
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-1 {
    top: 48%;
    left: 9%;
  }
}
.all .visual .img-groups .img-2 {
  width: 4%;
  top: 36%;
  left: 65%;
  transform-origin: 8% bottom;
  animation-delay: 0.4s;
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-2 {
    width: 12%;
    top: 45.5%;
    left: 68.5%;
  }
}
.all .visual .img-groups .sign-1 {
  width: 4%;
  top: 37%;
  left: 77%;
  animation: turn 8s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .sign-1 {
    width: 10%;
    top: 43%;
    left: 86%;
  }
}
.all .container {
  width: 88%;
  margin: auto;
  text-align: center;
  padding: 150px 0 180px;
}
@media all and (max-width: 1680px) {
  .all .container {
    width: 90%;
  }
}
@media all and (max-width: 500px) {
  .all .container {
    padding: 30vw 0 32vw;
  }
}
.all .button {
  font-size: 24px;
  width: 80%;
  max-width: 350px;
  color: #fff;
  font-weight: 600;
  margin-top: 60px;
  display: inline-block;
  padding: 12px 0 10px;
  background-color: #254492;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  text-decoration: none;
}
@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: 3vw 0 2.5vw;
  }
}
.all .button:hover {
  background-color: #3e62bf;
  top: -5px;
  transition: 0.3s;
}
.all .button::after {
  position: absolute;
  content: "❯";
  right: 20px;
}
@media all and (max-width: 500px) {
  .all .button::after {
    right: 3.5vw;
  }
}
.all ul p,
.all .item p {
  color: #3b4e74;
  text-align: left;
}
.all #form {
  background-color: #dae9e9;
}
.all #form .container {
  padding-bottom: 110px;
  padding-top: 30px;
  max-width: 1120px;
}
@media all and (max-width: 500px) {
  .all #form .container {
    padding-bottom: 20vw;
  }
}
@media all and (max-width: 500px) {
  .all #form .container {
    padding-top: 20vw;
  }
}
.all #form .box {
  display: grid;
  grid-template-columns: 381px 1fr;
  align-items: center;
  gap: 6%;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all #form .box {
    gap: 6vw;
  }
}
.all #form .box .img-box {
  max-width: 381px;
  margin: auto;
}
.all #form .box .from-box {
  max-width: 600px;
  margin: auto;
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 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 span,
.all #form .box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #333333;
}
@media all and (max-width: 500px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.5vw;
  }
}
.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: #333333;
  font-weight: normal;
  border: 0px;
  width: 100%;
  background-color: transparent;
  -webkit-input-placeholder: #333333;
  border-bottom: 1px solid #96c2c2;
  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: #333333;
}
@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;
  }
}
.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 #333333;
  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: #254492;
  border: 1px solid #254492;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all .age {
  background: url(../images/BG-round.svg) repeat-x center top -40px, url(../images/BG-round.svg) repeat-x center bottom -40px;
  background-size: 80px auto;
}
@media all and (max-width: 500px) {
  .all .age {
    background: url(../images/BG-round.svg) repeat-x center top -7.5vw, url(../images/BG-round.svg) repeat-x center bottom -7.5vw;
    background-size: 15vw auto;
  }
}
.all .age .caption {
  font-size: 21px;
  font-weight: 600;
  max-width: 920px;
  margin: auto;
  padding: 25px 35px;
  background-color: #eeeeee;
  border: dotted 4px #e6e30a;
  box-sizing: border-box;
  border-radius: 30px;
}
@media all and (max-width: 500px) {
  .all .age .caption {
    border-radius: 50px;
    overflow: hidden;
    font-size: 5vw;
    padding: 5vw;
  }
}
@media all and (max-width: 500px) and (max-width: 1024px) {
  .all .age .caption {
    border-radius: 35px;
  }
}
@media all and (max-width: 500px) and (max-width: 500px) {
  .all .age .caption {
    border-radius: 8vw;
  }
}
.all .age ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 100px;
  gap: 3%;
}
@media all and (max-width: 1680px) {
  .all .age ul {
    grid-template-columns: 1fr;
    gap: 0;
    margin: auto;
    margin-top: 50px;
  }
}
@media all and (max-width: 500px) {
  .all .age ul {
    margin-top: 10vw;
  }
}
@media all and (min-width: 1681px) {
  .all .age li:nth-child(odd) {
    position: relative;
    top: -60px;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) {
  .all .age li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 120px;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) and (max-width: 1155px) {
  .all .age li {
    padding: 0;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) {
  .all .age li .number,
  .all .age li .info {
    width: calc(100% - 400px);
    text-align: left;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) and (max-width: 1155px) {
  .all .age li .number,
  .all .age li .info {
    width: calc(100% - 340px);
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) {
  .all .age li .img {
    display: flex;
    position: absolute;
    width: 320px;
    height: 100%;
    right: 100px;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) and (max-width: 1155px) {
  .all .age li .img {
    right: 0;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) {
  .all .age li .img img {
    margin-bottom: 80px;
  }
  .all .age li:nth-child(even) .number,
  .all .age li:nth-child(even) .info {
    margin-left: 350px;
  }
  .all .age li:nth-child(even) .img {
    left: 100px;
    right: auto;
  }
}
@media all and (max-width: 1680px) and (min-width: 769px) and (max-width: 1155px) {
  .all .age li:nth-child(even) .img {
    left: 0;
  }
}
@media all and (max-width: 1680px) {
  .all .age li {
    background: url(../images/line-wave2.png) repeat-x center bottom 50px;
    background-size: 70px auto;
    padding-bottom: 120px;
  }
}
@media all and (max-width: 1680px) and (max-width: 500px) {
  .all .age li {
    background: url(../images/line-wave2.png) repeat-x center bottom 10vw;
    background-size: 14.5vw auto;
  }
}
@media all and (max-width: 500px) {
  .all .age li {
    background: url(../images/line-wave2.png) repeat-x center bottom 50px;
    background-size: 70px auto;
    padding: 0 0 30vw 2vw;
  }
}
@media all and (max-width: 500px) and (max-width: 500px) {
  .all .age li {
    background: url(../images/line-wave2.png) repeat-x center bottom 10vw;
    background-size: 14.5vw auto;
  }
}
.all .age .number {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}
@media all and (max-width: 500px) {
  .all .age .number {
    font-size: 9vw;
  }
}
.all .age .number span {
  font-family: "Times New Roman", Times, serif;
  font-size: 100px;
  color: #e6e30a;
  -webkit-text-stroke: 2px #254492;
  margin-right: 5px;
}
@media all and (max-width: 500px) {
  .all .age .number span {
    font-size: 25vw;
    margin-right: 2vw;
  }
}
.all .age .img {
  width: 75%;
  margin: auto;
}
@media all and (max-width: 768px) {
  .all .age .img {
    max-width: 350px;
  }
}
.all .age h3 {
  display: inline-block;
  background: linear-gradient(to top, #e6e30a 0px, #e6e30a 10px, transparent 10px);
  line-height: 1.5;
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0 20px;
}
@media all and (max-width: 500px) {
  .all .age h3 {
    background: linear-gradient(to top, #e6e30a 0px, #e6e30a 3.5vw, transparent 3.5vw);
  }
}
@media all and (max-width: 500px) {
  .all .age h3 {
    font-size: 6vw;
    margin: 5vw 0;
  }
}
.all .PainPoints {
  background-color: #dae9e9;
}
.all .PainPoints .container {
  padding-top: 110px;
}
@media all and (max-width: 500px) {
  .all .PainPoints .container {
    padding-top: 15vw;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints h2 div {
    letter-spacing: 0.5vw;
  }
}
.all .PainPoints li {
  background: url(../images/line-wave.png) repeat-x center bottom 50px;
  background-size: 70px auto;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 8.5% 80px;
  justify-content: space-between;
}
@media all and (max-width: 500px) {
  .all .PainPoints li {
    background: url(../images/line-wave.png) repeat-x center bottom 10vw;
    background-size: 14.5vw auto;
  }
}
@media all and (min-width: 769px) {
  .all .PainPoints li:nth-child(odd) .img {
    order: 2;
  }
  .all .PainPoints li:nth-child(odd) .info {
    order: 1;
  }
}
@media all and (max-width: 1440px) {
  .all .PainPoints li {
    padding: 0 0 120px;
  }
}
@media all and (max-width: 768px) {
  .all .PainPoints li {
    flex-direction: column;
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints li {
    padding: 0 0 24vw 2vw;
  }
}
.all .PainPoints .img {
  width: 450px;
}
@media all and (max-width: 1024px) {
  .all .PainPoints .img {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  .all .PainPoints .img {
    width: 80%;
    max-width: 500px;
  }
}
.all .PainPoints .info {
  width: calc(95% - 450px);
}
@media all and (max-width: 1024px) {
  .all .PainPoints .info {
    width: calc(95% - 300px);
  }
}
@media all and (max-width: 768px) {
  .all .PainPoints .info {
    width: 100%;
    max-width: 500px;
  }
}
.all .PainPoints h3 {
  display: inline-block;
  background: linear-gradient(to top, #e6e30a 0px, #e6e30a 10px, transparent 10px);
  line-height: 1.5;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media all and (max-width: 500px) {
  .all .PainPoints h3 {
    background: linear-gradient(to top, #e6e30a 0px, #e6e30a 3.5vw, transparent 3.5vw);
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints h3 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.all .question {
  background: url(../images/BG-round.svg) repeat-x center top -40px;
  background-size: 80px auto;
  background-color: #e6e30a !important;
}
@media all and (max-width: 500px) {
  .all .question {
    background: url(../images/BG-round.svg) repeat-x center top -7.5vw;
    background-size: 15vw auto;
  }
}
.all .question .container {
  padding-bottom: 110px;
}
@media all and (max-width: 500px) {
  .all .question .container {
    padding-bottom: 20vw;
  }
}
.all .question h2 div {
  background: linear-gradient(to top, #fff 0px, #fff 15px, transparent 15px);
}
@media all and (max-width: 500px) {
  .all .question h2 div {
    background: linear-gradient(to top, #fff 0px, #fff 4vw, transparent 4vw);
  }
}
.all .question ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 35px 0;
}
@media all and (max-width: 1870px) {
  .all .question ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1440px) {
  .all .question ul {
    grid-template-columns: 1fr;
    max-width: 1100px;
    margin: auto;
  }
}
@media all and (max-width: 768px) {
  .all .question ul {
    max-width: 500px;
  }
}
@media all and (max-width: 500px) {
  .all .question ul {
    gap: 10vw;
    margin: 0 0 10vw;
  }
}
@media all and (max-width: 1870px) and (min-width: 769px) {
  .all .question ul li {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 3%;
  }
}
@media all and (max-width: 1870px) and (min-width: 769px) and (max-width: 1620px) {
  .all .question ul li {
    grid-template-columns: 220px 1fr;
  }
}
@media all and (max-width: 1870px) and (min-width: 769px) {
  .all .question ul .info {
    text-align: left;
  }
}
.all .question li {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  padding: 50px 25px;
}
@media all and (max-width: 1024px) {
  .all .question li {
    border-radius: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .question li {
    border-radius: 8vw;
  }
}
.all .question li:nth-of-type(4) h3 {
  letter-spacing: 0;
}
@media all and (max-width: 500px) {
  .all .question li {
    padding: 10vw 4vw 10vw 5.2vw;
  }
}
.all .question h3 {
  display: inline-block;
  background: linear-gradient(to top, #e6e30a 0px, #e6e30a 10px, transparent 10px);
  line-height: 1.5;
  font-size: 26px;
  font-weight: 800;
  margin: 10px auto 20px;
}
@media all and (max-width: 500px) {
  .all .question h3 {
    background: linear-gradient(to top, #e6e30a 0px, #e6e30a 3.5vw, transparent 3.5vw);
  }
}
@media all and (max-width: 500px) {
  .all .question h3 {
    font-size: 6vw;
  }
}
.all .courses {
  background: url(../images/BG-round2.svg) repeat-x center top -40px, url(../images/BG-round.svg) repeat-x center bottom -40px;
  background-size: 80px auto;
}
@media all and (max-width: 500px) {
  .all .courses {
    background: url(../images/BG-round2.svg) repeat-x center top -7.5vw, url(../images/BG-round.svg) repeat-x center bottom -7.5vw;
    background-size: 15vw auto;
  }
}
.all .courses .container:nth-of-type(1) {
  background: url(../images/line-wave2.png) repeat-x center bottom 50px;
  background-size: 70px auto;
}
@media all and (max-width: 500px) {
  .all .courses .container:nth-of-type(1) {
    background: url(../images/line-wave2.png) repeat-x center bottom 10vw;
    background-size: 14.5vw auto;
  }
}
.all .courses .container:nth-of-type(2) {
  padding-top: 50px;
}
@media all and (max-width: 500px) {
  .all .courses .container:nth-of-type(2) {
    padding-top: 4vw;
  }
}
.all .courses .carousel-box {
  padding-bottom: 80px;
}
@media all and (max-width: 500px) {
  .all .courses .carousel-box {
    padding-bottom: 12vw;
  }
}
.all .courses .image-container {
  border-radius: 50px;
  overflow: hidden;
  padding-bottom: 70%;
}
@media all and (max-width: 1024px) {
  .all .courses .image-container {
    border-radius: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .courses .image-container {
    border-radius: 8vw;
  }
}
@media all and (max-width: 500px) {
  .all .courses .image-container {
    padding-bottom: 60%;
  }
}
.all .courses h3 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 20px 0 15px;
}
@media all and (max-width: 500px) {
  .all .courses p {
    padding-left: 2vw;
  }
}
.all .stories {
  background: url(../images/BG-round.svg) repeat-x center bottom, linear-gradient(to top, #8c5fd2 0px, #8c5fd2 40px, transparent 40px);
  background-size: 80px auto;
  background-color: #dae9e9 !important;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .stories {
    background: url(../images/BG-round.svg) repeat-x center bottom, linear-gradient(to top, #8c5fd2 0px, #8c5fd2 7.5vw, transparent 7.5vw);
    background-size: 15vw auto;
  }
}
.all .stories .container {
  padding-top: 110px;
  padding-bottom: 220px;
}
@media all and (max-width: 500px) {
  .all .stories .container {
    padding-top: 15vw;
  }
}
@media all and (max-width: 1300px) {
  .all .stories .container {
    padding-bottom: calc(28vw + 40px);
  }
}
@media all and (max-width: 768px) {
  .all .stories .container {
    padding-bottom: calc(40vw + 40px);
  }
}
@media all and (max-width: 500px) {
  .all .stories .container {
    padding-bottom: 50vw;
  }
}
@media all and (max-width: 500px) {
  .all .stories h2 div {
    letter-spacing: 0;
    font-size: 7vw;
  }
}
.all .stories ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
  padding: 35px 0 20px;
}
@media all and (max-width: 1870px) {
  .all .stories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1215px) {
  .all .stories ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .all .stories ul {
    gap: 5vw;
    padding: 3vw 0 10vw 0;
  }
}
.all .stories li {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 20px 35px 25px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
}
@media all and (max-width: 1024px) {
  .all .stories li {
    border-radius: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .stories li {
    border-radius: 8vw;
  }
}
@media all and (max-width: 500px) {
  .all .stories li {
    padding: 8vw 3.5vw;
    grid-template-columns: 21vw 1fr;
    gap: 3vw;
  }
}
.all .stories li:nth-of-type(1) .image-container img {
  width: 200%;
  left: -40%;
  height: 190%;
}
.all .stories li:nth-of-type(2) .image-container img {
  width: 250%;
  left: -70%;
  height: 185%;
}
.all .stories li:nth-of-type(3) .image-container img {
  width: 150%;
  left: -25%;
  height: 125%;
}
.all .stories li:nth-of-type(4) .image-container img {
  width: 290%;
  left: -85%;
  height: 180%;
}
.all .stories li:nth-of-type(6) .image-container img {
  width: 140%;
  left: -15%;
  height: 125%;
}
.all .stories .image-container {
  padding-bottom: 100%;
  border-radius: 50%;
}
.all .stories .info {
  text-align: left;
}
.all .stories h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media all and (max-width: 500px) {
  .all .stories h3 {
    font-size: 6vw;
    line-height: 1.5;
    margin: 1.5vw 0 7vw 0;
  }
}
.all .stories p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media all and (max-width: 500px) {
  .all .stories p {
    margin-left: -22vw;
  }
}
.all .stories .btn-box {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  margin-top: 25px;
  background: url(../images/star.png) no-repeat left bottom 15px;
  background-size: 105px auto;
}
@media all and (max-width: 500px) {
  .all .stories .btn-box {
    margin-left: -22vw;
    width: 80vw;
    background-size: 30vw auto;
  }
}
.all .stories .btn-box a {
  font-weight: 700;
  color: #254492;
  background-color: #e6e30a;
  display: inline-block;
  padding: 3px 18px 0 22px;
  border-radius: 30px;
  text-decoration: none;
  line-height: 2.1;
  position: relative;
  transition: 0.3s;
  top: 0;
}
@media all and (max-width: 500px) {
  .all .stories .btn-box a {
    position: static;
    padding: 1vw 6vw 0 7vw;
  }
}
.all .stories .btn-box a:hover {
  background-color: #fffb24;
  top: -3px;
}
.all .stories .img-Group {
  position: absolute;
  width: 100%;
  bottom: 50px;
  height: 270px;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group {
    height: 22.5vw;
  }
}
@media all and (max-width: 1300px) and (max-width: 768px) {
  .all .stories .img-Group {
    height: 33vw;
  }
}
@media all and (max-width: 1300px) and (max-width: 500px) {
  .all .stories .img-Group {
    bottom: 8vw;
  }
}
.all .stories .img-Group div {
  position: relative;
  animation: move 7s infinite linear;
}
.all .stories .img-Group div:nth-child(odd) {
  animation-delay: 3.5s;
}
.all .stories .img-Group img {
  width: 150px;
  position: absolute;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group img {
    width: 12vw;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group img {
    width: 18vw;
  }
}
.all .stories .img-Group .img1 {
  left: 4%;
  top: 9%;
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img1 {
    left: 0;
  }
}
.all .stories .img-Group .img2 {
  left: 13%;
  top: 0;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group .img2 {
    left: 18%;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img2 {
    left: 16%;
  }
}
.all .stories .img-Group .img3 {
  left: 22%;
  top: 4%;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group .img3 {
    left: 32%;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img3 {
    left: 30%;
  }
}
.all .stories .img-Group .img4 {
  right: 22%;
  top: 9%;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group .img4 {
    right: 35%;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img4 {
    right: 32%;
  }
}
.all .stories .img-Group .img5 {
  right: 12%;
  top: 0;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group .img5 {
    right: 20%;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img5 {
    right: 15%;
  }
}
.all .stories .img-Group .img6 {
  right: 4%;
  top: 2%;
}
@media all and (max-width: 1300px) {
  .all .stories .img-Group .img6 {
    right: 5%;
  }
}
@media all and (max-width: 768px) {
  .all .stories .img-Group .img6 {
    right: 0;
  }
}
.all .stories .button {
  z-index: 2;
}

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