﻿@keyframes in-right_anime {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes in-left_anime {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fade-up_anime {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes mission_object_bg-anime {
    0% {
        transform: rotate(0deg);
        background-position: 0%
    }

    50% {
        transform: rotate(-180deg);
        background-position: 100%
    }

    100% {
        transform: rotate(-360deg);
        background-position: 0%
    }
}

@keyframes logo_scale_anime {
    0% {
        opacity: 0;
        transform: scale(0.6)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes shooting-star {
    0% {
        height: 0;
        opacity: .5
    }

    50% {
        height: 200px;
        opacity: 1
    }

    100% {
        opacity: 0;
        height: 260px
    }
}

@keyframes twinkle-stars {
    0% {
        opacity: 0
    }

    50% {
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes marker_anime {
    0% {
        background-size: 0 30%
    }

    100% {
        background-size: 100% 30%
    }
}

@keyframes fixed-notice_anime_pc {
    0% {
        bottom: -50%
    }

    100% {
        bottom: 0
    }
}

@keyframes no1_anime {
    0% {
        transform: scale(1, 1) translate(0%, 0%)
    }

    15% {
        transform: scale(0.5, 0.5) translate(0%, 20%)
    }

    30% {
        transform: scale(1.8, 0.2) translate(0%, 40%)
    }

    50% {
        transform: scale(0.5, 1.5) translate(0%, -40%)
    }

    70% {
        transform: scale(2, 0.6) translate(0%, 20%)
    }

    100% {
        transform: scale(1, 1) translate(0%, 0%)
    }
}

@keyframes no1_anime {
    0% {
        transform: scale(1, 1)
    }

    40% {
        transform: scale(5, 5)
    }

    80% {
        transform: scale(0.5, 0.5)
    }

    100% {
        transform: scale(1, 1)
    }
}

.about {
    position: relative;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .about {
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1025px) {
    .about {
        margin-bottom: 170px
    }
}

.about-wrap {
    padding-top: 45px;
    overflow: hidden;
    position: relative
}

.about_pic01 {
    width: 63vw;
    position: absolute;
    top: 0;
    right: -22%;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .about_pic01 {
        width: 53vw;
        max-width: 900px;
        right: -7%
    }
}

.about_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5
}

.about_list {
    padding-left: 36px
}

@media screen and (min-width: 1025px) {
    .about_list {
        padding-left: 0
    }
}

.about_list_item:not(:last-child) {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .about_list_item:not(:last-child) {
        margin-bottom: 80px
    }
}

.about_list_item-wrap {
    position: relative;
    background: rgba(145, 97, 149, .1)
}

.about_list_item-wrap:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .about_list_item-wrap:not(:last-of-type) {
        margin-bottom: 80px
    }
}

.about_list_heading {
    padding: 6px 20px;
    background: #7a7291;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .about_list_heading {
        font-size: 30px;
        text-align: right;
        width: 615px;
        position: absolute;
        top: -27px;
        z-index: 1
    }
}

.about_list_txt {
    padding: 20px 10px 0 20px;
    width: fit-content
}

@media screen and (min-width: 1025px) {
    .about_list_txt {
        padding: 40px 0 0 40px;
        text-align: right
    }
}

.about_list_flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 6vw
}

@media screen and (min-width: 768px) {
    .about_list_flex-box {
        width: 70%;
        margin-left: auto;
        padding: 25px 0
    }
}

.about_list_flex-box_individual {
    padding: 20px 0 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6vw
}

@media screen and (min-width: 768px) {
    .about_list_flex-box_individual {
        width: 70%;
        margin-left: auto
    }
}

@media screen and (min-width: 1025px) {
    .about_list_flex-box_individual {
        display: block;
        width: auto;
        margin-left: 0
    }
}

@media screen and (min-width: 1025px) {
    .about_list_flex-box_individual-pc {
        width: 70%;
        margin-left: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 6vw
    }
}

.about_list_inner-list {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    width: 60%;
    max-width: 240px;
    border-left: 1px solid #916195;
    border-top: 1px solid #916195;
    position: relative
}

@media screen and (min-width: 375px) {
    .about_list_inner-list {
        width: 63%
    }
}

@media screen and (min-width: 1025px) {
    .about_list_inner-list {
        width: 100%;
        max-width: none
    }
}

.about_list_inner-list::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #f4eff4;
    position: absolute;
    top: -20px;
    left: -20px
}

.about_list_inner-list::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #916195;
    position: absolute;
    top: 10px;
    left: -5px;
    transform: rotate(-45deg)
}

.about_list_inner-list li {
    font-size: clamp(14px, 3.7vw, 16px)
}

.about_list_inner-list li:not(:last-child) {
    margin-bottom: .5em
}

.about_list_data {
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .about_list_data {
        text-align: center;
        font-size: 24px
    }
}

.about_list_data_center span {
    padding: 0 10px
}

.about_list_data_num {
    padding: 0 5px 0 0px;
    vertical-align: middle;
    font-size: 52px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #916195
}

@media screen and (min-width: 390px) {
    .about_list_data_num {
        padding: 0 10px 0 30px
    }
}

@media screen and (min-width: 1025px) {
    .about_list_data_num {
        padding: 0 10px;
        font-size: 90px;
        vertical-align: -13%
    }
}

.about_list_data_num_individual {
    padding: 0 10px 0 25px
}

@media screen and (min-width: 390px) {
    .about_list_data_num_individual {
        padding: 0 10px 0 50px
    }
}

@media screen and (min-width: 1025px) {
    .about_list_data_num_individual {
        padding: 0 10px
    }
}

@media screen and (min-width: 1025px) {
    .about_list_data br {
        display: none
    }
}

.access {
    position: relative;
    margin-bottom: 60px
}

.access::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .access::before {
        height: 25%;
        top: -14%
    }
}

.access::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .access::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 768px) {
    .access {
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1025px) {
    .access {
        margin-bottom: 0
    }
}

.access_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -5vw;
    right: 0;
    z-index: 1
}

.access_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .access_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .access_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: 0;
        left: 0
    }
}

.access_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.access-wrap {
    overflow: hidden
}

.access-bg {
    margin-left: 36px;
    padding: 50vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .access-bg {
        padding-top: 40vw
    }
}

@media screen and (min-width: 1025px) {
    .access-bg {
        margin-left: 0;
        padding: 10% 0 10%
    }
}

@media screen and (min-width: 1280px) {
    .access_txt_flex-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px
    }
}

@media screen and (min-width: 1025px) {
    .access_txt-wrap {
        margin: 0 6vw 0 38.5vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.access_txt-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.access_txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #64519a
}

@media screen and (min-width: 768px) {
    .access_txt {
        font-size: 21px
    }
}

.access_txt_right {
    text-align: right
}

.access_txt span {
    padding: 0 10px;
    font-size: 52px;
    font-weight: 400;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .access_txt span {
        font-size: 75px
    }
}

.career {
    padding-top: 10.8vw;
    position: relative;
    margin-bottom: 80px
}

@media screen and (min-width: 1025px) {
    .career {
        margin-bottom: 170px;
        background: none;
        padding-top: 0
    }
}

.career-wrap {
    overflow: hidden
}

.career-bg {
    padding-top: 50vw;
    padding-bottom: 30%;
    background: #eceef8;
    position: relative
}

@media screen and (min-width: 768px) {
    .career-bg {
        padding-bottom: 1%
    }
}

@media screen and (min-width: 1025px) {
    .career-bg {
        padding-top: 12vw
    }
}

.career_pic01 {
    margin-bottom: 40px;
    aspect-ratio: 2/1;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 29.5vw;
    z-index: 1
}

.career_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .career_pic01 {
        margin-bottom: 0;
        width: 38.5vw;
        max-width: 740px;
        aspect-ratio: 3/2;
        top: -4%;
        right: 0
    }
}

.career_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.career_pic02 {
    display: none
}

@media screen and (min-width: 1025px) {
    .career_pic02 {
        display: block;
        aspect-ratio: 3/2;
        overflow: hidden;
        -webkit-mask-image: url(../images/common/mask-img.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-size: cover;
        mask-image: url(../images/common/mask-img.svg);
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: cover;
        position: relative;
        width: 17.8vw;
        max-width: 340px;
        position: absolute;
        top: 14vw;
        right: 17%;
        z-index: 1
    }

    .career_pic02-bg {
        width: 100%;
        height: 100%;
        background: #916195;
        background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
        background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
        background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
        position: absolute;
        top: 0;
        left: 0
    }
}

@media screen and (min-width: 2000px) {
    .career_pic02 {
        top: 280px
    }
}

.career_pic02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.career_list {
    padding-left: 36px
}

@media screen and (min-width: 1025px) {
    .career_list {
        padding-left: 0
    }
}

.career_list li {
    position: relative
}

.career_list li:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .career_list li:not(:last-of-type) {
        margin-bottom: 80px
    }
}

.career_list_heading {
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #7a7291
}

@media screen and (min-width: 1025px) {
    .career_list_heading {
        font-size: 30px;
        text-align: right;
        width: 430px;
        position: absolute;
        top: -27px;
        z-index: 1
    }
}

@media screen and (min-width: 1500px) {
    .career_list_heading {
        width: 615px
    }
}

.career_list_bg {
    margin-bottom: 10px;
    padding: 20px 0 20px 20px;
    background: rgba(145, 97, 149, .1)
}

@media screen and (min-width: 1025px) {
    .career_list_bg {
        padding: 40px;
        margin-left: 6vw
    }
}

.career_list_bg_pr {
    padding-right: 20px
}

.career_list_txt {
    margin-bottom: 20px
}

@media screen and (min-width: 1025px) {
    .career_list_txt {
        text-align-last: right;
        width: calc(390px - 6vw)
    }
}

@media screen and (min-width: 1500px) {
    .career_list_txt {
        width: calc(575px - 6vw)
    }
}

.career_list_flex-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw
}

@media screen and (min-width: 1025px) {
    .career_list_flex-box_inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0
    }
}

@media screen and (min-width: 1025px) {
    .career_list_flex-box_inner-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: fit-content
    }
}

@media screen and (min-width: 1025px) {
    .career_list_flex_pc {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 6vw;
        width: 57%;
        margin-left: auto
    }
}

.career_list_data {
    font-weight: 700;
    text-align-last: left;
    width: 50%;
    max-width: 200px
}

@media screen and (min-width: 1025px) {
    .career_list_data {
        width: 100%;
        max-width: none;
        font-size: 22px
    }
}

.career_list_data_num {
    padding: 0 10px;
    color: #916195;
    font-size: 46px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    vertical-align: middle
}

@media screen and (min-width: 1025px) {
    .career_list_data_num {
        padding: 0 0 0 5px;
        font-size: 90px;
        font-size: min(4.7vw, 90px)
    }
}

.career_list_data_float {
    float: right
}

@media screen and (min-width: 1025px) {
    .career_list_data_float {
        float: none
    }
}

.career_list_addition {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    width: 50%;
    max-width: 230px;
    border-left: 1px solid #916195;
    border-top: 1px solid #916195;
    position: relative
}

@media screen and (min-width: 1025px) {
    .career_list_addition {
        width: fit-content;
        max-width: none
    }
}

.career_list_addition::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #f4eff4;
    position: absolute;
    top: -20px;
    left: -20px
}

.career_list_addition::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #916195;
    position: absolute;
    top: 10px;
    left: -5px;
    transform: rotate(-45deg)
}

.career_list_addition p {
    font-size: clamp(14px, 3.7vw, 16px)
}

@media screen and (min-width: 1025px) {
    .career_list_addition p {
        font-size: 20px
    }
}

@media screen and (min-width: 1025px) {
    .career_list_addition_width {
        width: 208px
    }
}

@media screen and (min-width: 1025px) {
    .career_list_addition_ml {
        width: fit-content;
        margin-left: 15%
    }
}

.career_link {
    margin-left: auto;
    padding-right: 20px;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .career_link {
        padding-right: 6vw
    }
}

@media screen and (min-width: 1025px) {
    .career_link {
        padding: 0;
        width: 388px;
        position: absolute;
        top: 35%
    }
}

@media screen and (min-width: 1500px) {
    .career_link {
        width: 572px
    }
}

.career_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 700;
    color: #64519a;
    position: relative
}

@media screen and (min-width: 1025px) {
    .career_link a {
        justify-content: flex-end
    }
}

.career_link a:hover p {
    opacity: .6
}

.career_link a:hover .circle-arrow {
    right: -50px
}

.career_link p {
    font-size: 18px;
    transition: .3s
}

@media screen and (min-width: 768px) {
    .career_link p {
        font-size: 21px
    }
}

.global {
    position: relative;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .global {
        margin-bottom: 130px
    }
}

.global-wrap {
    padding-top: 34vw;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 1025px) {
    .global-wrap {
        padding-top: 0
    }
}

.global_txt {
    margin-bottom: 40px;
    padding: 0 20px 0 36px;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .global_txt {
        margin-left: 7vw;
        margin-bottom: 100px;
        padding: 0;
        width: 30vw
    }
}

.global_pic01 {
    width: 84vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .global_pic01 {
        width: 71vw;
        max-width: 1365px;
        right: -10%
    }
}

.global_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .65
}

.global_list {
    margin-bottom: 15px;
    padding-left: 36px
}

@media screen and (min-width: 1025px) {
    .global_list {
        padding-left: 0
    }
}

.global_list_item:not(:last-child) {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .global_list_item:not(:last-child) {
        margin-bottom: 80px
    }
}

.global_list_item-wrap {
    position: relative;
    background: rgba(145, 97, 149, .1)
}

.global_list_item-wrap:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .global_list_item-wrap:not(:last-of-type) {
        margin-bottom: 80px
    }
}

.global_list_heading {
    padding: 6px 20px;
    background: #7a7291;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .global_list_heading {
        font-size: 30px;
        text-align: right;
        width: 615px;
        position: absolute;
        top: -27px;
        z-index: 1
    }
}

.global_list_flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 6vw
}

@media screen and (min-width: 768px) {
    .global_list_flex-box {
        width: 70%;
        margin-left: auto;
        padding: 25px 0
    }
}

.global_list_flex-box_individual {
    padding: 20px 0 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6vw
}

@media screen and (min-width: 768px) {
    .global_list_flex-box_individual {
        width: 70%;
        margin-left: auto
    }
}

@media screen and (min-width: 1025px) {
    .global_list_flex-box_individual {
        display: block;
        width: auto;
        margin-left: 0
    }
}

@media screen and (min-width: 1025px) {
    .global_list_flex-box_individual-pc {
        width: 70%;
        margin-left: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 6vw
    }
}

.global_list_inner-list {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    width: 60%;
    max-width: 230px;
    border-left: 1px solid #916195;
    border-top: 1px solid #916195;
    position: relative
}

@media screen and (min-width: 1025px) {
    .global_list_inner-list {
        width: 100%;
        max-width: none
    }
}

.global_list_inner-list::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #f4eff4;
    position: absolute;
    top: -20px;
    left: -20px
}

.global_list_inner-list::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #916195;
    position: absolute;
    top: 10px;
    left: -5px;
    transform: rotate(-45deg)
}

.global_list_data {
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .global_list_data {
        text-align: center;
        font-size: 24px
    }
}

.global_list_data_center span {
    padding: 0 10px
}

.global_list_data_num {
    padding: 0 5px 0 0px;
    font-size: 42px;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #916195
}

@media screen and (min-width: 390px) {
    .global_list_data_num {
        font-size: 52px;
        padding: 0 10px 0 10px
    }
}

@media screen and (min-width: 1025px) {
    .global_list_data_num {
        padding: 0 10px;
        font-size: 90px;
        vertical-align: -13%
    }
}

.global_list_data_num_individual {
    padding: 0 10px 0 50px
}

@media screen and (min-width: 1025px) {
    .global_list_data_num_individual {
        padding: 0 10px
    }
}

@media screen and (min-width: 1025px) {
    .global_list_data br {
        display: none
    }
}

.global_link {
    margin-left: auto;
    padding-right: 20px;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .global_link {
        padding-right: 6vw
    }
}

@media screen and (min-width: 1025px) {
    .global_link {
        margin-left: calc(6vw + 6vw);
        padding-right: 0
    }
}

.global_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 700;
    color: #64519a
}

.global_link a:hover p {
    opacity: .6;
    padding-right: 10px
}

.global_link p {
    font-size: 18px;
    transition: .3s
}

@media screen and (min-width: 768px) {
    .global_link p {
        font-size: 21px
    }
}

.history {
    position: relative
}

.history::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .history::before {
        height: 25%;
        top: -14%
    }
}

.history::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .history::after {
        height: 11vw;
        bottom: -5vw
    }
}

.history_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -5vw;
    right: 0;
    z-index: 1
}

.history_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .history_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .history_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: -3vw
    }
}

.history_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.history-wrap {
    overflow: hidden
}

.history-bg {
    margin-left: 36px;
    padding: 50vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .history-bg {
        padding-top: 40vw
    }
}

@media screen and (min-width: 1025px) {
    .history-bg {
        margin-left: 0;
        padding: 10% 0 10%
    }
}

@media screen and (min-width: 1280px) {
    .history_txt_flex-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px
    }
}

@media screen and (min-width: 1025px) {
    .history_txt-wrap {
        margin: 0 38.5vw 0 6vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.history_txt-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.history_txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #64519a
}

@media screen and (min-width: 768px) {
    .history_txt {
        font-size: 21px
    }
}

.history_txt_right {
    text-align: right
}

.history_txt span {
    padding: 0 10px;
    font-size: 52px;
    font-weight: 400;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .history_txt span {
        font-size: 75px
    }
}

.info01 {
    position: relative
}

.info01::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .info01::before {
        height: 25%;
        top: -14%
    }
}

.info01::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .info01::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 1025px) {
    .info01::before {
        height: 8%;
        top: -4%
    }
}

@media screen and (min-width: 1280px) {
    .info01 {
        width: 50%
    }

    .info01::after {
        display: none
    }
}

.info01-wrap {
    overflow: hidden
}

.info01-bg {
    margin-left: 36px;
    padding: 20% 20px 25% 36px;
    background: #eceef8
}

@media screen and (min-width: 1025px) {
    .info01-bg {
        margin-left: 6vw;
        padding: 20% 6vw 25% 6vw
    }
}

@media screen and (min-width: 1280px) {
    .info01-bg {
        margin-left: 0;
        padding: 20% 0 25%
    }
}

.entrance-exam_wrap {
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .entrance-exam_wrap {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .entrance-exam_wrap {
        width: 85%;
        max-width: 622px;
        margin: 0 auto 60px
    }
}

@media screen and (min-width: 1536px) {
    .entrance-exam_wrap {
        width: 80%
    }
}

.entrance-exam_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .entrance-exam_list {
        width: fit-content;
        justify-content: flex-start;
        flex-wrap: nowrap;
        position: relative
    }

    .entrance-exam_list::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }

    .entrance-exam_list::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        right: 0
    }
}

.entrance-exam_list li {
    font-size: 14px;
    width: 45%;
    font-weight: 700;
    line-height: 2;
    border-bottom: 1px solid #7c7c7c
}

@media screen and (min-width: 390px) {
    .entrance-exam_list li {
        font-size: 16px
    }
}

@media screen and (min-width: 1025px) {
    .entrance-exam_list li {
        width: fit-content;
        line-height: 1;
        border: none;
        position: relative;
        transition: .3s
    }

    .entrance-exam_list li:hover {
        background: rgba(255, 255, 255, .6)
    }
}

.entrance-exam_list li:nth-of-type(1),
.entrance-exam_list li:nth-of-type(2) {
    margin-bottom: 15px
}

@media screen and (min-width: 1025px) {

    .entrance-exam_list li:nth-of-type(1),
    .entrance-exam_list li:nth-of-type(2) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1025px) {
    .entrance-exam_list li+li::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }
}

.entrance-exam_list li a {
    display: block;
    color: #000
}

@media screen and (min-width: 1025px) {
    .entrance-exam_list li a {
        padding: 0 22px
    }
}

.tuition_wrap {
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .tuition_wrap {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .tuition_wrap {
        width: 85%;
        max-width: 622px;
        margin: 0 auto 60px
    }
}

@media screen and (min-width: 1536px) {
    .tuition_wrap {
        width: 80%;
        max-width: 622px
    }
}

.tuition_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .tuition_list {
        width: fit-content;
        justify-content: flex-start;
        flex-wrap: nowrap;
        position: relative
    }

    .tuition_list::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }

    .tuition_list::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        right: 0
    }
}

.tuition_list li {
    font-size: 14px;
    width: 45%;
    font-weight: 700;
    line-height: 2;
    border-bottom: 1px solid #7c7c7c
}

@media screen and (min-width: 390px) {
    .tuition_list li {
        font-size: 16px
    }
}

@media screen and (min-width: 1025px) {
    .tuition_list li {
        width: fit-content;
        line-height: 1;
        border: none;
        position: relative;
        transition: .3s
    }

    .tuition_list li:hover {
        background: rgba(255, 255, 255, .6)
    }
}

.tuition_list li:nth-of-type(1),
.tuition_list li:nth-of-type(2) {
    margin-bottom: 15px
}

@media screen and (min-width: 1025px) {

    .tuition_list li:nth-of-type(1),
    .tuition_list li:nth-of-type(2) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1025px) {
    .tuition_list li+li::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }
}

.tuition_list li a {
    display: block;
    color: #000
}

@media screen and (min-width: 1025px) {
    .tuition_list li a {
        padding: 0 22px
    }
}

@media screen and (min-width: 1280px) {
    .magazine_wrap {
        width: 85%;
        max-width: 622px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1025px) {
    .magazine_list {
        width: fit-content;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        position: relative
    }

    .magazine_list::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }

    .magazine_list::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        right: 0
    }
}

.magazine_list li {
    border-bottom: 1px solid #7c7c7c
}

@media screen and (min-width: 1025px) {
    .magazine_list li {
        width: fit-content;
        border-bottom: none;
        position: relative;
        transition: .3s
    }

    .magazine_list li:hover {
        background: rgba(255, 255, 255, .6)
    }
}

.magazine_list li:not(:last-of-type) {
    margin-bottom: 15px
}

@media screen and (min-width: 1025px) {
    .magazine_list li:not(:last-of-type) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1025px) {
    .magazine_list li+li::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }
}

.magazine_list li a {
    display: block;
    color: #000
}

@media screen and (min-width: 1025px) {
    .magazine_list li a {
        padding: 0 22px
    }
}

.magazine_list_title {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width: 390px) {
    .magazine_list_title {
        font-size: 16px
    }
}

@media screen and (min-width: 1025px) {
    .magazine_list_title {
        line-height: 1.8
    }
}

.magazine_list_txt {
    font-size: 14px;
    line-height: 2
}

@media screen and (min-width: 390px) {
    .magazine_list_txt {
        font-size: 16px
    }
}

@media screen and (min-width: 1025px) {
    .magazine_list_txt {
        line-height: 1.8
    }
}

.magazine_list_txt br {
    display: none
}

@media screen and (min-width: 1025px) {
    .magazine_list_txt br {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .magazine_list_txt_pb {
        padding-bottom: 28.8px
    }
}

_::-webkit-full-page-media,
_:future,
:root .entrance-exam_list li {
    font-weight: 500
}

_::-webkit-full-page-media,
_:future,
:root .tuition_list li {
    font-weight: 500
}

_::-webkit-full-page-media,
_:future,
:root .magazine_list_title {
    font-weight: 600
}

.info02 {
    margin-bottom: 30px;
    position: relative
}

@media screen and (min-width: 1280px) {
    .info02 {
        width: 50%
    }
}

.info02-wrap {
    overflow: hidden
}

.info02_logo {
    margin: 0 auto 40px;
    padding: 0 36px;
    max-width: 380px
}

@media screen and (min-width: 768px) {
    .info02_logo {
        margin: 0 auto 40px 0
    }
}

@media screen and (min-width: 1025px) {
    .info02_logo {
        margin: 0 auto 40px
    }
}

.info02_logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.intro {
    margin-bottom: 15%;
    padding-bottom: 50%;
    background: url(../images/front-page/mv.jpg) center center/cover;
    position: relative
}

.intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .intro::before {
        height: 10%;
        top: -5%
    }
}

.intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .intro::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 1025px) {
    .intro {
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        background: none
    }

    .intro::before {
        display: none
    }
}

.intro_txt_wrap {
    padding: 0 20px 0 36px
}

@media screen and (min-width: 1025px) {
    .intro_txt_wrap {
        padding-bottom: 15vw
    }
}

.intro_catch-copy {
    margin-bottom: 40px;
    font-size: min(3.6vw, 16px);
    color: #fff;
    text-align: right;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    letter-spacing: .12em
}

@media screen and (min-width: 768px) {
    .intro_catch-copy {
        font-size: 30px
    }
}

@media screen and (min-width: 1025px) {
    .intro_catch-copy {
        font-size: min(2.3vw, 35px);
        line-height: normal
    }
}

.intro_catch-copy span {
    font-size: 21px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 500
}

.intro_tag_wrap {
    margin-bottom: 20px;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 18px 12px
}

@media screen and (min-width: 768px) {
    .intro_tag_wrap {
        margin-bottom: 40px;
        width: 70%;
        gap: 24px 20px
    }
}

@media screen and (min-width: 1025px) {
    .intro_tag_wrap {
        width: 90%
    }
}

@media screen and (min-width: 1365px) {
    .intro_tag_wrap {
        width: 60%
    }
}

@media screen and (min-width: 1600px) {
    .intro_tag_wrap {
        width: 45%
    }
}

.intro_tag {
    width: fit-content;
    font-size: 16px;
    background: rgba(255, 255, 255, .2);
    border-radius: 17px
}

@media screen and (min-width: 1025px) {
    .intro_tag {
        font-size: 18px;
        border-radius: 20px;
        transition: .3s
    }

    .intro_tag:hover {
        background: rgba(255, 255, 255, .4)
    }
}

.intro_tag a {
    display: inline-block;
    color: #fff;
    padding: 4px 13px 4px
}

@media screen and (min-width: 1025px) {
    .intro_tag a {
        padding: 2px 20px
    }
}

.intro_tag a::before {
    margin-right: 5px;
    content: "#";
    color: #fff
}

.intro_sns_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px
}

@media screen and (min-width: 1025px) {
    .intro_sns_wrap {
        gap: 15px
    }
}

.intro_sns {
    width: 34px;
    height: 34px
}

.intro_sns img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.intro_tag {
    /* opacity: 0 */
}

.tag_fade-up {
    animation-name: fade-up_anime;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    /* opacity: 0 */
}

.message {
    position: relative
}

.message::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .message::before {
        height: 25%;
        top: -14%
    }
}

.message::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .message::after {
        height: 11vw;
        bottom: -5vw
    }
}

.message_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.message_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .message_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .message_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: -3vw
    }
}

.message_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.message-wrap {
    overflow: hidden
}

.message-bg {
    margin-left: 36px;
    padding: 60vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .message-bg {
        padding-top: 45vw
    }
}

@media screen and (min-width: 1025px) {
    .message-bg {
        margin-left: 0;
        padding: 10% 0 9%
    }
}

@media screen and (min-width: 1025px) {
    .message_txt-wrap {
        margin: 0 38.5vw 0 6vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.message_txt {
    margin-bottom: 20px;
    padding: 0 20px 0 36px;
    font-family: "Roboto", sans-serif;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .message_txt {
        margin: 0 auto 30px;
        width: 85%;
        max-width: 540px
    }
}

.mission {
    position: relative;
    margin-bottom: 60px
}

.mission::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .mission::before {
        height: 10%;
        top: -5%
    }
}

.mission::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .mission::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 768px) {
    .mission {
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1025px) {
    .mission {
        background: none
    }
}

.mission-wrap {
    overflow: hidden
}

.mission-bg {
    padding-top: 50vw;
    padding-bottom: 30%;
    background: #eceef8;
    position: relative
}

@media screen and (min-width: 768px) {
    .mission-bg {
        padding-bottom: 1%
    }
}

@media screen and (min-width: 1025px) {
    .mission-bg {
        padding-top: 12vw
    }
}

.mission_pic01 {
    margin-bottom: 40px;
    aspect-ratio: 2/1;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -8vw;
    z-index: 1
}

.mission_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .mission_pic01 {
        margin-bottom: 0;
        width: 38.5vw;
        max-width: 740px;
        aspect-ratio: 3/2;
        top: -7%;
        right: 0
    }
}

.mission_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .mission .title-addition br {
        display: none
    }

    .mission .title-addition span {
        margin-left: 20px
    }
}

.mission_txt {
    margin-bottom: 50px;
    padding: 0 20px 0 36px;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .mission_txt {
        padding: 0 0 0 8vw;
        width: calc(560px + 8vw)
    }
}

@media screen and (min-width: 1025px) {
    .mission_txt {
        padding-left: 14vw;
        width: calc(668px + 14vw)
    }
}

@media screen and (min-width: 768px) {
    .mission_list {
        margin: 0 6vw 30%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px
    }
}

@media screen and (min-width: 1025px) {
    .mission_list {
        margin-left: calc(6vw + 6vw);
        margin-bottom: 40%
    }
}

.mission_list_wrap {
    margin-left: -10%;
    width: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mission_list_wrap:nth-of-type(even) {
    flex-direction: row-reverse
}

.mission_list_wrap:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .mission_list_wrap {
        margin-left: 0;
        display: block;
        width: 33%;
        position: relative
    }

    .mission_list_wrap:not(:last-of-type)::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icon/times.svg) center center/cover;
        position: absolute;
        top: 8.2vw;
        right: -34px
    }
}

@media screen and (min-width: 768px)and (min-width: 1025px) {
    .mission_list_wrap:not(:last-of-type)::after {
        width: 40px;
        height: 40px;
        right: -45px
    }
}

.mission_list dt {
    padding: 23vw 0;
    width: 50%;
    max-width: 350px;
    color: #64519a;
    font-size: min(8.3vw, 39px);
    letter-spacing: 1px;
    font-family: "Zen Kurenaido", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .mission_list dt {
        margin-bottom: 20px;
        padding: 7vw 0;
        width: 100%;
        max-width: none;
        font-size: min(3vw, 41px)
    }
}

.mission_list dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    -webkit-mask-image: url(../images/front-page/mission-object/mask-circle.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-image: url(../images/front-page/mission-object/mask-circle.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    position: absolute;
    top: 0;
    /* animation: mission_object_bg-anime 400s infinite ease-in-out */
}

.mission_list_ttl01::after {
    background: url(../images/front-page/mission-object/mission_object_bg01.jpg)
}

.mission_list_ttl02::after {
    background: url(../images/front-page/mission-object/mission_object_bg02.jpg)
}

.mission_list_ttl03::after {
    background: url(../images/front-page/mission-object/mission_object_bg03.jpg)
}

.mission_list dd {
    width: 70vw;
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .mission_list dd {
        width: 100%;
        padding: 0
    }
}

.mission_list_txt01,
.mission_list_txt03 {
    padding: 0 calc(20px + 10%) 0 20px
}

.mission_list_txt02 {
    padding: 0 20px 0 calc(20px + 10%)
}

@-moz-document url-prefix() {
    .mission_list dt::after {
        animation: none
    }
}

.news {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .news {
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1025px) {
    .news {
        padding-left: 0
    }
}

.news-sp_wrap {
    padding-left: 36px
}

@media screen and (min-width: 768px) {
    .news-sp_wrap {
        display: none
    }
}

.news-sp_list {
    margin-bottom: 40px
}

.news-sp_list li a {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.news-sp_list li:not(:last-child) {
    margin-bottom: 24px
}

.news-sp_pic {
    width: 40%;
    aspect-ratio: 5/4
}

.news-sp_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-sp_txt_wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-sp_txt {
    margin: 0 15px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.news-sp_inner {
    padding: 5px 3.3vw;
    background: #dee1f5;
    color: #7a7291;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.news-sp_inner a {
    color: #916195;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.news-pc_wrap {
    display: none
}

@media screen and (min-width: 768px) {
    .news-pc_wrap {
        display: block
    }
}

.news-pc_slide_wrap {
    margin: 0 6vw 80px;
    position: relative
}

.news-pc_slide_wrap .swiper-button-prev,
.news-pc_slide_wrap .swiper-button-next {
    height: 4vw;
    max-height: 70px;
    width: 4vw;
    max-width: 70px;
    cursor: auto
}

.news-pc_slide_wrap .swiper-button-prev {
    left: -50px;
    left: -2vw
}

.news-pc_slide_wrap .swiper-button-next {
    right: -50px;
    right: -2vw
}

.news-pc_slide_wrap .swiper-button-next.swiper-button-disabled,
.news-pc_slide_wrap .swiper-button-prev.swiper-button-disabled {
    /* opacity: 0 */
}

.news-pc_slide_wrap .swiper-button-prev:after,
.news-pc_slide_wrap .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    margin: auto;
    width: 100%;
    cursor: pointer
}

.news-pc_slide_wrap .swiper-button-prev:after {
    background-image: url(../images/icon/arrow-left.svg)
}

.news-pc_slide_wrap .swiper-button-next:after {
    background-image: url(../images/icon/arrow.svg)
}

.news-pc_slide_item a:hover .news-pc_slide_item_bg {
    background: rgba(222, 225, 245, .5)
}

.news-pc_slide_item a:hover .circle-arrow {
    right: -20px
}

.news-pc_slide_item a:hover .news-pc_slide_item_pic img {
    transform: scale(1.1);
    opacity: 1
}

.news-pc_slide_item_bg {
    padding: 9%;
    background: #dee1f5
}

.news-pc_slide_item_inner {
    background: #fff
}

.news-pc_slide_item_content-box {
    padding: 40px 40px 0;
    padding: 8% 8% 0
}

.news-pc_slide_item_pic {
    margin-bottom: 10px;
    aspect-ratio: 5/4
}

@media screen and (min-width: 1025px) {
    .news-pc_slide_item_pic {
        margin-bottom: 30px;
        overflow: hidden
    }
}

.news-pc_slide_item_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.news-pc_slide_item_content {
    font-size: 14px;
    height: 2.8em;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .news-pc_slide_item_content {
        font-size: 16px
    }
}

.news-pc_slide_item_btn-box {
    padding: 5px 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 1025px) {
    .news-pc_slide_item_btn-box {
        padding: 20px 12px 15px
    }
}

.news-pc_slide_item_btn-box p {
    color: #7a7291;
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .news-pc_slide_item_btn-box p {
        font-size: 16px
    }
}

.news-pc_slide_item_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative
}

.news-pc_slide_item_btn_wrap p {
    color: #916195
}

.news-pc_btn {
    padding-right: 2vw
}

.news-pc_more-btn {
    margin: 0 auto;
    width: fit-content;
    font-size: 21px;
    font-weight: 500
}

.news-pc_more-btn a {
    display: block;
    padding: 7px 24px;
    color: #fff;
    background: #916195;
    transition: .3s
}

.news-pc_more-btn a:hover {
    opacity: .6
}

.open-campus {
    margin-bottom: 20%;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .open-campus_title-wrap {
        margin-bottom: 80px;
        position: relative
    }
}

.open-campus_pic01 {
    margin-bottom: 40px;
    aspect-ratio: 2/1;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 35vw;
    z-index: 1
}

.open-campus_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .open-campus_pic01 {
        margin-bottom: 0;
        width: 38.5vw;
        max-width: 740px;
        aspect-ratio: 3/2;
        top: 0%;
        right: 0
    }
}

.open-campus_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.open-campus_pic02 {
    display: none
}

@media screen and (min-width: 1280px) {
    .open-campus_pic02 {
        display: block;
        width: 18vw;
        aspect-ratio: 3/2;
        overflow: hidden;
        -webkit-mask-image: url(../images/common/mask-img.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-size: cover;
        mask-image: url(../images/common/mask-img.svg);
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: cover;
        position: relative;
        position: absolute;
        bottom: 15%;
        right: 10%;
        z-index: 1
    }

    .open-campus_pic02-bg {
        width: 100%;
        height: 100%;
        background: #916195;
        background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
        background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
        background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
        position: absolute;
        top: 0;
        left: 0
    }
}

.open-campus_pic02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.open-campus_pic03 {
    display: none
}

@media screen and (min-width: 1280px) {
    .open-campus_pic03 {
        display: block;
        width: 13vw;
        aspect-ratio: 3/2;
        overflow: hidden;
        -webkit-mask-image: url(../images/common/mask-img.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-size: cover;
        mask-image: url(../images/common/mask-img.svg);
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: cover;
        position: relative;
        position: absolute;
        bottom: 0%;
        right: 23%;
        z-index: 1
    }

    .open-campus_pic03-bg {
        width: 100%;
        height: 100%;
        background: #916195;
        background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
        background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
        background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
        position: absolute;
        top: 0;
        left: 0
    }
}

.open-campus_pic03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.open-campus_list {
    margin-bottom: 60px;
    padding-left: 36px
}

@media screen and (min-width: 768px) {
    .open-campus_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1025px) {
    .open-campus_list {
        margin: 0 auto 40px;
        padding-left: 0;
        width: 90%;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 3vw
    }
}

.open-campus_list li {
    position: relative
}

@media screen and (min-width: 768px) {
    .open-campus_list li {
        width: 48%
    }
}

@media screen and (min-width: 1025px) {
    .open-campus_list li {
        width: calc(33.3% - 2vw)
    }
}

.open-campus_list li:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (min-width: 1025px) {
    .open-campus_list li:not(:last-child) {
        margin-bottom: 0
    }
}

.open-campus_list li a {
    display: block;
    padding: 30px 20px 10px;
    color: #000;
    background: #dee1f5;
    transition: .3s
}

@media screen and (min-width: 1025px) {
    .open-campus_list li a {
        padding: 3vw 2vw 1.3vw
    }

    .open-campus_list li a:hover {
        background: rgba(231, 234, 248, .5)
    }

    .open-campus_list li a:hover .circle-arrow {
        right: -60px
    }
}

.open-campus_list_inner {
    padding: 32px 24px 0;
    margin-bottom: 10px;
    background: #fff;
    position: relative
}

@media screen and (min-width: 1025px) {
    .open-campus_list_inner {
        padding: 3vw 1.8vw 1vw
    }
}

.open-campus_list_title-wrap {
    width: 260px;
    padding: 6px;
    background: #e3c6e3;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 1025px) {
    .open-campus_list_title-wrap {
        width: 25vw;
        max-width: 300px
    }
}

.open-campus_list_title-wrap p {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .open-campus_list_title-wrap p {
        font-size: clamp(18px, 1.1vw, 21px)
    }
}

.open-campus_list_date-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1025px) {
    .open-campus_list_date-wrap {
        margin-bottom: .5vw
    }
}

.open-campus_list_year,
.open-campus_list_day {
    color: #7c7c7c;
    font-family: "Roboto", sans-serif
}

.open-campus_list_year {
    font-size: 20px;
    align-self: flex-start;
    position: relative
}

@media screen and (min-width: 1025px) {
    .open-campus_list_year {
        font-size: clamp(18px, 1.4vw, 27px)
    }
}

.open-campus_list_year::after {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #7c7c7c;
    position: absolute;
    bottom: 5px;
    right: -35px;
    transform: rotate(-45deg)
}

@media screen and (min-width: 1025px) {
    .open-campus_list_year::after {
        width: 60px;
        right: -40px
    }
}

.open-campus_list_day {
    font-size: 22px
}

@media screen and (min-width: 1025px) {
    .open-campus_list_day {
        font-size: clamp(20px, 1.4vw, 27px)
    }
}

.open-campus_list_day span {
    padding: 0 10px;
    font-size: min(18vw, 77px);
    color: #aa7fa5
}

@media screen and (min-width: 1025px) {
    .open-campus_list_day span {
        font-size: min(5vw, 98px)
    }
}

.open-campus_list_outer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 1025px) {
    .open-campus_list_outer {
        justify-content: flex-end
    }
}

.open-campus_list_btn-wrap_sp {
    color: #916195;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

@media screen and (min-width: 1025px) {
    .open-campus_list_btn-wrap_sp {
        display: none
    }
}

.open-campus_list_btn-wrap_pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .open-campus_list_btn-wrap_pc {
        display: block;
        color: #916195;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        position: relative;
        margin-right: 25px
    }
}

@media screen and (min-width: 1025px) {
    .open-campus_list_2 {
        margin-top: 5vw
    }
}

.open-campus_list_2 .open-campus_list_day span {
    color: #7f9eaa
}

.open-campus_list_2 .open-campus_list_title-wrap {
    background: #b2d5d6
}

@media screen and (min-width: 1025px) {
    .open-campus_list_3 {
        margin-top: 10vw
    }
}

.open-campus_list_3 .open-campus_list_day span {
    color: #aa8e7f
}

.open-campus_list_3 .open-campus_list_title-wrap {
    background: #ead8ae
}

.open-day_wrap {
    margin-bottom: 60px;
    padding-left: 36px
}

@media screen and (min-width: 1025px) {
    .open-day_wrap {
        margin: 0 auto 80px;
        padding-left: 0;
        width: 90%
    }
}

.open-day_title-addition {
    margin-bottom: 40px;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    color: #916195;
    position: relative
}

@media screen and (min-width: 1025px) {
    .open-day_title-addition {
        font-size: 32px
    }

    .open-day_title-addition span {
        padding-left: 5px;
        font-size: 22px
    }
}

.open-day_title-addition::after {
    content: "";
    display: block;
    width: 155%;
    height: 155%;
    background: url(../images/icon/speech-bubble.svg) center center/contain no-repeat;
    position: absolute;
    bottom: -25px;
    left: -64px
}

@media screen and (min-width: 1025px) {
    .open-day_title-addition::after {
        bottom: -35px;
        left: -98px
    }
}

.open-day_txt {
    margin-bottom: 10px;
    font-weight: 700;
    color: #916195
}

@media screen and (min-width: 1025px) {
    .open-day_txt {
        font-size: 21px
    }
}

@media screen and (min-width: 1700px) {
    .open-day_txt {
        margin: 0 auto 15px;
        width: 85%
    }
}

.open-day_txt02 {
    padding: 25px 0 0;
    margin: 0 auto;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .open-day_txt02 {
        padding: 25px 0
    }
}

@media screen and (min-width: 1025px) {
    .open-day_txt02 {
        padding: 0
    }
}

.open-day_schedule_wrap {
    padding: 20px;
    background: #edebdf;
    border-radius: 12px 0 0 12px
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_wrap {
        padding: 30px 60px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2vw
    }
}

@media screen and (min-width: 1700px) {
    .open-day_schedule_wrap {
        width: 85%;
        margin: 0 auto
    }
}

.open-day_schedule_pic {
    margin: 0 auto 20px;
    width: 265px;
    position: relative
}

@media screen and (min-width: 768px) {
    .open-day_schedule_pic {
        width: 400px
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_pic {
        width: 200px
    }
}

@media screen and (min-width: 1280px) {
    .open-day_schedule_pic {
        width: 400px
    }
}

.open-day_schedule_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.open-day_schedule_pic_year {
    font-size: 43px;
    transform: rotate(-12deg);
    font-family: "caliban-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #916295;
    position: absolute;
    bottom: -18px;
    right: 15px
}

@media screen and (min-width: 768px) {
    .open-day_schedule_pic_year {
        font-size: 64px;
        bottom: -24px;
        right: 24px
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_pic_year {
        font-size: 30px;
        bottom: -14px;
        right: 7px
    }
}

@media screen and (min-width: 1280px) {
    .open-day_schedule_pic_year {
        font-size: 64px;
        bottom: -24px;
        right: 24px
    }
}

.open-day_schedule_list {
    padding: 30px 0;
    border-top: 10px solid #d8d2ca;
    border-bottom: 10px solid #d8d2ca;
    position: relative
}

@media screen and (min-width: 768px) {
    .open-day_schedule_list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list {
        width: calc(100% - 2vw)
    }
}

@media screen and (min-width: 1280px) {
    .open-day_schedule_list {
        width: 50vw
    }
}

.open-day_schedule_list::before,
.open-day_schedule_list::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #d8d2ca;
    position: absolute
}

.open-day_schedule_list::before {
    top: 6px
}

.open-day_schedule_list::after {
    bottom: 6px
}

.open-day_schedule_list li {
    transition: .3s;
    position: relative
}

@media screen and (min-width: 768px) {
    .open-day_schedule_list li {
        width: 48%
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list li {
        width: calc(50% - 10px)
    }
}

.open-day_schedule_list li:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .open-day_schedule_list li:not(:last-child) {
        margin-bottom: 0
    }
}

.open-day_schedule_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list li a {
        border-radius: 11px;
        gap: 10px
    }

    .open-day_schedule_list li a:hover {
        background: #e3e2da
    }

    .open-day_schedule_list li a:hover .open-day_schedule_list_date::before {
        background: #916195
    }
}

.open-day_schedule_list_no-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list_no-link {
        gap: 10px
    }
}

.open-day_schedule_list_coming-soon {
    font-size: 18px;
    color: #7a7291;
    font-weight: 700;
    position: absolute;
    top: -0.6em;
    left: 0
}

.open-day_schedule_list_date {
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #916195;
    position: relative
}

@media screen and (min-width: 375px) {
    .open-day_schedule_list_date {
        font-size: 28px
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list_date {
        font-size: min(2vw, 36px)
    }
}

.open-day_schedule_list_date::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(145, 97, 149, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: .3s
}

@media screen and (min-width: 1536px) {
    .open-day_schedule_list_date::before {
        width: 18px;
        height: 18px;
        left: -10px
    }
}

.open-day_schedule_list_date_num {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

@media screen and (min-width: 375px) {
    .open-day_schedule_list_date_num {
        font-size: 56px
    }
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list_date_num {
        font-size: min(3.6vw, 70px)
    }
}

.open-day_schedule_list_date_week {
    font-size: 17px
}

@media screen and (min-width: 1025px) {
    .open-day_schedule_list_date_week {
        font-size: clamp(17px, 1.3vw, 24px)
    }
}

.open-day_schedule_list_arrow {
    width: 40px;
    height: 40px
}

@media screen and (min-width: 1536px) {
    .open-day_schedule_list_arrow {
        width: 60px;
        height: 60px
    }
}

.open-day_schedule_list_arrow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.other-events_wrap {
    padding-left: 36px
}

@media screen and (min-width: 1025px) {
    .other-events_wrap {
        margin: 0 auto;
        width: 90%
    }
}

@media screen and (min-width: 1025px) {
    .other-events_content-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px
    }
}

@media screen and (min-width: 1700px) {
    .other-events_content-wrap {
        margin: 0 auto;
        width: 85%
    }
}

.other-events_txt {
    margin-bottom: 10px;
    font-weight: 700;
    color: #916195
}

@media screen and (min-width: 1025px) {
    .other-events_txt {
        font-size: 21px
    }
}

.other-events_txt br {
    display: none
}

@media screen and (min-width: 1025px) {
    .other-events_txt br {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .other-events_txt02 {
        margin: 0 auto;
        width: 30vw;
        height: 3.5em;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (min-width: 768px) {
    .other-events_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media screen and (min-width: 1025px) {
    .other-events_list {
        width: 80%;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 1vw
    }
}

@media screen and (min-width: 768px) {
    .other-events_list li {
        width: 48%
    }
}

@media screen and (min-width: 1025px) {
    .other-events_list li {
        width: calc(25% - .75vw)
    }
}

.other-events_list li:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .other-events_list li:not(:last-child) {
        margin-bottom: 0
    }
}

.other-events_list li a {
    display: block
}

@media screen and (min-width: 1025px) {
    .other-events_list li a:hover .other-events_list_item {
        background: rgba(231, 234, 248, .5)
    }
}

.other-events_list_item {
    padding: 20px 24px;
    background: #dee1f5;
    transition: .3s
}

@media screen and (min-width: 1025px) {
    .other-events_list_item {
        padding: 1.3vw .8vw
    }
}

.other-events_list_title,
.other-events_list_title_no-link {
    margin: 0 auto 15px;
    width: 7em;
    font-size: 21px;
    font-weight: 700;
    color: #64519a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (min-width: 768px) {

    .other-events_list_title,
    .other-events_list_title_no-link {
        height: 3em
    }
}

@media screen and (min-width: 1025px) {

    .other-events_list_title,
    .other-events_list_title_no-link {
        font-size: min(1.5vw, 24px);
        height: 67px
    }
}

.other-events_list_title::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon/arrow02.svg) center center/contain no-repeat;
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 1025px) {
    .other-events_list_title::after {
        right: -25%
    }
}

.other-events_list_coming-soon {
    color: #7a7291;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -12px;
    left: 0
}

@media screen and (min-width: 1025px) {
    .other-events_list_coming-soon {
        top: -1.4em
    }
}

.other-events_list_date {
    padding: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-align: center;
    background: #fff
}

@media screen and (min-width: 1025px) {
    .other-events_list_date {
        font-size: min(1.3vw, 24px);
        padding: .8vw 10px
    }
}

_::-webkit-full-page-media,
_:future,
:root .open-day_title-addition {
    font-size: 20px;
    font-weight: 500
}

@media screen and (min-width: 1025px) {

    _::-webkit-full-page-media,
    _:future,
    :root .open-day_title-addition {
        font-size: 30px
    }
}

_::-webkit-full-page-media,
_:future,
:root .open-day_title-addition::after {
    width: 157%;
    height: 160%
}

.program {
    position: relative
}

.program::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .program::before {
        height: 25%;
        top: -14%
    }
}

.program::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .program::after {
        height: 11vw;
        bottom: -5vw
    }
}

.program_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.program_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .program_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .program_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: 0;
        left: 0
    }
}

.program_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program_pic02 {
    width: 42vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 40vw;
    right: 0;
    z-index: 1
}

.program_pic02-bg {
    width: 100%;
    height: 100%;
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .program_pic02 {
        top: 30vw
    }
}

@media screen and (min-width: 1025px) {
    .program_pic02 {
        width: 15vw;
        top: 15vw;
        left: 28%
    }
}

.program_pic02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-wrap {
    overflow: hidden
}

.program-bg {
    margin-left: 36px;
    padding: 75vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .program-bg {
        padding-top: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .program-bg {
        margin-left: 0;
        padding: 8% 0 12%
    }
}

@media screen and (min-width: 1025px) {
    .program_txt-wrap {
        margin: 0 6vw 0 38.5vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.program_txt {
    margin-bottom: 20px;
    padding: 0 20px 0 36px;
    font-family: "Roboto", sans-serif;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .program_txt {
        margin: 0 auto 30px;
        width: 85%;
        max-width: 540px
    }
}

.report {
    position: relative
}

.report::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .report::before {
        height: 25%;
        top: -14%
    }
}

.report::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .report::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 1025px) {
    .report {
        margin-bottom: 100px
    }
}

.report_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.report_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .report_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .report_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: -3vw
    }
}

.report_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.report_pic02 {
    width: 42vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 40vw;
    right: 0;
    z-index: 1
}

.report_pic02-bg {
    width: 100%;
    height: 100%;
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .report_pic02 {
        top: 30vw
    }
}

@media screen and (min-width: 1025px) {
    .report_pic02 {
        width: 15vw;
        top: 15vw;
        right: 28%
    }
}

.report_pic02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.report-wrap {
    overflow: hidden
}

.report-bg {
    margin-left: 36px;
    padding: 75vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .report-bg {
        padding-top: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .report-bg {
        margin-left: 0;
        padding: 10% 0 10%
    }
}

@media screen and (min-width: 1025px) {
    .report_txt-wrap {
        margin: 0 38.5vw 0 6vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.report_txt {
    margin-bottom: 20px;
    padding: 0 20px 0 36px;
    font-family: "Roboto", sans-serif;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .report_txt {
        margin: 0 auto 30px;
        width: 85%;
        max-width: 540px
    }
}

.specialty {
    position: relative
}

.specialty::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .specialty::before {
        height: 10%;
        top: -5%
    }
}

.specialty::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .specialty::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 1025px) {
    .specialty {
        background: none
    }

    .specialty::before {
        content: "";
        display: block;
        width: 100%;
        height: 13vw;
        background: #fff;
        transform: skewY(4deg);
        position: absolute;
        top: -5vw;
        z-index: 1
    }
}

@media screen and (min-width: 1025px)and (min-width: 1025px) {
    .specialty::before {
        height: 10%;
        top: -5%
    }
}

@media screen and (min-width: 1025px) {
    .specialty::after {
        content: "";
        display: block;
        width: 100%;
        height: 13vw;
        background: #fff;
        position: absolute;
        bottom: -5vw;
        transform: skewY(4deg)
    }
}

@media screen and (min-width: 1025px)and (min-width: 1025px) {
    .specialty::after {
        height: 11vw;
        bottom: -5vw
    }
}

.specialty-wrap {
    overflow: hidden
}

.specialty-bg {
    padding-top: 50vw;
    padding-bottom: 30%;
    background: #eceef8;
    position: relative
}

@media screen and (min-width: 768px) {
    .specialty-bg {
        padding-bottom: 40%
    }
}

@media screen and (min-width: 1025px) {
    .specialty-bg {
        padding-top: 12vw
    }
}

.specialty_pic01 {
    margin-bottom: 40px;
    aspect-ratio: 2/1;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -8vw;
    z-index: 1
}

.specialty_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .specialty_pic01 {
        margin-bottom: 0;
        width: 38.5vw;
        max-width: 740px;
        aspect-ratio: 3/2;
        top: -5%;
        right: 0;
        overflow: hidden;
        -webkit-mask-image: url(../images/common/mask-img_reverse.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-size: cover;
        mask-image: url(../images/common/mask-img_reverse.svg);
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: cover
    }
}

.specialty_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.specialty_list {
    margin-bottom: 40px;
    padding-left: 36px
}

@media screen and (min-width: 768px) {
    .specialty_list {
        margin-bottom: 80px;
        padding: 0 6vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 80px 0
    }
}

@media screen and (min-width: 1025px) {
    .specialty_list {
        /* padding: 0 calc(6vw + 6vw) 0 6vw; */
        flex-wrap: nowrap;
        gap: 0 4vw
    }
}

.specialty_list li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px
}

@media screen and (min-width: 768px) {
    .specialty_list li {
        display: block;
        width: 45%;
        position: relative
    }
}

.specialty_list li:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .specialty_list li:not(:last-child) {
        margin-bottom: 0
    }
}

.specialty_list_faculty {
    padding: 4px 10px;
    width: 100%;
    background: #7a7291;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .specialty_list_faculty {
        width: fit-content;
        font-size: 24px;
        position: absolute;
        top: 30vw;
        z-index: 1
    }
}

@media screen and (min-width: 1025px) {
    .specialty_list_faculty {
        padding: 4px 12px;
        top: 13vw;
        font-size: min(2vw, 30px)
    }
}

.specialty_list_pic {
    width: 30%;
    aspect-ratio: 1/1
}

@media screen and (min-width: 768px) {
    .specialty_list_pic {
        margin-bottom: 20px;
        width: 100%;
        clip-path: circle(50% at 50% 50%)
    }
}

.specialty_list_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.specialty_list_division_wrap {
    width: calc(70% - 10px)
}

@media screen and (min-width: 768px) {
    .specialty_list_division_wrap {
        width: 100%
    }
}

.specialty_list_division {
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    transition: .3s
}

@media screen and (min-width: 768px) {
    .specialty_list_division {
        font-size: 20px
    }
}

@media screen and (min-width: 1025px) {
    .specialty_list_division {
        font-size: min(1.3vw, 24px)
    }
}

.specialty_list_division_arrow,
.specialty_list_division_arrow_two-lines {
    width: 15px;
    position: absolute;
    top: 10%;
    right: 5px;
    transition: .3s
}

@media screen and (min-width: 1025px) {

    .specialty_list_division_arrow,
    .specialty_list_division_arrow_two-lines {
        top: 10%;
        right: -5px
    }
}

.specialty_list_division_arrow_two-lines {
    top: 35%
}

.specialty_list a {
    display: block;
    padding: 10px;
    color: #64519a;
    background: #fff;
    position: relative
}

@media screen and (min-width: 1025px) {
    .specialty_list a {
        padding: 5px 12px
    }

    .specialty_list a::before {
        content: "";
        display: block;
        height: 2.5vw;
        aspect-ratio: 1/1;
        background: #916195;
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: -1;
        transition: .3s;
        transform: translateY(-50%)
    }

    .specialty_list a:hover::before {
        opacity: .1;
        height: 3.3vw;
        right: -20px
    }

    .specialty_list a:hover .specialty_list_division {
        opacity: .6
    }

    .specialty_list a:hover .specialty_list_division svg {
        right: -20px
    }
}

.specialty_list a:not(:last-of-type) {
    margin-bottom: 10px
}

.specialty_link {
    margin-left: auto;
    padding-right: 20px;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .specialty_link {
        padding-right: 6vw
    }
}

@media screen and (min-width: 1025px) {
    .specialty_link {
        padding-right: calc(6vw + 6vw + 40px)
    }
}

.specialty_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 700;
    color: #64519a;
    position: relative
}

.specialty_link a:hover p {
    opacity: .6
}

.specialty_link a:hover .circle-arrow {
    right: -50px
}

.specialty_link p {
    font-size: 18px;
    transition: .3s
}

@media screen and (min-width: 768px) {
    .specialty_link p {
        font-size: 21px
    }
}

.support {
    position: relative
}

.support::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .support::before {
        height: 25%;
        top: -14%
    }
}

.support::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .support::after {
        height: 11vw;
        bottom: -5vw
    }
}

.support_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.support_pic01-bg {
    width: 100%;
    height: 100%;
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .support_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .support_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: 0;
        left: 0
    }
}

.support_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.support-wrap {
    overflow: hidden
}

.support-bg {
    margin-left: 36px;
    padding: 60vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .support-bg {
        padding-top: 45vw
    }
}

@media screen and (min-width: 1025px) {
    .support-bg {
        margin-left: 0;
        padding: 7% 0 11%
    }
}

@media screen and (min-width: 1025px) {
    .support_txt-wrap {
        margin: 0 6vw 0 38.5vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.support_txt {
    margin-bottom: 20px;
    padding: 0 20px 0 36px;
    font-family: "Roboto", sans-serif;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .support_txt {
        margin: 0 auto 30px;
        width: 85%;
        max-width: 540px
    }
}

.virtual {
    position: relative
}

.virtual::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .virtual::before {
        height: 25%;
        top: -14%
    }
}

.virtual::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .virtual::after {
        height: 11vw;
        bottom: -5vw
    }
}

.virtual_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -5vw;
    right: 0;
    z-index: 1
}

.virtual_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .virtual_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .virtual_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: 0;
        left: 0
    }
}

.virtual_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.virtual-wrap {
    overflow: hidden
}

.virtual-bg {
    margin-left: 36px;
    padding: 50vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .virtual-bg {
        padding-top: 40vw
    }
}

@media screen and (min-width: 1025px) {
    .virtual-bg {
        margin-left: 0;
        padding: 5% 0 11%
    }
}

@media screen and (min-width: 1025px) {
    .virtual_txt-wrap {
        margin: 0 6vw 0 38.5vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.virtual_txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 52px;
    font-family: "Roboto", sans-serif;
    color: #64519a
}

@media screen and (min-width: 768px) {
    .virtual_txt {
        font-size: 75px
    }
}

.virtual_txt span {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .virtual_txt span {
        font-size: 21px
    }
}

.youtube {
    position: relative
}

.youtube::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .youtube::before {
        height: 10%;
        top: -5%
    }
}

.youtube::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .youtube::after {
        height: 11vw;
        bottom: -5vw
    }
}

@media screen and (min-width: 1025px) {
    .youtube {
        background: none
    }
}

.youtube-wrap {
    overflow: hidden
}

.youtube-bg {
    padding-top: 50vw;
    padding-bottom: 30%;
    background: #eceef8;
    position: relative
}

@media screen and (min-width: 768px) {
    .youtube-bg {
        padding-bottom: 20%
    }
}

@media screen and (min-width: 1025px) {
    .youtube-bg {
        padding-top: 12vw;
        padding-bottom: 10%
    }
}

.youtube_pic01 {
    margin-bottom: 40px;
    aspect-ratio: 2/1;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: -8vw;
    z-index: 1
}

.youtube_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: -webkit-gradient(linear, left center, right center, from(#DEE1F5), to(#916195));
    background: -webkit-linear-gradient(left, #DEE1F5 0%, #916195 100%);
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .youtube_pic01 {
        margin-bottom: 0;
        width: 38.5vw;
        max-width: 740px;
        aspect-ratio: 3/2;
        top: -3vw;
        right: 0
    }
}

.youtube_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.youtube_list {
    margin-bottom: 40px
}

.youtube_list li:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (min-width: 1025px) {
    .youtube_list li:not(:last-child) {
        margin-bottom: 80px
    }
}

.youtube_list a {
    display: block
}

.youtube_list_heading {
    margin-left: 36px;
    margin-bottom: 20px;
    padding: 6px 20px;
    background: #7a7291;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .youtube_list_heading {
        margin-left: 0;
        margin-bottom: 0;
        width: 615px;
        text-align: right;
        font-size: 30px
    }
}

.youtube_list_heading span {
    margin-left: 12px;
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .youtube_list_heading span {
        font-size: 21px
    }
}

.youtube_link-btn_pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .youtube_link-btn_pc {
        display: block;
        width: fit-content;
        margin: 0 3vw 10px auto;
        position: relative
    }

    .youtube_link-btn_pc:hover::after {
        transform: translateX(100%)
    }

    .youtube_link-btn_pc:hover a {
        background: rgba(100, 81, 154, .15)
    }

    .youtube_link-btn_pc::after {
        content: "";
        display: block;
        width: 3vw;
        height: 1px;
        background: #64519a;
        position: absolute;
        top: 48%;
        right: calc(-3vw - 5px);
        transition: .3s
    }

    .youtube_link-btn_pc a {
        padding: 3px 12px;
        color: #64519a;
        border-radius: 13px;
        transition: .3s
    }
}

.youtube_slide {
    margin-bottom: 20px
}

.youtube .swiper {
    margin-left: 36px
}

@media screen and (min-width: 1025px) {
    .youtube .swiper {
        margin-left: calc(6vw + 6vw)
    }
}

.youtube .swiper-wrapper {
    transition-timing-function: linear
}

.youtube .swiper-slide {
    width: 60vw;
    height: 33.7vw;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .youtube .swiper-slide {
        width: 30vw;
        height: 16.9vw
    }
}

@media screen and (min-width: 1025px) {
    .youtube .swiper-slide {
        width: 17vw;
        height: 9.3vw;
        cursor: pointer
    }

    .youtube .swiper-slide:hover {
        opacity: .6
    }
}

.youtube .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.youtube_link-btn_sp {
    margin-left: auto;
    margin-right: 20px;
    width: fit-content
}

@media screen and (min-width: 1025px) {
    .youtube_link-btn_sp {
        display: none
    }
}

.youtube_link-btn_sp a {
    padding: 2px 13px;
    background: rgba(100, 81, 154, .15);
    border-radius: 13px;
    color: #64519a
}

.youtube_link {
    margin-left: 36px;
    padding-right: 20px;
    width: fit-content
}

@media screen and (min-width: 390px) {
    .youtube_link {
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    .youtube_link {
        padding-right: 6vw
    }
}

@media screen and (min-width: 1025px) {
    .youtube_link {
        margin-left: calc(6vw + 6vw);
        padding-right: 0
    }
}

.youtube_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 700;
    color: #64519a
}

.youtube_link a:hover p {
    opacity: .6;
    padding-right: 10px
}

.youtube_link p {
    font-size: 18px;
    transition: .3s
}

@media screen and (min-width: 768px) {
    .youtube_link p {
        font-size: 21px
    }
}

.living {
    position: relative
}

.living::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    transform: skewY(-4deg);
    position: absolute;
    top: -5vw;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .living::before {
        height: 25%;
        top: -14%
    }
}

.living::after {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: #fff;
    position: absolute;
    bottom: -5vw;
    transform: skewY(-4deg)
}

@media screen and (min-width: 1025px) {
    .living::after {
        height: 11vw;
        bottom: -5vw
    }
}

.living_pic01 {
    width: 80vw;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .living_pic01 {
        width: 60vw
    }
}

@media screen and (min-width: 1025px) {
    .living_pic01 {
        width: 38.5vw;
        max-width: 740px;
        top: 0;
        left: 0
    }
}

.living_pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.living_pic01-bg {
    /* width: 100%;
    height: 100%; */
    background: #916195;
    background: linear-gradient(to right, #DEE1F5 0%, #916195 100%);
    position: absolute;
    top: 0;
    left: 0
}

.living-wrap {
    overflow: hidden
}

.living-bg {
    margin-left: 36px;
    padding: 60vw 0 20%;
    background: #eceef8
}

@media screen and (min-width: 768px) {
    .living-bg {
        padding-top: 45vw
    }
}

@media screen and (min-width: 1025px) {
    .living-bg {
        margin-left: 0;
        padding: 7% 0 11%
    }
}

@media screen and (min-width: 1025px) {
    .living_txt-wrap {
        margin: 0 6vw 0 38.5vw;
        width: calc(100% - 6vw - 38.5vw)
    }
}

.living_txt {
    margin-bottom: 20px;
    padding: 0 20px 0 36px;
    font-family: "Roboto", sans-serif;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .living_txt {
        margin: 0 auto 30px;
        width: 85%;
        max-width: 540px
    }
}

@media screen and (min-width: 1025px) {
    .bg-side {
        background: #fff;
        width: 6vw;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }
}

@media screen and (min-width: 1025px) {
    .bg-side_reverse {
        background: #fff;
        width: 6vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1
    }
}

.virtual .bg-side_reverse,
.access .bg-side_reverse,
.program .bg-side_reverse {
    z-index: 1
}

.history .bg-side,
.report .bg-side,
.career .bg-side {
    z-index: 1
}

.circle-arrow {
    width: 26px;
    position: relative
}

.circle-arrow::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #916195;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.circle-arrow svg {
    width: 14px;
    position: absolute;
    top: -10.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .news-pc_wrap .circle-arrow {
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        transition: .3s
    }
}

@media screen and (min-width: 1025px) {

    .open-campus .circle-arrow,
    .specialty .circle-arrow,
    .career .circle-arrow {
        position: absolute;
        top: 50%;
        right: -40px;
        transform: translateY(-50%);
        transition: .3s
    }
}

.specialty .circle-arrow::after,
.youtube .circle-arrow::after,
.global .circle-arrow::after,
.career .circle-arrow::after {
    background: #64519a
}

.section_end-pic_wrap {
    display: none
}

@media screen and (min-width: 1025px) {
    .section_end-pic_wrap {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 5%
    }
}

.section_end-pic_list {
    display: flex;
    align-items: center;
    justify-content: center
}

.section_end-pic_list li {
    width: 33.33%;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover
}

.section_end-pic_list li:nth-of-type(2) {
    margin-bottom: 4.89vw
}

.section_end-pic_list li:nth-of-type(3) {
    margin-bottom: 9.79vw
}

.section_end-pic_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.section_end-pic-reverse_wrap {
    display: none
}

@media screen and (min-width: 1025px) {
    .section_end-pic-reverse_wrap {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 5%
    }
}

.section_end-pic-reverse_list {
    display: flex;
    align-items: center;
    justify-content: center
}

.section_end-pic-reverse_list li {
    width: 33.33%;
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/mask-img_reverse.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img_reverse.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover
}

.section_end-pic-reverse_list li:nth-of-type(2) {
    margin-bottom: 4.89vw
}

.section_end-pic-reverse_list li:nth-of-type(1) {
    margin-bottom: 9.79vw
}

.section_end-pic-reverse_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.fadein_end-pic {
    /* opacity: 0; */
    /* transform: translateY(50px) */
}

/* .fadein_end-picActive {
    animation-name: fade-up_anime;
    animation-duration: 1s;
    animation-fill-mode: forwards
} */

.banner-sp {
    padding-top: 80px;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .banner-sp {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1025px) {
    .banner-sp {
        display: none
    }
}

.banner-slide-wrap {
    position: relative
}

#banner-sp .swiper-pagination-sp {
    bottom: -15px;
    z-index: 0
}

#banner-sp .swiper-pagination-sp span:not(:last-of-type) {
    margin-right: 20px
}

#banner-sp .swiper-pagination-bullet-active,
#banner-pc .swiper-pagination-bullet-active {
    background-color: #916195
}

.banner-slide .banner-slide-wrap .swiper-slide-active {
    transform: scale(1.2);
    transition: .3s;
    transition-delay: 1s
}

.banner-slide-item {
    aspect-ratio: 79/128
}

@media screen and (min-width: 1025px) {
    .banner-slide-item {
        aspect-ratio: 52/27
    }

    .banner-slide-item:hover {
        cursor: pointer
    }
}

.banner-slide-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(0.8)
}

.banner-pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .banner-pc {
        display: block;
        margin-bottom: 80px
    }
}

#banner-pc .swiper-pagination-pc {
    bottom: -30px;
    z-index: 0
}

#banner-pc .swiper-pagination-pc span:not(:last-of-type) {
    margin-right: 20px
}

@media screen and (min-width: 1025px) {
    .bg-white {
        padding-top: 100px;
        background: #fff;
        position: relative
    }
}

.info-wrapper {
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .info-wrapper {
        padding-bottom: 60px
    }
}

@media screen and (min-width: 1280px) {
    .info-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center
    }
}

.intro_slide_wrap .swiper-slide {
    width: 100%;
    height: auto
}

.intro_slide_item {
    -webkit-mask-image: url(../images/common/mask-img.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;
    mask-image: url(../images/common/mask-img.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover
}

.intro_slide_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.intro_slide01 {
    margin-bottom: 15px
}

@media screen and (min-width: 1025px) {
    .intro_slide01 {
        margin-bottom: 0;
        width: 40vw;
        max-width: 800px;
        aspect-ratio: 5/3;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.intro_slide_container {
    width: 100%;
    position: absolute;
    bottom: -2%;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .intro_slide_container {
        position: relative;
        margin-left: 17vw
    }
}

.intro_slide_container .intro_slide02 {
    margin-left: 15%;
    width: 55%;
    aspect-ratio: 3/2
}

@media screen and (min-width: 1025px) {
    .intro_slide_container .intro_slide02 {
        width: 22vw;
        max-width: 420px
    }
}

.intro_slide03_wrap {
    width: 42%;
    position: absolute;
    top: -50%;
    z-index: -1
}

@media screen and (min-width: 1025px) {
    .intro_slide03_wrap {
        top: -5vw;
        left: -5vw
    }
}

.intro_slide03_wrap .intro_slide03 {
    aspect-ratio: 3/2
}

@media screen and (min-width: 1025px) {
    .intro_slide03_wrap .intro_slide03 {
        width: 15vw;
        max-width: 280px
    }
}

.mv {
    display: none
}

@media screen and (min-width: 1025px) {
    .mv {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        position: relative
    }
}

.mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 120vh;
    background: url(../images/front-page/mv.jpg) center center/cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

.mv_logo {
    /* opacity: 0; */
    transform-origin: 50% 50%;
    /* animation: logo_scale_anime 2.5s ease-in-out .1s forwards */
}

.mv_logo svg {
    width: 24vw
}

.mv_logo img {
    width: 22vw
}

.logo-icon {
    fill: #fff;
    stroke: #fff;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    -webkit-animation: logo-anime 4s ease-in 0s;
    animation: logo-anime 4s ease-in 0s
}

@keyframes logo-anime {
    0% {
        stroke-dashoffset: 2000;
        fill: rgba(0, 0, 0, 0)
    }

    40% {
        stroke-dashoffset: 2000;
        fill: rgba(0, 0, 0, 0)
    }

    50% {
        fill: rgba(0, 0, 0, 0)
    }

    100% {
        stroke-dashoffset: 0;
        fill: #fff
    }
}

.logo-icon-star {
    fill: #fff;
    /* opacity: 0; */
    animation: logo-icon-star_anime 1.5s ease-in 2.5s forwards
}

@keyframes logo-icon-star_anime {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fancy-script {
    margin-left: -10px;
    font-size: 18vw;
    font-family: "YuMincho", "游明朝", "Yu Mincho", "游明朝体", serif;
    font-weight: 900;
    line-height: .9;
    color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 1025px) {
    .fancy-script {
        margin-left: -33px;
        font-size: 14vw
    }
}

.open-campus .fancy-script {
    margin-bottom: 60vw;
    background: url(../images/front-page/text-bg-pic/open-campus_bg.jpg) center center/cover;
    background-clip: text;
    -webkit-background-clip: text
}

@media screen and (min-width: 1025px) {
    .open-campus .fancy-script {
        margin-bottom: 30px;
        padding-top: 10%
    }
}

.about .fancy-script {
    margin-bottom: 40px;
    background: url(../images/front-page/text-bg-pic/about_bg.jpg) center center/cover;
    background-clip: text;
    -webkit-background-clip: text
}

.global .fancy-script {
    margin-bottom: 40px;
    background: url(../images/front-page/text-bg-pic/global_bg.jpg) center center/cover;
    background-clip: text;
    -webkit-background-clip: text
}

.career .fancy-script {
    margin-bottom: 60vw;
    background: url(../images/front-page/text-bg-pic/about_bg.jpg) center center/cover;
    background-clip: text;
    -webkit-background-clip: text
}

@media screen and (min-width: 1025px) {
    .career .fancy-script {
        margin-bottom: 60px
    }
}

.section-title02 {
    text-align: center;
    font-size: 40px;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    color: #dee1f5;
    -webkit-text-stroke: 1px #64519a
}

@media screen and (min-width: 768px) {
    .section-title02 {
        font-size: 70px
    }
}

.title-addition02 {
    margin: 0 auto 25px;
    padding: 2px 4px;
    width: fit-content;
    color: #64519a;
    background: #fff;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .title-addition02 {
        margin-bottom: 35px;
        font-size: 21px
    }
}

.virtual .title-addition02,
.history .title-addition02,
.access .title-addition02 {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {

    .virtual .title-addition02,
    .history .title-addition02,
    .access .title-addition02 {
        margin-bottom: 10px
    }
}

.info01 .section-title02 {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1
}

@media screen and (min-width: 1025px) {
    .info01 .section-title02 {
        font-size: 50px
    }
}

.info01 .title-addition02 {
    margin: 0 0 30px
}

@media screen and (min-width: 768px) {
    .info01 .title-addition02 {
        margin-bottom: 60px
    }
}

.star-wrap {
    width: 330px;
    height: 330px;
    transform: rotateZ(45deg);
    position: absolute;
    top: 35%;
    left: 35%
}

.star {
    height: 0;
    width: 2px;
    background: linear-gradient(transparent, rgb(255, 255, 255));
    /* animation-name: shooting-star; */
    animation-delay: .5s;
    animation-duration: 1.7s;
    animation-timing-function: linear
}