*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  width: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body, figure, h1, h2, h3, h4, h5, h6, li, ol, p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

li, ol, ul {
  list-style-type: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

@keyframes slidein_du {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidein_lr {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/test_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-pageTopReturnBtn {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .c-pageTopReturnBtn {
    max-width: 80px;
    bottom: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 479px) {
  .c-pageTopReturnBtn {
    max-width: 60px;
    bottom: 5px;
    right: 5px;
  }
}

.top-pageWrapper {
  position: relative;
  z-index: 0;
}

.top-mv {
  overflow: hidden;
}

.top-mv__head {
  background-color: #ea5550;
}

.top-mv__headInner {
  max-width: 67.5rem;
  padding-inline: clamp(1.25rem, 6.4308681672vw + -1.8368167203rem, 2.5rem);
  margin-inline: auto;
}

.top-mv__headText {
  padding: 15px 0;
  color: #fff;
  font-size: clamp(2.64375rem, 1.5112540193vw + 1.9183480707rem, 2.9375rem);
  text-align: center;
  font-family: "Arial", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", "Noto Serif CJK JP", system-ui, serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.top-mv__headText ._yellow {
  color: #fff100;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-mv__headText {
    font-size: clamp(1.96875rem, 3.6585365854vw + 0.8711890244rem, 2.625rem);
  }
}
@media screen and (max-width: 479px) {
  .top-mv__headText {
    font-size: clamp(1.4765625rem, 4.9528301887vw + 0.4859964623rem, 1.96875rem);
  }
}

.top-mv__body {
  background-image: url("../images/bg1.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 1500px 1500px;
}
@media screen and (max-width: 767px) {
  .top-mv__body {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.top-mv__bodyInner {
  position: relative;
  z-index: 1;
  max-width: 67.5rem;
  padding-inline: clamp(1.25rem, 6.4308681672vw + -1.8368167203rem, 2.5rem);
  margin-inline: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top-mv__bodyInner {
    padding-bottom: 0;
  }
}

.top-mv__listWrap {
  position: relative;
  z-index: 2;
}

.top-mv__listItem {
  position: relative;
  z-index: 1;
  width: clamp(30.9375rem, 17.6848874598vw + 22.4487540193rem, 34.375rem);
  padding: 5px 5px 5px 2.3em;
  margin-top: 20px;
  border: solid 1px #333;
  font-weight: 700;
  font-size: clamp(1.2375rem, 0.7073954984vw + 0.8979501608rem, 1.375rem);
  background-color: #fff;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
}
.top-mv__listItem::before {
  position: absolute;
  top: 25px;
  top: clamp(1.25rem, 1.7421602787vw + 0.7273519164rem, 1.5625rem);
  left: 10px;
  content: "";
  display: block;
  width: clamp(1.25rem, 2.787456446vw + 0.4137630662rem, 1.75rem);
  height: clamp(1.25rem, 2.787456446vw + 0.4137630662rem, 1.75rem);
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.top-mv__listItem:first-child {
  margin-top: 0;
}
.top-mv__listItem ._red {
  color: #ea5550;
}
@media screen and (max-width: 767px) {
  .top-mv__listItem {
    width: 100%;
    font-size: clamp(1.0625rem, 1.0452961672vw + 0.7489111498rem, 1.25rem);
  }
}
@media screen and (max-width: 479px) {
  .top-mv__listItem {
    font-size: 1rem;
  }
}

.top-mv__imgWrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -54px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .top-mv__imgWrap {
    position: static;
    width: 40%;
    margin-top: -20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 479px) {
  .top-mv__imgWrap {
    width: 48%;
    margin-top: -10px;
  }
}

.top-leadBand {
  position: relative;
  z-index: 1;
  background-color: #006994;
}
.top-leadBand::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 60px;
  height: 35px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #006994;
}

.top-leadBand__inner {
  max-width: 67.5rem;
  padding-inline: clamp(1.25rem, 6.4308681672vw + -1.8368167203rem, 2.5rem);
  margin-inline: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.top-leadBand__text {
  text-align: center;
  color: #fff;
  font-size: clamp(1.6875rem, 0.9646302251vw + 1.224477492rem, 1.875rem);
  font-weight: 700;
  line-height: 1.8;
}
.top-leadBand__text ._big {
  font-size: 1.3em;
  vertical-align: -0.03em;
}
.top-leadBand__text ._dot {
  position: relative;
  z-index: 1;
}
.top-leadBand__text ._dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #fff100;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-leadBand__text {
    font-size: clamp(1.265625rem, 2.3519163763vw + 0.5600500871rem, 1.6875rem);
  }
}
@media screen and (max-width: 479px) {
  .top-leadBand__text {
    font-size: clamp(1.125rem, 1.2578616352vw + 0.873427673rem, 1.25rem);
  }
}

.top-main {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #dbeef9;
}
@media screen and (max-width: 767px) {
  .top-main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 479px) {
  .top-main {
    padding-top: clamp(3.375rem, 3.7735849057vw + 2.6202830189rem, 3.75rem);
  }
}

.top-main__inner {
  max-width: 67.5rem;
  padding-inline: clamp(1.25rem, 6.4308681672vw + -1.8368167203rem, 2.5rem);
  margin-inline: auto;
}

.top-desc {
  position: relative;
  z-index: 1;
}

.top-desc__title {
  position: relative;
  z-index: 2;
  width: 460px;
  font-size: clamp(1.4625rem, 0.8360128617vw + 1.0612138264rem, 1.625rem);
  font-weight: 900;
  color: #ea5550;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
@media screen and (max-width: 767px) {
  .top-desc__title {
    width: 100%;
  }
  .top-desc__title br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .top-desc__title {
    font-size: clamp(1rem, 5.0314465409vw + -0.0062893082rem, 1.5rem);
  }
}

.top-desc__listWrap {
  position: relative;
  z-index: 2;
  counter-reset: item;
}

.top-desc__listItem {
  position: relative;
  z-index: 1;
  width: 16em;
  padding-left: 2.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  border-bottom: solid 1px #333;
  counter-increment: item;
  font-size: clamp(1.125rem, 0.6430868167vw + 0.816318328rem, 1.25rem);
  font-weight: 700;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
.top-desc__listItem::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: counter(item, decimal-leading-zero);
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: clamp(1.6875rem, 0.9646302251vw + 1.224477492rem, 1.875rem);
  font-weight: 700;
  color: #ea5550;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
@media screen and (max-width: 767px) {
  .top-desc__listItem {
    width: 90%;
  }
  .top-desc__listItem br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .top-desc__listItem {
    font-size: clamp(0.9375rem, 1.8867924528vw + 0.5601415094rem, 1.125rem);
  }
  .top-desc__listItem::before {
    font-size: clamp(1.25rem, 4.4025157233vw + 0.3694968553rem, 1.6875rem);
    -webkit-text-stroke: 3px #fff;
  }
}

.top-desc__imgsWrap {
  position: absolute;
  z-index: 1;
  bottom: 4%;
  right: -18px;
  width: clamp(26.25rem, 70.7395498392vw + -7.7049839228rem, 40rem);
}
.top-desc__imgsWrap ._textBox {
  display: inline-block;
  padding: 10px;
  border-radius: 16px;
  color: #fff;
  font-size: clamp(0.9rem, 0.5144694534vw + 0.6530546624rem, 1rem);
  font-weight: 700;
  background-color: #ea5550;
}
.top-desc__imgsWrap ._text1 {
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.top-desc__imgsWrap ._text2 {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .top-desc__imgsWrap {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}

.top-instructor {
  margin-top: 70px;
}

.top-instructor__head {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  background-color: #fff;
  text-align: center;
  letter-spacing: -0.03em;
  font-size: clamp(1.575rem, 0.9003215434vw + 1.1428456592rem, 1.75rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.top-instructor__head ._big {
  font-size: 1.2em;
}
.top-instructor__head::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 60px;
  height: 35px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-instructor__head {
    font-size: clamp(1.171875rem, 2.1777003484vw + 0.5185648955rem, 1.5625rem);
  }
}
@media screen and (max-width: 479px) {
  .top-instructor__head {
    font-size: clamp(0.9875rem, 1.8553459119vw + 0.6164308176rem, 1.171875rem);
  }
}

.top-instructor__body {
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .top-instructor__body {
    grid-template-columns: 1fr;
  }
}

.top-instructor__item {
  display: grid;
  grid-template-columns: 192px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "image name" "image intro";
  align-items: start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media screen and (max-width: 1023px) {
  .top-instructor__item {
    grid-template-columns: 0.22fr 0.78fr;
  }
  .top-instructor__item:nth-child(1) {
    width: 100%;
  }
  .top-instructor__item:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-instructor__item {
    grid-template-columns: 0.33fr 0.67fr;
  }
}
@media screen and (max-width: 479px) {
  .top-instructor__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "name" "image" "intro";
  }
}

.top-instructor__imgWrap {
  grid-area: image;
}
@media screen and (max-width: 479px) {
  .top-instructor__imgWrap img {
    width: 80%;
    max-width: 280px;
  }
}

.top-instructor__name {
  grid-area: name;
  align-self: self-start;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}
.top-instructor__name ._big {
  font-size: 1.54em;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .top-instructor__name {
    font-size: clamp(1rem, 0.6430868167vw + 0.691318328rem, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .top-instructor__name {
    font-size: clamp(0.9375rem, 0.3484320557vw + 0.8329703833rem, 1rem);
  }
}

.top-instructor__intro {
  grid-area: intro;
  align-self: self-start;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .top-instructor__intro {
    font-size: clamp(1rem, 0.6430868167vw + 0.691318328rem, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .top-instructor__intro {
    font-size: clamp(0.9375rem, 0.3484320557vw + 0.8329703833rem, 1rem);
  }
}

.top-teikyo {
  margin-top: 40px;
}

.top-formLink {
  margin-top: 70px;
}

.top-formLink__desc {
  padding: 1.8em 0.8em;
  border: solid 2px #006994;
  background-color: #fff;
  font-size: clamp(1.2375rem, 0.7073954984vw + 0.8979501608rem, 1.375rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.top-formLink__desc ._subTitle {
  font-size: 1.1em;
  color: #006994;
}
.top-formLink__desc ._small {
  font-weight: 500;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .top-formLink__desc {
    font-size: clamp(1.051875rem, 1.0348432056vw + 0.7414220383rem, 1.2375rem);
  }
}
@media screen and (max-width: 479px) {
  .top-formLink__desc {
    font-size: clamp(0.96875rem, 0.8176100629vw + 0.8052279874rem, 1.05rem);
  }
  .top-formLink__desc ._small {
    font-size: 0.875rem;
  }
}

.top-formLink__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  border: solid 2px #ea5550;
  border-radius: 70px;
  margin-top: 50px;
  margin-inline: auto;
  background-color: #ea5550;
  transition: background-color 0.3s;
}
.top-formLink__btn:hover {
  background-color: #fff;
}
.top-formLink__btn:hover .top-formLink__link {
  color: #ea5550;
}
.top-formLink__btn.top-formLink__btn--deadline {
  background-color: #ccc;
  border-color: #ccc;
}
.top-formLink__btn.top-formLink__btn--deadline:hover {
  background-color: #ccc;
}
.top-formLink__btn.top-formLink__btn--deadline:hover .top-formLink__link {
  color: #fff;
}

.top-formLink__link {
  display: block;
  width: 100%;
  padding: 1em 0.3em;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6875rem, 0.9646302251vw + 1.224477492rem, 1.875rem);
  text-align: center;
  line-height: 1.2;
  transition: color 0.3s;
}
.top-formLink__link ._small {
  font-size: 0.7em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-formLink__link {
    font-size: clamp(1.35rem, 1.881533101vw + 0.7855400697rem, 1.6875rem);
  }
}
@media screen and (max-width: 479px) {
  .top-formLink__link {
    font-size: clamp(1.125rem, 2.2641509434vw + 0.6721698113rem, 1.35rem);
  }
}

.top-test__inner {
  max-width: 67.5rem;
  padding-inline: clamp(1.25rem, 6.4308681672vw + -1.8368167203rem, 2.5rem);
  margin-inline: auto;
  background-color: #112d5c;
}

.top-test__content {
  position: relative;
  z-index: 1;
  padding-top: 60%;
  color: #fff;
  overflow: hidden;
}

.top-test__listWrap {
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.top-test__listItem {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
  margin-top: 25px;
  font-size: clamp(1rem, 2.0905923345vw + 0.3728222997rem, 1.375rem);
}
.top-test__listItem:first-child {
  margin-top: 0;
}
.top-test__listItem::before {
  content: "";
  display: inline-block;
  width: clamp(1.25rem, 2.787456446vw + 0.4137630662rem, 1.75rem);
  height: clamp(1.25rem, 2.787456446vw + 0.4137630662rem, 1.75rem);
  margin-right: clamp(0.375rem, 1.393728223vw + -0.0431184669rem, 0.625rem);
  background-image: url("../images/test_icon.svg");
}
.top-test__listItem::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.top-test__imgWrap {
  position: absolute;
  top: 5%;
  right: 0;
  width: 40%;
}

.top-test_dummy {
  background-color: #d82e9f;
  width: 100%;
  height: 400px;
}

.u-ib {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */