@charset "utf-8";
/*MV*/
.mv {
    position: sticky;
    top: var(--header-h);
    z-index: 0;
}
.mv-video {
    position: relative;
    height: 85vh;
    min-height: 480px;
    max-height: 980px;
    overflow: hidden;
}
.mv-video video{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    min-width:100%;
    min-height:100%;
}
.mv-catch{
    position: absolute;
    width: 50%;
    inset: 3em 50% 10em 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.mv-catch img{
    width: auto;
    height: min(60vh, 100%);
    max-width: 90%;
    display: block;
}
.mv-video::after{
    content:"";
    position:absolute; inset:0;
    background: rgba(80,80,80,0.1);
    mix-blend-mode: multiply;
    z-index: 1;
}
@media (max-width: 680px){
    .mv-video{
        height: 70vh;
        min-height: 380px;
        max-height: 580px;
    }
    .mv-video video{
        height: 100%;
    }
    .mv-catch {
        inset: 2em 50% 3em 0;;
    }
    .mv-catch img{
        height: min(60vh, 75%);
        object-fit: contain;
        object-position: center;
    }
}

/*INFORMATION*/
.information{
    position: relative;
    z-index: 2;
    margin-top: -8em;
    will-change: transform;
}



/*BANNERS*/
.banners{
    background: #fff;
    padding: 1em 1em 0;
    border-top: 7px solid var(--yellow);
    position: relative;
}
#banner-apply{
    position: absolute;
    width: 19%;
    padding: 1em;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
}
#information-fixed_a{
    display: none;
    max-width: 480px;
    margin: 0 auto;
}
.banners-swiper .swiper-wrapper{			
	transition-timing-function:	linear !important;		
}
.banner-item{
    position: relative;
    background: var(--back);
}
.banner-item:before{
    content: "";
    display: block;
    padding-top: 60%;
}
.banner-a {
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner-item img {	
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}	
.banners p{
    line-height: 1.3;
    padding: 0.5em 0;
    font-size: clamp(12px, 1.1vw, 14px);
}
@media (max-width: 1580px){
    #banner-apply{
        width: 21.5%;
    }
}
@media (max-width: 1280px){
    #banner-apply{
        width: 27%;
    }
}
@media (max-width: 980px){
    #banner-apply{
        display: none;
    }
    #information-fixed_a{
        display: block;
    }
}

/*PICKUP*/
.pickup-wrap{
    display: none;
}
.pickup-wrap.show {
    display: block;
    width: 95%;
    max-width: 1080px;
    margin-inline: auto;
    padding-top: 5em;
}
.pickup-h2{
    margin-bottom: -1em;
    position: relative;
    text-align: center;
}
.pickup-h2 span{
    font-size: clamp(18px, 1.8vw, 21px);
    background: #fff;
}
.pickup-content{
    border-top: 1px solid var(--gray);
    padding: 2em 0 0;
}
.pickup{
    display: flex;
    margin-bottom: 5px;
}
.pickup-excl{
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
}
.pickup-excl:before{
    content: "";
    display: block;
    width: clamp(15px, 2vw, 20px);
    height: clamp(15px, 2vw, 20px);
    background: url("../img/icon_pickup.svg") center center / contain no-repeat;
}
.pickup-excl.important{
    background: var(--red);
}
.pickup-excl.important:before{
    background: url("../img/icon_excl.svg") center center / contain no-repeat;
}
.pickup-a{
    flex: 1;
    padding: 0.8em 1.5em 0.6em 1em;
    line-height: 1.3;
    color: var(--black);
    background: var(--back);
    position: relative;
}
.pickup-a small{
    color: var(--dgray);
    padding-left: 5px;
    display: inline-block;
}
.pickup-a:after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: var(--blue);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
}
.pickup-a:hover{
    background: var(--yellow);
}
@media (max-width: 680px){
    .pickup-wrap.show {
        padding-top: 3em;
    }
}

/*INFO*/
.info-wrap{
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
}
.info-nav{
    background: var(--back);
    padding: 0.5em 2em 0;
}
.info-nav_tab{
    display: flex;
}
.info-tab{
    width: 10em;
    text-align: center;
    padding: 0.5em 0;
    cursor: pointer;
    background: transparent;
}
.info-tab.active{
    background: #fff;
}
.info-item {
    display: none;
    padding: 2em 2.5%;
}
.info-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.info-li small{
    width: 7em;
    font-size: clamp(12px, 1.1vw, 14px);
}
.info-a{
    flex: 1;
    border-bottom: 1px dotted var(--gray);
    margin-left: 1em;
    padding: 1em 0;
    line-height: 1.4;
}
.info-a:hover{
    color: var(--blue);
    text-decoration: underline;
}
.info-nav_a{
    display: block;
    width: 12em;
    border: 1px solid var(--dgray);
    padding: 0.4em 0;
    text-align: center;
    line-height: 1;
    margin: 1em 0 0 auto;
}
.info-nav_a:hover{
    background: var(--yellow);
    border: 1px solid var(--yellow);
}
@media (max-width: 680px){
    .info-item{
        padding: 1em 2.5%;
    }
    .info-li{
        padding: 1em 0;
        border-bottom: 1px dotted var(--gray);
        justify-content: flex-start;
    }
    .info-li small {
        width: 6em;
    }
    .info-a{
        flex: initial;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-top: 5px;
        border-bottom: none;
    }
}

/*FACULTY*/
.faculty{
    background: #fff;
    position: relative;
    z-index: 2;
}
.faculty-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faculty-li{
    width: 19%;
}
.faculty-h3{
    font-size: clamp(14px, 1.4vw, 21px);
    letter-spacing: 0.1em;
}
.faculty-h3 b{
    font-size: clamp(24px, 2.1vw, 38px);
}
.faculty-li:nth-child(3) .faculty-h3,
.faculty-li:nth-child(5) .faculty-h3{
    letter-spacing: 0;
}
.faculty-logo{
    width: 35%;
    height: 35%;
    position: absolute;
    padding-top: 0.5em;
    top: 0;
    left: -0.5px;
}
.faculty-logo img{
    display: block;
    width: 50%;
    position: relative;
    z-index: 2;
}
.faculty-logo:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.faculty-p{
    padding: 0.5em 0;
    line-height: 1.3;
}
@media (max-width: 980px){
    .faculty-li{
        width: 49%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: max-content 1fr;
        gap: 0 1em;
        margin-bottom: 1em;
    }
    .faculty-a{
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .faculty-h3{
        font-size: clamp(16px, 2.4vw, 21px);
        grid-column: 2 / 4;
        grid-row: 1 / 2;
        line-height: 1;
        margin-bottom: 0.5em;
    }
    .faculty-h3 b{
        font-size: clamp(28px, 5vw, 38px);
        line-height: 1;
    }
    .faculty-p{
        grid-column: 2 / 4;
        grid-row: 2 / 3;
        padding: 0;
    }
    .faculty-logo {
        width: 45%;
        height: 45%;
    }
}
@media (max-width: 680px){
    .faculty-li{
        width: 100%;
        margin-bottom: 1em;
    }
}

/*EXAM*/
.exam-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.exam-tab{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gray);
    color: #fff;
    padding: 0.5em 0;
    line-height: 1;
    font-size: clamp(15px, 1.4vw, 21px);
    cursor: pointer;
    transition: 0.3s all ease;
    position: relative;
}
.exam-tab br{
    display: none;
}
.exam-tab:after,
.exam-tab:before{
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0.5em;
    z-index: 2;
}
.exam-tab:after{
    transform: rotate(90deg);
}
.exam-tab:hover{
    background: var(--yellow);
    color: var(--black);
}
.exam-tab:hover:after,
.exam-tab:hover:before{
    background: var(--black);
}
.exam-tab.active{
    background: var(--blue);
    color: #fff;
    pointer-events: none;
}
.exam-tab.active:before{
    background: #fff;
}
.exam-tab.active:after{
    display: none;
}
.exam-content {
    position: relative;
    background: #fff;
    padding: 2em;
    border: 1px solid var(--blue);
}
.exam-ol{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}
.exam-li{
    border: 1px solid var(--blue);
    text-align: center;
    padding: 1em;
    position: relative;
    background: #fff;
}
.exam-li:after{
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    background: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.exam-h3{
    font-size: clamp(17px, 1.4vw, 18px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.exam-h3 small{
    font-weight: 700;
}
.exam-date{
    display: block;
    margin-bottom: 1em;
}
.exam-links{
    display: flex;
    justify-content: space-between;
    gap: 0 0.5em;
}
.exam-links a{
    flex: 1;
    text-align: center;
    background: var(--blue);
    color: #fff;
    line-height: 1.3;
    padding: 0.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exam-links a:after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    margin-left: 5px;
}
.exam-links a:hover{
    background: var(--yellow);
    color: var(--black);
}
.exam-links a:hover:after{
    background: var(--blue);
}
.exam-item:nth-child(3) .exam-ol{
    grid-template-columns: repeat(2, 1fr);
}
.exam-support{
    margin: 1em 0 0;
}
.exam-support_a{
    display: block;
    padding: 0.1em 0 0.1em 1.5em;
    text-indent: -1.3em;
    line-height: 1.3;
}
.exam-support_a:before{
    content: "●";
    color: var(--blue);
    display: inline-block;
    margin-right: 5px;
    padding: 0.2em 0 0.2em 1em;
    text-indent: -1em;
}
.exam-support_a:hover{
    color: var(--blue);
    text-decoration: underline;
}
.exam-policy_a{
    display: block;
    width: 20em;
    margin: 1em auto 0;
    padding: 1em;
    border: 1px solid var(--blue);
    background: #fff;
    text-align: center;
    color: var(--blue);
    font-weight: 700;
    line-height: 1;
}
.exam-policy_a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    margin-left: 5px;
    background: var(--blue);
}
.exam-policy_a:hover{
    background: var(--yellow);
    color: var(--black);
    border: 1px solid var(--yellow);
}
.exam-policy_a:hover:after{
    background: var(--blue);
}
@media (max-width: 1380px){
    .exam-ol{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1180px){
    .exam-item:nth-child(3) .exam-ol{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .exam-li{
        margin-bottom: -1px;
    }
}
@media (max-width: 980px){
    .exam-tab br{
        display: block;
    }
    .exam-ol{
        gap: 1em;
    }
}
@media (max-width: 780px){
    .exam-content{
        margin-top: 5px;
        padding: 0;
        background: transparent;
        border: none;
    }
    .exam-ol{
        grid-template-columns: repeat(1, 1fr);
        gap: 5px 0;
    }
    .exam-item:nth-child(3) .exam-ol .exam-links{
        display: block;
    }
    .exam-item:nth-child(3) .exam-ol .exam-links a{
        flex: initial;
        width: 100%;
        display: block;
        margin-bottom: 5px;
        padding: 0.7em 0;
    }
    .exam-item:nth-child(3) .exam-ol .exam-links br{
        display: none;
    }
}
@media (max-width: 480px){
    .exam-tab:after,
    .exam-tab:before{
        display: none;
    }
    .exam-li{
        padding: 1em 0.5em;
    }
}

/*ADMISSION*/
.admission-content{
    background: var(--back);
}
.admission-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
}
.admission-link{
    position: relative;
    z-index: 1;
    width: 90%;
}
.admission-link img{
    object-fit: cover;
    aspect-ratio: 2 / 1;
}
.admission-summary{
    width: 80%;
    background: #fff;
    margin: -3em 0 0 auto;
    position: relative;
    z-index: 2;
    padding: 1.5em 2em;
}
.admission-h4{
    font-size: clamp(18px, 1.8vw, 21px);
}
@media (max-width: 980px){
    .admission-link{
        width: 95%;
    }
    .admission-link img{
        aspect-ratio: 1.6 / 1;
    }
}
@media (max-width: 680px){
    .admission-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5em;
    }
    .admission-summary{
        width: 95%;
        padding: 1em 2em 1.5em;
    }
    .admission-summary .arrow{
        position: absolute;
        top: 1em;
        right: 0.5em;
        z-index: 2;
    }
}

/*VOICE*/
.voice-h4{
    font-weight: 700;
    font-size: clamp(13px, 1.2vw, 16px);
    padding: 0.5em 0;
}
.voice p{
    font-size: clamp(12px, 1.1vw, 14px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
@media (max-width: 680px){
    .voice{
        background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--back) 50%, var(--back) 100%);
    }
    .voice-h4{
        padding: 0.5em 0 0.2em;
    }
}

/*CAMPUS*/
.campus-ul{
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
.campus-li{
    width: 32%;
    position: relative;
}
.campus-cover{
    display: block;
    position: relative;
    z-index: 1;
}
.campus-cover:after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.7) 100% );
    z-index: 2;
}
.campus-a img{
    object-fit: cover;
    aspect-ratio: 1.8 / 1;
}
.campus-p{
    color: #fff;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-size: clamp(24px, 2.1vw, 38px);
    z-index: 3;
}
@media (max-width: 1280px){
    .campus-a img{
        aspect-ratio: 1.3 / 1;
    }
}
@media (max-width: 980px){
    .campus-ul{
        width: 100%;
        overflow-x: scroll;
        padding: 0 1em;
    }
    .campus-li{
        min-width: 280px;
    }
}


/*MOVIE*/
.movie{
    background: linear-gradient(180deg, #fff 0%, #fff 40%, var(--back) 40%, var(--back) 100%);
}
.movie-yt{
	margin-bottom: 0.5em;
    position: relative;
}
.movie-yt:before,
.movie-yt:after{
    content: "";
    display: block;
    width: 100%;
    height: 1em;
    background: url("../img/film.svg") repeat-x;
    position: absolute;
    left: 0;
    z-index: 2;
}
.movie-yt:before{
    top: 0;
}
.movie-yt:after{
    bottom: 0;
}
.movie-p{
	font-size: 90%;
	line-height: 1.3;
}
.movie-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.movie .swiper-pagination{
    position: relative;
    display: none;
}
.movie-a{
    border: 1px solid var(--blue);
    display: block;
    padding: 0.7em 1em;
    background: #fff;
    width: 24em;
    text-align: center;
    margin: 1em 0 0 auto;
    line-height: 1;
}
.movie-a b{
    font-size: 120%;
    color: var(--blue);
    vertical-align: middle;
    padding-left: 0.5em;
    font-weight: 900;
}
.movie-a br{
    display: none;
}
.movie-a:hover{
    background: var(--blue);
    color: #fff;
}
.movie-a:hover b{
    color: var(--yellow);
}
@media (max-width: 680px){
    .movie-a{
        margin: 1em auto;
    }
    .movie .swiper-pagination{
        display: block;
    }
}

/*SUPPORT*/
.support-h4{
    text-align: center;
    background: var(--dgray);
    font-size: clamp(16px, 1.4vw, 21px);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    line-height: 1;
    color: #fff;
    padding: 0.5em;
}

/*FEES*/
.fees{
    background: linear-gradient(180deg, #fff 0%, #fff 25%, var(--back) 25%, var(--back) 100%);
}
.fees-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fees-item{
    width: 32%;
    margin-bottom: 1.5em;
}
.fees-item a img{
    object-fit: cover;
    aspect-ratio: 2 / 1;
}
.fees-item p{
    margin: 0.5em 0 0;
    line-height: 1.3;
    font-size: clamp(12px, 1.1vw, 15px);
}
@media (max-width: 680px){
    .fees-item{
        width: 49%;
    }
}

/*EVENT*/
.event-wrap{
    display: flex;
    justify-content: space-between;
}
.event-item{
    width: 32%;
    background: #fff;
    position: relative;
}
.event-item:after{
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 1.8em);
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    z-index: 1;
}
.event-h3{
    text-align: center;
    margin-bottom: 0.2em;
    font-weight: 700;
    font-size: clamp(16px, 1.4vw, 21px);
}
.event-a{
    display: block;
    position: relative;
    z-index: 2;
}
.event-p{
    padding: 1em;
}
@media (max-width: 980px){
    .event-wrap{
        overflow-x: scroll;
    }
    .event-item{
        min-width: 280px;
        margin: 0 0.5em 1em;
    }
}


/*CONSULT*/
.consult{
    background: var(--back);
}
.consult-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}
.consult-a{
    display: block;
    position: relative;
}
.consult-img{
    object-fit: cover;
    aspect-ratio: 2.2 / 1;
}
.consult-a b{
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(16px, 1.6vw, 34px);
    padding: 0 1em;
}
.consult-item:nth-child(2) .consult-a b{
    text-align: right;
}
.consult-p{
    margin-top: 0.5em;
}
.consult-online{
    max-width: 248px;
}
@media (max-width: 980px){
    .consult-wrap{
        gap: 1em;
    }
    .consult-a img{
        aspect-ratio: 1.6 / 1;
    }
}
@media (max-width: 480px){
.consult-wrap{
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
}
    .consult-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .consult-a{
        width: 50%;
        margin-right: 1em;
    }
    .consult-p{
        flex: 1;
    }
}

/*TOUR*/
.tour-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tour-item{
    width: 50%;
}
.tour-h4{
    font-size: clamp(16px, 1.5vw, 24px);
    margin: 0.3em 0 0.1em;
}
.tour-a img{
    object-fit: cover;
    aspect-ratio: 2.4 / 1;
}
@media (max-width: 980px){
    .tour-p{
        width: 90%;
    }
    .tour-p br{
        display: none;
    }
}
@media (max-width: 680px){
    .tour-item{
        width: 100%;
        margin-bottom: 2em;
    }
    .tour-p{
        width: 100%;
    }
}



/*CLOSE*/
.lity{
    z-index: 999999990;
}
.lity .lity-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 5vw; 
    box-sizing: border-box;
}
.lity .lity-iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vh;
    background: #000;
    overflow: hidden;
}
.lity .lity-iframe-container iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lity-close {
    position: fixed;
    top: 1vh;
    right: 1vw;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.lity-close:hover {
    background: rgba(0,0,0,0.8);
}

