.l-top-about,
.l-top-content,
.l-top-entrance-exam,
.l-top-subcontent,
.l-top-news {
    padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .l-top-about,
    .l-top-content,
    .l-top-entrance-exam,
    .l-top-subcontent,
    .l-top-news {
        padding-bottom: 60px;
    }
}
.top-topics__tag,
.top-content__section:nth-child(odd) .top-content__tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: nowrap;
}
.top-topics__tag__body,
.top-content__section:nth-child(odd) .top-content__tag__body {
    position: absolute;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #2b65ae;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    font-size: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .top-topics__tag__body,
    .top-content__section:nth-child(odd) .top-content__tag__body {
        -webkit-transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
        transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
    }
}
.top-topics__tag__body::before,
.top-content__section:nth-child(odd) .top-content__tag__body::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2b65ae;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .top-topics__tag__body::before,
    .top-content__section:nth-child(odd) .top-content__tag__body::before {
        background-color: #fff;
    }
}
.top-about__tag,
.top-content__section:nth-child(even) .top-content__tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    white-space: nowrap;
}
.top-about__tag__body,
.top-content__section:nth-child(even) .top-content__tag__body {
    position: absolute;
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #2b65ae;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    font-size: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .top-about__tag__body,
    .top-content__section:nth-child(even) .top-content__tag__body {
        -webkit-transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
        transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
    }
}
.top-about__tag__body::before,
.top-content__section:nth-child(even) .top-content__tag__body::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2b65ae;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .top-about__tag__body::before,
    .top-content__section:nth-child(even) .top-content__tag__body::before {
        background-color: #fff;
    }
}
.top-about__link,
.top-learning__button a,
.top-entrance-exam__button {
    position: relative;
    z-index: 1;
    background-color: #2b65ae;
    color: #fff;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    font-size: 1.4rem;
    width: 260px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-about__link::after,
.top-learning__button a::after,
.top-entrance-exam__button::after {
    content: '';
    background-image: url('../fonts/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 17.5px;
    height: 8.75px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-left: 10px;
}
@media screen and (min-width: 1025px) {
    .top-about__link::after,
    .top-learning__button a::after,
    .top-entrance-exam__button::after {
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-about__link:hover,
    .top-learning__button a:hover,
    .top-entrance-exam__button:hover {
        opacity: 0.9;
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-about__link:hover::after,
    .top-learning__button a:hover::after,
    .top-entrance-exam__button:hover::after {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
@media screen and (max-width: 1024px) {
    .top-about__link,
    .top-learning__button a,
    .top-entrance-exam__button {
        width: 240px;
        height: 54px;
        border-radius: 4px;
        font-size: 1.2rem;
    }
    .top-about__link::after,
    .top-learning__button a::after,
    .top-entrance-exam__button::after {
        background-image: url('../fonts/arrow.svg');
        background-repeat: no-repeat;
        background-position: center center;
        width: 14px;
        height: 7px;
        background-size: contain;
        display: block;
        text-indent: -9999px;
        margin-left: 8px;
    }
}
.top-content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 48px;
    position: relative;
    z-index: 1;
    background-color: #2b65ae;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 6px;
}
.top-content__link::after {
    content: '';
    background-image: url('../fonts/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 7px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-left: 8px;
}
@media screen and (min-width: 1025px) {
    .top-content__link::after {
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-content__link:hover {
        opacity: 0.9;
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-content__link:hover::after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-entrance-exam__button--2nd,
.top-news__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 34px;
    position: relative;
    z-index: 1;
    background-color: #2b65ae;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
}
.top-entrance-exam__button--2nd::after,
.top-news__button::after {
    content: '';
    background-image: url('../fonts/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 7px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-left: 5px;
}
@media screen and (min-width: 1025px) {
    .top-entrance-exam__button--2nd::after,
    .top-news__button::after {
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-entrance-exam__button--2nd:hover,
    .top-news__button:hover {
        opacity: 0.8;
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-entrance-exam__button--2nd:hover::after,
    .top-news__button:hover::after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1345.827232796486px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
.l-top-topics {
    margin-top: -90px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
    .l-top-topics {
        margin-top: 0;
    }
}
.l-top-content {
    overflow: hidden;
}
.top-kv,
#js-top-kv {
    position: relative;
    width: 100vw;
    height: 790px !important;
    min-height: 790px !important;
    max-height: 790px !important;
    background-color: #fff;
    overflow: hidden;
}
.top-kv__movie {
    width: 100%;
    height: 100%;
    min-height: 790px;
    position: relative;
    overflow: hidden;
}
.top-kv__figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
}
.top-kv__image,
.top-kv__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}
.top-kv__movie__cover {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: url('../images/kv_dot.png') repeat 0 0;
    background-size: 4px 4px;
}
.top-kv__movie__cover::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.top-kv__movie__yt {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .top-kv__movie__yt {
        width: 135%;
        height: 135%;
    }
}
@media screen and (max-width: 640px) {
    .top-kv__movie__yt {
        width: 115%;
        height: 115%;
    }
}
.top-kv__copy-list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 1;
}
.top-kv__copy-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.top-kv__copy-list--text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90vw;
    max-width: 960px;
}
@media screen and (max-width: 1024px) {
    .top-kv__copy-list {
        -webkit-transform: translate(-50%, -70%) scale(0.7);
        transform: translate(-50%, -70%) scale(0.7);
    }
    .top-kv__copy-list--text {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        width: 88vw;
    }
}
.top-kv__copy-item {
    margin: 0 10px;
    opacity: 0;
}
.top-kv__copy-list--text .top-kv__copy-item {
    margin: 0;
    width: auto;
}
.top-kv__copy-text {
    margin: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.45));
}
@media screen and (max-width: 1024px) {
    .top-kv__copy-text {
        font-size: 2.4rem;
        line-height: 1.45;
    }
}
@media screen and (max-width: 640px) {
    .top-kv__copy-text {
        font-size: 1.8rem;
    }
}
.top-kv__copy-item--l1 {
    width: 17px;
    margin-top: 3px;
}
.top-kv__copy-list--text .top-kv__copy-item--l1 {
    width: auto;
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .top-kv__copy-item--l1 {
        width: 20px;
    }
}
.top-kv__copy-item--l2,
.top-kv__copy-item--l3,
.top-kv__copy-item--l4 {
    width: 20px;
}
@media screen and (max-width: 1024px) {
    .top-kv__copy-item--l2,
    .top-kv__copy-item--l3,
    .top-kv__copy-item--l4 {
        width: 23px;
    }
}
.top-kv__copy-item > img {
    width: 100%;
    height: auto;
}
.top-kv__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%);
    z-index: 4;
    padding-top: 90px;
    font-size: 1.1rem;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1024px) {
    .top-kv__button {
        font-size: 1rem;
    }
}
.top-kv__popup-video {
    display: block;
    width: 80vw;
    max-width: 960px;
    max-height: 80vh;
    background: #000;
}
@media screen and (max-width: 1024px) {
    .top-kv__popup-video {
        width: 92vw;
    }
}
.top-kv__arrow {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    z-index: 5;
}
.top-kv__arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
.top-kv__scroll-btn {
    position: absolute;
    bottom: 1.5vw;
    right: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    z-index: 5;
}
@media screen and (max-width: 1024px) {
    .top-kv__scroll-btn {
        right: 5vw;
        bottom: 0px;
        -webkit-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
    }
}
.top-kv__scroll-btn__body {
    font-size: 0.9rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    margin-right: 8px;
    opacity: 0;
}
.top-kv__scroll-btn__append {
    width: 24px;
    height: 11px;
    opacity: 0;
}
.top-kv__scroll-btn__append > svg {
    width: 100%;
    height: auto;
}
.top-kv__scroll-btn__append > svg > path {
    stroke-width: 0.75px;
}
.top-topics {
    position: relative;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -60px;
    z-index: 5;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-topics {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-topics {
        width: 92vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-topics {
        margin-top: -30px;
        width: 100%;
    }
}
.top-topics::before {
    content: '';
    width: 50vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 0;
}
@media screen and (max-width: 1024px) {
    .top-topics::before {
        display: none;
    }
}
.top-topics__tag {
    top: 4vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .top-topics__tag {
        top: -40px;
        width: 88%;
        padding: 40px 0 0 0;
    }
    .top-topics__tag__body {
        bottom: 0;
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
        padding-left: 4vw;
    }
}
.top-topics__list {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4vw 2.5vw;
    z-index: 1;
}
.top-topics__list::before,
.top-topics__list::after {
    content: '';
    width: 4vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
}
.top-topics__list::before {
    left: 0;
}
.top-topics__list::after {
    right: 0;
}
@media screen and (max-width: 1024px) {
    .top-topics__list {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        padding: 0;
        margin-top: calc(-40px + 4vw);
    }
    .top-topics__list::before,
    .top-topics__list::after {
        display: none;
    }
}
@media screen and (max-width: 1024px) and (max-width: 1345.827232796486px) {
    .top-topics__list {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .top-topics__list {
        width: 92vw;
    }
}
.top-topics__item {
    position: relative;
    width: calc(50% - 1.5vw);
    padding: 0 1.5vw;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .top-topics__item {
        width: 100%;
        padding: 0;
    }
}
.top-topics__link {
    outline: none;
}
.top-topics__image {
    width: 100%;
    height: auto;
}
.top-topics__dots {
    position: absolute;
    top: 50%;
    right: 1.5vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .top-topics__dots {
        width: 100%;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 20px;
    }
}
.top-topics__dots > li {
    margin: 8px 0;
    outline: none;
}
.top-topics__dots > li > button {
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #2b65ae;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: -99px;
    overflow: hidden;
    outline: none;
}
.top-topics__dots > li.slick-active > button {
    background-color: #fff;
    border: 2px solid #2b65ae;
}
@media screen and (max-width: 1024px) {
    .top-topics__dots > li {
        margin: 0 4px;
    }
}
.top-about {
    position: relative;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6vw 0;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-about {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-about {
        width: 92vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-about {
        padding: 13vw 0;
    }
}
.top-about::before {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.top-about__tag {
    top: 4vw;
    right: 4vw;
}
@media screen and (max-width: 1024px) {
    .top-about__tag {
        display: none;
    }
}
.top-about__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.top-about__heading__image {
    display: block;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .top-about__heading {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .top-about__heading__image {
        width: 80vw;
        max-width: 504px;
        height: auto;
        margin: 0 auto;
    }
}
.top-about__copy {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center;
    line-height: 2.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    font-size: 1.5rem;
    color: #2b65ae;
}
@media screen and (max-width: 1024px) {
    .top-about__copy {
        font-size: 1.2rem;
        text-align: left;
        width: 78vw;
        margin: 0 auto 30px;
    }
}
.top-learning {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .top-learning {
        margin-bottom: 80px;
    }
}
.top-learning__content {
    height: 600px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .top-learning__content {
        height: 280px;
    }
}
.top-learning__figure {
    width: 100vw;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    display: block;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .top-learning__figure {
        height: 280px;
    }
}
.top-learning__figure::after {
    content: '';
    background-color: #fff;
    width: 100vw;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 2;
}
.top-learning__image {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 600px;
}
@media screen and (max-width: 1024px) {
    .top-learning__image {
        height: 280px;
    }
}
.top-learning__box {
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0 auto;
    display: inline-block;
    padding: 36px 56px;
    z-index: 3;
}
.top-learning__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .top-learning__box {
        top: 50px;
        padding: 24px 32px;
    }
}
.top-learning__tit {
    position: relative;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    padding-bottom: 15px;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .top-learning__tit {
        font-size: 2.8rem;
    }
    .top-learning__tit span {
        margin-bottom: 6px;
        display: block;
        font-size: 1.8rem;
    }
}
.top-learning__subtitle {
    position: relative;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 1;
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .top-learning__subtitle {
        margin-bottom: 20px;
    }
}
.top-learning__button {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
}
.top-learning__button a {
    color: #fff;
    line-height: 66px;
}
.top-learning__nav {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 100px 50px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    z-index: 5;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-learning__nav {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-learning__nav {
        width: 92vw;
    }
}
@media screen and (max-width: 1120px) {
    .top-learning__nav {
        padding: 60px 80px 50px;
    }
}
@media screen and (max-width: 1024px) {
    .top-learning__nav {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        margin-top: -43px;
        padding: 0;
    }
}
.top-learning__nav::before {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
@media screen and (max-width: 1024px) {
    .top-learning__nav::before {
        right: auto;
        left: 0;
    }
}
.top-learning__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top-learning__list {
        display: block;
    }
}
.top-learning__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 1024px) {
    .top-learning__item {
        padding: 0 26px;
        background: #fff;
    }
}
.top-learning__item a {
    color: #2b65ae;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .top-learning__item a {
        height: 80px;
        line-height: 80px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        font-size: 1.5rem;
        position: relative;
    }
}
.top-learning__item a::after {
    content: '';
    display: inline-block;
    background: url('../fonts/arrow_circle.svg') repeat-x 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-left: 6px;
}
@media screen and (max-width: 1024px) {
    .top-learning__item a::after {
        background: url('../fonts/arrow_circle_g.svg') repeat-x 0 0;
        background-size: 28px 28px;
        position: absolute;
        width: 28px;
        height: 28px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.top-content {
    position: relative;
}
.top-content:not(:last-child) {
    padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .top-content {
        width: 100%;
    }
}
.top-content__heading {
    position: relative;
    text-align: center;
    padding-bottom: 160px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .top-content__heading {
        padding-bottom: 100px;
        margin-bottom: 20px;
    }
}
.top-content__heading::after {
    content: '';
    width: 1px;
    height: 140px;
    background-color: #2b65ae;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
    .top-content__heading::after {
        height: 80px;
    }
}
.top-content__bg-wrap {
    position: absolute;
    bottom: -5em;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 176px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .top-content__bg-wrap {
        bottom: -6.7em;
    }
}
.top-content__bg {
    position: absolute;
    left: -150vw;
    z-index: 0;
    width: 300vw;
    height: 176px;
}
.top-content__bg--features,
.top-content__bg--environment {
    background: none;
}
.top-content__bg-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform;
}
.top-content__bg-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 160px;
    line-height: 1;
    color: #fafafa;
    white-space: nowrap;
    padding-right: 80px;
}
@media screen and (max-width: 1024px) {
    .top-content__bg {
        width: 500vw;
        left: -250vw;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}
.top-content__title {
    color: #2b65ae;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    padding-bottom: 15px;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .top-content__title {
        font-size: 3.3rem;
    }
}
.top-content__title--2nd {
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #2b65ae;
    padding: 60px 0 25px;
}
@media screen and (max-width: 1024px) {
    .top-content__title--2nd {
        font-size: 2.4rem;
        padding: 0 0 25px;
        text-align: center;
    }
}
.top-content__subtitle {
    color: #2b65ae;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 1;
}
.top-content__section {
    position: relative;
    z-index: 1;
}
.top-content__section:not(:last-child) {
    padding-bottom: 120px;
}
.top-content__inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-content__inner {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-content__inner {
        width: 92vw;
    }
}
.top-content__inner--body {
    padding-top: 350px;
}
@media screen and (max-width: 1024px) {
    .top-content__inner--body {
        padding-top: 280px;
    }
}
.top-content__section:nth-child(even) .top-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
    .top-content__section:nth-child(even) .top-content__inner {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .top-content__section:nth-child(even) .top-content__tag {
        right: 4vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-content__section:nth-child(even) .top-content__tag__body {
        color: #fff;
    }
}
@media screen and (max-width: 1024px) {
    .top-content__section:nth-child(odd) .top-content__tag__body {
        color: #fff;
    }
}
.top-content__figure {
    width: 76vw;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .top-content__figure {
        width: 100vw;
        height: 280px;
    }
}
.top-content__section:nth-child(even) .top-content__figure {
    left: 0;
    right: auto;
}
.top-content__image {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 76vw;
    height: 500px;
}
.top-content__section:nth-child(even) .top-content__image {
    left: 0;
}
.top-content__section:nth-child(odd) .top-content__image {
    right: 0;
}
@media screen and (max-width: 1024px) {
    .top-content__image {
        width: 100vw;
        height: 280px;
    }
}
.top-content__body {
    position: relative;
    width: 50%;
    z-index: 0;
    padding: 0px 5vw 0;
}
@media screen and (max-width: 1024px) {
    .top-content__body {
        width: 100%;
        padding: 0 5vw 0;
    }
}
.top-content__body::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .top-content__body::before {
        top: -50px;
        width: 100vw;
    }
    .top-content__section:nth-child(even) .top-content__body::before {
        left: auto;
        right: 0;
    }
}
.top-content__copy {
    position: relative;
    z-index: 1;
    line-height: 2;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 25px;
}
.top-content__list {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.top-content__list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-content__list li + li {
    margin-top: 12px;
}
.top-content__list a {
    color: rgba(14, 35, 31, 0.87);
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
}
.top-content__list a:hover {
    color: #2b65ae;
}
@media screen and (max-width: 1024px) {
    .top-content__copy {
        font-size: 1.3rem;
        width: 78vw;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 1024px) {
    .top-content__link {
        margin: 0 auto;
    }
}
.top-entrance-exam__heading {
    position: relative;
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__heading {
        height: 280px;
    }
}
.top-entrance-exam__figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.top-entrance-exam__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.top-entrance-exam__figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 101, 174, .1);
    pointer-events: none;
    z-index: 2;
}
.top-entrance-exam__title {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    color: #fff;
    margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__title {
        font-size: 3.3rem;
    }
}
.top-entrance-exam__title--1st {
    text-shadow: 0 2px 2px rgba(0, 0, 0);
}
.top-entrance-exam__title--online {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__title--online {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.top-entrance-exam__title--online::before {
    content: 'オンライン入試';
    background-color: #fff1cb;
    color: #2b65ae;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    padding: 4px;
    display: inline-block;
    margin-right: 6px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__title--online::before {
        position: static;
        width: auto;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-radius: 4px;
        padding: 5px 10px;
        margin-right: 10px;
    }
}
.top-entrance-exam__title--2nd {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #2b65ae;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__title--2nd {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 15px;
    }
}
.top-entrance-exam__subtitle {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
}
.top-entrance-exam__button {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__button {
        margin-top: 20px;
    }
}
.top-entrance-exam__button--1st {
    position: relative;
    z-index: 2;
}
.top-entrance-exam__button--2nd {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__button--2nd {
        display: none;
    }
}
.top-entrance-exam__body {
    position: relative;
    z-index: 2;
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -90px;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-entrance-exam__body {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__body {
        width: 92vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__body {
        margin-top: -40px;
    }
}
.top-entrance-exam__body::before {
    content: '';
    width: 50vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 0;
}
.top-entrance-exam__list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 0;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__list {
        display: block;
        padding: 4vw 0 0;
    }
}
.top-entrance-exam__list--2nd {
    display: block;
    padding: 0 0 54px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__list--2nd {
        padding-bottom: 0;
    }
}
.top-entrance-exam__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2.5%;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item {
        padding: 25px 4vw;
    }
    .top-entrance-exam__item::before {
        content: '';
        width: 28px;
        height: 28px;
        border-radius: 14px;
        position: absolute;
        top: 50%;
        right: 4vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fafafa;
    }
    .top-entrance-exam__item::after {
        content: '';
        background-image: url('../fonts/arrow2.svg');
        background-repeat: no-repeat;
        background-position: center center;
        width: 14px;
        height: 7px;
        background-size: contain;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        right: 4vw;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
}
.top-entrance-exam__item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
}
.top-entrance-exam__item--2nd {
    padding: 0;
    font-size: 1.3rem;
    color: #333;
}
.top-entrance-exam__item--2nd::before {
    content: '-';
    margin-right: 8px;
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none;
}
.top-entrance-exam__item--2nd::after {
    display: none;
}
.top-entrance-exam__item--2nd:not(:last-child) {
    border: none;
    margin-bottom: 10px;
}
.top-entrance-exam__balloon {
    background-color: #2b65ae;
    text-align: center;
    width: 72px;
    height: 72px;
    border-radius: 40px;
    position: absolute;
    top: -80px;
    left: 10px;
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__balloon {
        position: relative;
        width: 55vw;
        height: 30px;
        top: auto;
        left: auto;
        margin: 0 auto 20px;
    }
}
.top-entrance-exam__balloon::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-top: -10px;
    border: 6px solid transparent;
    border-left: 10px solid #2b65ae;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__balloon::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #2b65ae transparent transparent transparent;
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
        bottom: -6px;
        left: 50%;
    }
}
.top-entrance-exam__balloon__inner {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__balloon__inner {
        font-size: 1.1rem;
    }
    .top-entrance-exam__balloon__inner > br {
        display: none;
    }
}
.top-subcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-subcontent {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-subcontent {
        width: 92vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-subcontent {
        display: block;
    }
}
.top-subcontent__section {
    width: calc(50% - 2vw);
}
@media screen and (max-width: 1024px) {
    .top-subcontent__section {
        width: 100%;
    }
    .top-subcontent__section:not(:last-child) {
        padding-bottom: 50px;
    }
}
.top-subcontent__heading {
    padding-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__heading {
        display: block;
        text-align: center;
    }
}
.top-subcontent__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #2b65ae;
    padding-right: 10px;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__title {
        font-size: 3.3rem;
        padding-right: 0;
        margin-bottom: 10px;
    }
}
.top-subcontent__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2b65ae;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}
@media screen and (max-width: 1024px) {
    .top-subcontent__subtitle {
        font-size: 1rem;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.top-subcontent__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75vw;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__list {
        display: block;
    }
}
.top-subcontent__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.75vw;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__item {
        position: relative;
        padding: 15px 0;
    }
    .top-subcontent__item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .top-subcontent__section--special .top-subcontent__item:not(:last-child) {
        border-bottom: none;
    }
}
@media screen and (max-width: 1024px) {
    .top-subcontent__link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-subcontent__section--special .top-subcontent__link {
        display: block;
    }
    .top-subcontent__link::before {
        content: '';
        width: 28px;
        height: 28px;
        border-radius: 14px;
        position: absolute;
        top: 50%;
        right: 4vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fafafa;
    }
    .top-subcontent__section--special .top-subcontent__link::before {
        content: none;
    }
    .top-subcontent__link::after {
        content: '';
        background-image: url('../fonts/arrow2.svg');
        background-repeat: no-repeat;
        background-position: center center;
        width: 14px;
        height: 7px;
        background-size: contain;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        right: 4vw;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
    .top-subcontent__section--special .top-subcontent__link::after {
        content: none;
    }
}
.top-subcontent__figure {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__section--faculty .top-subcontent__figure {
        width: 100px;
        height: 100px;
    }
}
.top-subcontent__arrow,
.top-news__arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__section--faculty .top-subcontent__arrow,
    .top-news__arrow__section--faculty .top-news__arrow {
        display: none;
    }
}
.top-subcontent__arrow > svg,
.top-news__arrow > svg {
    width: 10px;
    height: auto;
}
.top-subcontent__arrow > svg > path,
.top-news__arrow > svg > path {
    stroke: #2b65ae;
    stroke-width: 2px;
}
.top-subcontent__image {
    width: 100%;
    height: auto;
}
.top-subcontent__caption {
    padding-top: 10px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .top-subcontent__caption {
        padding: 0 0 0 20px;
    }
    .top-subcontent__section--special .top-subcontent__caption {
        padding: 10px 0 0 0;
    }
}
.top-news {
    position: relative;
    overflow: hidden;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .top-news {
        width: 100%;
        padding-bottom: 64px;
        overflow: hidden;
    }
}
.top-news::before {
    content: '';
    background-color: #fafafa;
    width: calc(50% - 2vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
@media screen and (max-width: 1024px) {
    .top-news::before {
        display: none;
    }
}
.top-news__inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1345.827232796486px) {
    .top-news__inner {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__inner {
        width: 92vw;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__inner {
        position: static;
        width: 100%;
        display: block;
    }
}
.top-news__slick-arrow {
    position: absolute;
    bottom: 0;
    right: calc(50% + 2vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.top-news__slick-prev,
.top-news__slick-next {
    background-color: #fff;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .top-news__slick-prev,
    .top-news__slick-next {
        display: none;
    }
}
.top-news__slick-prev > svg,
.top-news__slick-next > svg {
    width: 13px;
    height: auto;
}
.top-news__slick-prev > svg > path,
.top-news__slick-next > svg > path {
    stroke: #2b65ae;
    stroke-width: 1.5px;
}
.top-news__slick-prev > svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.top-news__slick-indicator {
    width: calc((100% - 1vw) / 3 * 2);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: 24px;
    right: 0;
}
@media screen and (max-width: 1024px) {
    .top-news__slick-indicator {
        display: none;
    }
}
.top-news__slick-bar {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2b65ae;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__heading {
    position: relative;
    padding: 40px 0;
    z-index: 2;
    width: calc(((100% - 1vw) / 6) * 2);
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
    .top-news__heading {
        position: static;
        width: 100%;
        padding: 0 0 40px 0;
        -webkit-transform: none;
        transform: none;
    }
}
.top-news__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 10px;
    color: #2b65ae;
}
.top-news__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2b65ae;
    padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .top-news__subtitle {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__button-wrap {
        position: absolute;
        bottom: 0;
    }
}
.top-news__body {
    position: relative;
    z-index: 1;
    width: 70%;
    padding: 70px 0 80px;
}
@media screen and (max-width: 1024px) {
    .top-news__body {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
}
.top-news__body::before {
    content: '';
    position: absolute;
    top: 0;
    left: -38vw;
    width: 40vw;
    height: 100%;
    background-color: #fafafa;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .top-news__body::before {
        display: none;
    }
}
@media screen and (max-width: 1024px) and (max-width: 1345.827232796486px) {
    .top-news__body {
        width: 87.84773060029282%;
    }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .top-news__body {
        width: 92vw;
    }
}
.top-news__list {
    margin-left: 1vw;
    width: auto;
}
.top-news__list > .slick-list {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}
@media screen and (max-width: 1024px) {
    .top-news__list > .slick-list {
        overflow: visible !important;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__list {
        display: block;
        margin-left: -2vw;
        width: calc(100% + 4vw);
    }
}
.top-news__item {
    padding: 0 1vw;
    min-height: 100px;
}
@media screen and (max-width: 1024px) {
    .top-news__item {
        padding: 0 2vw;
    }
}
.top-news__link {
    outline: none;
}
@media screen and (max-width: 1024px) {
    .top-news__link {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        -ms-grid-row-align: start;
        align-self: start;
    }
}
.top-news__figure {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top-news__figure {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}
.top-news__image {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .top-news__arrow {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__caption {
        padding-left: 15px;
    }
}
.top-news__caption--date {
    font-family: 'Roboto', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    font-size: 1.1rem;
    color: #2b65ae;
    padding-top: 15px;
}
@media screen and (max-width: 1024px) {
    .top-news__caption--date {
        padding-top: 0;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
.top-news__caption--copy {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-top: 7px;
}
@media screen and (max-width: 1024px) {
    .top-news__caption--copy {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding-top: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .top-news__dots {
        width: 100%;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.top-news__dots > li {
    margin: 8px 0;
    outline: none;
}
.top-news__dots > li > button {
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #2b65ae;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: -99px;
    overflow: hidden;
    outline: none;
}
.top-news__dots > li.slick-active > button {
    background-color: #fff;
    border: 2px solid #2b65ae;
}
@media screen and (max-width: 1024px) {
    .top-news__dots > li {
        margin: 0 4px;
    }
}
#js-top-movie {
    opacity: 0;
}
.top-kv__arrow {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-kv__button:hover .top-kv__arrow {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}
.top-kv__button:hover .top-kv__arrow::before {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-color: transparent transparent transparent #2b65ae;
    -webkit-animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes movie-arrow {
    0% {
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    100% {
        -webkit-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }
}
@keyframes movie-arrow {
    0% {
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    100% {
        -webkit-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }
}
.top-about::before {
    width: 0;
    right: 100vw;
}
.top-about .top-about__heading {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-about .top-about__copy {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-about .top-about__button {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-about.is-scrolled::before {
    width: 100vw;
    right: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-about.is-scrolled .top-about__heading {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-about.is-scrolled .top-about__copy {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-about.is-scrolled .top-about__button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-about__tag__body::before {
    width: 0;
}
.top-about.is-scrolled .top-about__tag__body::before {
    -webkit-animation: tag-bg 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: tag-bg 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes tag-bg {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }
    49.9% {
        left: 0;
        right: auto;
        width: 100%;
    }
    50% {
        left: auto;
        right: 0;
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@keyframes tag-bg {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }
    49.9% {
        left: 0;
        right: auto;
        width: 100%;
    }
    50% {
        left: auto;
        right: 0;
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
.top-about__tag__text {
    opacity: 0;
}
.top-about.is-scrolled .top-about__tag__text {
    -webkit-animation: tag-txt 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: tag-txt 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes tag-txt {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tag-txt {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.top-learning__figure::after {
    width: 100vw;
}
.top-learning__tit {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-learning__subtitle {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-learning__button {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-learning__list {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-learning__item a {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
    .top-learning__item a::after {
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .top-learning__item a:hover {
        opacity: 0.6;
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-learning__item a:hover::after {
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}
.top-learning.is-scrolled .top-learning__figure::after {
    width: 0vw;
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-learning.is-scrolled .top-learning__tit {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-learning.is-scrolled .top-learning__subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-learning.is-scrolled .top-learning__button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-learning.is-scrolled .top-learning__list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__heading .top-content__title,
.top-content__heading .top-content__subtitle {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-content__heading.is-scrolled .top-content__title,
.top-content__heading.is-scrolled .top-content__subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-content__heading.is-scrolled .top-content__title {
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__heading.is-scrolled .top-content__subtitle {
    -webkit-transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__heading::after {
    height: 0;
    bottom: 140px;
}
@media screen and (max-width: 1024px) {
    .top-content__heading::after {
        bottom: 80px;
    }
}
.top-content__heading.is-scrolled::after {
    height: 140px;
    bottom: 0;
    -webkit-transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-content__heading.is-scrolled::after {
        height: 80px;
    }
}
.top-content__figure {
    width: 0;
}
.top-content__section.is-scrolled .top-content__figure {
    width: 76vw;
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-content__section.is-scrolled .top-content__figure {
        width: 100vw;
    }
}
.top-content__tag__body::before {
    width: 0;
}
.top-content__section.is-scrolled .top-content__tag__body::before {
    -webkit-animation: tag-bg2 0.9s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: tag-bg2 0.9s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media screen and (max-width: 1024px) {
    .top-content__section.is-scrolled .top-content__tag__body::before {
        -webkit-animation: tag-bg2 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation: tag-bg2 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
}
@-webkit-keyframes tag-bg2 {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }
    49.9% {
        left: 0;
        right: auto;
        width: 100%;
    }
    50% {
        left: auto;
        right: 0;
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@keyframes tag-bg2 {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }
    49.9% {
        left: 0;
        right: auto;
        width: 100%;
    }
    50% {
        left: auto;
        right: 0;
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
.top-content__tag__text {
    opacity: 0;
}
.top-content__section.is-scrolled .top-content__tag__text {
    -webkit-animation: tag-txt2 0.9s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: tag-txt2 0.9s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media screen and (max-width: 1024px) {
    .top-content__section.is-scrolled .top-content__tag__text {
        -webkit-animation: tag-txt2 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation: tag-txt2 0.9s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
}
@-webkit-keyframes tag-txt2 {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tag-txt2 {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.top-content__title--2nd,
.top-content__copy,
.top-content__list,
.top-content__button {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-content__body.is-scrolled .top-content__title--2nd,
.top-content__body.is-scrolled .top-content__copy,
.top-content__body.is-scrolled .top-content__list,
.top-content__body.is-scrolled .top-content__button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-content__body.is-scrolled .top-content__title--2nd {
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__body.is-scrolled .top-content__copy {
    -webkit-transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__body.is-scrolled .top-content__list {
    -webkit-transition: all 1.5s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-content__body.is-scrolled .top-content__button {
    -webkit-transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__figure {
    width: 0;
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__figure {
    width: 100%;
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__title--1st,
.top-entrance-exam__subtitle--1st,
.top-entrance-exam__button--1st {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__title--1st,
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__subtitle--1st,
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__button--1st {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__title--1st {
    -webkit-transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__subtitle--1st {
    -webkit-transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__heading.is-scrolled .top-entrance-exam__button--1st {
    -webkit-transition: all 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__item--1st:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item--1st:nth-child(1) {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}
.top-entrance-exam__body.is-scrolled .top-entrance-exam__item--1st:nth-child(1) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__item--1st:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item--1st:nth-child(2) {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}
.top-entrance-exam__body.is-scrolled .top-entrance-exam__item--1st:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__item--1st:nth-child(3) {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item--1st:nth-child(3) {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}
.top-entrance-exam__body.is-scrolled .top-entrance-exam__item--1st:nth-child(3) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__item--1st:nth-child(4) {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
@media screen and (max-width: 1024px) {
    .top-entrance-exam__item--1st:nth-child(4) {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}
.top-entrance-exam__body.is-scrolled .top-entrance-exam__item--1st:nth-child(4) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-entrance-exam__item:hover .top-entrance-exam__button {
    opacity: 0.9;
}
.top-entrance-exam__item:hover .top-entrance-exam__button::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.top-subcontent__title {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}
@media screen and (max-width: 1024px) {
    .top-subcontent__title {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}
.top-subcontent__section.is-scrolled .top-subcontent__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-subcontent__subtitle {
    opacity: 0;
    -webkit-transform: translate(100px, 25%);
    transform: translate(100px, 25%);
}
@media screen and (max-width: 1024px) {
    .top-subcontent__subtitle {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}
.top-subcontent__section.is-scrolled .top-subcontent__subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
    -webkit-transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-subcontent__list {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-subcontent__section.is-scrolled .top-subcontent__list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news::before {
    width: 0;
}
.top-news.is-scrolled::before {
    width: calc(50% - 2vw);
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__body::before {
    width: 0;
}
.top-news.is-scrolled .top-news__body::before {
    width: 40vw;
    -webkit-transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__title,
.top-news__subtitle,
.top-news__button-wrap {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-news.is-scrolled .top-news__title,
.top-news.is-scrolled .top-news__subtitle,
.top-news.is-scrolled .top-news__button-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-news__title {
    -webkit-transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__subtitle {
    -webkit-transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__button-wrap {
    -webkit-transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-news__button-wrap {
        -webkit-transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-news .slick-slide:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.top-news.is-scrolled .slick-slide:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-news__item:nth-child(1) {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    .top-news.is-scrolled .top-news__item:nth-child(1) {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-news .slick-slide:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.top-news.is-scrolled .slick-slide:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-news__item:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    .top-news.is-scrolled .top-news__item:nth-child(2) {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-news .slick-slide:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.top-news.is-scrolled .slick-slide:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-news__item:nth-child(3) {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    .top-news.is-scrolled .top-news__item:nth-child(3) {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-news .slick-slide:nth-child(4) {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.top-news.is-scrolled .slick-slide:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
    .top-news__item:nth-child(4) {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    .top-news.is-scrolled .top-news__item:nth-child(4) {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.top-news__slick-indicator {
    height: 0;
}
.top-news.is-scrolled .top-news__slick-indicator {
    height: 1px;
    -webkit-transition: all 0s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__slick-bar {
    width: 0;
    right: 0;
}
.top-news.is-scrolled .top-news__slick-bar {
    -webkit-animation: slick-bar 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: slick-bar 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@-webkit-keyframes slick-bar {
    0% {
        width: 0;
        left: auto;
        right: 0;
    }
    49.9% {
        width: 100%;
        left: auto;
        right: 0;
    }
    50% {
        width: 100%;
        left: 0;
        right: auto;
    }
    100% {
        width: 0;
        left: 0;
        right: auto;
    }
}
@keyframes slick-bar {
    0% {
        width: 0;
        left: auto;
        right: 0;
    }
    49.9% {
        width: 100%;
        left: auto;
        right: 0;
    }
    50% {
        width: 100%;
        left: 0;
        right: auto;
    }
    100% {
        width: 0;
        left: 0;
        right: auto;
    }
}
.top-news__slick-arrow-l,
.top-news__slick-arrow-r {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.top-news.is-scrolled .top-news__slick-arrow-l,
.top-news.is-scrolled .top-news__slick-arrow-r {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-news__slick-arrow-l {
    -webkit-transition: all 1s 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__slick-arrow-r {
    -webkit-transition: all 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-news__dots {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top-news.is-scrolled .top-news__dots {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
    .top-kv__scroll-btn {
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-kv__scroll-btn:hover {
        opacity: 0.7;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-topics__item {
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .top-topics__item:hover {
        opacity: 0.7;
    }
    .top-subcontent__link:hover .top-subcontent__image,
    .top-news__link:hover .top-news__image {
        opacity: 0.8;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-subcontent__link:hover .top-subcontent__arrow,
    .top-news__link:hover .top-news__arrow {
        background-color: #2b65ae;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-subcontent__link:hover .top-subcontent__arrow > svg,
    .top-news__link:hover .top-news__arrow > svg {
        -webkit-animation: top-subcontent__arrow2 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation: top-subcontent__arrow2 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
    @-webkit-keyframes top-subcontent__arrow2 {
        0% {
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes top-subcontent__arrow2 {
        0% {
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    .top-subcontent__link:hover .top-subcontent__arrow > svg > path,
    .top-news__link:hover .top-news__arrow > svg > path {
        stroke: #fff;
    }
    .top-subcontent__caption,
    .top-news__caption {
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-subcontent__link:hover .top-subcontent__caption,
    .top-news__link:hover .top-news__caption {
        opacity: 0.7;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-prev:hover {
        background-color: #2b65ae;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-prev:hover > svg {
        -webkit-animation: top-subcontent__arrow3 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation: top-subcontent__arrow3 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
    .top-news__slick-prev:hover > svg > path {
        stroke: #fff;
    }
    @-webkit-keyframes top-subcontent__arrow3 {
        0% {
            -webkit-transform: translateX(20px) scale(-1, 1);
            transform: translateX(20px) scale(-1, 1);
        }
        100% {
            -webkit-transform: translateX(0) scale(-1, 1);
            transform: translateX(0) scale(-1, 1);
        }
    }
    @keyframes top-subcontent__arrow3 {
        0% {
            -webkit-transform: translateX(20px) scale(-1, 1);
            transform: translateX(20px) scale(-1, 1);
        }
        100% {
            -webkit-transform: translateX(0) scale(-1, 1);
            transform: translateX(0) scale(-1, 1);
        }
    }
    .top-news__slick-next:hover {
        background-color: #2b65ae;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-next:hover > svg {
        -webkit-animation: top-subcontent__arrow4 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation: top-subcontent__arrow4 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
    .top-news__slick-next:hover > svg > path {
        stroke: #fff;
    }
    @-webkit-keyframes top-subcontent__arrow4 {
        0% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes top-subcontent__arrow4 {
        0% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    .top-news__slick-prev > svg,
    .top-news__slick-next > svg {
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-prev.is-disable,
    .top-news__slick-next.is-disable {
        pointer-events: none;
        cursor: default;
        background-color: #fff;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-prev.is-disable > svg,
    .top-news__slick-next.is-disable > svg {
        opacity: 0.2;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .top-news__slick-prev.is-disable > svg > path,
    .top-news__slick-next.is-disable > svg > path {
        stroke: #2b65ae;
    }
}

/*
     FILE ARCHIVED ON 06:02:18 Aug 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:04:20 May 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.489
  load_resource: 324.827
  PetaboxLoader3.resolve: 294.995
  PetaboxLoader3.datanode: 28.39
*/
