@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: 887px;
    width: 80%;
    margin: -60px auto 0;
    z-index: 99;
    position: relative;

}

.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;
    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;
    margin: 0 10px !important;
    background: #666666;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;
}

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

    background: #666666;
}



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

    .kv {
        margin-top: 62px;
    }

    .kv__swiper {
        width: calc((1012/1920)*100%);
        margin: 0 3% 0 auto;
    }

    .kv__copy {
        max-width: 887px;
        width: calc((887/1920)*100%);
        margin: 0;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);

    }


}


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

    .kv {
        margin-top: 150px;
    }

    .kv__swiper {
        width: calc((1012/1920)*100%);
        margin: 0 5% 0 auto;
    }

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


}


/*============================
   commit
============================*/

.commit {
    padding: 40px 0 0;
}


.comm__img {
    margin-bottom: 30px;
}

.comm__ttl {
    & img {
        width: 220px;
        margin-bottom: 1em;
    }

    .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

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

        .txt {
            margin: .5em 0;
        }
    }

}

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

    .commit {
        padding: 60px 0 0;
    }


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

    .comm__right {
        width: 45%;
    }

    .comm__ttl {
        & img {
            width: 260px;
            margin-bottom: 1em;
        }

        .container {

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

            .txt {
                margin: .5em 0;
            }
        }

    }
}

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

    .commit {
        padding: 100px 0 0;
    }


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

    .comm__right {
        width: 45%;
    }

    .comm__ttl {
        & img {
            width: fit-content;
            margin-bottom: 1em;
        }

        .container {

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

            .txt {
                margin: .5em 0;
            }
        }

    }
}



/*============================
   vision
============================*/

.vision {
    padding: 60px 0 0;
}

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

.vis__img {
    margin-bottom: 30px;
}

.vis__ttl {
    & img {
        width: 120px;
        margin-bottom: 1em;
    }

    .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

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

        .txt {
            margin: .5em 0;
        }
    }

}

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

    .vision {
        padding: 80px 0 0;
    }

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

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

    .vis__left {
        width: 45%;
    }

    .vis__ttl {
        & img {
            width: 160px;
            margin-bottom: 1em;
        }

        .container {

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

            .txt {
                margin: .5em 0;
            }
        }

    }
}

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

    .vision {
        padding: 150px 0 0;
    }


    .vis__img {
        width: 50%;
    }

    .vis__left {
        width: 50%;
    }

    .vis__txtwarp {
        max-width: 710px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .vis__ttl {
        & img {
            width: fit-content;
            margin-bottom: 1em;
        }

        .container {

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

            .txt {
                margin: .5em 0;
            }
        }

    }
}

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

.busi__bg {
    width: 100%;
    min-width: 767px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.busi__ttl {
    & img {
        margin: 0 auto 1em;
        width: 300px;
    }

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

.busi__atc {
    max-width: 430px;
    margin: 0 auto 30px;
position: relative;
padding-bottom: 30px;
    &:last-child {
        margin-bottom: 0;
    }
}

.busi__h3 {
    margin: 1em 0;
    padding-left: 1em;
    position: relative;
    font-size: 1.6rem;

    &::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fec6ab;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.busi__btn {
    display: block;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width:768px) {
    .business {
        padding: 80px 0 0;
    }
    
    .busi__bg {
        min-width: 1024px;
        top: 0;
        left: 50%;
    }
    
    .busi__ttl {
        & img {
            margin: 0 auto 1em;
            width: 400px;
        }
    
        .txt {
            margin-top: .5em;
        }
    }
    
    .busi__atc {
        width: 32%;
        margin: 0 ;

    }
    
    .busi__h3 {
        margin: 1em 0;
        padding-left: 1em;
        position: relative;
        font-size: 1.6rem;
    
        &::before {
            width: 10px;
            height: 10px;
        }
    }
    
    .busi__btn {
        width: 100px;
        bottom: 0;
        right: 0;
    }
    
}

@media screen and (min-width:1025px) {
    .business {
        padding: 150px 0 0;
    }
    
    .busi__bg {
        min-width: 1920px;
        top: 50px;
        left: 50%;
    }
    
    .busi__ttl {
        & img {
            margin: 0 auto 1em;
            width: fit-content;
        }
    
        .txt {
            margin-top: .5em;
        }
    }
    
    .busi__atc {
        width: 32%;
padding-bottom: 40px;
    }
    
    .busi__h3 {
        margin: 1em 0;
        padding-left: 1em;
        font-size: 2rem;
    
        &::before {
            width: 16px;
            height: 16px;
        }
    }
    
    .busi__btn {
        width: fit-content;
        bottom: 0;
        right: 0;
    }
    
}

/*============================
   company
============================*/

.company {
    padding: 60px 0;
}

.com__ttl {

    & img {
        width: 300px;
        margin: 0 auto 1em;
    }

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

.com__li {
    display: flex;
    align-items: flex-start;
    padding: .5em 0;
    border-bottom: solid 1px #a5a2a2;
}

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

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

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

    .com__ttl {

        & img {
            width: 400px;
            margin: 0 auto 1em;
        }

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

    .com__ul {
        width: fit-content;
        margin: 0 auto 60px;
    }

    .com__li {
        padding: .5em 0;
    }

    .com__th {
        white-space: nowrap;
        width: 7em;
    }

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

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

    .com__ttl {

        & img {
            width: fit-content;
            margin: 0 auto 1em;
        }

        .txt {
            margin-top: .75em;
        }
    }

    .com__ul {
        margin: 0 auto 100px;
    }

    .com__li {
        padding: .5em;
    }

    .com__th {
        width: 8em;
    }

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


/*============================
   gallery
============================*/

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


.gallery__img {
    max-width: 400px;
    width: 200px;
    margin: 0 2px;
}


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

    .gallery__img {
        max-width: 400px;
        width: 300px;
        margin: 0 4px;
    }


}

@media screen and (min-width:1025px) {
    .gallery__img {
        max-width: 400px;
        width: 400px;
        margin: 0 4px;
    }
}


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


.deco__img {
    margin-bottom: 30px;
}

.deco__ttl {
    & img {
        width: 200px;
        margin-bottom: 1em;
    }

    .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

        .txt {
            margin-left: 1em;
        }
    }

}

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

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

    .deco__img {
        width: 46%;
        margin: 0;
    }

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

    .deco__ttl {
        & img {
            width: 260px;
            margin-bottom: 1em;
        }

        .container {
            .txt {

                margin: .5em 0 0;
            }

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

    }
}

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

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

    .deco__img {
        width: 47%;

        & img {
            width: fit-content;
            display: block;
            margin: 0 0 0 auto;
        }
    }

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

    .deco__ttl {
        & img {
            width: fit-content;
            margin-bottom: 1em;
        }

        .container {
            .txt {

                margin: .5em 0 0;
            }

            .font-en {
                margin-right: .2em;
            }
        }

    }
}

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

.rec__ttl {
    color: #fff;
    font-size: 6rem;
    margin-bottom: -.1em;
}

.rec__box {
    background: #f9ea68;
    padding: 20px 5%;
}

.rec__btn {
    background: #fff;
    border-color: #fff;

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

    &:hover {
        &::before {
            background-color: #fff;
        }
    }
}

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

    .rec__ttl {
        font-size: 10rem;
        margin-bottom: -.1em;
    }

    .rec__box {
        width: 60%;
        max-width: 712px;
        padding: 30px 5%;
    }

}

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

    .rec__ttl {
        font-size: 16rem;
        margin-bottom: -.05em;
    }

    .rec__box {
        width: 50%;
        padding: 60px 5% 50px;
    }

    .rec__txt {
        line-height: 3;
    }
}