@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


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

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

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;
}


.kv__img {
    position: relative;
    z-index: 9;

    & img {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}


.kv__copy {
    max-width: 238px;
    max-width: 80px;
    width: calc((238/1920)*200%);
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 99;
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    display: none;
    z-index: 9;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

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


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

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


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    margin: 0 10px !important;
    background: #666666;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    background: #666666;
}



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

    .kv {
        margin-top: 62px;
    }

    .kv__copy {
        max-width: 238px;
        width: calc((238/1920)*100%);
        top: 45%;
        left: 5%;
    }

}


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

    .kv {
        margin-top: 0;
    }


    .kv__copy {
        max-width: 238px;
        width: calc((238/1920)*100%);
        top: 50%;
        left: 5%;
    }

}


/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: url(../images/bg.png);


}

.news__ttl {
    margin-bottom: 30px;

    .font-en {
        margin-bottom: .5em;
    }
}

.news__atc {
    display: block;
    padding: 1em 0;
    border-bottom: dashed 1px #999;

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    &:last-child {
        border: none;
    }

}

.news__date {
    white-space: nowrap;
}


.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;

}

.news__btn {
    display: block;
    width: fit-content;
    margin: 1em 0 0 auto;
    text-decoration: underline;

}

@media screen and (min-width:768px) {
    .news {
        padding: 60px 0;
    }

    .news__ttl {
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;

        .font-en {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            margin: 0 0 0 .5em;
        }

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }
    }

    .news__atcwrap {
        padding-left: 5%;
        width: 90%;
    }

    .news__atc {
        padding: 1em 0;

        & a {
            display: flex;
            align-items: center;
        }

    }



    .news__atc--ttl {
        margin: 0;
        padding: 0 0 0 2em;

    }
}

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

        .news__ttl {
            .font-en {

                margin: 0 0 0 .5em;
            }
        }

        .news__atcwrap {
            padding-left: 5%;
            width: 90%;
        }

        .news__atc {
            padding: 1em 0;


        }



        .news__atc--ttl {
            margin: 0;
            padding: 0 0 0 2em;

        }
    }
}

/*============================
   commit
============================*/
.commit {
    padding: 60px 0;
    background: url(../images/recruit_bg.png);
    color: #fff;
}

.comm__ttl {
    font-size: 4rem;
    display: flex;
    align-items: baseline;
    justify-content: center;

    .fs-150 {
        font-size: 6rem;
    }
}

.comm__atc {
    margin-bottom: 60px;

    &:last-child {
        margin-bottom: 0;
    }
}

.comm__img {
    width: 90%;
    margin-bottom: 30px;

    .yuge {
        max-width: 580px;
        width: calc((980/1920)*100%);
        position: absolute;
        top: 10%;
        left: 40%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
    }
}

.comm__h3 {
    font-size: 2rem;
    top: -1.5em;
    left: 1em;
    display: flex;
    flex-direction: row-reverse;

    .txt {
        display: block;
        height: fit-content;
        padding: .5em 0;
        background: #000000;
        margin: 0 .25em;
    }
}

.comm__txtwrap {
    padding: 0 5%;
}

.comm__h4 {
    font-size: 2rem;

    .txt {
        display: inline;
    }
}

.comm__atc:nth-child(2) {
    .comm__left {
        margin-bottom: 30px;
    }

    .comm__h5 {
        width: fit-content;
        margin: 0 auto;
        padding: 0 .5em;
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;
        font-size: 2rem;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: calc(100% - 5px);
            height: 100%;
            top: 0;
            left: 50%;
            transform: translate(-50%);
            border-left: solid 1px #fff;
            border-right: solid 1px #fff;
        }
    }

    .comm__img03 {
        width: 60%;
        margin: 0 auto 0 5%;
    }

    .comm__img {
        margin: 0 0 50px auto;
    }

    .comm__h3 {
        top: -3em;
        left: auto;
        right: 1.5em;
    }

    .comm__container {
        width: 90%;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }
}

@media screen and (min-width:768px) {
    .commit {
        padding: 80px 0;
    }

    .comm__ttl {
        font-size: 6rem;

        .fs-150 {
            font-size: 8rem;
        }
    }

    .comm__atc {
        margin-bottom: 80px;
    }

    .comm__img {
        width: 50%;
        margin-bottom: 0;


    }


    .comm__h3 {
        font-size: 2.6rem;
        top: -5em;
        left: 1em;

        .txt {
            padding: .5em 0;
            margin: 0 .25em;
        }
    }

    .comm__txtwrap {
        width: 50%;
        padding: 0 3% 0 5%;
    }

    .comm__h4 {
        font-size: 2.4rem;
    }

    .comm__atc:nth-child(2) {
        .comm__left {
            width: 30%;
            margin-bottom: 0;
            position: relative;
        }

        .comm__right {
            width: 67%;
        }

        .comm__h5 {

            margin: 0 auto;
            padding: 0 .5em;
            border-left: solid 2px #fff;
            border-right: solid 2px #fff;
            font-size: 2.6rem;

            &::before {
                width: calc(100% - 10px);
                border-left: solid 1px #fff;
                border-right: solid 1px #fff;
            }
        }

        .comm__img03 {
            width: 120%;
            margin: 10px auto;
            position: relative;
            z-index: 1;
        }

        .comm__img {
            width: 100%;
            margin: 0;

        }

        .comm__h3 {
            top: auto;
            bottom: -5em;
            left: .5em;
            right: auto;
            z-index: 9;
        }

        .comm__container {
            width: 75%;
            margin: 0 0 0 auto;
            padding: 20px 3% 0 0;
        }
    }
}


@media screen and (min-width:1025px) {
    .commit {
        padding: 150px 0;
    }

    .comm__ttl {
        font-size: 11rem;

        .fs-150 {
            font-size: 15rem;
        }
    }

    .comm__items {
        max-width: 1920px;
        margin: 0 auto;
    }

    .comm__atc {
        margin-bottom: 120px;
    }

    .comm__img {
        width: 50%;
        margin-bottom: 0;
    }


    .comm__h3 {
        font-size: 4.6rem;
        top: -5em;
        left: 2em;

        .txt {
            padding: .25em 0;
            margin: 0 .1em;
        }
    }

    .comm__txtwrap {
        width: 50%;
        padding: 0 1% 0 5%;
    }

    .comm__h4 {
        font-size: 4rem;
    }

    .comm__txt {
        max-width: 37em;
    }

    .comm__atc:nth-child(2) {
        .comm__left {
            width: 30%;
        }

        .comm__right {
            width: 67%;
        }

        .comm__h5 {
            margin: 0 auto;
            padding: 0 .5em;
            border-left: solid 3px #fff;
            border-right: solid 3px #fff;
            font-size: 4.4rem;

            &::before {
                width: calc(100% - 10px);
                border-left: solid 2px #fff;
                border-right: solid 2px #fff;
            }
        }

        .comm__img03 {
            width: 120%;
            margin: 10px auto;
        }

        .comm__img {
            width: 100%;
            margin: 0;
        }

        .comm__h3 {
            top: auto;
            bottom: -6em;
            left: 5%;
            right: auto;
        }

        .comm__container {
            width: 75%;
            margin: 0 0 0 auto;
            padding: 50px 1% 0 0;
        }
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    background: url(../images/bg.png);
}

.menu__ttl {
    .font-en {
        margin-bottom: .5em;
    }

    .txt {
        font-size: 2rem;
    }
}

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


.gallery__img {
    max-width: 474px;
    width: 240px;
    margin: 0 5px;
}

.menu__txt {
    padding: 0 5%;
}

.menu__btn {
    margin:0 auto 40px;
}

.menu__course {
    width: 90%;
    margin: 0 auto;

    & a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 200px;
        position: relative;
        background:
            url(../images/course_obj01.png) no-repeat left center/5px,
            url(../images/course_obj02.png) no-repeat right center/5px,
            url(../images/course_bg.jpg) no-repeat center center/cover;
        color: #fff;

        &::before {
            content: "";
            position: absolute;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            border: solid 1px #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

.course__ttl {
    .font-en {
        margin-top: .5em;
        font-weight: 500;
    }
}

@media screen and (min-width:768px) {
    .menu {
        padding: 80px 0;
    }

    .menu__ttl {
        .txt {
            font-size: 3rem;
        }
    }


    .gallery__img {
        max-width: 474px;
        width: 300px;
        margin: 0 10px;
    }

    .menu__txt {
        padding: 0 3%;
        text-align: center;
    }

    .menu__btn {
        margin:0 auto 60px;
    }

    .menu__course {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;

        & a {
            height: 300px;
            background:
                url(../images/course_obj01.png) no-repeat left center/10px,
                url(../images/course_obj02.png) no-repeat right center/10px,
                url(../images/course_bg.jpg) no-repeat center center/cover;

            &::before {
                width: calc(100% - 20px);
                height: calc(100% - 20px);
            }
        }
    }

    .course__ttl {
        .font-en {
            margin-top: .75em;
        }
    }
}

@media screen and (min-width:1025px) {
    .menu {
        padding: 120px 0;
    }

    .menu__ttl {
        .txt {
            font-size: 4.4rem;
        }
    }

    .gallery__img {
        max-width: 474px;
        width: 474px;
        margin: 0 10px;
    }

    .menu__txt {
        padding: 0 1%;
        max-width: 37em;
        margin: 0 auto 30px;
    }

    .menu__btn {
        margin:0 auto 100px;
    }

    .menu__course {
        width: 98%;

        & a {
            height: 350px;
        }
    }

}


/*============================
   information
============================*/

.information {
    padding: 60px 0;
    background: url(../images/info_bg.jpg) no-repeat center center/cover;
    color: #fff;
}

.info__ttl {

    max-width: 200px;
    width: 120px;
    margin: 0 auto 30px;
}

.info__imgwrap {
    display: flex;
    flex-wrap: wrap;

    & img {
        width: 48%;

        &:last-child {
            margin: 15px auto 0;
        }
    }
}

.info__left {
    margin-bottom: 30px;
}

.info__btn {
    display: block;
    width: 260px;
    margin: 0 auto 10px;
}

.info__li {
    display: flex;
    align-items: flex-start;
    padding: .5em 0;
    border-bottom: solid 1px #fff;
}

.info__th {
    white-space: nowrap;
    width: 6em;
}

.info__td {
    width: calc(100% - 6em);
}

.info__link {
    display: block;
    text-decoration: underline;
    color: #fff;
    width: fit-content;
    margin: 1em 0 0 auto;
    &:hover{
        color: #fff;
    }
}

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

    .information {
        padding: 80px 0;
    }

    .info__ttl {

        max-width: 200px;
        width: 150px;
        margin: 0 auto 30px;
    }

    .info__imgwrap {
        display: flex;
        flex-wrap: nowrap;

        & img {
            width: 32%;
            max-width: 335px;

            &:last-child {
                margin: 0;
            }
        }
    }

    .info__left {
        width: 45%;
        margin-bottom: 0;
    }

    .info__right {
        width: 50%;
    }

    .info__btn {
        width: 300px;
        margin: 0 auto 10px;
    }

    .info__li {
        display: flex;
        align-items: flex-start;
        padding: .5em 0;
        border-bottom: solid 1px #fff;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
    }

    .info__link {
        margin: 1em 0 0 auto;
    }


}

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

    .information {
        padding: 120px 0;

        .inner {
            max-width: 1080px;
        }
    }

    .info__ttl {

        max-width: 200px;
        width: fit-content;
        margin: 0 auto 60px;
    }

    .info__imgwrap {

        & img {
            width: 32%;
        }
    }

    .info__left {
        width: 45%;
    }

    .info__right {
        width: 50%;
    }

    .info__btn {
        width: fit-content;
        margin: 0 auto 15px;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
    }

    .info__link {
        margin: 1em 0 0 auto;
    }


}

/*============================
   recruit
============================*/
.recruit {
    background: url(../images/recruit_bg.png);
}

.rec__left {
    padding: 40px 5%;
    color: #fff;
}

.rec_ttl {
    & img {
        width: 40px;
        margin: 0 auto .5em;
    }

    .txt {
        font-size: 2rem;
    }

    .font-en {
        margin-top: .5em;
    }
}

.rec__btn {
    display: block;
    width: 120px;
    margin: 2em auto 0;
}

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

    .rec__left {
        width: 50%;
        padding: 1em 5%;
    }

    .rec__img {
        width: 50%;

        & img {
            object-fit: cover;
            height: 350px;
            width: 100%;
        }
    }

    .rec_ttl {
        & img {
            width: 50px;
            margin: 0 auto .5em;
        }

        .txt {
            font-size: 3rem;
        }

        .font-en {
            margin-top: .5em;
        }
    }

    .rec__txt {
        text-align: center;
    }

    .rec__btn {
        width: 120px;
        margin: 2em auto 0;
    }
}


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

    .rec__left {
        width: 50%;
        padding: 1em 5%;
    }

    .rec__img {
        width: 50%;

        & img {
            height: 596px;
        }
    }

    .rec_ttl {
        & img {
            width: fit-content;
            margin: 0 auto .5em;
        }

        .txt {
            font-size: 3rem;
        }

        .font-en {
            margin-top: .75em;
        }
    }

    .rec__btn {
        width: fit-content;
        margin: 2em auto 0;
    }
}