@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 {
    & img {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}

.kv__copy {
    position: absolute;
    transform: translate(0, -50%);
    top: 70%;
    right: 5%;
    z-index: 99;
    max-width: 820px;
    width: 75%;
}

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


.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@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 {

        transform: translate(-50%, -50%);
        top: 70%;
        right: auto;
        left: 70%;
        z-index: 99;
        max-width: 820px;
        width: calc((820/1920)*100%);
    }

}



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

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

}

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

.conc__img {
    margin-bottom: 30px;
}

.conc__ttl {
    width: fit-content;
    margin: 0 auto 30px;
}




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

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

    .conc__right {
        width: 45%;
    }

    .conc__ttl {
        max-width: 600px;
        margin: 0 auto 30px;
    }


}

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

    .conc__img {
        width: 50%;
    }

    .conc__right {
        width: 45%;
    }

    .conc__ttl {
        max-width: none;
        margin: 0 auto 40px;
    }

}

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

.comm__left {
    margin-bottom: 30px;
}

.comm__ttl {
    display: flex;
    align-items: center;
}

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

    .comm__left {
        width: 50%;

        margin-bottom: 0;
    }

    .comm__ttl {
        display: flex;
        align-items: center;
    }

    .comm__img {
        width: 45%;
    }
}

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

    .comm__left {
        width: 50%;

    }

    .comm__txtwrap {
        max-width: 720px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .comm__ttl {
        display: flex;
        align-items: center;
    }

    .comm__img {
        width: 45%;
    }
}


/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    background: url(../images/bg_wood.jpg);
    color: #fff;
}

.menu__atc {
    margin-bottom: 30px;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        background: #0d0d0d;
        position: relative;
    }
}

.menu__h3 {
    left: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    white-space: nowrap;

    .fs-42 {
        font-size: 2rem;
    }

    .fs-22 {
        margin-top: 1em;
    }
}

.menu__txt {
    padding: 1em 1em 2em;
}

.menu__arw {
    bottom: 1em;
    display: block;
    right: 1em;
    max-width: 100px;
    width: 60px;
}

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

    .menu__atc {
        width: 48%;
        max-width: 696px;
        margin-bottom: 0;
        margin-bottom: 30px;
    }

    .menu__h3 {
        left: 0;
        top: 0;
        width: fit-content;
        height: 100%;
        background: #0d0d0d;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1em;

        .fs-22 {
            margin-top: .5em;
        }
    }

    .menu__txt {
        padding: 1em 1em 3em;
    }

    .menu__arw {
        bottom: 1.5em;
        right: 1em;
        max-width: 100px;
        width: 60px;
    }

    .menu__atc.large {

        width: 100%;
        max-width: none;

        .menu__img {
            display: flex;

            & img {
                width: 50%;
            }
        }
    }
}

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

    .menu__atc {
        width: 48%;
        max-width: 696px;
        margin-bottom: 0;
        margin-bottom: 30px;
    }

    .menu__h3 {
        left: 0;
        top: 0;
        width: fit-content;
        height: 100%;
        background: #0d0d0d;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1em;

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

        .fs-22 {
            margin-top: .5em;
        }
    }

    .menu__txt {
        padding: 1em 2em 3em;
    }

    .menu__arw {
        bottom: 1.5em;
        right: 2em;
        max-width: 100px;
        width: 1000px;
    }

    .menu__atc.large {

        width: 100%;
        max-width: none;

        .menu__img {
            display: flex;

            & img {
                width: 50%;
            }
        }
    }
}

/*============================
   scene
============================*/
.scene {
    padding: 60px 0;
    background: url(../images/scene_bg.png) no-repeat center top/cover;
    color: #fff;
}

.scene__flex {
    display: flex;
    flex-direction: column-reverse;
}

.scene__ttl {
    width: fit-content;
    margin: 0 0 30px auto;
    padding: 1em 1em 0 0;
    font-size: 2rem;

    &::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 160px;
        background: url(../images/scene_line.png) no-repeat center center/contain;
        top: -2em;
        right: -.5em;
    }
}

.scene__mid {
    margin-bottom: 30px;
}

.scene_img {
    width: fit-content;
    margin: 0 auto 30px;
}

.scene__items {
    display: flex;
    flex-wrap: wrap;
}

.scene__item {
    width: 48%;
    margin-bottom: 15px;
}

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

    .scene__flex {
        flex-direction: row;
    }

    .scene__ttl {
        margin: 0;
        padding: 1em 1em 0 0;
        font-size: 3rem;

        &::before {
            width: 50px;
            height: 160px;
            top: -1em;
            right: -.5em;
        }
    }

    .scene__mid {
        width: 70%;
        margin-bottom: 0;
        padding: 0 2em;
    }

    .scene_img {
        width: 25%;
        margin: 0;
    }

    .scene__items {
        display: flex;
    }

    .scene__item {
        width: 24%;
        margin-bottom: 0;
    }
}

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


    .scene__ttl {
        margin: 0;
        padding: 0 1em 0 0;
        font-size: 5rem;

        &::before {
            width: 79px;
            height: 233px;
            top: -1.5em;
            right: -.5em;
        }
    }

    .scene__mid {
        width: 70%;
        margin-bottom: 0;
        padding: 0 2em;
    }

    .scene_img {
        width: 25%;
        margin: 0;
    }

    .scene__item {
        width: 24%;
    }

    .scene__txt {
        padding-left: 5%;
    }

    .scene__btn {
        margin-left: 5%;
    }
}

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

.info__left {
    margin-bottom: 30px;
}

.info__ttl {
    max-width: 247px;
    width: 160px;
}

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

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

    .info__ttl {
        max-width: 247px;
        width: 180px;
    }

    .info__img {
        width: 45%;
        max-width: 540px;
    }
}

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

    .info__left {
        width: 50%;
    }

    .info__ttl {
        max-width: 247px;
        width: 100%;
    }

    .info__img {
        width: 45%;
    }
}

/*============================
   recruit
============================*/

.recruit {
    padding: 60px 0;
    background: url(../images/bg_wood.jpg);
}

.rec__flex {
    background: #fff;
}

.rec__left {
    padding: 30px 5%;
}

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

    .recruit {
        padding: 80px 0;
    }


    .rec__left {
        width: 50%;
        padding: 30px 5%;
    }

    .rec__img {
        width: 50%;

        & img {

            width: 100%;
            min-height: 460px;
        }
    }

}

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


    .rec__left {
        width: 50%;
        padding: 30px 5%;
    }

    .rec__img {
        width: 50%;

        & img {

            min-height: 460px;
        }
    }

}

/*============================
   news
============================*/

.news {
    padding: 60px 0;
    background: url(../images/news_bg.png) no-repeat center top/cover;
    color: #fff;
}

.news__ttl {
    margin-bottom: 1em;
}

.news__atc {
    margin-bottom: 2em;

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

    & a {
        align-items: center;
        color: #fff;
    }
}

.news__info {
    display: flex;
    align-items: center;
}

.news__cat {
    width: fit-content;
    margin-left: 1em;
    padding: 0 1em;
    border: solid 1px #fff;
    text-align: center;
    display: block;
    white-space: nowrap;
}

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


}

.news__btn {
    display: block;
    width: fit-content;
    margin: 2em 0 0 auto;
    text-decoration: underline;
    color: #fff;

    &:hover {
        color: #fff;
    }
}

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

    .news {
        padding: 80px 0;
    }

    .news__ttl {
        margin-right: 0;
    }

    .news__atcwrap {
        width: calc(100% - 100px);
    }

    .news__atc {
        margin-bottom: 2em;

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

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

    .news__info {
        display: flex;
        align-items: center;
    }

    .news__cat {
        margin-left: 1em;
        padding: 0 1em;
    }

    .news__atc--ttl {
        margin: 0;
        padding-left: 1em;

    }


    .news__btn {
        margin: 2em 0 0 auto;
    }


}

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


    .news__atcwrap {
        width: calc(100% - 150px);
    }

    .news__atc {
        margin-bottom: 2em;

    }

    .news__cat {
        margin-left: 1em;
        padding: 0 1em;
    }

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

    }


    .news__btn {
        margin: 2em 0 0 auto;
    }


}