@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

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

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

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

.kv {
    margin-top: 52px;
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 400px;
    }
}


.kv__copy {
    max-width: 1025px;
    width: 90%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.kv__scroll {
    position: absolute;
    max-width: 25px;
    min-width: 15px;
    width: calc((25/1920)*100%);
    left: 5%;
    top: 100%;
    transform: translate(-50%, -50%);

}

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

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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 6s linear 0s 1 normal both;
}

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

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


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


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

}

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


.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__copy {
        max-width: 1025px;
        width: calc((1025/1920)*100%);
        top: 50%;
        left: 50%;

    }

}



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


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

    }

}


/*============================
   commitment
============================*/
.comm__top {
    padding: 30px 0 60px;
}

.comm__obj01 {
    max-width: 175px;
    width: calc((175/1920)*100%);
    left: 0;
    top: 70%;
    transform: translate(0, -50%);
    z-index: -1;
}

.comm__obj02 {
    max-width: 316px;
    width: calc((316/1920)*100%);
    right: 0;
    top: 98%;
    transform: translate(0, -50%);
    z-index: -1;
}

.comm__txtwrap {
    margin-bottom: 30px;
}

.comm__copy {
    & img {
        max-width: 333px;
        width: 150px;
        display: block;
        margin: 0 auto 1em 5%;
    }

    .txt {
        color: #fff;
        line-height: 1.6;
    }
}

.comm__img {
    width: 140%;
    margin: 0 -50% 0 auto;
}

.comm__ttl {
    font-size: 10rem;
    color: #ffa7a7;
    opacity: .2;
    position: absolute;
    top: 0;
    left: -5%;
    transform: translate(0, -50%);
    z-index: -1;
}

.circle {
    position: absolute;
    max-width: 455px;
    width: calc((455/1397)*100%);
    top: 80%;
    left: 5%;
    transform: translate(0, -50%);
    animation: circleAnime01 10s infinite linear;
}

@keyframes circleAnime01 {
    0% {
        transform: translate(0, -50%) rotate(0);
    }

    100% {
        transform: translate(0, -50%) rotate(360deg);
    }
}

.comm__obj03 {
    max-width: 357px;
    width: calc((357/1920)*100%);
    left: 1%;
    top: 70%;
    transform: translate(0, -50%);
    z-index: -1;
}

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

    & img {
        object-fit: cover;
        width: 100%;
        height: 180px;
        border-radius: 10px 0 0 10px;
    }
}

.comm__copy02 {
    top: 50%;
    left: 3%;
    transform: translate(0, -50%);
    max-width: 835px;
    width: 260px;
}

.comm__btm {
    padding: 60px 0;
}

.comm__copy03 {
    .txt {
        display: block;
        white-space: nowrap;
        width: fit-content;
        padding: 0 .5em;
        background: #ff7200;
        border-radius: 5px;
        color: #fff;
        font-size: 2.6rem;

        &:first-child {
            margin-bottom: .3em;
        }
    }
}

.comm__btn {
    width: 300px;
    height: 40px;
    background: #ff95b3;
    border-color: #ff95b3;
    color: #fff;
    border-radius: 0;

    &::before {
        right: 5%;
        left: auto;
        transform: translate(0, -50%);
        background: #fff;
    }

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

        &::before {
            background-color: #ff95b3;
            transform: translate(0, -50%) rotate(180deg);
        }
    }
}

.comm__img02 {
    width: 110%;
    margin: 0 auto 0 -10%;

    .circle {
        top: 80%;
        left: 65%;
    }

}

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

    .comm__obj01 {
        width: calc((175/1920)*100%);
        left: 0;
        top: 70%;
    }

    .comm__obj02 {
        width: calc((316/1920)*100%);
        right: 0;
        top: 98%;
    }

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

    .comm__copy {
        & img {
            max-width: 333px;
            width: 180px;
            margin: 0 auto 1em 5%;
        }
    }

    .comm__img {
        width: 75%;
        margin: 0 -25% 0 auto;
    }

    .comm__ttl {
        font-size: 10rem;

        top: 0;
        left: -.5em;
    }

    .circle {
        width: calc((455/1397)*100%);
        top: 80%;
        left: 5%;
    }

    .comm__obj03 {
        width: calc((357/1920)*100%);
        left: 1%;
        top: 70%;
    }

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

        & img {
            width: 100%;
            height: auto;
            min-height: 350px;
            border-radius: 20px 0 0 20px;
        }
    }

    .comm__copy02 {
        top: 50%;
        left: 3%;
        width: calc((835/1620)*100%);
    }

    .comm__btm {
        padding: 60px 0;

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

        .comm__txtwrap {
            width: 50%;
        }
    }

    .comm__copy03 {
        .txt {
            padding: 0 .5em;
            border-radius: 5px;
            font-size: 2.6rem;

            &:first-child {
                margin-bottom: .3em;
            }
        }
    }

    .comm__btn {
        width: 300px;
        height: 40px;
    }

    .comm__img02 {
        width: 60%;
        margin: 0 auto 0 -10%;

        .circle {
            top: 80%;
            left: 65%;
        }

    }

}

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

    .comm__obj01 {
        width: calc((175/1920)*100%);
        left: 0;
        top: 70%;
    }

    .comm__obj02 {
        width: calc((316/1920)*100%);
        right: 0;
        top: 92%;
    }

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

    .comm__txtwrap {
        width: 50%;
    }

    .comm__copy {
        & img {
            max-width: 333px;
            width: fit-content;
            margin: 0 auto 2em 5%;
        }
    }

    .comm__img {
        width: 75%;
        margin: 0 -25% 0 auto;
    }

    .comm__ttl {
        font-size: 20rem;

        top: 0;
        left: -.5em;
    }

    .circle {
        width: calc((455/1397)*100%);
        top: 80%;
        left: 5%;
    }

    .comm__obj03 {
        width: calc((357/1920)*100%);
        left: .5%;
        top: 55%;
    }

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

        & img {
            min-height: 500px;
            border-radius: 30px 0 0 30px;
        }
    }

    .comm__copy02 {
        top: 50%;
        left: 0%;
        width: calc((835/1620)*100%);
    }

    .comm__btm {
        padding: 100px 0 150px;

        .comm__txtwrap {
            width: 45%;
        }
    }

    .comm__copy03 {
        .txt {
            padding: 0 .5em;
            border-radius: 10px;
            font-size: 6rem;

            &:first-child {
                margin-bottom: .3em;
            }
        }
    }

    .comm__btn {
        width: 500px;
        height: 60px;
    }

    .comm__img02 {
        width: 60%;
        margin: 0 auto 0 -10%;

        .circle {
            top: 80%;
            left: 65%;
        }

    }
}

/*============================
   menu
============================*/
.menu__top {
    padding: 100px 0 60px;
    background: url(../images/menu_bg.png) no-repeat center top/cover;
}

.menu__ttl {
    .fs-36 {
        padding: .5em .5em;
        width: fit-content;
        margin: 0 auto 1em;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #111;
            left: -1em;
            top: 0;
        }

        &::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #111;
            right: -1em;
            bottom: 0;
        }
    }

    .bg-txt {
        font-size: 8rem;
        color: #ffc412;
        opacity: .2;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.menu__item {
    display: block;
    width: 100%;
    height: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        margin-bottom: 1px;
        position: relative;
    }
}

.menu__h3 {
    height: fit-content;
    padding: .5em 0;
    background-color: #d20a0a;
    color: #fff;
    white-space: nowrap;
    top: 1em;
    left: 5%;
    border-radius: 5px;
    font-size: 2rem;
}

.menu__item:nth-child(2) {
    .menu__h3 {
        background: #41a034;
    }
}

.menu__item:nth-child(3) {
    .menu__h3 {
        background: #ef7000;
    }
}

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

    .menu__ttl {
        .fs-36 {
            padding: .5em .5em;
            margin: 0 auto 1em;
        }

        .bg-txt {
            font-size: 14rem;
            top: 75%;
        }

    }

    .menu__item {
        width: calc(33.33% - 1px);

        & img {
            height: 360px;
            margin-bottom: 0;
        }
    }

    .menu__h3 {
        padding: .5em 0;
        top: -1em;
        left: 10%;
        border-radius: 5px;
        font-size: 3rem;
    }

}

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

    .menu__ttl {
        .fs-36 {
            padding: .25em .25em;
            margin: 0 auto 1em;
        }

        .bg-txt {
            font-size: 25rem;
            top: 65%;
        }

    }

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

    .menu__item {

        width: calc(33.33% - 1px);

        & img {
            height: 700px;
        }
    }

    .menu__h3 {
        padding: .5em 0;
        top: -1.5em;
        left: 10%;
        border-radius: 5px;
        font-size: 3.6rem;
    }

}

/*============================
   faq
============================*/
.faq {
    margin-top: 10px;
    padding: 120px 0 120px;
    background: url(../images/faq_mv.png) no-repeat center bottom/cover, #218cef;
    z-index: 9;
}

.faq__box {
    max-width: 566px;
    width: 85%;
    background: #fff;
    border-radius: 10px;
    padding: 50px 5%;
}

.faq__ttl--en {
    max-width: 247px;
    width: 130px;
    top: -30px;
    right: 1%;
}

.faq__btn {
    margin: 0 5% 0 auto;
}

@media screen and (min-width:768px) {
    .faq {
        margin-top: 20px;
        padding: 200px 0;
        background: url(../images/faq_mv.png) no-repeat center bottom/cover;
    }

    .faq__box {
        max-width: 566px;
        width: 50%;
        border-radius: 20px;
        padding: 60px 5%;
    }

    .faq__ttl--en {
        max-width: 247px;
        width: 150px;
        top: -40px;
        right: 1%;
    }

    .faq__btn {
        margin: 0 5% 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .faq {
        margin-top: 20px;
        padding: 290px 0;
    }

    .faq__box {
        max-width: 566px;
        width: 50%;
        border-radius: 30px;
        padding: 120px 4% 90px;
    }

    .faq__ttl--en {
        max-width: 247px;
        width: fit-content;
        top: -40px;
        right: 1%;
    }

    .faq__btn {
        margin: 0 5% 0 auto;
    }
}


/*============================
   info
============================*/
.info {
    background: #218cef;
    z-index: 1;

}

.info__obj02 {
    max-width: 159px;
    width: calc((159/1920)*150%);
    right: 0;
    top: 0;
}

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

.info__txtwrap {
    padding: 40px 5% 60px;
    color: #fff;
}

.info__ttl .font-en {
    font-size: 4.4rem;
    color: #fff;
    opacity: .4;
}

.info__li {
    margin-bottom: 1em;
    display: flex;


}

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

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

.info__img {
    /* mask-image: url(../images/info_mask_top.png) ;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    mask-position: center bottom; */

    .info__obj01 {
        max-width: 314px;
        width: calc((314/960)*100%);
        top: 0;
        left: 0;
    }

    .pop {
        max-width: 393px;
        width: calc((393/960)*100%);
        top: 80%;
        left: 80%;
        transform: translate(-50%, -50%);
    }
}

.info__btn {
    border: none;
}

@media screen and (min-width:768px) {
    .info {
        margin-top: -100px;
        /* mask-image: url(../images/info_mask_top.png);
        mask-repeat: no-repeat;
        mask-size: 1024px 850px;
        mask-position: center bottom;
        -webkit-mask-image: url(../images/info_mask_top.png);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 1024px 850px;
        -webkit-mask-position: center bottom; */

    }

    .info__obj02 {
        max-width: 159px;
        width: calc((159/1920)*100%);
        right: 0;
        top: 0;
    }

    .info__flex {
        flex-direction: row;


    }

    .info__txtwrap {
        width: 50%;
        padding: 100px 5% 2em;
    }

    .info__ttl .font-en {
        font-size: 8rem;
        opacity: .4;
        margin-left: -2.5em;
    }

    .info__li {
        margin-bottom: 1em;
        display: flex;


    }

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

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

    .info__img {
        width: 50%;

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

        .info__obj01 {
            max-width: 314px;
            width: calc((314/960)*100%);
            top: 0;
            left: 0;
        }

        .pop {
            width: calc((393/960)*100%);
            top: 75%;
            left: 75%;
        }
    }

    .info__btn {
        border: none;
    }
}

@media screen and (min-width:1025px) {
    .info {
        margin-top: -140px;
        /* mask-size: 1920px 1050px;
        -webkit-mask-size: 1920px 1050px; */
    }

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

    .info__txtwrap {
        width: 50%;
        padding: 180px 1% 80px 5%;
    }

    .info__ttl .font-en {
        font-size: 14rem;
        margin-left: -2.5em;
    }

    .info__h3 {
        font-size: min(3.4rem, 2.4vw);
        white-space: nowrap;
    }

    .info__li {
        margin-bottom: 1em;

    }

    .info__th {
        width: 8em;
    }

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

    .info__img {
        width: 50%;

        .info__obj01 {
            width: calc((314/960)*100%);
            top: 0;
            left: 0;
        }

        .pop {
            width: calc((393/960)*100%);
            top: 75%;
            left: 75%;
        }

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

}

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

}

.news__ttl {
    margin-bottom: 30px;
    width: fit-content;

    .font-en {
        font-size: 10rem;
        color: #fff;
        opacity: .2;
        position: absolute;
        left: -.1em;
        top: -20px;
        transform: translate(0, -50%);
    }
}

.news__atcwrap {
    margin-bottom: 30px;
}

.news__atc {
    margin-bottom: 1em;

    & a {
        color: #fff;
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

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

.news__date {
    white-space: nowrap;
}

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

}

.news__btn {
    border: none;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .news {
        /* margin-top: -90px; */
        padding: 100px 0 100px;
    }

    .news__ttl {
        margin-bottom: 30px;

        .font-en {
            font-size: 10rem;
            left: -.1em;
            top: -20px;
        }
    }

    .news__atcwrap {
        margin-bottom: 0;
        width: calc(100% - 200px);
        padding-right: 5%;
    }

    .news__atc {
        margin-bottom: 1em;

        & a {
            display: flex;
        }

    }

    .news__date {
        margin-right: 1em;
    }


    .news__btn {
        width: 200px;
        margin: 0;
    }
}

@media screen and (min-width:1025px) {
    .news {
        /* margin-top: -120px; */
        padding: 180px 0 160px;
    }

    .news__ttl {
        margin-bottom: 30px;

        .font-en {
            font-size: 20rem;
            left: .5em;
            top: -50px;
            transform: translate(-50%, -50%);
        }
    }

    .news__atcwrap {
        margin-bottom: 0;
        width: calc(100% - 200px);
        padding-right: 5%;
    }

    .news__atc {
        margin-bottom: 1em;


    }

    .news__date {
        margin-right: 1.5em;
    }


    .news__btn {
        width: 200px;
    }
}

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

.rec__box {
    padding: 30px 5%;
    background: rgba(188, 8, 11, .8);
    border-radius: 10px;
    color: #fff;
}

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

    .font-en {
        margin-left: 1em;
    }
}

.rec__ul {
    display: flex;

    .rec__li {
        background: #fff;
        width: fit-content;
        padding: 0 .5em 0 1.5em;
        margin: 0 .5em .5em 0;
        font-weight: bold;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: url(../images/recruit_check.png) no-repeat center center/contain;
            left: .5em;
            top: .5em;
        }
    }
}

.rec__btn {
    border: none;
    color: #bc080b;

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

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

    .rec__box {
        max-width: 1100px;
        width: 75%;
        padding: 40px 5%;
        border-radius: 20px;
    }

    .rec__ttl {
        .font-en {
            margin-left: 1em;
        }
    }

    .rec__ul {

        .rec__li {
            padding: 0 .5em 0 1.5em;
            margin: 0 .5em .5em 0;

            &::before {
                width: 10px;
                height: 10px;
                left: .5em;
                top: .5em;
            }
        }
    }

    .rec__btn {
        border: none;
    }
}

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

    .rec__box {
        width: 75%;
        padding: 70px 5% 50px;
        border-radius: 30px;
    }

    .rec__ttl {
        .font-en {
            margin-left: 1em;
        }
    }

    .rec__ul {
        max-width: 630px;

        .rec__li {
            padding: 0 .5em 0 1.5em;
            margin: 0 .5em .5em 0;

            &::before {
                width: 10px;
                height: 10px;
                left: .5em;
                top: .5em;
            }
        }
    }

    .rec__btn {
        width: 200px;
    }
}