@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: 300px;
    }
}

.kv__copy {
    z-index: 99;
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translate(0, -50%);

    .txt {
        line-height: 2;
        white-space: nowrap;
        display: block;
        font-size: min(3rem, 4vw);
        text-shadow: 2px 2px 2px rgba(255, 255, 255, .5);
    }

}

.kv__btn {
    max-width: 210px;
    width: 100px;
    right: 5%;
    top: 100%;
    transform: translate(0, -50%);
    z-index: 99;
    display: block;
}

.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__copy {
        top: 45%;
        left: 20%;
        transform: translate(-50%, -50%);

        .txt {
            font-size: min(4.3rem, 2.6vw);
            text-shadow: none;
        }

    }

    .kv__btn {
        max-width: 210px;
        width: calc((210/1920)*100%);
        right: 5%;
        top: 95%;
    }

}


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

    .kv {
        margin-top: 100px;
    }


    .kv__copy {
        top: 45%;
        left: 20%;

        .txt {
            font-size: min(4.3rem, 2.6vw);
        }

    }

    .kv__btn {
        width: calc((210/1920)*100%);
        right: 5%;
        top: 95%;
    }

}

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

.comm__ttl {
    margin-bottom: 20px;

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

    .font-en {
        display: flex;
        align-items: baseline;
    }

    .large {
        font-size: 5rem;
    }
}

.comm__item {
    margin: 0 auto 40px;

}

.comm__h3 {
    margin-bottom: .5em;

    .font-en {
        display: block;
        font-weight: 300;
    }

}

.comm__btn {
    margin: 0 0 0 auto;
}

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

    .comm__ttl {
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 5%;

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            margin: 6em 0 0 -1em;
        }

        .font-en {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            align-items: anchor-center;
        }

        .large {
            font-size: 10rem;
        }
    }

    .comm__item {
        margin: 0 auto 30px;
        width: 75%;

        &:nth-child(even) {
            margin: 0 0 30px auto;
        }
    }

    .comm__h3 {
        margin-bottom: .5em;

        .font-en {
            display: block;
            font-weight: 300;
        }

    }

    .comm__btn {
        margin: 0 0 0 auto;
    }
}

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

    .comm__ttl {
        margin-right: 5%;

        .txt {

            margin: 11em 0 0 -4em;
        }

        .font-en {
            align-items: anchor-center;
        }

        .large {
            font-size: 24rem;
        }
    }

    .comm__item {
        margin: 0 auto 30px;
        width: 60%;

        &:nth-child(even) {
            margin: 0 0 30px auto;
        }
    }

    .comm__h3 {
        margin-bottom: .5em;

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

    }

    .comm__btn {
        margin: 0 0 0 auto;
    }
}

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

.conc__ttl {
    line-height: 1.8;
}

.conc__left {
    margin-bottom: 30px;
}

.conc__img {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .img {
        width: 80%;
    }

    .copy {
        width: 15%;
        mix-blend-mode: multiply;
    }
}

.conc__img01{
    width: 80%;
}

.conc__img02{
    width: 15%;
}

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


    .conc__ttl {
        font-size: 3rem;

    }

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

    .conc__left--inner {
        padding: 0 3% 0 0;
    }

    .conc__img {
        width: 48%;

        .img {
            width: 80%;
        }

        .copy {
            width: 15%;
            mix-blend-mode: multiply;
        }
    }

    .conc__img01{
        width: auto;
    }

    .conc__img02{
        width: auto;
    }

}

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


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

    .conc__left--inner {
        padding: 0 3% 0 0;
        max-width: 620px;
        margin: 0 0 0 auto;
    }

    .conc__ttl {
        font-size: 5rem;
    }

    .conc__img {
        width: 48%;

        .img {
            width: 80%;
        }

        .copy {
            width: 15%;
        }
    }

    .conc__img01{
        width: auto;
    }

    .conc__img02{
        width: auto;
    }

}



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

.worry__ttl {
    width: fit-content;
    margin: 0 0 30px auto;
    text-align: right;

    .font-en {
        display: flex;
        align-items: baseline;
    }

    .large {
        font-size: 6rem;
    }

    &::before {
        content: "";
        position: absolute;
        width: 300%;
        height: 1px;
        background: #383941;
        top: 50%;
        left: -50%;
        transform: translate(0, -50%);
    }
}

.worry__btn {
    margin: 0 0 0 auto;
}

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

    }

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

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


        .large {
            font-size: 10rem;
        }

        &::before {
            top: 50%;
            left: -50%;
        }
    }

    .worry__btn {
        margin: 0 0 0 auto;
    }

}

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

    }

    .worry__txtwrap {
        margin: 0 0 0 auto;
    }

    .worry__ttl {
        margin: 0 0 40px auto;


        .large {
            font-size: 25rem;
        }

        &::before {
            top: 60%;
            left: -50%;
        }
    }

    .worry__btn {
        margin: 0 0 0 auto;
    }

}

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

.menu__ttl {
    font-size: 4rem;
}

.menu__item {
    margin-bottom: 20px;

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

    & a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        border-top: solid 1px #5f5f5f;
        border-bottom: solid 1px #5f5f5f;

        &:hover {
            color: #005731;

            .menu__arw {
                transform: translate(10px);
            }
        }
    }

}

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

.menu__arw {
    width: 16px;
    transition: .3s;
}

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

    .menu__ttl {
        font-size: 6rem;
    }

    .menu__lead {
        text-align: center;
    }

    .menu__item {
        width: 46%;
        margin: 0 2% 30px;

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

        & a {
            height: 80px;
        }
    }

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

    .menu__arw {
        width: 20px;
    }

}

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

    .menu__ttl {
        font-size: 11rem;
    }

    .menu__lead {
        text-align: center;
    }

    .menu__item {
        width: 46%;
        max-width: 560px;
        margin: 0 2% 40px;

        & a {
            height: 120px;
        }
    }


    .menu__arw {
        width: auto;
    }
}


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

.works__left {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.works__ttl {
    color: #c5c6c5;

    .txt {
        margin-left: 5em;
        margin-bottom: -1.5em;
    }

    .font-en {
        display: flex;
        align-items: baseline;
    }

    .large {
        font-size: 6rem;
    }
}

.works__atc {
    max-width: 490px;
    margin: 0 auto 30px;
    position: relative;

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

.works__h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    width: fit-content;
    padding: 1em 2em;
    text-align: center;

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

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

    .works__left {
        margin-bottom: 0;
        display: block;
        margin-right: 5%;
        padding: 0 0 0 3%;
    }

    .works__ttl {

        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 30px;

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            margin: 9em 0 0 -2.5em;
        }

        .font-en {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            align-items: baseline;
        }

        .large {
            line-height: 1;
            font-size: 10em;
        }
    }

    .works__btn {
        margin: 0 auto;
    }

    .works__atc {
        width: 32%;
        margin: 0;
    }

    .works__h3 {
        padding: 1em 2em;

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

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

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

    .works__left {
        margin-bottom: 0;
        display: block;
        margin-right: 5%;
        padding: 0 0 0 3%;
    }

    .works__ttl {

        margin-bottom: 80px;

        .txt {
            margin: 10em 0 0 -2.5em;
        }

        .font-en {
            align-items: baseline;
            font-size: 18rem;
        }

        .large {
            line-height: 1;
            font-size: 22rem;
        }
    }

    .works__btn {
        margin: 0 auto;
    }

    .works__atc {
        width: 32%;
        margin: 0;

        & a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .5);
            top: 0;
            left: 0;
            transition: .3s;
            z-index: 1;
        }

        &:hover {
            & a::before {
                opacity: 0;
            }
        }
    }

    .works__h3 {
        padding: 1em 2em;

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


/*============================
   staff
============================*/

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

.staff__ttl {
    width: fit-content;
    margin: 0 0 30px auto;
    text-align: right;

    .font-en {
        display: flex;
        align-items: baseline;
    }

    .large {
        font-size: 6rem;
    }

}

.staff__btn {
    margin: 0 0 0 auto;
}

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

    }

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

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


        .large {
            font-size: 10rem;
        }

    }

    .staff__btn {
        margin: 0 0 0 auto;
    }

}

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

    }

    .staff__txtwrap {
        margin: 0 0 0 auto;
    }

    .staff__ttl {
        margin: 0 0 40px auto;


        .large {
            font-size: 25rem;
        }


    }

    .staff__btn {
        margin: 0 0 0 auto;
    }

}

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

.recruit {
    padding: 60px 0;
}

.rec__ttl {
    font-size: 4rem;
    text-align: right;
    margin-bottom: -1em;
}

.rec__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}

.rec__img {
    &:first-child {
        width: 40%;
        margin: 0;
    }

    &:nth-child(2) {
        width: 55%;
        margin: 100px 0 0;
    }

    &:nth-child(3) {
        width: 40%;
        margin: -30px 0 0;
    }
}

.rec__btn {
    margin: 1em 0 0 auto;
}

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

    .rec__ttl {
        font-size: 6rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .rec__items {
        margin-bottom: 0;
        flex-wrap: nowrap;
    }

    .rec__img {
        &:first-child {
            width: 23%;
            margin: 30px 0 0;
        }

        &:nth-child(2) {
            width: 38%;
            margin: -30px 0 0;
        }

        &:nth-child(3) {
            width: 30%;
            margin: -60px 0 0;
        }
    }

    .rec__txt {
        width: 73%;
        margin: -60px 0 0 auto;
    }

    .rec__btn {
        margin: 1em 0 0 auto;
    }
}

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

    .rec__ttl {
        font-size: 11rem;
        margin-bottom: 0;
    }

    .rec__items {
        margin-bottom: 0;
    }

    .rec__img {
        &:first-child {
            width: 23%;
            margin: 60px 0 0;
        }

        &:nth-child(2) {
            width: 38%;
            margin: -100px 0 0;
        }

        &:nth-child(3) {
            width: 30%;
            margin: -150px 0 0;
        }
    }

    .rec__txt {
        width: 73%;
        margin: -150px 0 0 auto;
    }

    .rec__btn {
        margin: 1em 0 0 auto;
    }
}



/*============================
   infomation
============================*/

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

.info__ttl {
    .font-en {
        display: flex;
        justify-content: center;
        align-items: baseline;
        font-size: 3rem;

        .large {
            font-size: 4rem;
        }
    }
}


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

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

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

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

.info__td a {
    color: #fff;
}

.info__btn {
    margin: 0 auto;

    &:first-child {
        margin-bottom: 15px;
    }
}

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

    .info__ttl {
        .font-en {
            font-size: 4rem;

            .large {
                font-size: 5rem;
            }
        }
    }

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

    .info__li {

        margin-bottom: 1em;
    }

    .info__th {
        width: 8em;
    }

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

    .info__btn {
        margin: 0 2%;

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


}

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

    .info__ttl {
        .font-en {
            font-size: 10rem;

            .large {
                font-size: 14rem;
            }
        }
    }

    .info__ul {
        margin: 0 auto 100px;
    }

    .info__li {

        margin-bottom: 1.5em;
    }

    .info__th {
        width: 8em;
    }

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

    .info__btn {
        margin: 0 2%;

    }



}