@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 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);
  }
}
@keyframes zoom-title {
  0% {
    transform: scale(1);
    z-index: 1;
  }
  4% {
    transform: scale(1.3);
    z-index: 1;
  }
  8% {
    transform: scale(1);
    z-index: 1;
  }
}
@keyframes bounce-title {
  30% {
    transform: scaleX(1);
  }
  32% {
    transform: scale3d(1.25, 0.75, 1);
  }
  34% {
    transform: scale3d(0.75, 1.25, 1);
  }
  36% {
    transform: scale3d(1.15, 0.85, 1);
  }
  38% {
    transform: scale3d(0.95, 1.05, 1);
  }
  40% {
    transform: scale3d(1.05, 0.95, 1);
  }
  42% {
    transform: scaleX(1);
  }
}
.all {
  color: #333333;
  width: 100%;
  font-family: Arial, "源柔ゴシックLP", sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 100px 0;
}
@media all and (max-width: 500px) {
  .all .container {
    padding: 20vw 0;
  }
}
.all h2 {
  margin-bottom: 80px;
}
@media all and (max-width: 500px) {
  .all h2 {
    margin-bottom: 10vw;
  }
}
.all h2 span {
  color: #0d568a;
}
.all h2 div {
  font-size: 38px;
  font-weight: 600;
  background: linear-gradient(to top, #ece81a 0, #ece81a 15px, transparent 16px, transparent 100%);
  line-height: 1.2;
  letter-spacing: 2px;
  display: table;
  margin: 0 auto 15px;
  padding: 0 5px;
}
@media all and (max-width: 1024px) {
  .all h2 div {
    font-size: 30px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all h2 div {
    font-size: 7vw;
    font-weight: 700;
    letter-spacing: 0.2vw;
    margin: 0 auto 2vw;
    padding: 0 1vw;
  }
}
.all .image-container {
  width: 100%;
}
.all .button {
  width: 80%;
  max-width: 250px;
  color: #fff;
  background-color: #3fabf1;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-top: 50px;
  padding: 20px 0 16px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  display: block;
}
@media all and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin-top: 10vw;
    padding: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  top: -5px;
  transition: 0.3s;
  background-color: #70c6ff;
}
.all .visual {
  position: relative;
}
.all .visual picture img {
  display: block;
}
.all .visual .title {
  width: 41.2vw;
  aspect-ratio: 804/308;
  top: 17.6%;
  left: 7.3%;
  display: block;
  position: absolute;
  background: url(../images/title-BG.webp) no-repeat center center/100% auto;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 94.5vw;
    left: 3.5%;
    top: 14.5%;
  }
}
.all .visual .title img {
  position: absolute;
}
.all .visual .title [class^=titleA] {
  width: 7%;
  top: 26%;
  animation: zoom-title 7s infinite linear;
}
.all .visual .title .titleA01 {
  left: 51.8%;
}
.all .visual .title .titleA02 {
  left: 60.9%;
  animation-delay: 0.3s;
}
.all .visual .title .titleA03 {
  left: 69.3%;
  animation-delay: 0.6s;
}
.all .visual .title .titleA04 {
  left: 78%;
  animation-delay: 0.9s;
}
.all .visual .title .titleA05 {
  left: 86.4%;
  animation-delay: 1.2s;
}
.all .visual .title [class^=titleB] {
  width: 16.25%;
  transform-origin: bottom center;
}
.all .visual .title [class^=titleB].b1 {
  top: 10%;
  animation: bounce-title 7s infinite linear;
}
.all .visual .title [class^=titleB].b2 {
  top: 50%;
  animation: bounce-title 7s infinite linear;
  animation-delay: 0.9s;
}
.all .visual .title [class^=titleB].b3 {
  top: 49%;
}
.all .visual .title .titleB01 {
  left: 6%;
}
.all .visual .title .titleB02 {
  left: 20%;
}
.all .visual .title .titleB03 {
  left: 34%;
}
.all .visual .title .titleB04 {
  left: 3%;
}
.all .visual .title .titleB05 {
  left: 17.5%;
}
.all .visual .title .titleB06 {
  left: 30%;
}
.all .visual .title .titleB07 {
  left: 44.5%;
}
.all .visual .title .titleB08 {
  left: 58.2%;
}
.all .visual .title .titleB09 {
  left: 69.1%;
}
.all .visual .title .titleB10 {
  left: 80%;
}
.all #form {
  background: linear-gradient(to bottom, #ebeff6 0, #ebeff6 9vw, #cddff6 100%);
}
.all #form .container {
  padding-top: 0;
  margin-top: -9vw;
}
@media all and (max-width: 768px) {
  .all #form .container {
    margin-top: -2vw;
  }
}
.all #form .box {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 30%;
  align-items: center;
  gap: 20%;
}
@media all and (max-width: 900px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media all and (max-width: 500px) {
  .all #form .box {
    gap: 2vw;
    margin-top: -3vw;
  }
}
@media all and (max-width: 900px) {
  .all #form .from-box {
    order: 2;
  }
}
.all #form .from-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media all and (max-width: 500px) {
  .all #form .from-box ul {
    gap: 2vw;
  }
}
.all #form .from-box ul li {
  width: 48%;
}
@media all and (max-width: 500px) {
  .all #form .from-box ul li {
    width: 100%;
  }
}
.all #form .from-box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .from-box #READ {
  text-align: center;
}
.all #form .from-box #READ span,
.all #form .from-box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #333333;
}
@media all and (max-width: 500px) {
  .all #form .from-box #READ span,
  .all #form .from-box #READ a {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.all #form .from-box input[type=text],
.all #form .from-box input[type=tel],
.all #form .from-box input[type=email],
.all #form .from-box select {
  font-size: 20px;
  padding: 16px 30px;
  color: #333333;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-input-placeholder: #333333;
  outline: none;
}
.all #form .from-box input[type=text]::-webkit-input-placeholder,
.all #form .from-box input[type=tel]::-webkit-input-placeholder,
.all #form .from-box input[type=email]::-webkit-input-placeholder,
.all #form .from-box select::-webkit-input-placeholder {
  color: #333333;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=text],
  .all #form .from-box input[type=tel],
  .all #form .from-box input[type=email],
  .all #form .from-box select {
    font-size: 5vw;
    padding: 3.5vw 5vw 2.5vw;
  }
}
.all #form .from-box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
  top: 1px;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox] {
    width: 5.5vw;
    top: 0.4vw;
  }
}
.all #form .from-box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]::before {
    width: 6vw;
    height: 6vw;
    top: -5.5vw;
  }
}
.all #form .from-box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #ffd91f;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #333333;
  border: 1px solid #333333;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .from-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 15px/15px auto;
  background-color: #ffffff;
}
.all #form .img-box {
  margin: auto;
  position: relative;
}
@media all and (max-width: 900px) {
  .all #form .img-box {
    max-width: 300px;
    margin-left: 35%;
    margin-top: 5%;
  }
}
.all #form .img-box .img-form {
  position: relative;
  margin-top: 18%;
}
.all #form .img-box .img {
  width: 104%;
  left: -45%;
  top: -2%;
  animation: shake 5s infinite linear;
  transform-origin: bottom right;
  position: absolute;
}
.all .PainPoints {
  background: url(../images/BG-PainPoints.webp) no-repeat center center/cover;
}
.all .PainPoints .container {
  position: relative;
}
.all .PainPoints ul {
  background: url(../images/PainPoints-img.webp) no-repeat top center/17vw auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6% 20%;
  padding: 1vw 0 6.5vw;
}
@media all and (max-width: 1650px) {
  .all .PainPoints ul {
    width: 90%;
    margin: auto;
  }
}
@media all and (max-width: 1650px) and (max-width: 1024px) {
  .all .PainPoints ul {
    background: url(../images/PainPoints-img.webp) no-repeat top center/300px auto;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 30px;
    padding: 510px 0 0;
    margin-top: -35px;
  }
}
@media all and (max-width: 1650px) and (max-width: 500px) {
  .all .PainPoints ul {
    background: url(../images/PainPoints-img.webp) no-repeat top center/55% auto;
    gap: 3vw;
    padding: 80vw 0 0;
    margin-top: -2vw;
  }
}
.all .PainPoints ul p,
.all .PainPoints ul h3 {
  position: relative;
  z-index: 1;
}
.all .PainPoints li {
  aspect-ratio: 588/184;
  padding: 0 2.9vw 1vw 3vw;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .all .PainPoints li {
    aspect-ratio: auto;
    position: static;
    padding: 20px 35px 20px 50px;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints li {
    padding: 5vw 4vw 5vw 7vw;
    background: #fff;
    border: 3px solid #0d568a;
    border-radius: 150px;
  }
}
.all .PainPoints li::before {
  content: "";
  position: absolute;
  background: url(../images/PainPoints-box.png) no-repeat center center/100% auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
@media all and (max-width: 1024px) {
  .all .PainPoints li::before {
    background: #fff;
    border: 4px solid #0d568a;
    border-radius: 150px;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints li::before {
    display: none;
  }
}
.all .PainPoints li:nth-child(even)::before {
  transform: scaleX(-1);
}
.all .PainPoints li:nth-of-type(3) {
  left: -20%;
}
.all .PainPoints li:nth-of-type(4) {
  right: -20%;
}
.all .PainPoints li:nth-of-type(5) {
  left: 5%;
}
.all .PainPoints li:nth-of-type(6) {
  right: 5%;
}
@media all and (min-width: 1025px) {
  .all .PainPoints .button {
    margin-top: 0;
  }
}
.all .PainPoints h3 {
  color: #0d568a;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 10px;
}
@media all and (max-width: 500px) {
  .all .PainPoints h3 {
    font-size: 6vw;
  }
}
.all .PainPoints h3 {
  margin: 0 0 5px 0;
}
@media all and (min-width: 1025px) {
  .all .PainPoints h3 {
    font-size: 1.5vw;
    margin: 0 0 0.2vw 0;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints h3 {
    font-size: 6vw;
    margin: 0vw;
  }
}
.all .PainPoints p {
  color: #333333;
  font-weight: 500;
  font-size: 21px;
}
@media all and (max-width: 500px) {
  .all .PainPoints p {
    font-size: 5vw;
  }
}
.all .PainPoints p {
  text-align: left;
  font-weight: 500;
}
@media all and (min-width: 1025px) {
  .all .PainPoints p {
    font-size: 1.12vw;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints p {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.all .feature-1 {
  width: 110%;
  margin-left: -5%;
  position: relative;
  background: url(../images/BG-feature-1.png) repeat center center/10px 10px;
  border-radius: 0 0 50% 50%/0 0 200px 200px;
  padding-bottom: 250px;
  margin-bottom: -250px;
}
@media all and (max-width: 500px) {
  .all .feature-1 {
    border-radius: 0 0 95% 95%/0 0 50vw 50vw;
    padding-bottom: 35vw;
    margin-bottom: -35vw;
  }
}
.all .feature-1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .all .feature-1 ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .all .feature-1 ul {
    max-width: 500px;
    margin: auto;
  }
}
@media all and (max-width: 600px) {
  .all .feature-1 ul {
    width: 90vw;
    gap: 5vw;
  }
}
.all .feature-1 li {
  background-color: #fff;
  border-radius: 35px;
  padding: 25px 30px 50px 40px;
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .all .feature-1 li {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 35px;
    align-items: center;
  }
}
@media all and (max-width: 500px) {
  .all .feature-1 li {
    border-radius: 8vw;
    padding: 7vw 4vw 7vw 6vw;
  }
}
.all .feature-1 .image-container {
  width: 90%;
  margin: auto;
}
.all .feature-1 h3 {
  color: #0d568a;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 10px;
}
@media all and (max-width: 500px) {
  .all .feature-1 h3 {
    font-size: 6vw;
  }
}
.all .feature-1 h3 {
  line-height: 1.5;
}
.all .feature-1 h3 div {
  display: inline-block;
}
.all .feature-1 p {
  color: #333333;
  font-weight: 500;
  font-size: 21px;
}
@media all and (max-width: 500px) {
  .all .feature-1 p {
    font-size: 5vw;
  }
}
.all .feature-1 p {
  text-align: left;
}
.all .feature-2 {
  padding-bottom: 230px;
  background: linear-gradient(to bottom, rgba(26, 61, 110, 0.9) 35%, rgba(61, 129, 226, 0.5) 65%), url(../images/BG-feature-2.webp) no-repeat center center/cover;
}
@media all and (max-width: 990px) {
  .all .feature-2 {
    padding-bottom: 22vw;
  }
}
.all .feature-2 .container {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .feature-2 .container {
    border-radius: 8vw;
    padding-bottom: 12vw;
  }
}
.all .feature-2 .container::after {
  content: "";
  width: 100%;
  height: 270px;
  display: block;
  background: url(../images/feature-under.png) no-repeat center bottom/auto 270px;
  position: absolute;
  bottom: -230px;
}
@media all and (max-width: 990px) {
  .all .feature-2 .container::after {
    height: 26vw;
    background: url(../images/feature-under.png) no-repeat center bottom/auto 26vw;
    bottom: -22vw;
  }
}
.all .feature-2 ul {
  width: 92%;
  margin: auto;
  display: grid;
  gap: 25px;
}
@media all and (max-width: 500px) {
  .all .feature-2 ul {
    width: 95%;
    gap: 5vw;
  }
}
.all .feature-2 li {
  background-color: #eeeeee;
}
@media all and (min-width: 990px) {
  .all .feature-2 li {
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
  }
  .all .feature-2 li:nth-child(even) {
    grid-template-columns: 1fr 400px;
  }
  .all .feature-2 li:nth-child(even) .image-container {
    order: 2;
  }
}
.all .feature-2 .image-container {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.all .feature-2 .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (min-width: 990px) {
  .all .feature-2 .image-container {
    height: 100%;
  }
}
@media all and (max-width: 989px) {
  .all .feature-2 .image-container {
    aspect-ratio: 2/1;
  }
}
.all .feature-2 .info {
  padding: 35px 8%;
  text-align: left;
}
@media all and (max-width: 500px) {
  .all .feature-2 .info {
    padding: 6vw 5vw;
  }
}
.all .feature-2 h3 {
  color: #0d568a;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 10px;
}
@media all and (max-width: 500px) {
  .all .feature-2 h3 {
    font-size: 6vw;
  }
}
.all .feature-2 p {
  color: #333333;
  font-weight: 500;
  font-size: 21px;
}
@media all and (max-width: 500px) {
  .all .feature-2 p {
    font-size: 5vw;
  }
}
.all .feature-2 .button {
  position: relative;
  z-index: 1;
}
.all .courses {
  background: url(../images/BG-courses.webp) no-repeat center bottom/cover fixed, #dbf0fb;
}
@media all and (max-width: 500px) {
  .all .courses {
    background: url(../images/BG-courses.webp) no-repeat center bottom/cover fixed, #dbf0fb;
  }
}
.all .courses ul {
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  gap: 30px;
  margin: auto;
}
@media all and (max-width: 1500px) {
  .all .courses ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media all and (max-width: 1120px) {
  .all .courses ul {
    -moz-column-count: 2;
         column-count: 2;
    gap: 25px;
    max-width: 800px;
  }
}
@media all and (max-width: 750px) {
  .all .courses ul {
    -moz-column-count: 1;
         column-count: 1;
    max-width: 450px;
  }
}
.all .courses li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background-color: #fff;
  border-radius: 0 0 35px 35px;
  margin-bottom: 50px;
}
@media all and (max-width: 500px) {
  .all .courses li {
    border-radius: 0 0 8vw 8vw;
    margin-bottom: 5vw;
  }
}
.all .courses .image-container {
  aspect-ratio: 400/230;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.all .courses .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .courses h3 {
  color: #0d568a;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 10px;
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 6vw;
  }
}
.all .courses h3 {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 0 0;
  background: rgba(24, 103, 160, 0.9);
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    padding: 2vw 0 1vw;
  }
}
.all .courses p {
  color: #333333;
  font-weight: 500;
  font-size: 21px;
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5vw;
  }
}
.all .courses p {
  padding: 25px 20px 50px 20px;
  font-weight: 600;
}
@media all and (max-width: 500px) {
  .all .courses p {
    padding: 5vw 10vw 10vw;
  }
}
.all .courses p span {
  display: block;
  border-bottom: 3px dotted #fadce8;
  margin-top: 8px;
}

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