@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
    width: 100%;
}

body {
    position: relative;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto;
    left: 0;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}



/*==================================================

size m
=================================================*/

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

    body {
        background-size: 100% auto;
        left: 0;
    }

    #wrapper {
        width: 100%;
        min-width: 100%;
    }

    /*==================================================
	
	header
	=================================================*/


    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

/*==================================================

header
=================================================*/

header {
    width: 100%;
    min-width: 100%;
    position: relative;
}

#header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    position: absolute;
    z-index: 5;
}

/* header PC */

#header-logo {
    width: 100%;
    max-width: 400px;
    line-height: 100%;
    margin: 2% 0 0 4%;
    position: absolute;
    z-index: 5;
}


.tpotitle {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    left: 100px;
    bottom: 100px;
}

.mv {
    width: 100%;
    max-width: 100%;
}


/* header img */



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

    #header-logo {
        width: 52%;
        max-width: 52%;
        line-height: 100%;
        margin: 20px;
    }

    /* header img */


    #top-image img {
        width: 84%;
        max-width: 84%;
    }

    .tpotitle {
        position: absolute;
        z-index: 2;
        width: 70%;
        max-width: 100%;
        top: 20%;
        left: 10%;
    }


}


/* 印刷時 */

@media print {
    header {
        position: absolute;
    }
}




p {
    color: #fff;
    text-align: center;
    font-size: 1.96rem;
    padding-bottom: 100px;
    font-weight: 400;
    line-height: 2.4;
}

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


    p {
        color: #fff;
        text-align: center;
        font-size: 1.26rem;
        padding-bottom: 100px;
        font-weight: 400;
        line-height: 2.4;
    }
}

/* 英語 */

#english {
    position: relative;
    background-image: url("../../img/bk_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 150px;
}

#english h2 {
    width: 830px;
    margin: auto;
    padding-bottom: 80px;

}

#english h2 img {
    margin: -80px auto 0;
}


/* 全体 */
#english .stretch-wrap {
    width: 100%;
}


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

    #english {
        position: relative;
        background-image: url("../../img/bk_01.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto;
        padding: 50px 0 100px;
    }

    #english h2 {
        width: 80%;
        margin: auto;
        padding-bottom: 80px;

    }

    #english h2 img {
        margin: -70px auto 0;
    }

}

.choice-nav {
    max-width: 930px;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 40px auto;
}

.choice-nav button {
    padding: 14px 0px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: none;
}

.choice-nav button:active {
    opacity: 0.5;
}

/* スライダー */
.banner-slider {
    width: 100vw;
    overflow: hidden;
}

.banner-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

/* バナー */
.banner {
    flex: 0 0 260px;
    height: 420px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* 色 */
.blue {}

.yellow {}

.purple {}

/* SP */
@media (max-width: 768px) {

    .choice-nav {
        max-width: 90%;
        display: flex;
        justify-content: center;
        gap: 14px 5px;
        margin: 10px auto;
    }

    .banner {
        flex-basis: 190px;
        height: 310px;
    }
}







h4 {
    margin: auto;
    text-align: center;
    font-size: 2.86rem;
    color: #fff;
    padding: 5px 0;
    font-weight: 400;
}

p.qed {
    padding-bottom: 10px;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    h4 {
        margin: auto;
        text-align: center;
        font-size: 2.26rem;
        color: #fff;
        padding: 30px 0 10px;
        font-weight: 400;
        border-top: #EEE 1px solid;
    }

    p.qed {
        padding-bottom: 10px;
    }

}

#link {
    position: relative;
}

#link {
    margin: auto;
    padding: 60px 0 0;
    width: 100%;
    text-align: center;
}

#link .btn {
    margin: 60px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
}

#link .btn li {
    width: 360px;
    padding: 20px;
}

.link a:hover img {
    opacity: 0.8;
}

@media (max-width: 768px) {


    #link .btn {
        margin: 20px auto 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
    }

    #link .btn li {
        width: 100%;
        padding: 10px 20px;
    }

    #link .btn li:last-child {
        width: 100%;
        padding: 40px 20px 10px;
    }


}

/*==================================================

footer
=================================================*/




.pagetop {
    width: 150px;
    height: 45px;
    position: fixed;
    right: -150px;
    bottom: 200px;
    z-index: 1001 !important;

    /* animation */
    transition: all 0.3s;
}

.pagetop-visible {
    right: 0;
}

#footer-pagetop {
    width: 100%;
    max-width: 49px;
    text-align: center;
    margin: 5% auto 0;
}




/* footer img */

footer img,
#footer-pagetop img {
    width: 100%;
    max-width: 100%;
    height: auto;
}




/*==================================================
	
	footer
	=================================================*/

.pagetop {
    bottom: 100px;
}

.pagetop-visible {
    right: -100px;
}

footer {
    width: 100%;

    margin-top: 10%;
    z-index: 6 !important;
    background: #004b3b;
}

footer .footer_inner {

    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 40px;
}


footer .footer_inner .footer_logo {
    width: 400px;
    max-width: 74%;
    margin: 10px auto;
}

footer .footer_inner .copyright {
    width: 380px;
    max-width: 74%;
    margin: 2% auto 0;
}

@media (max-width: 768px) {
    footer .footer_inner .footer_logo {
        width: 64%;
        max-width: 64%;
        margin: 10px auto;
    }

    footer .footer_inner .copyright {
        width: 64%;
        max-width: 64%;
        margin: 20px auto 0;
    }
}

.footer_recruit {
    padding: 30px;
    background-color: #fff;
}

.footer_recruit img {
    width: 258px;
}





#intro {
    background: url(../../img/mv_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}





#intro .mv {
        position: relative;
        width: 100%;
        height: 52vw;
        display: flex;
        align-items: center;
    }





@media only screen and (min-width:1px) and (max-width: 1280px) {





#intro .mv {
            height: 90vw
    }
        }





#intro .mv .wrap {
            width: 100%;
        }





@media only screen and (min-width:1px) and (max-width: 1280px) {





#intro .mv .wrap {
                width: 110vw;
                position: relative;
                left: -5vw
        }
            }





#intro .mv .swiper {
            max-width: 85%;
            margin: auto;
        }





@media only screen and (min-width:1px) and (max-width: 1280px) {





#intro .mv .swiper {
                max-width: 100%
        }
            }





#intro .mv .tpotitle {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            margin: auto;
            width: 4%;
        }





@media only screen and (min-width:1px) and (max-width: 1280px) {





#intro .mv .tpotitle {
                width: 6%
        }
            }





#intro .mv .tpoText {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 97%;
        }





#intro .content {
        padding: 112px 0 10vw;
    }





@media only screen and (min-width:1px) and (max-width: 1280px) {





#intro .content {
            padding: 80px 0 10vw
    }
        }





#intro .content p {
            margin: 0;
        }





#intro .content p img {
                max-width: 1629px;
                width: 90%;
                margin: auto;
            }

/* 英語 */
#campus {
    position: relative;
    background-image: url("../../img/bk_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -11vw;
    padding: 50px 0 25vw;
}
@media only screen and (min-width:1px) and (max-width: 1280px) {
#campus {
        background-image: url("../../img/bk_sp01.png");
        padding: 50px 0 34vw
}
    }
#campus h2 {
        max-width: 546px;
        margin: 56px auto;
        padding-bottom: 35px;
    }
@media only screen and (min-width:1px) and (max-width: 768px) {
#campus h2 {
            width: 82%;
            margin-top: -2vw;
            margin-bottom: 20px
    }
        }
#campus h2 img {
            margin: -80px auto 0;
        }
#campus h3 {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 4.8vw;
        max-width: 90px;
    }
#campus .stretch-wrap {
        width: 100%;
    }

/* 学び */
#growth {
    position: relative;
    background-image: url("../../img/bk_02.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -20vw;
    padding: 50px 0 18vw;
}
@media only screen and (min-width:1px) and (max-width: 1280px) {
#growth {
        background-image: url("../../img/bk_sp02.png");
        padding: 50px 0 28vw
}
    }
#growth h2 {
        max-width: 546px;
        margin: 62px auto 56px;
    }
@media only screen and (min-width:1px) and (max-width: 768px) {
#growth h2 {
            width: 82%;
            margin-top: -2vw
    }
        }
#growth h2 img {
            margin: -80px auto 0;
        }
#growth h3 {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 4.8vw;
        max-width: 90px;
    }
#growth p {
        width: 80%;
        max-width: 372px;
        margin: auto;
    }
@media only screen and (min-width:1px) and (max-width: 768px) {
#growth p {
            padding-bottom: 40px
    }
        }
#growth .stretch-wrap {
        width: 100%;
    }
#growth ul {
        max-width: 912px;
        width: 90%;
        margin: 60px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
@media only screen and (min-width:1px) and (max-width: 768px) {
#growth ul {
            width: 90%;
            max-width: 90%;
            margin: 20px auto 0
    }
        }
#growth ul li {
            width: 49%;
        }
#growth ul li:nth-child(3) {
                margin-top: -20px;
            }

#challenge {
    position: relative;
    background-image: url("../../img/bk_03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -19vw;
    padding: 50px 0 106px;
}

@media only screen and (min-width:1px) and (max-width: 1280px) {

#challenge {
        background-image: url("../../img/bk_sp03.png");
        padding: 50px 0 40px
}
    }

#challenge h2 {
        max-width: 642px;
        margin: 58px auto;
    }

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

#challenge h2 {
            width: 82%;
            margin-top: -2vw
    }
        }

#challenge h2 img {
            margin: -80px auto 0;
        }

#challenge h3 {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 4.8vw;
        max-width: 90px;
    }

#challenge p {
        max-width: 914px;
        width: 80%;
        margin: auto;


    }

#challenge .stretch-wrap {
        width: 100%;
    }

#program {
    position: relative;
    margin-top: -22px;
    padding: 0 0 250px;
}

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

#program {
        margin-top: -3vw;
        //padding: 50px 0 100px
}
    }

#program h2 {
        max-width: 500px;
        margin: auto;
        padding-bottom: 30px;
    }

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

#program h2 {
            width: 82%;
            margin-top: -2vw
    }
        }

#program .programbnr {
        overflow-x: hidden;
    }

#program .programbnr img{
            pointer-events: none;
        }

#support {
    position: relative;
    background-image: url("../../img/bk_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -174px;
    padding: 50px 0 16vw;
}

@media only screen and (min-width:1px) and (max-width: 1280px) {

#support {
        background-image: url("../../img/bk_sp01.png");
        padding: 50px 0 28vw
}
    }

#support h2 {
        max-width: 618px;
        margin: 25px auto 56px;
    }

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

#support h2 {
            width: 82%;
            margin-top: -2vw
    }
        }

#support h2 img {
            margin: -80px auto 0;
        }

#support h3 {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 4.8vw;
        max-width: 90px;
    }

#support ul {
        max-width: 760px;
        width: 90%;
        margin: 40px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

@media only screen and (min-width:1px) and (max-width: 768px) {}

#support ul li {
            width: 49%;
        }

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

#support ul li {
                width: 46%;
                padding: 0 1%;
                margin: auto
        }
            }

@media only screen and (min-width:1px) and (max-width: 768px) {
                #support ul li:nth-child(1) {
                    width: 46%;
                    padding: 0 0 0 2%;
                }

                #support ul li:nth-child(3) {
                    width: 49%;
                    padding: 0;
                }
            }

#nucb {
    position: relative;
    background-image: url("../../img/bk_05.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -14vw;
    padding: 50px 0 170px;
}

@media only screen and (min-width:1px) and (max-width: 1280px) {

#nucb {
        background-image: url("../../img/bk_sp04.png");
        margin-top: -16vw;
        padding: 50px 0 140px
}
    }

#nucb h2 {
        max-width: 822px;
        margin: 60px auto 90px;
    }

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

#nucb h2 {
            width: 82%;
            margin-top: -2vw;
            margin-bottom: 40px
    }
        }

#nucb h2 img {
            margin: -80px auto 0;
        }

#nucb h3 {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 4.8vw;
        max-width: 90px;
    }

#nucb .stretch-wrap {
        width: 100%;
    }

#link {
    position: relative;
    margin-top: -114px;
    padding: 0;
}

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

#link {
        margin-top: -18vw
}
    }

#link h2 {
        max-width: 790px;
        margin: 0 auto;
        padding-bottom: 124px;
    }

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

#link h2 {
            width: 82%;
            margin-top: -2vw;
            padding-bottom: 10px
    }
        }

.track {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.track>* {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

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

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

.banner-slider {
  cursor: grab;
}

.banner-slider.is-dragging {
  cursor: grabbing;
}

.banner-slider.is-dragging,
.banner-slider.is-dragging * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}