@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-title {
  30% {
    transform: scale(1);
    z-index: 1;
  }
  35% {
    transform: scale(1.15);
    z-index: 1;
  }
  40% {
    transform: scale(1);
    z-index: 1;
  }
}
@media all and (max-width: 768px) {
  @keyframes zoom-title {
    30% {
      transform: scale(1);
      z-index: 1;
    }
    35% {
      transform: scale(1.25);
      z-index: 1;
    }
    40% {
      transform: scale(1);
      z-index: 1;
    }
  }
}
.all {
  color: #333;
  width: 100%;
  font-family: Arial, "源柔ゴシックLP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow: hidden;
  line-break: anywhere;
  text-align: center;
  background-color: #e5f6ff;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
  display: block;
}
.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 {
  color: #25328b;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  .all h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 750px) and (max-width: 500px) {
  .all h2 {
    font-size: 7.2vw;
  }
  .all h2 div {
    font-size: 9vw;
    letter-spacing: 0.5vw;
  }
}
.all h2 span {
  color: #ec6968;
}
.all h2 div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all h2 div::before, .all h2 div::after {
  content: "";
  width: 50px;
  height: 62px;
  background: url(../images/title.png) no-repeat center center/auto 100%;
}
@media all and (max-width: 750px) {
  .all h2 div::before, .all h2 div::after {
    height: 55px;
  }
}
@media all and (max-width: 500px) {
  .all h2 div::before, .all h2 div::after {
    width: 7vw;
    height: 10vw;
  }
}
.all h2 div::before {
  margin-right: 15px;
}
@media all and (max-width: 500px) {
  .all h2 div::before {
    margin-right: 2vw;
  }
}
.all h2 div::after {
  margin-left: 15px;
  transform: rotate(180deg) scaleX(-1);
}
@media all and (max-width: 500px) {
  .all h2 div::after {
    margin-left: 2vw;
  }
}
.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: auto;
  margin-top: 35px;
  padding: 20px 0 16px;
  border-radius: 50px;
  background-color: #25328b;
  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 {
  background-color: #4364d0;
  top: -5px;
  transition: 0.3s;
}
.all .visual {
  position: relative;
}
.all .visual::after {
  content: "";
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  background: url(../images/BG-round.png) repeat-x center center/auto 56px;
}
@media all and (max-width: 768px) {
  .all .visual::after {
    height: 45px;
    background: url(../images/BG-round.png) repeat-x center center/auto 45px;
  }
}
@media all and (max-width: 500px) {
  .all .visual::after {
    height: 8vw;
    background: url(../images/BG-round.png) repeat-x center center/auto 8vw;
  }
}
.all .visual::after {
  bottom: 0;
}
.all .visual picture img {
  display: block;
}
.all .visual .title {
  width: 31.2%;
  height: 15.5%;
  top: 28.5%;
  left: 15.9%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 78.8%;
    height: 10.2%;
    top: 19.8%;
    left: 11%;
  }
}
.all .visual .title img {
  position: absolute;
  animation: zoom-title 5s infinite linear;
}
.all .visual .title .titleA1 {
  width: 17.7%;
  top: 20.1%;
}
.all .visual .title .titleA2 {
  width: 16.9%;
  top: 20.6%;
  left: 16.6%;
  animation-delay: 0.4s;
}
.all .visual .title .titleA3 {
  width: 23%;
  left: 32.6%;
  animation-delay: 0.8s;
}
.all .visual .title .titleA4 {
  width: 22.8%;
  left: 54.8%;
  animation-delay: 1.2s;
}
.all .visual .title .titleA5 {
  width: 23.1%;
  left: 76.3%;
  animation-delay: 1.6s;
}
.all .visual .img-group {
  width: 41.5%;
  height: 53%;
  top: 7.5%;
  left: 45%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .all .visual .img-group {
    width: 95%;
    height: 29.5%;
    top: 48.5%;
    left: 3%;
  }
}
.all .visual .img-group img {
  width: 18%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .all .visual .img-group img {
    width: 19.5%;
  }
}
.all .visual .img-group .img1 {
  animation: move1 5s infinite linear;
}
@keyframes move1 {
  0% {
    top: 0;
  }
  50% {
    top: -2%;
  }
  100% {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  @keyframes move1 {
    0% {
      top: 3%;
    }
    50% {
      top: -2%;
    }
    100% {
      top: 3%;
    }
  }
}
.all .visual .img-group .img2 {
  right: 0;
  top: 10%;
  animation: move2 6s infinite linear;
}
@keyframes move2 {
  0% {
    top: 7%;
  }
  50% {
    top: 10%;
  }
  100% {
    top: 7%;
  }
}
@media all and (max-width: 768px) {
  @keyframes move2 {
    0% {
      top: -5%;
    }
    50% {
      top: 0%;
    }
    100% {
      top: -5%;
    }
  }
}
.all .visual .img-group .img3 {
  right: 12%;
  bottom: 0;
  animation: move3 4s infinite linear;
}
@keyframes move3 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 1%;
  }
  100% {
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-group .img3 {
    right: 11%;
  }
  @keyframes move3 {
    0% {
      bottom: -2%;
    }
    50% {
      bottom: 3%;
    }
    100% {
      bottom: -2%;
    }
  }
}
.all #form {
  margin-bottom: -7vw;
  background: linear-gradient(to bottom, #e5f6ff 10%, rgba(229, 246, 255, 0) 50%), url(../images/BG-left.png) no-repeat 2% center/16% auto fixed, url(../images/BG-right.png) no-repeat right -1.5% center/16% auto fixed;
}
@media all and (max-width: 768px) {
  .all #form {
    background: linear-gradient(to bottom, #e5f6ff 1%, rgba(229, 246, 255, 0) 15%), url(../images/BG-left.png) no-repeat -20% 15%/30% auto fixed, url(../images/BG-right.png) no-repeat right -20% top 20%/30% auto fixed, url(../images/BG-right.png) no-repeat -20% 80%/30% auto fixed, url(../images/BG-left.png) no-repeat right -20% top 70%/30% auto fixed;
  }
}
.all #form .container {
  background-color: #fff;
  position: relative;
  top: -12.8vw;
  border-radius: 100px;
  padding: 70px 0;
}
@media all and (max-width: 768px) {
  .all #form .container {
    border-radius: 70px;
    top: -20vw;
  }
}
@media all and (max-width: 500px) {
  .all #form .container {
    border-radius: 10vw;
    padding: 20vw 0;
  }
}
.all #form .box {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 45% 50%;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    max-width: 600px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all #form .box {
    gap: 8vw;
  }
}
.all #form .box .img-box {
  width: 100%;
  margin: auto;
  position: relative;
  aspect-ratio: 362/357;
  max-width: 362px;
}
@media all and (max-width: 768px) {
  .all #form .box .img-box {
    width: 80%;
    max-width: 500px;
  }
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 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: #333;
}
@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: 18px;
  padding: 12px 25px;
  color: #333;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #eeeeee;
  -webkit-input-placeholder: #333;
  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: #333;
}
@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: 3vw 6vw;
  }
}
.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: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #25328b;
  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: #25328b;
  border: 1px solid #25328b;
}
@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-left.png) no-repeat 2% center/16% auto fixed, url(../images/BG-right.png) no-repeat right -1.5% center/16% auto fixed;
}
@media all and (max-width: 768px) {
  .all .feature {
    background: url(../images/BG-left.png) no-repeat -20% 15%/30% auto fixed, url(../images/BG-right.png) no-repeat right -20% top 20%/30% auto fixed, url(../images/BG-right.png) no-repeat -20% 80%/30% auto fixed, url(../images/BG-left.png) no-repeat right -20% top 70%/30% auto fixed;
  }
}
.all .feature .container {
  padding-top: 0;
}
.all .feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media all and (max-width: 850px) {
  .all .feature ul {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: auto;
    gap: 50px;
  }
}
@media all and (max-width: 500px) {
  .all .feature ul {
    max-width: 90%;
    margin-left: 6%;
    gap: 8vw;
  }
}
.all .feature li {
  background-color: #f8f7c7;
  padding: 30px 13% 60px;
  border-radius: 0 0 100px 0;
  box-shadow: -12px 12px 0 #25328b;
}
@media all and (max-width: 500px) {
  .all .feature li {
    padding: 8vw 5vw 10vw;
    border-radius: 0 0 10vw 0;
    box-shadow: -2vw 2vw 0 #25328b;
  }
}
.all .feature .image-container {
  width: 80%;
  margin: auto;
  aspect-ratio: 270/250;
}
.all .feature h3 {
  font-size: 40px;
  color: #25328b;
  font-weight: 700;
  line-height: 1.15;
  text-align: right;
  background: url(../images/feature-sign.png) no-repeat left bottom/auto 90%;
  display: table;
  margin: 20px auto 15px;
  padding-left: 80px;
}
@media all and (min-width: 851px) and (max-width: 1440px) {
  .all .feature h3 {
    font-size: 2.6vw;
    padding-left: 5.5vw;
  }
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    font-size: 9vw;
    padding-left: 18vw;
    margin: 5vw auto;
  }
}
.all .feature p {
  color: #333;
  font-weight: 500;
  font-size: 21px;
}
@media all and (min-width: 851px) and (max-width: 1200px) {
  .all .feature p {
    font-size: 2vw;
  }
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 5vw;
  }
}
.all .courses {
  position: relative;
  background: url(../images/BG-left.png) no-repeat 2% center/16% auto fixed, url(../images/BG-right.png) no-repeat right -1.5% center/16% auto fixed, url(../images/BG-round2.png) repeat-x top center/auto 56px, #fbe9eb;
}
@media all and (max-width: 768px) {
  .all .courses {
    background: url(../images/BG-left.png) no-repeat -20% 15%/30% auto fixed, url(../images/BG-right.png) no-repeat right -20% top 20%/30% auto fixed, url(../images/BG-right.png) no-repeat -20% 80%/30% auto fixed, url(../images/BG-left.png) no-repeat right -20% top 70%/30% auto fixed, url(../images/BG-round2.png) repeat-x top center/auto 45px, #fbe9eb;
  }
}
@media all and (max-width: 768px) and (max-width: 500px) {
  .all .courses {
    background: url(../images/BG-left.png) no-repeat -20% 15%/30% auto fixed, url(../images/BG-right.png) no-repeat right -20% top 20%/30% auto fixed, url(../images/BG-right.png) no-repeat -20% 80%/30% auto fixed, url(../images/BG-left.png) no-repeat right -20% top 70%/30% auto fixed, url(../images/BG-round2.png) repeat-x top center/auto 8vw, #fbe9eb;
  }
}
.all .courses .container {
  padding-top: 170px;
}
@media all and (max-width: 1560px) {
  .all .courses .container {
    padding-top: 25vw;
  }
}
.all .courses ul {
  margin: auto;
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  gap: 2%;
}
@media all and (max-width: 1560px) {
  .all .courses ul {
    -moz-column-count: 3;
         column-count: 3;
    max-width: 1150px;
    gap: 3%;
  }
}
@media all and (max-width: 1250px) {
  .all .courses ul {
    -moz-column-count: 2;
         column-count: 2;
    max-width: 750px;
    gap: 5%;
  }
}
@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;
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-radius: 0 0 50px 0;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .all .courses li {
    margin-bottom: 8vw;
    padding-bottom: 0;
    border-radius: 0 0 10vw 0;
  }
}
.all .courses .image-container {
  aspect-ratio: 2/1;
  position: relative;
}
.all .courses h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  background: linear-gradient(to top, rgba(81, 163, 221, 0.9), rgba(81, 163, 221, 0.6), rgba(81, 163, 221, 0));
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 9vw;
    letter-spacing: 1vw;
    padding-top: 5vw;
  }
}
.all .courses p {
  color: #333;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #fff;
  font-size: 20px;
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5.2vw;
    padding: 5vw;
  }
}
.all .courses p span {
  display: block;
  border-bottom: 3px dotted #fbe9eb;
  margin-top: 8px;
}
@media all and (max-width: 500px) {
  .all .courses p span {
    border-bottom: 0.8vw dotted #fbe9eb;
    margin-top: 3vw;
  }
}
@media all and (max-width: 500px) {
  .all .courses .button {
    margin-top: 0;
  }
}

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