@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__item {
    position: relative;
}

.kv__img {

    & img {
        width: 100%;
    }
}

.kv__logo {
    width: calc((155/960)*100%);
    top: 5%;
    left: 5%;
}

.kv__copy {
    width: calc((756/960)*100%);
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 35%;
    left: 47%;
    transform: translate(-50%, -50%);

    & img {
        width: 100%;
    }
}

.kv__btn {
    width: calc((265/960)*100%);
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;

    & img {
        width: 100%;
    }
}

.kv__item:nth-child(2) {
    .kv__copy {
        width: calc((771/960)*100%);

        & img {
            width: 100%;
        }
    }
}

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

.kv__scroll {
    display: none;
}




/* 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 6s linear 0s 1 normal both;
} */

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

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


.kv .swiper-pagination {
    left: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #efe9e7;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bda791;
}


.k-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-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;
}

.k-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;

}


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


    .kv {
        margin-top: 62px;

    }

    .kv__item {
        width: 50%;
    }


    .kv__logo {
        width: calc((155/960)*100%);
        top: 5%;
        left: 5%;
    }

    .kv__copy {
        width: calc((756/960)*100%);
        top: 35%;
        left: 47%;

    }

    .kv__btn {
        width: calc((265/960)*100%);
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((771/960)*100%);
            top: 33%;
        }
    }


}



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

    }

    .kv__item {
        width: 50%;
    }


    .kv__logo {
        width: calc((155/960)*100%);
        top: 5%;
        left: 5%;
    }

    .kv__copy {
        width: calc((756/960)*100%);
        top: 35%;
        left: 47%;

    }

    .kv__btn {
        width: calc((265/960)*100%);
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((771/960)*100%);
            top: 33%;
        }
    }

}




/*============================
   about
============================*/
.about__mv {
    .bg {
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo {
        max-width: 314px;
        width: 100px;
        top: 100%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .img {
        width: 100%;
    }
}

.about__main {
    padding: 60px 0;
    background: url(../images/about_bg.jpg) no-repeat center center/cover;
}

.abuot__ttl {
    max-width: 60px;
    margin: 0 auto 30px;
    position: relative;

    .bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 729px;
        width: 500%;
        mix-blend-mode: overlay;

    }
}

.about__img01 {
    width: 95%;

    .copy {
        position: absolute;
        top: 50%;
        left: 5%;
        display: flex;

        .txt {
            background: #4d1e00;
            color: #fff;
            display: block;
            padding: .5em;
            height: fit-content;
            margin-right: .5em;
        }
    }
}

.about__flex02 {
    margin-bottom: 60px;
}

.about__img02 {
    width: 50%;
    margin: -30px 0 30px auto;
    z-index: 1;
    position: relative;
}

.about__copy {
    max-width: 350px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

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

.about__img03 {
    position: relative;
    max-width: 622px;

    .bg {
        max-width: 920px;
        width: calc((920/622)*100%);
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%, -50%);
    }

    .img {
        position: relative;
    }
}

.about__info {
    padding: 60px 0;
    background: url(../images/info_bg01.jpg) no-repeat center center/cover;
    position: relative;
    z-index: 1;

    & iframe {
        display: block;
        width: 100%;
        height: 200px;
    }
}
.about__txt02{
    position: relative;
    z-index: 1;
}
.info__box {
    padding: 40px 5%;
    background: #f5efe1;
}

.info__item {
    margin-bottom: 40px;

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

.info__logo {
    width: fit-content;
    margin: 0 auto 10px;

    & img {
        display: block;
        margin: 0 auto;
        transform: scale(.75);
    }
}

.info__ig {
    margin: 0 auto 20px;
    width: fit-content;
    display: block;
    width: 20px;
}

.info__ul {
    margin-bottom: 20px;
}

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

}

.info__th {
    width: 6em;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
}

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

.about__item:nth-child(2) {

    .about__img03 {
        max-width: 721px;

        .bg {
            max-width: 962px;
            width: calc((962/622)*100%);
            top: 65%;
            left: 60%;
        }
    }

    .about__info {
        background: url(../images/info_bg02.jpg) no-repeat center center/cover;

        & iframe {
            height: 200px;
        }
    }

    .info__box {
        background: #fefcfc;
    }

}

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

        .logo {
            max-width: 314px;
            width: 120px;
            top: 100%;
            left: 15%;
        }
    }

    .about__main {
        padding: 60px 0;
    }

    .abuot__ttl {
        width: 25%;
        max-width: none;
        margin: 20px 0 0;
        position: relative;

        .txt {
            display: block;
            max-width: 80px;
            margin: 0 auto;
        }

        .bg {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200%;
        }
    }

    .about__img01 {
        width: 75%;

        .img {
            max-width: none;
            width: 104%;
            object-fit: cover;
            min-height: 350px;
        }

        .copy {
            top: 70%;
            left: 10%;

            .txt {
                padding: .5em;
                margin-right: .5em;
            }
        }
    }

    .about__flex02 {
        margin-bottom: 60px;
    }

    .about__img02 {
        width: 30%;
        margin: -30px 0 30px 0;
        z-index: 1;
        position: relative;
    }

    .about__txtwrap {
        width: 53%;
        margin: 2em 0 0;
    }

    .about__copy {
        max-width: 350px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .about__flex03 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .about__txtwrap02 {
        width: 50%;
    }

    .about__img03 {
        width: 45%;

        .bg {
            width: calc((920/622)*100%);
            top: 60%;
            left: 60%;
        }

    }

    .about__info {
        padding: 60px 0;

        & iframe {
            height: 200px;
        }
    }

    .info__box {
        padding: 40px 5%;
        background: #f5efe1;
    }

    .info__item {
        margin-bottom: 0;

    }

    .info__logo {
        margin: 0 auto 10px;

        & img {
            transform: scale(.75);
        }
    }

    .info__ig {
        margin: 0 auto 20px;
        width: 20px;
    }

    .info__ul {
        margin-bottom: 20px;
    }

    .info__li {
        padding: .75em 0;
    }

    .info__th {
        width: 6em;
    }

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


    .about__item:nth-child(2) {

        .about__img03 {

            .bg {
                width: calc((962/622)*100%);
                top: 65%;
                left: 60%;
            }
        }

        .about__info {

            .iframe {
                width: 48%;


                & iframe {
                    width: 100%;
                    height: 200px;
                }
            }
        }

        .info__box {
            flex-wrap: wrap;
        }

        .info__logowrap {
            width: 100%;
        }

        .info__ul {
            width: 48%;
        }
    }
}

@media screen and (min-width:1025px) {
    .about__top {
        display: none;
    }

    .about__mv {

        .logo {
            max-width: 314px;
            width: calc((314/1920)*100%);
            top: 90%;
            left: 15%;
        }
    }

    .about__main {
        padding: 100px 0;
    }

    .abuot__ttl {
        width: 25%;
        margin: 60px 0 0;

        .txt {
            max-width: none;
            margin: 0 auto;
        }

    }

    .about__img01 {
        width: 75%;

        .img {
            width: 104%;
            min-height: 650px;
        }

        .copy {
            top: 70%;
            left: 10%;
            font-size: min(4.6rem, 3vw);

            .txt {
                padding: .5em .25em;
                margin-right: .5em;
            }
        }
    }

    .about__flex02 {
        margin-bottom: 60px;
    }

    .about__img02 {
        width: 30%;
        margin: -100px 0 0 0;
    }

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

    .about__copy {
        max-width: 100%;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .about__flex03 {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
    }

    .about__txtwrap02 {
        width: 50%;
    }

    .about__img03 {
        width: 50%;

        .bg {
            width: calc((920/622)*100%);
            top: 60%;
            left: 60%;
        }

    }

    .about__txt02 {
        max-width: 645px;
        position: relative;
        z-index: 1;
    }

    .about__info {
        padding: 60px 0;

        & iframe {
            height: 275px;
        }
    }

    .info__box {
        padding: 50px 5%;
        justify-content: center;
    }

    .info__item {
        width: 45%;
        margin: 0 2%;

    }

    .info__logo {
        margin: 0 auto 15px;

        & img {
            transform: scale(1);
            margin-bottom: 10px;
        }
    }

    .info__txt {
        white-space: nowrap;
    }

    .info__ig {
        margin: 0 auto 20px;
        width: fit-content;
    }

    .info__ul {
        margin-bottom: 20px;
    }

    .info__li {
        padding: .75em 0;
    }

    .info__th {
        width: 7em;
    }

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

    .about__item:nth-child(2) {

        .about__info {
            .iframe {
                width: 36%;


                & iframe {
                    width: 100%;
                    height: 240px;
                }
            }
        }

        .info__box {
            padding: 50px 3%;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

        .info__logowrap {
            width: 25%;
        }

        .info__ul {
            width: 36%;
        }
    }
}

/*============================
   scene
============================*/
.scene {
    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(../images/scene_bd.png) repeat-y center center /cover;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }

    &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(../images/scene_bd.png) repeat-y center center /cover;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }
}

.scene__item {
    padding: 60px 5% 100px;
    background: url(../images/scene_bg01.jpg) no-repeat center center/cover;
    color: #fff;
    position: relative;

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

.scene__copy {
    width: fit-content;
    margin: 0 auto;
}

.scene__btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 40px;
    background: none;
    border-color: #fff;
    font-size: 1.2rem;

    &::before {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .scene__item {
        width: 50%;
        padding: 80px 5% 120px;
    }

    .scene__btn {
        bottom: 50px;
        left: 50%;
        width: 200px;
        height: 40px;
        font-size: 1.2rem;
    }

}

@media screen and (min-width:1025px) {
    .scene {
        &::before {
            height: 10px;
        }

        &::after {
            height: 10px;
        }
    }

    .scene__item {
        width: 50%;
        padding: 100px 5% 160px;
    }

    .scene__btn {
        bottom: 60px;
        left: 50%;
        width: 220px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/*============================
   recruit
============================*/
.recruit {
    padding: 60px 0 120px;
    background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
}

.rec__item {
    margin-bottom: 60px;
    position: relative;

}

.rec__imgwrap {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}

.rec__ttl {
    padding: 0 1em;
    mix-blend-mode: color-burn;
    filter: brightness(196%) sepia(47%);
}

.rec__img {
    max-width: 747px;

    .pop {
        position: absolute;
        max-width: 195px;
        width: calc((195/747)*150%);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.rec__txtwrap {
    position: relative;
    padding: 30px 0;
    color: #fff;
    background: url(../images/recruit_box.png)no-repeat center center/cover;
}

.rec__box {
    padding: 20px 4%;
    background: rgba(27, 14, 1, .5);
}

.rec__copy {
    .txt01 {
        display: block;
        background: #ffd200;
        color: #111111;
        width: fit-content;


        padding: 0 1em;
        margin: 0 auto 1em;
    }

    .txt02 {
        display: block;
        margin-bottom: .5em;
    }

    .txt03 {
        display: block;
    }
}

.rec__item:nth-child(2) {
    .rec__imgwrap {
        flex-direction: row-reverse;
    }
}

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

    .recruit {
        padding: 60px 0 150px;
        background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
    }

    .rec__item {
        margin-bottom: 80px;

    }

    .rec__imgwrap {
        width: 52%;
        margin-bottom: 0;
        position: relative;
    }

    .rec__ttl {
        padding: 0 1em;
        mix-blend-mode: color-burn;
        filter: brightness(196%) sepia(47%);
    }

    .rec__img {
        position: relative;
        z-index: 1;

        .pop {
            width: calc((195/747)*150%);
            top: 0;
            left: 50%;
        }
    }

    .rec__txtwrap {
        width: 45%;
        padding: 30px 0;
        background: none;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 200%;
            height: 100%;
            left: -80%;
            top: 0;
            background: url(../images/recruit_box.png)no-repeat center center/cover;
        }

    }

    .rec__box {
        padding: 30px 5% 30px 0;
        background: none;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 200%;
            height: 100%;
            left: -60%;
            top: 0;
            background: rgba(27, 14, 1, .5);
        }
    }

    .rec__copy {
        position: relative;

        .txt01 {
            display: block;
            background: #ffd200;
            color: #111111;
            width: fit-content;


            padding: 0 1em;
            margin: 0 auto 1em;
        }

        .txt02 {
            display: block;
            margin-bottom: .5em;
        }

        .txt03 {
            display: block;
        }
    }

    .rec__item:nth-child(2) {
        flex-direction: row-reverse;

        .rec__imgwrap {
            flex-direction: row-reverse;
        }

        .rec__txtwrap {

            &::before {
                left: auto;
                right: -80%;
            }

        }

        .rec__box {
            padding: 30px 0 30px 5%;

            &::before {
                right: 0;
                right: -60%;
            }
        }

    }
}

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

    .rec__item {
        max-width: 1920px;
        margin: 0 auto 100px;
        align-items: flex-start;
    }

    .rec__imgwrap {
        width: 52%;
    }

    .rec__ttl {
        padding: 0 1em;
        mix-blend-mode: color-burn;
        filter: brightness(196%) sepia(47%);
    }

    .rec__img {
        .img {
            object-fit: cover;
            width: 100%;
            height: 527px;
        }

        .pop {
            width: calc((195/747)*150%);
            top: 0;
            left: 50%;
        }
    }

    .rec__txtwrap {
        width: 45%;
        margin-top: 60px;
        padding: 60px 0;

        &::before {
            width: 200%;
            left: -80%;
            top: 0;
        }

    }

    .rec__box {
        padding: 50px 5% 50px 0;
        background: none;
        position: relative;
        max-width: 630px;

        &::before {
            content: "";
            position: absolute;
            width: 200%;
            height: 100%;
            left: -60%;
            top: 0;
            background: rgba(27, 14, 1, .5);
        }
    }

    .rec__copy {
        position: relative;

        .txt01 {
            display: block;
            background: #ffd200;
            color: #111111;
            width: fit-content;


            padding: 0 1em;
            margin: 0 auto 1em;
        }

        .txt02 {
            display: block;
            margin-bottom: .5em;
        }

        .txt03 {
            display: block;
        }
    }


    .rec__item:nth-child(2) {
        flex-direction: row-reverse;

        .rec__imgwrap {
            flex-direction: row-reverse;
        }

        .rec__txtwrap {

            &::before {
                left: auto;
                right: -80%;
            }

        }

        .rec__box {
            padding: 50px 0 50px 5%;
            margin: 0 0 0 auto;

            &::before {
                right: 0;
                right: -60%;
            }
        }

    }

}


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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 100px);
        background: url(../images/news_bg.png) no-repeat center top/cover;
        left: 0;
        bottom: 0;
    }


}

.news__ttl {
    .txt {
        font-size: 2.6rem;
    }

    & img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        max-width: 136px;
    }
}


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

    & a {
        display: block;
        width: 100%;
        height: 100%;
    }
}


.news__date {
    white-space: nowrap;
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;


}

.news__btn {
    display: block;
    position: relative;
    width: fit-content;
    text-decoration: underline;
    margin: 2em 0 0 auto;
}

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

        &::before {
            height: calc(100% + 120px);
        }


    }

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

        & img {
            width: 100px;
            max-width: 136px;
        }
    }


    .news__atc {
        padding: 1em 0;

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

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

    }

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

}

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

        &::before {
            height: calc(100% + 200px);
        }


    }

    .news__ttl {
        .txt {
            font-size: 4.6rem;
        }

        & img {
            width: 136px;
        }
    }


    .news__atc {
        padding: 1em 0;
    }

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

    }

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



}