@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;
    }
  
    &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none; 
  }
}


.kv__copy {
    max-width: 256px;
    width: 20%;
    position: absolute;
    top: 65%;
    right: 8%;
    transform: translate(0, -50%);
    z-index: 99;
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.9))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
}

.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: 256px;
        width: calc((256/1920)*100%);
        top: 65%;
        right: auto;
        left: 80%;
    }


    .kv__scroll {
        max-width: 26px;
        min-width: 12px;
        width: calc((26/1092)*100%);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .kv .swiper-pagination {
        left: 10%;
        bottom: -30px;
    }


    .kv .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 10px;
        height: 10px;
    }


}


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

    .kv {
        margin-top: 0;
    }


    .kv__copy {
        width: calc((256/1920)*100%);
        top: 70%;
        left: 80%;
    }


    .kv__scroll {
        min-width: 12px;
        width: calc((26/1092)*100%);
        top: 100%;
        left: 50%;
    }

    .kv .swiper-pagination {
        left: 10%;
        bottom: -40px;
    }


    .kv .swiper-pagination-bullet {
        margin: 0 12px !important;
        width: 12px;
        height: 12px;
    }


}

/*============================
   concept
============================*/
.concept {
    margin-top: 40px;
    padding: 60px 0;
    background: #f4f4f4;

}

.conc__obj {
    display: none;
}


.conc__ttl {
    width: fit-content;
    text-align: right;

    .font-en {
        display: flex;
        align-items: baseline;
    }

    .fs-100 {
        font-size: 4rem;
    }
}

.conc__left {
    margin-bottom: 30px;
}

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

    .copy {
        position: absolute;
        max-width: 645px;
        width: calc((645/809)*100%);
        top: 5%;
        left: -5%;
        transform: translate(0, -50%);
        pointer-events: none;
    }
}


@media screen and (min-width:768px) {
    .concept {
        margin-top: 60px;
        padding: 80px 0;

    }

    .conc__obj {
        display: none;
    }

    .conc__flex {
        align-items: flex-end;
    }

    .conc__left {
        width: 53%;
        margin-bottom: 0;
    }

    .conc__ttl {
        .fs-100 {
            font-size: 6rem;
        }
    }

    .conc__img {
        width: 45%;
        margin: 0;

        .copy {
            width: calc((645/809)*100%);
            top: 5%;
            left: -5%;
        }
    }


}

@media screen and (min-width:1025px) {
    .concept {
        margin-top: 100px;
        padding: 100px 0;

    }

    .conc__obj {
        display: block;
        max-width: 340px;
        width: calc((340/960)*100%);
        top: 40%;
        left: 0;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .conc__left {
        width: 53%;
        margin-bottom: 0;

    }

    .conc__txtwrap {
        max-width: 630px;
        margin: 0 0 0 auto;
        padding-left: 5%;
    }

    .conc__ttl {
        .fs-100 {
            font-size: 6rem;
        }
    }

    .conc__h3 {
        white-space: nowrap;
        z-index: 9;
        position: relative;
        text-shadow: 1px 1px #f4f4f4;
    }

    .conc__img {
        width: 45%;

        .copy {
            width: calc((645/809)*100%);
            top: 5%;
            left: -10%;
        }
    }

    .conc__txt {
        text-shadow: 1px 1px #f4f4f4;
        position: relative;
        z-index: 1;
    }
}



/*============================
   contents
============================*/
.cont__h3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

    .txt {
        margin-bottom: .5em;
    }
}

.cont__arw {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 220px;
    width: 150px;
}

.cont__img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

@media screen and (min-width:768px) {
    .cont__item {
        width: 25%;
    }

    .cont__h3 {
        top: 40%;
        left: 50%;

        .font-en {
            font-size: min(4rem, 3.8vw);
        }
    }

    .cont__arw {
        top: 75%;
        left: 50%;
        max-width: 220px;
        width: 150px;
    }

    .cont__img {
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}

@media screen and (min-width:1025px) {
    .cont__item {
        width: 25%;
        max-width: 480px;
    }

    .cont__h3 {
        top: 40%;
        left: 50%;

        .font-en {
            font-size: min(6rem, 4vw);
        }
    }

    .cont__arw {
        top: 75%;
        left: 50%;
        max-width: 220px;
        width: 220px;
    }

    .cont__img {
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}



/*============================
   menu
============================*/
.menu {
    padding: 60px 0 0;
}

.menu__item {
    max-width: 710px;
    margin: 0 auto 30px;

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

.menu__img {
    .num {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 130px;
        width: 90px;
    }
}

.menu__h3 {
    margin: 1em 0;
    position: relative;
    z-index: 1;
}

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

    .menu__item {
        width: 48%;
        margin: 0;
    }

    .menu__img {
        .num {
            max-width: 130px;
            width: 90px;
        }
    }

    .menu__h3 {
        margin: 1em 0;
    }
}

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

    .menu__item {
        width: 48%;
    }

    .menu__img {
        .num {
            max-width: 130px;
            width: 130px;
        }
    }

    .menu__h3 {
        margin: 1em 0;
    }
}


/*============================
   guide
============================*/
.guide {
    padding: 60px 0 0;
}

.guide__left {
    padding: 30px 5%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 120%;
        background: #f4f4f4;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.guide__ttl {
    display: flex;
    align-items: baseline;

    .txt {
        margin-left: 1em;
    }
}

.guide__img {
    width: 95%;
    margin: 0 0 0 auto;
    z-index: 1;
    position: relative;
}

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

    .guide__flex {
        align-items: center;
    }

    .guide__left {
        width: 50%;
        padding: 30px 2%;

        &::before {
            width: 195%;
            height: 100%;
            top: 0;
            left: 0;
        }
    }

    .guide__ttl {

        .txt {
            margin-left: 1em;
        }
    }

    .guide__img {
        width: 50%;
        margin: 0;
    }
}

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

    .guide__flex {
        align-items: center;
    }

    .guide__left {
        width: 50%;
        margin-top: 10%;
        padding: 80px 3%;

        &::before {
            width: 195%;
            height: 100%;
            top: 0;
            left: 0;
        }
    }

    .guide__ttl {

        .txt {
            margin-left: 1em;
        }
    }

    .guide__img {
        width: 50%;
    }
}




/*============================
   staff
============================*/
.staff {
    padding: 60px 0;
}

.staff__left {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.staff__ttl {
    .txt {
        margin-top: .5em;
    }
}

.staff__btn {
    display: block;
    max-width: 172px;
    width: 120px;
}

.staff__atc {
    max-width: 415px;
    margin: 0 auto 30px;
    position: relative;

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

.staff__h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    padding: .5em 1em;
}

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

    .staff__left {
        margin-bottom: 0;
        display: block;
        width: 24%;
    }

    .staff__ttl {
        margin-bottom: 60px;

    }

    .staff__btn {
        max-width: 172px;
        width: 120px;
    }

    .staff__items {
        width: 75%;
    }

    .staff__atc {
        width: 32%;
        margin: 0;

    }

    .staff__h3 {
        white-space: nowrap;
        padding: .5em 1em;
    }
}

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

    .staff__left {
        width: 24%;
    }

    .staff__ttl {
        margin-bottom: 100px;

    }

    .staff__btn {
        max-width: 100%;
        width: 172px;
    }

    .staff__items {
        width: 75%;
    }

    .staff__atc {
        width: 32%;

    }

}


/*============================
   school
============================*/

.school {
    padding: 60px 0;
    background: #f4f4f4;
}

.sch__ttl {
    & img {
        max-width: 215px;
        width: 120px;
        margin: 0 auto 10px;
    }

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

.sch__img {
    max-width: 1500px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid 1px #ab832c;
        top: -10px;
        left: -10px;
    }

    .img {
        object-fit: cover;
        width: 100%;
        min-height: 150px;
    }

    .copy {
        max-width: 1044px;
        width: calc((1044/1500)*100%);
        right: 0;
        top: 100%;
        transform: translate(0, -50%);
        mix-blend-mode: color-dodge;
    }
}

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

    .sch__ttl {
        & img {
            max-width: 215px;
            width: 150px;
            margin: 0 auto 10px;
        }

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

    .sch__img {

        &::before {
            top: -10px;
            left: -10px;
        }


        .copy {
            width: calc((1044/1500)*100%);
            right: 0;
            top: 100%;
        }
    }

}

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

    .sch__ttl {
        & img {
            max-width: 215px;
            width: 100%;
            margin: 0 auto 10px;
        }

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

    .sch__img {

        &::before {
            top: -20px;
            left: -20px;
        }


        .copy {
            width: calc((1044/1500)*100%);
            right: 0;
            top: 100%;
        }
    }

}


/*============================
   case
============================*/
.case {
    padding: 60px 0 0;
}

.case__ttl {
    .txt {
        margin-top: .5em;
    }
}

.case__swiper--area {
    margin-bottom: 60px;
}

.case__swiper {
    overflow: visible;
}

.case__img {
    max-width: 372px;
    width: 90%;
    margin: 0 5%;
}

.c-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 20px;
    left: calc(50% - 60px);
    transform: translate(-50%);
    bottom: -40px;
    z-index: 9;

}

.c-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 20px;
    left: calc(50% + 60px);
    transform: translate(-50%);
    bottom: -40px;
    z-index: 9;

}

.c-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.c-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}

.case__btn {
    margin-top: 60px;
}

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

    .case__img {
        max-width: 372px;
        width: 23%;
        margin: 0 1%;
    }

    .c-swiper-button-prev {
        width: 120px;
        height: 20px;
        left: auto;
        right: 130px;
        transform: none;
        bottom: -40px;
    }

    .c-swiper-button-next {
        position: absolute;
        margin: 0;
        width: 120px;
        height: 20px;
        left: auto;
        right: 0;
        transform: none;
        bottom: -40px;
    }

    .case__btn {
        margin-top: 60px;
    }

}

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

    .case__img {
        width: 23%;
        margin: 0 1%;
    }

    .c-swiper-button-prev {
        width: 145px;
        height: 32px;
        right: 200px;
        left: auto;
        transform: none;
        bottom: -60px;
    }

    .c-swiper-button-next {
        width: 145px;
        height: 32px;
        right: 0;
        bottom: -60px;
    }

    .case__btn {
        margin-top: 60px;
    }

}



/*============================
   infomation
============================*/

.infomation {
    padding: 60px 0;
    background: #fff;
}

.info__obj {
    display: none;
}

.info__left {
    margin-bottom: 30px;
}

.info__ttl {
    display: flex;
    align-items: baseline;

    .txt {
        left: .5em;
    }
}

.info__li {
    padding: .5em 1em;
    display: flex;
    align-items: flex-start;
    background: #fff;

    &:nth-child(even) {
        background: #eeeeee;
    }
}

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

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

.info__img {
    max-width: 646px;

    .copy {
        max-width: 90px;
        width: calc((90/646)*100%);
        left: -3%;
        bottom: -5%;
        mix-blend-mode: exclusion;
    }
}

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

    .info__obj {
        display: none;
    }

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

    .info__li {
        padding: .5em 1em;
    }

    .info__th {
        width: 6em;
    }

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

    .info__img {
        width: 45%;

        .copy {
            width: calc((90/646)*100%);
            left: -3%;
            bottom: -5%;
        }
    }

}

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

    .info__obj {
        display: block;
        top: 70%;
        left: 5%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        max-width: 292px;
        width: calc((292/860)*100%);
    }

    .info__left {
        width: 50%;
    }

    .info__txtwrap {
        max-width: 570px;
        margin: 0 0 0 auto;
        padding-left: 10%;
        position: relative;
    }

    .info__li {
        padding: .5em 1em;
    }

    .info__th {
        width: 6em;
    }

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

    .info__img {
        width: 45%;

        .copy {
            width: calc((90/646)*100%);
            left: -3%;
            bottom: -5%;
        }
    }

}