@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: 336px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -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;
    bottom: 20px;
    right: 5%;
    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;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

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

    & span {
        font-size: 1.8rem;
    }
}



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

    .kv {
        margin-top: 62px;
    }



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

}


@media screen and (min-width:1025px) {
    .kv {
        margin-top: 0;
    }


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


}

/*============================
   about
============================*/
.about {
    padding: 80px 0 200px;
    background: url(../images/about_bg.png) no-repeat center bottom/cover;


}

.about__ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

    .txt {
        line-height: 1.5;
        font-size: 2rem;
    }
}

.about__imgwrap {
    display: flex;
    justify-content: space-between;

}

.about__obj01 {
    width: 35%;
    position: absolute;
    top: 40px;
    left: 0;
}

.about__obj02 {
    width: 35%;
    position: absolute;
    top: 30px;
    right: 0;
}

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

        .inner__large {
            padding: 0;
        }

    }

    .about__flex {
        align-items: flex-start;
    }

    .about__txtwrap {
        padding: 0 1em;
    }

    .about__ttl {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;

        .txt {
            line-height: 1.5;
            font-size: 3rem;
        }
    }

    .about__txt {
        text-align: center;
        font-size: 1.2rem;
    }


    .about__obj01 {
        position: relative;
        top: auto;
        left: auto;
        max-width: 467px;
        width: 25%;
        margin: 40px 0 0;
    }

    .about__obj02 {
        position: relative;
        top: auto;
        right: auto;
        max-width: 431px;
        width: 25%;
        margin: 20px 0 0;
    }

}

@media screen and (min-width:1025px) {
    .about {
        padding: 120px 0 420px;
        background: url(../images/about_bg.png) no-repeat center bottom/cover;


    }

    .about__txtwrap {
        padding: 0 1em;
    }

    .about__ttl {
        margin-bottom: 60px;

        .txt {
            font-size: 4.2rem;
        }
    }
  
  .about__txt {
        text-align: center;
        font-size: 1.6rem;
    }


    .about__obj01 {
        max-width: 467px;
        width: 30%;
        margin: 60px 0 0;
    }

    .about__obj02 {
        max-width: 431px;
        width: 30%;
        margin: 30px 0 0;
    }
}

/*============================
   contents
============================*/

.cont__item {

    max-width: 1920px;
    margin: 0 auto 60px;

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

.cont__txtwrap {
    padding: 0 5%;
    margin-bottom: 50px;
}

.cont__txtwrawp--inner {
    max-width: 460px;
}


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

    .ico {
        position: absolute;
        top: 50%;
        left: 95px;
        transform: translate(0, -50%);
    }
}

.cont__h3 {
    font-size: 2rem;
    white-space: nowrap;
    top: -2em;
    right: 5%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;

    .txt {
        background: #fff;
        padding: .5em 0;

        &:nth-child(2) {
            margin: 1em .5em 0 0;
        }
    }
}

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

    .cont__item {

        margin: 0 auto 80px;

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

    }

    .cont__txtwrap {
        padding: 20px 0 20px 3%;
        margin-bottom: 0;
        width: 45%;
    }

    .cont__txtwrawp--inner {
        max-width: 460px;
        margin: 0 0 0 auto;
    }

    .cont__img {
        width: 54%;
    }

    .cont__ttl {

        .ico {
            left: 110px;
        }
    }

    .cont__h3 {
        font-size: 3rem;
        top: -2em;
        right: 5%;

        .txt {
            padding: .5em 0;

            &:nth-child(2) {
                margin: 1em .5em 0 0;
            }
        }
    }

    .cont__item:nth-child(even) {
        flex-direction: row-reverse;

        .cont__h3 {
            right: auto;
            left: 5%;
        }

        .cont__txtwrawp--inner {
            margin: 0;
        }

    }
}

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


    .cont__item {

        margin: 0 auto 120px;


    }

    .cont__txtwrap {
        padding: 20px 0 20px 3%;
        width: 45%;
    }

    .cont__txtwrawp--inner {
        margin: 0 0 0 auto;
    }

    .cont__img {
        width: 54%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 792px;
            object-position: left center;
        }
    }

    .cont__ttl {

        .ico {
            left: 160px;
        }
    }

    .cont__h3 {
        font-size: 4.8rem;
        top: -2em;
        right: 5%;

        .txt {
            padding: .5em 0;

            &:nth-child(2) {
                margin: 1em .5em 0 0;
            }
        }
    }

    .cont__item:nth-child(even) {
        .cont__img {

            & img {
                object-position: right center;
            }
        }

    }

}

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

.scene__ttl {
    & img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        max-width: 363px;
        width: 200px;

    }

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

.scene__item {
    position: relative;
    color: #fff;
    padding: 40px 0 120px;
    background: url(../images/scene_img01.jpg) no-repeat center center/cover;

    &:nth-child(2) {

        background: url(../images/scene_img02.jpg) no-repeat center center/cover;
    }

    &:nth-child(3) {
        background: url(../images/scene_img03.jpg) no-repeat center center/cover;
    }
}

.scene__container {
    width: 90%;
    margin: 0 auto;
}

.scene__h3 {
    .font-en {
        text-align: center;
        display: block;
        margin-bottom: 1em;
    }

    .txt {
        width: fit-content;
        margin: 0 auto;
        display: block;
    }
}

.scene__btn {
    margin: 20px auto 0;
    background: none;
    border: solid 1px #fff;
}

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

    .scene__ttl {
        & img {
            max-width: 363px;
            width: 240px;

        }

    }

    .scene__item {
        width: 33.33%;
        padding: 60px 0 100px;

    }

    .scene__container {
        width: 90%;
    }

    .scene__h3 {


        .txt {
            font-size: min(3rem, 3vw);
        }
    }

    .scene__btn {
        margin: 0;
        position: absolute;
        max-width: 90%;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%);
    }

}

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

    .scene__ttl {
        & img {
            max-width: 363px;
            width: 100%;

        }

    }

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

    .scene__item {

        padding: 120px 0 240px;

    }

    .scene__container {
        width: 90%;
        max-width: 440px;
    }

    .scene__h3 {


        .txt {
            font-size: min(4rem, 3vw);
        }
    }

    .scene__btn {
        bottom: 100px;

        &:hover {
            color: #eab14d;
            background: #fff;

            &::before {
                background-color: #eab14d;
            }
        }
    }
}

/*============================
   history
============================*/
.history {
    padding: 80px 0 0;
    background: url(../images/bg_wh.png);


}

.his__ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

    .txt {
        line-height: 1.5;
        font-size: 2rem;
    }
}

.his__imgwrap {
    display: flex;
    justify-content: space-between;

}

.his__obj01 {
    width: 35%;
    position: absolute;
    top: 40px;
    left: 0;
}

.his__obj02 {
    width: 35%;
    position: absolute;
    top: 30px;
    right: 0;
}

.his__bg {
    margin-top: 80px;
    padding: 40px 0 0;

    .cat {
        position: absolute;
        max-width: 713px;
        width: calc((713/1920)*180%);
        top: -30px;
        right: 0;
    }
}

@media screen and (min-width:768px) {
    .history {
        padding: 120px 0 0;

        .inner__large {
            padding: 0;
        }

    }

    .his__flex {
        align-items: flex-start;
    }

    .his__txtwrap {
        padding: 0 1em;
    }

    .his__ttl {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;

        .txt {
            line-height: 1.5;
            font-size: 3rem;
        }
    }

    .his__txt {
        text-align: center;
    }


    .his__obj01 {
        position: relative;
        top: auto;
        left: auto;
        max-width: 467px;
        width: 25%;
        margin: 40px 0 0;
    }

    .his__obj02 {
        position: relative;
        top: auto;
        right: auto;
        max-width: 431px;
        width: 25%;
        margin: 20px 0 0;
    }

    .his__bg {
        margin-top: 0;
        padding: 0;

        .cat {
            width: calc((713/1920)*100%);
            top: 0;
            right: 0;
        }
    }

}

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

    }

    .his__txtwrap {
        padding: 0 1em;
    }

    .his__ttl {
        margin-bottom: 60px;

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


    .his__obj01 {
        max-width: 467px;
        width: 30%;
        margin: 60px 0 0;
    }

    .his__obj02 {
        max-width: 431px;
        width: 30%;
        margin: 30px 0 0;
    }

    .his__bg {
        margin-top: 0;
        padding: 0;

        .bg {
            width: 100%;
        }

        .cat {
            width: calc((713/1920)*100%);
            top: 0;
            right: 0;
        }
    }
}

/*============================
   recruit
============================*/
.recruit {
    padding: 60px 0;

    .cont__h3 {
        .txt {

            &:nth-child(2) {
                margin: 3em .5em 0 0;
            }
        }
    }
}

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

    .recruit {
        padding: 80px 0;

        .cont__item {
            flex-direction: row-reverse;



            .cont__ttl {

                .ico {
                    left: 150px;
                }
            }

            .cont__h3 {
                right: auto;
                left: 5%;

                .txt {

                    &:nth-child(2) {
                        margin: 3em .5em 0 0;
                    }
                }
            }

            .cont__txtwrawp--inner {
                margin: 0;
            }

        }
    }

}

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

        .cont__item {

            .cont__ttl {

                .ico {
                    left: 200px;
                }
            }

            .cont__h3 {
                right: auto;
                left: 5%;

                .txt {

                    &:nth-child(2) {
                        margin: 3em .5em 0 0;
                    }
                }
            }

            .cont__txtwrawp--inner {
                margin: 0;
            }

        }
    }
}