body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
  overflow-x: hidden;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
}
header a {
  text-decoration: none;
  color: #0C2241;
}
header h1 {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.1em;
          margin-block-end: 0.1em;
  margin-left: 1em;
}
header h1 img {
  height: 1.3em;
}
header #g-nav .head-menu {
  display: flex;
  list-style: none;
}
header #g-nav .head-menu li {
  padding: 0 2.2em;
  font-size: 0.9em;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
}
header #g-nav .head-menu .head-contact {
  padding: 0 0 0 1em;
}
header #g-nav .head-menu .head-contact a {
  background-color: #F9D118;
  border-radius: 10px 0px 0px 10px;
  padding: 1em 5em 1em 2em;
  font-family: "Noto Sans", sans-serif;
}
header .head-left {
  margin-right: auto;
}

main {
  background-color: #F9F9FA;
}

.highlighter {
  background: linear-gradient(transparent 40%, #F9D118 40% 90%, transparent 90%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 200% 0.6em;
  transition: 2s;
}

.highlighter.is-active {
  background-position: 100% 0.6em;
}

.back-animation {
  background: linear-gradient(93.12deg, #041F70 30.15%, #173EB3 214.21%);
  height: 100vh;
}

.fv {
  position: relative;
  margin-bottom: -0.4em;
  margin-top: 4em;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.fv .fv-sp {
  display: none;
}
.fv .fv-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fv .fv-img img {
  width: 100%;
}
.fv .fv-p {
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.fv .fv-p a {
  font-size: 1.5em;
  font-weight: 900;
  text-decoration: none;
  background-color: #F9D118;
  padding: 0.7em 5em;
  border-radius: 10px;
  margin-bottom: 25%;
  color: #173EB3;
  font-family: "Noto Sans", sans-serif;
}

.fv.active {
  transform: translate3d(0, -5%, 0);
  opacity: 0;
}

.catch-cp {
  background: linear-gradient(153.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 130.72%);
  padding: 10em 0;
}
.catch-cp .content-wrap {
  width: 80%;
  margin: 0 auto;
}
.catch-cp .content-wrap .brank-back {
  width: 100%;
  height: 200vh;
}
.catch-cp .contain-wrap {
  transform: translate3d(0, 20%, 0);
  transition: all 2s ease;
  opacity: 0;
}
.catch-cp .contain-wrap.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.catch-cp .catch-h2 {
  position: relative;
}
.catch-cp .catch-h2 .catch-h2-wh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.catch-cp .catch-h2 .catch-h2-img {
  margin: 5em 0 0 1em;
  width: 80%;
}
.catch-cp .catch-p {
  position: relative;
  padding-top: 3em;
}
.catch-cp .catch-p p {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 2.2em;
  margin: 0 0 0 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.catch-cp .catch-p img {
  position: absolute;
  bottom: 0;
  right: 1em;
  width: 33%;
}

.eng-title,
.jpn-title {
  opacity: 0;
  transform: translate3d(0, 40%, 0);
  transition: all 1s ease;
}

.title1 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.title1 .eng-title {
  height: 8em;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
}
.title1 .jpn-title-img {
  height: 2.4em;
}
.title1 .title-event img {
  height: 3.4em;
}
.title1 h2 {
  padding: 3.5em 0 0 1em;
  margin: 0;
}
.title1 .sub-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin-left: 2em;
}

.title2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.title2 .eng-title {
  height: 8em;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.title2 .jpn-title-img {
  height: 2.4em;
}
.title2 h2 {
  padding: 4em 0 0 1em;
  margin: 0;
}
.title2 .sub-title {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin-left: 2em;
}

.eng-title.active,
.jpn-title.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.title1 .eng-title.active {
  opacity: 1;
}

.jpn-title {
  transition-delay: 0.1s;
}

.point-wrap {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(255deg, #C079D9 -10.15%, #173EB3 12.21%, #041F70 133.72%);
}

.point {
  font-family: "Noto Sans", sans-serif;
  padding: 7em 0;
  background-color: #F9F9FA;
  margin: 0 auto;
  padding: 5em 0;
}
.point .point-left {
  display: flex;
  align-items: center;
  margin: 5em 0;
}
.point .point-left .suuji {
  margin-left: -5em;
  margin-bottom: -5em;
  width: 70%;
}
.point .point-left .img-right {
  width: 50%;
}
.point .point-right {
  display: flex;
  align-items: center;
  margin: 8em 0;
}
.point .point-right .point-p {
  order: 2;
}
.point .point-right .img-left {
  order: 1;
  width: 50%;
}
.point .point-right .suuji {
  margin-left: 5em;
  margin-bottom: -5em;
  width: 70%;
}
.point .contact-p {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  color: #041F70;
  background: -webkit-linear-gradient(113.12deg, #C079D9 10.15%, #173EB3 74.21%, #041F70 133.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.8em;
  text-align: center;
  margin: 3em 0 1em;
}
.point .contact-p span {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  margin: 0 0.2em;
}
.point .contact {
  text-align: center;
}
.point .contact a {
  font-size: 1.5em;
  font-weight: 900;
  text-decoration: none;
  background-color: #F9D118;
  padding: 0.7em 5em;
  border-radius: 10px;
  color: #173EB3;
  font-family: "Noto Sans", sans-serif;
}

.point-p {
  padding: 0 10%;
}
.point-p h3 {
  font-size: 1.8em;
  margin-top: -0.5em;
  transition: all 0.2s ease-in-out;
  font-weight: 900;
}
.point-p p {
  font-weight: 700;
  font-size: 1.1em;
}

.curriculum {
  background: linear-gradient(176.67deg, #173EB3 19.59%, #533FBA 57.3%, #905FCB 95.01%);
  padding: 8em 0 3em;
}
.curriculum .phase {
  background-color: #fff;
  width: 80%;
  margin: 5em auto;
  padding: 7% 2%;
  border-radius: 10px;
}
.curriculum .phase .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.curriculum .phase .list img {
  height: 11em;
}
.curriculum .phase .list .ml-fix {
  margin-left: 2em;
}
.curriculum .phase .list .checklist {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  width: 55%;
  padding: 0;
}
.curriculum .phase .list .checklist li {
  list-style: none;
  font-size: 1.57em;
  margin: 1em 0;
  background-image: url(../img/check4.png);
  background-position: 0% 45%;
  background-size: auto 1em;
  padding-left: 1.1em;
  line-height: 20px;
  background-repeat: no-repeat;
}
.curriculum .phase .explain-contain {
  display: flex;
  text-align: center;
  color: #173EB3;
  font-family: "Noto Sans", sans-serif;
}
.curriculum .phase .explain-contain .explain {
  margin: 3em 0.5em 0;
  width: 25%;
  font-family: "Noto Sans", sans-serif;
}
.curriculum .phase .explain-contain .explain img {
  width: 40%;
}
.curriculum .phase .explain-contain .explain p {
  text-align: left;
}
.curriculum .phase-100 {
  border: 3px solid #fff;
  width: 80%;
  margin: 5em auto;
  padding: 3%;
  border-radius: 10px;
  color: #fff;
  padding: 7% 2%;
}
.curriculum .phase-100 .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.curriculum .phase-100 .list img {
  height: 10em;
  padding-left: 1em;
}
.curriculum .phase-100 .list .checklist {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  width: 50%;
  padding: 0;
}
.curriculum .phase-100 .list .checklist li {
  list-style: none;
  font-size: 1.57em;
  margin: 1em 0;
  background-image: url(../img/check-wh.png);
  background-position: 0% 45%;
  background-size: auto 1em;
  padding-left: 1.1em;
  line-height: 20px;
  background-repeat: no-repeat;
}
.curriculum .phase-100 .explain-contain {
  text-align: center;
}

.movie-wrap {
  width: 100%;
  height: 100%;
  background: #905FCB;
}

.movie {
  background-color: #F9F9FA;
  margin: 0 auto;
  padding: 5em 0;
}
.movie .movie-item {
  text-align: center;
  margin: 5em 0;
}
.movie .movie-item iframe {
  border-radius: 10px;
  width: 65%;
  height: 30em;
}

.event .pc-img {
  width: 100%;
  margin-top: 3em;
}
.event .sp-img {
  display: none;
}

.support {
  margin: 0 auto;
  padding: 5em 0;
}
.support .support-item-box {
  width: 75%;
  margin: 3em auto;
  padding: 0.3em;
  background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
  border-radius: 10px;
}
.support .support-item-box .support-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 1em;
}
.support .support-item-box .support-item .suuji {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 6em;
  margin: 0 0 0 0.8em;
  color: #041F70;
  background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: normal;
  margin-left: 0.5em;
}
.support .support-item-box .support-item .explain {
  margin-left: 2em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}

.course {
  font-family: "Noto Sans", sans-serif;
  margin: 5em 0;
}
.course .course-price {
  text-align: center;
  margin: 2em 0 0 0;
}
.course .course-price .batch {
  font-family: "Noto Sans", sans-serif;
  background-color: #173EB3;
  color: #fff;
  font-size: 0.9em;
  font-weight: 900;
  padding: 0.2em 1.5em;
  display: inline-block;
  border-radius: 20px;
  margin: 0 0 1em;
}
.course .course-price .d-flex h3,
.course .course-price .d-flex p {
  display: inline-block;
}
.course .course-price .price {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  color: #13386B;
}
.course .course-price .price span {
  font-family: "Oswald", sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  padding-left: 0.2em;
}
.course .course-price .tax-in {
  color: #13386B;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.course .course-price .price-discription {
  margin: 0.5em 0 1em;
  font-weight: 700;
  font-size: 1em;
  color: #0C2241;
}
.course .course-wrap {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 1em 0;
}
.course .course-wrap .course-item {
  background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
  border-radius: 10px;
  padding: 0.4em;
  width: 30em;
  height: 25em;
  margin: 0 auto;
}
.course .course-wrap .course-item .back-wh {
  background-color: #F9F9FA;
  border-radius: 5px;
  padding: 1em;
  height: 23em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .course-wrap .course-item .back-none {
  padding: 1em;
  color: #fff;
}
.course .course-wrap .course-item h3 {
  text-align: center;
  font-size: 1.4em;
}
.course .course-wrap .course-item .price {
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
}
.course .course-wrap .course-item .price span {
  font-size: 1.8em;
  font-family: "Oswald", sans-serif;
  margin: 0 0.3em;
}
.course .course-wrap .course-item ul {
  list-style: none;
  padding: 0;
}
.course .course-wrap .course-item ul li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1em;
  color: #0C2241;
  font-weight: 700;
  list-style: none;
  margin: 2em 0;
  background-image: url(../img/check4.png);
  background-position: 0% 45%;
  background-size: auto 1em;
  padding-left: 1.3em;
  line-height: 20px;
  background-repeat: no-repeat;
}
.course .course-last {
  width: 40%;
  margin: 1em auto;
  text-align: center;
}
.course .course-last p {
  font-weight: 700;
  color: #0C2241;
}
.course .course-last .sp-p {
  display: none;
}

.voice {
  padding: 5em 0;
}
.voice .voice-wrap {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.voice .voice-wrap .voice-item {
  width: 47%;
  background-color: #173EB3;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  border-radius: 15px;
  margin: 2em 0;
}
.voice .voice-wrap .voice-item .itemframe {
  width: 100%;
  border-radius: 4.5%;
  overflow: hidden;
}
.voice .voice-wrap .voice-item .itemframe iframe {
  width: 100%;
  height: 17em;
}
.voice .voice-wrap .voice-item p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.6em;
  margin: 0;
  padding: 0.5em 0 1.1em;
}
.voice .voice-wrap .voice-item p span {
  display: block;
  font-size: 0.8em;
}

.catch-cp2 {
  background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
  text-align: center;
  padding: 3em 0 8em;
}
.catch-cp2 .catch-p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.8em;
}
.catch-cp2 .catch-p span {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  margin: 0 0.2em;
}
.catch-cp2 .contact {
  text-align: center;
}
.catch-cp2 .contact a {
  font-size: 1.5em;
  font-weight: 900;
  text-decoration: none;
  background-color: #F9D118;
  padding: 0.7em 7em;
  border-radius: 10px;
  color: #173EB3;
  font-family: "Noto Sans", sans-serif;
}

.profile {
  padding: 5em 0;
}
.profile .profile-wrap {
  width: 75%;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
}
.profile .profile-wrap .item {
  padding: 3em 0;
}
.profile .profile-wrap .person .moji {
  position: relative;
  margin-left: 10%;
  margin-bottom: 3%;
}
.profile .profile-wrap .person .moji .nm-moji {
  height: 7em;
  mix-blend-mode: hard-light;
}
.profile .profile-wrap .person .moji h3 {
  position: absolute;
  bottom: 0;
  left: 12%;
  font-size: 1.57em;
  margin: 0;
}
.profile .profile-wrap .person .face {
  width: 13em;
  height: 13em;
}
.profile .profile-wrap .profile-p {
  margin: -16em 0 0 18em;
  font-weight: 700;
  font-size: 0.9em;
  font-family: "Noto Sans", sans-serif;
}

.faq {
  padding-bottom: 4em;
}
.faq .title {
  padding: 3em 0;
  text-align: center;
}
.faq .title .jpn-title-img {
  height: 2.4em;
}
.faq .item {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 1.5em;
  font-weight: 700;
}
.faq .item p {
  margin: 0.5em 0 0 1em;
  font-family: "Noto Sans", sans-serif;
}
.faq .item .question {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 4em;
  font-family: "Noto Sans", sans-serif;
}
.faq .item .question .question-p {
  display: flex;
}
.faq .item .question .question-p .q {
  width: 2.3em;
  height: 2.3em;
}
.faq .item .question .arrow {
  width: 1em;
  height: 1em;
}
.faq .item .question.open .arrow {
  transform: rotate(180deg);
}
.faq .item .answer {
  padding: 1.3em 4em;
  font-family: "Noto Sans", sans-serif;
}
.faq .item .answer .answer-p {
  display: flex;
}
.faq .item .answer .answer-p .a {
  width: 2.3em;
  height: 2.3em;
}
.faq .item .answer .answer-p p {
  width: 85%;
}

footer {
  text-align: center;
  padding: 3em 0 3em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}
footer a {
  margin: 0 3em;
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
}
footer .copyright {
  margin: 3em 0;
  font-size: 0.8em;
}

.sp-p {
  display: none;
}/*# sourceMappingURL=stylesheet.css.map */