@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

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

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

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

.kv {
    margin-top: 60px;
    background: url(../images/kv_bg.jpg) no-repeat center center/cover;
    padding: 80px 0 60px;
}

.kv__imgwrap {
    margin-bottom: 60px;
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    z-index: 99;
}

.kv__imgwrap {
    position: relative;
}

.kv__obj {
    position: absolute;
    max-width: 918px;
    width: calc((918/1920)*180%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.kv__img {
    width: 100%;

    .yuge {
        max-width: calc((892/1232)*100%);
        position: absolute;
        left: 65%;
        top: 10%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        opacity: .2;
    }

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


.kv__copy {
    max-width: 454px;
    max-width: 200px;
    width: calc((454/1920)*180%);
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);

    .obj {
        position: absolute;
        max-width: 918px;
        width: calc((918/454)*100%);
        top: 40%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

    .slide-in {
        z-index: 99;
        position: relative;
    }

}


.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
  filter: drop-shadow(2px 4px 6px #00000080);
}

.kv__scroll {
    display: none;
}

.kv__bnr {
    width: 90%;
    margin: 0 auto;
    display: block;
}



/* 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: 9;
    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: 60px;
        background: url(../images/kv_bg.jpg) no-repeat center center/cover;
        padding: 15% 0 60px;
    }

    .kv__imgwrap {
        margin-bottom: 10%;
    }

    .kv__obj {
        width: calc((918/1920)*100%);
        top: 40%;
        left: 25%;
    }

    .kv__swiper {
        width: 64.16%;
        margin: 0 1% 0 auto;
    }

    .kv__img {

        .yuge {
            opacity: .2;
        }
    }


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

    }

    .kv__bnr {
        width: 50%;
        max-width: 814pz;
        margin: 0 auto;
        display: block;
    }


}



@media screen and (min-width:1200px) {
    .kv {
        margin-top: 0;
        background: url(../images/kv_bg.jpg) no-repeat center center/cover;
        padding: 350px 0 80px;
    }

    .kv__imgwrap {
        margin-bottom: 10%;
    }

    .kv__swiper {
        width: 64.16%;
        margin: 0 1% 0 auto;
    }
    .kv__obj {
        width: calc((918/1920)*100%);
        top: 40%;
        left: 25%;
    }
    .kv__img {

        .yuge {
            opacity: .2;
        }
    }


    .kv__copy {
        width: calc((454/1920)*100%);
        top: 50%;
        left: 20%;

    }

    .kv__bnr {
        width: 50%;
        max-width: 814pz;
    }


}


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

.about__item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;

    &:last-child {
        margin-bottom: 0;
        align-items: flex-end;
    }
}

.about__obj {
    max-width: 569px;
    width: calc((569/1920)*100%);
    right: 0;
    top: 0;
    transform: translate(0, -50%);

    .yuge {
        position: absolute;
        display: block;
        max-width: 320px;
        width: calc((320/569)*100%);
        left: 75%;
        top: 0;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        display: none;
    }
}

.about__txtwrap {
    margin-bottom: 30px;
    padding: 0 5%;
}

.about__pop {
    max-width: 417px;
    width: 200px;
    margin: 0 0 20px;
    display: block;
}

.about__ttl {
    border-bottom: double 5px #dd1d0f;
    padding-bottom: .5em;

    .fs-24 {
        margin-bottom: .5em;
    }

    .fs-46 {
        line-height: 1.4;
    }
}

.about__img {
    width: 95%;
    max-width: 906px;
    position: relative;


    .yuge {
        max-width: 944px;
        width: calc((944/906)*100%);
        position: absolute;
        left: 25%;
        top: 25%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        pointer-events: none;
    }
}

.about__item:last-child {
    .about__img {
        max-width: 962px;

        .yuge {
            max-width: 867px;
            width: calc((867/962)*100%);
            left: 45%;
            top: 0;
        }
    }
}

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

    .about__item {

        flex-direction: row;
        align-items: center;
        max-width: 1920px;
        margin: 0 auto;

        &:last-child {
            flex-direction: row-reverse;
            align-items: center;
        }
    }

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

    .about__txtwrap {
        width: 50%;
        margin-bottom: 0;
        padding: 0 3% 0 0;
    }

    .about__pop {
        max-width: 417px;
        width: 200px;
        margin: 0 0 20px;
    }

    .about__ttl {
        border-bottom: double 5px #dd1d0f;
        padding-bottom: .5em;

    }

    .about__img {
        width: 48%;

    }

    .about__item:last-child {
        .about__txtwrap {
            margin-bottom: 0;
            padding: 0 0 0 3%;
        }

        .about__img {
            position: relative;
            bottom: -120px;
        }
    }
}

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


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

    .about__txtwrap--inner {
        max-width: 640px;
    }

    .about__txtwrap {
        width: 50%;
        padding: 0 1% 0 0;
        position: relative;
        z-index: 1;
    }

    .about__pop {
        max-width: 417px;
        width: fit-content;
        margin: 0 0 30px;
    }

    .about__ttl {
        border-bottom: double 6px #dd1d0f;
        padding-bottom: .5em;

    }

    .about__img {
        width: 48%;

    }

    .about__item:last-child {
        .about__txtwrap--inner {
            margin: 0 0 0 auto;
        }

        .about__txtwrap {
            margin-bottom: 0;
            padding: 0 0 0 1%;
        }

        .about__img {
            bottom: -280px;
        }
    }
}



/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    color: #fff;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/menu_bg.png) no-repeat center center/cover, #0c0b0b;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.menu__obj01 {
    max-width: 724px;
    width: calc((724/1920)*100%);
    left: 0;
    top: 0;
    transform: translate(0, -50%);
}

.menu__ttl {
    width: fit-content;
    margin: 0 auto 30px;
    padding-bottom: .5em;
    border-bottom: double 5px #fff;

    & img {
        max-width: 66px;
        width: 40px;
        margin: 0 auto .5em;
    }
}

.menu__lead {
    padding: 0 5%;
    text-align: left;
    margin-bottom: 60px;
}

.menu__img:first-child {
    max-width: 667px;
    margin: 0 auto 60px;

    .yuge {
        max-width: 544px;
        width: calc((544/667)*100%);
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        pointer-events: none;
    }
}

.menu__img:nth-child(2) {
    max-width: 430px;
    margin: 0 auto 60px;
   width: 100%;

    .yuge {
        max-width: 573px;
        width: calc((573/430)*100%);
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        pointer-events: none;
    }
}

.menu__img:nth-child(3) {
    max-width: 743px;
    margin: 0 auto;

    .yuge {
        max-width: 673px;
        width: calc((673/743)*100%);
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        pointer-events: none;
    }
}

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

    .menu__obj01 {
        max-width: 280px;
        width: calc((724/1920)*100%);
        left: 0;
        top: 100px;
    }

    .menu__ttl {
        margin: 0 auto 40px;
        padding-bottom: .75em;
        border-bottom: double 5px #fff;

        & img {
            max-width: 66px;
            width: 50px;
            margin: 0 auto .5em;
        }
    }

    .menu__lead {
        padding: 0 5%;
        text-align: center;
        margin-bottom: 80px;
    }

    .menu__items {
        max-width: 1920px;
        margin: 0 auto 60px;
        width: 106%;
        margin-left: -3%;
    }

    .menu__img:first-child {
        margin: 0;
    }

    .menu__img:nth-child(2) {
        margin: 0 4%;
        width: auto;
    }

    .menu__img:nth-child(3) {
        margin: 0;

    }
}

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

    .menu__obj01 {
        max-width: 724px;
        width: calc((724/1920)*100%);
        left: 0;
        top: 100px;
    }

    .menu__ttl {
        margin: 0 auto 40px;
        padding-bottom: 1em;
        border-bottom: double 6px #fff;

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

    .menu__lead {
        padding: 0 1%;
        margin-bottom: 180px;
    }

    .menu__items {
        margin: 0 auto 100px;
        width: 106%;
        margin-left: -3%;
    }

    .menu__img:nth-child(2) {
        margin: 0 4%;
    }

}



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

.pop__ttl {
    & img {
        max-width: 224px;
        width: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.pop__txt {
    text-align: left;
}

.pop__atc {
    margin: 0 auto 20px;
    max-width: 300px;

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

.pop__h4 {
    margin-top: .5em;
    font-size: 1.8rem;
}

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

    .pop__ttl {
        & img {
            max-width: 224px;
            width: 160px;
        }
    }

    .pop__txt {
        text-align: center;
    }

    .pop__atc {
        margin: 0;
        width: 32%;
        max-width: 380px;

    }

    .pop__h4 {
        margin-top: .5em;
        font-size: 1.8rem;
    }
}

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

    .pop__ttl {
        & img {
            max-width: 224px;
            width: 224px;
        }
    }

    .pop__txt {
        text-align: center;
    }

    .pop__atc {
        margin: 0;
        width: 32%;
        max-width: 380px;

    }

    .pop__h4 {
        margin-top: .5em;
        font-size: 2.6rem;
    }
}


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

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

.rec__txtwrap {
    margin-bottom: 20px;
}

.rec__ttl {
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: .5em;
    border-bottom: double 5px #dd1d0f;
}

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

    .rec__flex {
        display: flex;
        flex-direction: row;
    }

    .rec__left {
        width: 70%;
        max-width: 1100px;
    }

    .rec__txtwrap {
        margin-bottom: 0;
        width: 25%;

    }

    .rec__txtwrap--inner {
        display: flex;
        flex-direction: row-reverse;
        width: fit-content;
        margin: 0 auto;
    }

    .rec__ttl {
        width: fit-content;
        height: fit-content;
        margin-bottom: 20px;
        padding: 0 .2em 0 0;
        border: none;
        border-right: double 5px #dd1d0f;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin-left: .5em;
    }

    .rec__txt {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin-top: 3em;
    }
}

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

    .rec__left {
        width: 70%;
    }

    .rec__txtwrap {
        width: 25%;

    }


    .rec__ttl {
        margin-bottom: 20px;
        padding: 0 .2em 0 0;
        border-right: double 5px #dd1d0f;
        margin-left: .5em;
    }

    .rec__txt {
        margin-top: 5em;
    }
}

/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background: url(../images/info_bg.png) no-repeat center center/cover;
}

.info__box {
    padding: 30px 5%;
    background: rgba(255, 255, 255, .8);
}

.info__left {
    margin-bottom: 40px;
}

.info__right {
    & iframe {
        display: block;
        width: 100%;
        height: 220px;
    }
}

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


    img {
        max-width: 55px;
        width: 35px;
        margin-right: .75em;
    }
}

.info__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;

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

.info__th {
    width: 8em;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;

    &::before {
        content: "";
        position: relative;
        width: 1em;
        height: 1px;
        background: #8b0000;
        margin-right: .5em;
    }
}

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

.info__img {
    margin-bottom: 20px;
}

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

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

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

    .info__box {
        padding: 40px 5%;
    }

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

    .info__right {
        width: 48%;

        & iframe {
            height: 220px;
        }
    }

    .info__ttl {

        img {
            max-width: 55px;
            width: 40px;
            margin-right: .75em;
        }
    }

    .info__li {
        margin-bottom: 2em;
    }

    .info__th {
        width: 8em;

        &::before {
            width: 1em;
            height: 1px;
            margin-right: .5em;
        }
    }

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

    .info__img {
        margin-bottom: 20px;
    }


    .gallery__img {
        max-width: 520px;
        width: 300px;
        margin: 0 15px;
    }


}

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

    .info__box {
        padding: 60px 4%;
    }

    .info__left {
        width: 48%;
    }

    .info__right {
        width: 48%;
        max-width: 600px;

        & iframe {
            height: 280px;
        }
    }

    .info__ttl {

        img {
            max-width: 55px;
            width: 55px;
            margin-right: .75em;
        }
    }

    .info__li {
        margin-bottom: 2em;
    }

    .info__th {
        width: 10em;

        &::before {
            width: 2em;
            height: 2px;
            margin-right: .5em;
        }
    }

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

    .info__img {
        margin-bottom: 20px;
    }


    .gallery__img {
        max-width: 520px;
        width: 520px;
        margin: 0 20px;
    }

}