@charset "UTF-8";

#colophon{
	display:none!important;
}

.block-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .block-pc {
        display: none !important;
    }
}

.none-tab {
    display: none;
}

@media screen and (max-width: 768px) {
    .none-tab {
        display: block !important;
    }
}

body {
    font-family: ryo-gothic-plusn, sans-serif;
}

.mainview {
    position: relative;
    height: 100vh;
}

/* .mainview::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(
    to right,
    rgba(15, 42, 128, 0.9098039216),
    rgba(48, 113, 177, 0.0705882353)
  );
  height: -webkit-fill-available;
  z-index: 0;
} */
.mainview__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.mainview__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainview__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1080px;
    width: 100%;
    z-index: 9999;
}

.mainview__img {
    width: 100%;
}

.mainview__img img {
    width: 100%;
}

.mainview__btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.mainview__btn a {
    display: inline-block;
}

.mainview__btn a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .mainview {
        height: 110vh;
    }

    .mainview__box {
        width: 90%;
    }
}

.introdaction {
    position: relative;
    /* padding-top: 20%;
  margin-top: -20%; */
}

/* .introdaction::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(
    to right,
    #0f2980,
    rgba(48, 112, 177, 0.4705882353)
  );
  height: -webkit-fill-available;
  z-index: -1;
} */
.introdaction__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -3;
    height: 100%;
}

.introdaction__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.introdaction__ttl {
    margin-top: -20%;
    width: 70%;
    margin-left: auto;
    mix-blend-mode: multiply;
}

.introdaction__ttl img {
    width: 100%;
    height: auto;
}

.introdaction__img {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 25%;
    width: 25%;
}

.introdaction__img img {
    width: 100%;
    height: auto;
}

.introdaction__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.introdaction__txt {
    font-size: 24px;
    font-weight: bold;
    color: #10347d;
    font-family: ryo-gothic-plusn, sans-serif;
    text-align: center;
    text-shadow:
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff,
        -2px -2px 0 #fff;
    margin-bottom: 24px;
    line-height: 1.4;
    position: relative;
}

.introdaction__worry {
    width: 100%;
}

.introdaction__worry img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.introdaction__participate {
    width: 90%;
    margin: 0 auto 24px;
}

.introdaction__participate img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.introdaction__btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.introdaction__btn a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .introdaction {
        position: relative;
    }

    .introdaction::before {
        display: none;
    }

    .introdaction__inner {
        padding-top: 48px;
    }

    .introdaction__ttl {
        width: 100%;
        position: absolute;
        top: 0%;
    }

    .introdaction__txt {
        font-size: 20px;
    }

    .introdaction__img {
        display: none;
    }

    .introdaction__worry {
        width: 80%;
        margin: 0 auto 24px;
    }

    .introdaction__participate {
        width: 70%;
    }

    .introdaction__btn {
        width: 80%;
        padding-bottom: 48px;
    }

    .introdaction__bg {
        top: -20%;
        height: 120%;
    }
}

.about {
    position: relative;
    position: relative;
    z-index: 2;
}

.about__inner {
    padding-bottom: 100px;
}

.about__img {
    width: 100%;
    position: relative;
    margin-top: -7%;
    margin-bottom: 24px;
}

.about__img img {
    width: 100%;
    height: auto;
}

.about__ttl {
    width: 40%;
    margin: 0 auto 36px;
}

.about__ttl img {
    width: 100%;
    height: auto;
}

.about__items {
    display: flex;
    justify-content: center;
    background-color: #dbebf5;
    padding: 24px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.about__item {
    width: 30%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
}

.about__item--img {
    width: 100%;
}

.about__item--img img {
    /* aspect-ratio: 1/1; */
    width: 100%;
    /* height: auto; */
    object-fit: contain;
}

.about__item--point {
    width: 30%;
    margin: 0 auto 16px;
}

.about__item--point img {
    width: 100%;
    height: auto;
}

.about__item--ttl {
    font-size: 30px;
    color: #10347d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.about__item--txt {
    line-height: 1.7;
    font-family: ryo-gothic-plusn, sans-serif;
    flex-grow: 1;
}

.about__item--txt span {
    background-color: #ffff00;
}

@media screen and (max-width: 768px) {
    .about {
        position: relative;
    }

    .about::before {
        display: none;
    }

    .about__inner {
        padding-bottom: 0;
    }

    .about__ttl {
        width: 70%;
        margin: 0 auto 100px;
    }

    .about__items {
        flex-direction: column;
        padding: 0 24px 24px;
    }

    .about__item {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        margin: 0;
    }

    .about__item:last-child {
        border-bottom: unset;
    }

    .about__item--point {
        margin: -45px auto 0;
        width: 20%;
    }

    .about__item--ttl {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .about__item--txt {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .about__item--img {
        width: 50%;
        margin: 0 auto 80px;
    }

    .about__item--img03 {
        margin-bottom: 50px;
    }
}

.teachers {
    position: relative;
}

/* .teachers::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(to right, #0f2a80, #3071b1);
  height: -webkit-fill-available;
  z-index: -1;
} */
.teachers__img {
    width: 100%;
    margin-bottom: 24px;
}

.teachers__img img {
    width: 100%;
    height: auto;
}

.teachers__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.teachers__ttl {
    width: 80%;
    margin: 0 auto 48px;
}

.teachers__ttl img {
    width: 100%;
}

.teachers__item {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.teachers__item--img {
    width: 25%;
    margin-right: 3%;
}

.teachers__item--img img {
    width: 100%;
    height: auto;
}

.teachers__item--textbox {
    width: 77%;
    font-family: ryo-gothic-plusn, sans-serif;
}

.teachers__item--textbox-text {
    margin-bottom: 16px;
}

.teachers__item--textbox-text .jp {
    font-size: 30px;
    padding-right: 16px;
}

.teachers__item--textbox-text .en {
    font-size: 20px;
    padding-right: 16px;
    font-family: "Barlow Condensed", sans-serif;
}

.teachers__item--textbox-text .position {
    font-size: 20px;
    font-weight: bold;
}

.teachers__item--textbox-context {
    line-height: 1.7;
}

.teachers__btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.teachers__btn a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .teachers {
        position: relative;
    }

    .teachers::before {
        display: none;
    }

    .teachers__ttl {
        width: 70%;
        margin: 0 auto 48px;
    }

    .teachers__img {
        margin-top: -5%;
        position: relative;
        z-index: 3;
    }

    .teachers__items {
        flex-direction: column;
        padding: 0 24px 24px;
    }

    .teachers__item {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        margin: 0;
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .teachers__item--img {
        width: 30%;
        margin-right: 5%;
    }

    .teachers__item--textbox {
        width: 60%;
    }

    .teachers__item--textbox-text .jp {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .teachers__item--textbox-text .en {
        font-size: 14px;
        display: block;
        margin-bottom: 16px;
    }

    .teachers__item--textbox-text .position {
        display: block;
        font-size: 14px;
    }

    .teachers__item--textbox-context {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .teachers__btn {
        width: 80%;
        padding-bottom: 48px;
    }
}

.voice {
    background-color: #eaeaea;
    position: relative;
}

.voice__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 16% 0 100px;
}

.voice__img {
    width: 100%;
    position: absolute;
    top: -3%;
}

.voice__img img {
    width: 100%;
    height: auto;
}

.voice__ttl {
    margin: 0 auto 36px;
    text-align: center;
    width: 50%;
}

.voice__ttl img {
    width: 100%;
}

.voice__item {
    margin-bottom: 48px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 48px;
}

/* .voice__item::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 10px;
  background-color: #ffff00;
  height: -webkit-fill-available;
  content: "";
  display: inline-block;
} */
.voice__item--img {
    width: 15%;
    margin-right: 5%;
}

.voice__item--img img {
    width: 100%;
    height: auto;
}

.voice__item--txt {
    width: 80%;
}

.voice__item--txt-ttl {
    color: #10347d;
    margin-bottom: 8px;
}

.voice__item--txt-ttl .graduate {
    font-size: 20px;
    padding-right: 24px;
}

.voice__item--txt-ttl .name {
    font-size: 28px;
}

.voice__item--text {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .voice__img {
        margin-bottom: 24px;
    }

    .voice__ttl {
        width: 70%;
    }

    .voice__item {
        width: 90%;
        margin: 0 auto 24px;
        padding: 16px;
        align-items: flex-start;
    }

    .voice__item--text {
        font-size: 10px;
    }

    .voice__item--img {
        width: 25%;
        margin-right: 5%;
    }

    .voice__item--img img {
        padding-bottom: 8px;
    }

    .voice__item--txt {
        width: 70%;
    }

    .voice__item--txt-ttl {
        text-align: center;
    }

    .voice__item--txt-ttl .graduate {
        display: block;
        font-size: 12px;
        padding-right: 0;
    }

    .voice__item--txt-ttl .name {
        display: block;
        font-size: 16px;
    }
}

.curriculum {
    position: relative;
}

/* .curriculum::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(to right, #0f2a80, #3071b1);
  height: -webkit-fill-available;
  z-index: -1;
} */
.curriculum__img {
    width: 100%;
    margin-top: -2%;
    margin-bottom: 24px;
}

.curriculum__img img {
    width: 100%;
    height: auto;
}

.curriculum__ttl {
    margin: 0 auto 36px;
    text-align: center;
    width: 60%;
}

.curriculum__ttl img {
    width: 100%;
}

.curriculum__inner {
    max-width: 800px;
    margin: 0 auto;
}

.curriculum__content {
    text-align: center;
    margin-bottom: -20px;
}

.curriculum__content span {
    background: linear-gradient(to right, #98b7ec, #0090cf);
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 32px;
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 20px;
}

.curriculum__items {
    margin-bottom: 16px;
}

.curriculum__item {
    background-color: #eeeeef;
    padding: 32px 48px;
    font-family: ryo-gothic-plusn, sans-serif;
    position: relative;
}

.curriculum__item::after {
    content: "";
    display: inline-block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.curriculum__item--ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.curriculum__item ul li {
    margin-bottom: 8px;
    list-style: inside;
    font-size: 18px;
}

.curriculum__item ul li:last-child {
    margin-bottom: 0;
}

.curriculum__text {
    text-align: end;
    font-size: 12px;
    margin-bottom: 50px;
}

.curriculum__btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.curriculum__btn a img {
    width: 100%;
    height: auto;
}

.curriculum__video {
    margin: 48px auto;
    max-width: 500px;
    width: 100%;
    height: 300px;
    text-align: center;
}

.curriculum__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .curriculum::before {
        display: none;
    }

    .curriculum__content span {
        font-size: 16px;
    }

    .curriculum__img {
        margin-bottom: 24px;
        margin-top: -7%;
    }

    .curriculum__ttl {
        width: 70%;
    }

    .curriculum__text {
        text-align: center;
    }

    .curriculum__item {
        width: 100%;
        padding: 24px 48px;
    }

    .curriculum__item--ttl {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .curriculum__item ul li {
        font-size: 14px;
    }

    .curriculum__video {
        width: 90%;
        margin: 48px auto 24px;
        height: 200px;
    }

    .curriculum__btn {
        width: 80%;
        padding-bottom: 48px;
    }
}

.price {
    position: relative;
}

/* .price::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(to right, #0f2a80, #3071b1);
  height: -webkit-fill-available;
  z-index: -1;
} */
.price__img {
    width: 100%;
    margin-bottom: 48px;
}

.price__img img {
    width: 100%;
    height: auto;
}

.price__ttl {
    margin: 0 auto 48px;
    text-align: center;
    width: 30%;
}

.price__ttl img {
    width: 100%;
}

.price__inner {
    max-width: 800px;
    margin: 0 auto;
}

.price__item {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #92ddef, #bcd4ff);
    padding: 24px;
    margin-bottom: 24px;
}

.price__item:last-child {
    margin-bottom: 0;
}

.price__item--img {
    width: 25%;
    margin-right: 5%;
}

.price__item--img img {
    width: 100%;
    height: auto;
}

.price__item--text {
    width: 70%;
}

.price__item--text-ttl {
    color: #10347d;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.price__item--text-ttl span {
    font-size: 30px;
    color: #ffffff;
    text-shadow:
        2px 2px 0 #10347d,
        -2px 2px 0 #10347d,
        2px -2px 0 #10347d,
        -2px -2px 0 #10347d;
}

.price__item--text-txt {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .price::before {
        display: none;
    }

    .price__item {
        display: flex;
        flex-direction: column;
        margin-bottom: 4px;
    }

    .price__item--img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }

    .price__item--text {
        width: 100%;
    }

    .price__img {
        margin-bottom: 24px;
    }

    .price__ttl {
        width: 60%;
        margin-bottom: 24px;
    }
}

.lecture {
    position: relative;
}

.lecture__only {
    width: 50%;
    margin: 0 auto;
}

.lecture__only img {
    width: 100%;
}

/* .lecture::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: linear-gradient(to right, #0f2a80, #3071b1);
  height: -webkit-fill-available;
  z-index: -1;
} */
.lecture__inner {
    padding: 48px 0 0 0;
    max-width: 1080px;
    margin: 0 auto;
}

.lecture__ttl {
    text-align: center;
    margin-bottom: 24px;
}

.lecture__items {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.lecture__item {
    text-align: center;
    background-color: #666666;
    border: 3px solid #ffffff;
    padding: 48px 24px;
    border-radius: 25px;
    color: #ffffff;
    box-shadow: 3px 3px 3px #c1c1c1;
    margin: 0 24px;
}

.lecture__item--ttl {
    font-weight: bold;
    font-size: 28px;
    border: 2px solid #ffffff;
    margin-bottom: 24px;
    display: inline-block;
    padding: 8px 32px;
}

.lecture__item--ttl-01 {
    background: linear-gradient(to right, #0f2a80, #3071b1);
}

.lecture__item--ttl-02 {
    background: linear-gradient(to right, #9776c5, #6c71b1);
}

.lecture__item--th {
    font-size: 20px;
    padding: 8px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.lecture__item--price {
    font-size: 20px;
    margin-bottom: 32px;
}

.lecture__item--price:last-child {
    margin-bottom: 0;
}

.lecture__item--price span {
    font-family: "bilo", sans-serif;
    font-size: 50px;
}

.lecture__text {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 24px;
    line-height: 1.7;
    padding: 0 24px;
}

.lecture__only {
    text-align: center;
    margin-bottom: 48px;
}

.lecture__btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.lecture__btn a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .lecture::before {
        display: none;
    }

    .lecture__ttl {
        width: 25%;
        margin: 0 auto 16px;
    }

    .lecture__ttl img {
        width: 100%;
    }

    .lecture__items {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .lecture__item {
        width: 85%;
        margin: 0 auto;
        padding: 20px;
    }

    .lecture__item--ttl {
        font-size: 20px;
    }

    .lecture__item--price {
        font-size: 16px;
    }

    .lecture__item--price span {
        font-size: 40px;
    }

    .lecture__text {
        width: 80%;
        margin: 0 auto 24px;
        font-size: 10px;
    }

    .lecture__only {
        width: 70%;
    }

    .lecture__btn {
        width: 80%;
        padding-bottom: 48px;
    }
}

.footer__inner {
    text-align: center;
}

.footer__img {
    width: 100%;
    margin-bottom: 24px;
}

.footer__img img {
    width: 100%;
}

.footer__company {
    font-size: 18px;
    color: #0f2980;
    margin-bottom: 8px;
}

.footer__en {
    font-size: 10px;
    padding-bottom: 24px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
    display: -ms-grid;
    overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
    display: flex;
    overflow: hidden;
}

.d-demo__list {
    display: flex;
    list-style: none;
}

.d-demo__list--left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
    width: 16.6666666667vw;
}

.d-demo__item>img {
    width: 100%;
}

/*# sourceMappingURL=style.css.map */

main {
    position: relative;
}

.main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
}

.main-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .main-bg {
        display: none;
    }
}