@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__bg {
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.kv__img {
    position: relative;
    z-index: 9;

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


.kv__copy {
    max-width: 738px;
    width: 75%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.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;
    bottom: 20px;
    right: 5%;
    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;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

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

    & span {
        font-size: 1.8rem;
    }
}



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

    .kv {
        margin-top: 62px;
    }

    .kv__swiper {
        width: 75.5%;
        margin: 0 5% 0 auto;
    }

    .kv__copy {
        max-width: 738px;
        width: calc((738/1920)*100%);
        top: 70%;
        left: 25%;

    }

}


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

    .kv__bg {
        top: -100px;
    }

    .kv__swiper {
        width: 75.5%;
        margin: 0 5% 0 auto;
    }

    .kv__copy {
        width: calc((738/1920)*100%);
        top: 70%;
        left: 25%;

    }

}


/*============================
   commitment
============================*/

.commitment {
    padding: 60px 0 0;
}

.comm__obj {
    max-width: 293px;
    width: calc((293/1920)*150%);
    right: 0;
    top: 90%;
    transform: translate(0, -50%);
    z-index: -1;
}

.comm__left {
    margin-bottom: 30px;
}

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

.comm__btn {
    display: block;
    max-width: 183px;
    width: 120px;
}

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

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

    .comm__left {
        width: 50%;
        padding: 0 5% 0 0;
        margin-bottom: 0;
    }

    .comm__img {
        width: 50%;
    }

    .comm__btn {
        max-width: 183px;
        width: 120px;
    }
}

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

    .comm__obj {
        width: calc((293/1920)*100%);
        right: 0;
        top: 70%;
    }

    .comm__left {
        width: 50%;
        padding: 0;
    }

    .comm__txtrwap {
        max-width: 600px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .comm__img {
        width: 50%;
    }

    .comm__btn {
        max-width: 183px;
        width: 100%;
    }
}



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

.menu__obj {
    max-width: 292px;
    width: calc((292/1920)*150%);
    left: 0;
    top: 60%;
    transform: translate(0, -50%);
    z-index: -1;
}

.menu__item {
    max-width: 560px;
    margin: 0 auto 30px;

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

.menu__h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);

    .fs-45 {
        font-size: 2rem;
    }

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

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

    .menu__obj {
        width: calc((292/1920)*100%);
        left: 0;
        top: 60%;
    }

    .menu__item {
        width: 48%;
        margin: 0;

    }

    .menu__h3 {

        .fs-45 {
            font-size: 3rem;
        }

    }

}

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

    .menu__obj {
        width: calc((292/1920)*100%);
        left: 0;
        top: 60%;
    }

    .menu__item {
        width: 48%;

    }

    .menu__h3 {

        .fs-45 {
            font-size: 4.5rem;
        }

    }
}



/*============================
   guide
============================*/

.guide {
    padding: 60px 0 0;
}

.guide__obj {
    max-width: 162px;
    width: calc((162/1920)*150%);
    right: 0;
    top: 90%;
    transform: translate(0, -50%);
    z-index: -1;
}

.guide__img {
    width: 90%;
    margin: 0;
    z-index: 99;
    position: relative;
}

.guide__right {
    position: relative;
    width: 95%;
    margin: 0 0 0 auto;
    padding: 30px 5%;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 30px);
        background: #fff;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
}

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

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

    .guide__obj {
        width: calc((162/1920)*100%);
        right: 0;
        top: 75%;
    }

    .guide__flex {
        align-items: flex-start;
    }

    .guide__img {
        width: 40%;
        margin: 5% 0 0;
    }

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

        &::before {
            width: 180%;
            height: 100%;
            left: auto;
            right: 0;
            bottom: 0;
        }
    }

}

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

    .guide__obj {
        width: calc((162/1920)*100%);
        right: 0;
        top: 75%;
    }

    .guide__img {
        width: 40%;
        margin: 3% 0 0;
    }

    .guide__right {
        width: 50%;
        margin: 0 0 0 auto;
        padding: 100px 5% 80px 0;

        &::before {
            width: 180%;
            height: 100%;
            right: 0;
            bottom: 0;
        }
    }

    .guide__txtwrap {
        max-width: 552px;
    }
}


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

.staff__left {
    margin-bottom: 60px;
}

.staff__obj {
    max-width: 1052px;
    width: calc((1052/300)*50%);
    transform: translate(-50%, -50%);
    top: 100%;
    left: 30%;
    z-index: -2;
    pointer-events: none;
}

.staff__ttl {
    width: fit-content;

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

.staff__btn {
    display: block;
    max-width: 183px;
    width: 120px;

}

.staff__items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.staff__img {
    width: 50%;
    max-width: 315px;
}

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

    .staff__left {
        width: 30%;
        margin-bottom: 0;
    }

    .staff__right {
        width: 65%;
    }

    .staff__obj {
        width: calc((1052/300)*70%);
        top: 60%;
        left: 30%;
    }


    .staff__btn {
        max-width: 183px;
        width: 120px;

    }
    .staff__items{
        width: 105%;
    }
    .staff__img {
        width: 25%;

    }
    
}

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

        .inner {
            max-width: 1920px;
            max-width: none;
            padding: 0 0 0 1%;
        }
    }

    .staff__left {
        width: 25%;
    }

    .staff__right {
        width: 70%;

    }

    .staff__txtwrap {
        max-width: 320px;
        margin: 0 0 0 auto;
    }

    .staff__obj {
        width: calc((1052/300)*70%);
        top: 60%;
        left: 30%;
    }


    .staff__btn {
        max-width: 183px;
        width: 100%;

    }

    .staff__items {
        width: 100%;
    }

    .staff__img {
        width: 25%;

    }
}


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

.recruit {
    padding: 60px 0 0;
}

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

.rec__right {
    position: relative;
    width: 95%;
    margin: -30px auto 0;
    padding: 30px 5%;
    background: #fff;

}

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

.rec__btn {
    max-width: 192px;
    width: 100px;
    margin: 10px auto 0;
    display: block;
}

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

    .rec__img {
        width: 52%;
        margin: 0 -2% 0 0;

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

    .rec__right {
        width: 50%;
        margin: 0;
        padding: 30px 5%;

    }

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

    .rec__btn {
        max-width: 192px;
        width: 100px;
        margin: 0 0 0 1em;
    }

}

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

    .rec__img {
        width: 52%;
        margin: 0 -2% 0 0;
        & img {
            min-height: 400px;
        }
    }

    .rec__right {
        width: 50%;
        padding: 50px 5% 100px;

    }

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

    .rec__btn {
        max-width: 192px;
        width: auto;
        margin: 0 0 0 1em;
    }

}


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


}

.news__obj {
    max-width: 180px;
    width: calc((180/1920)*150%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.news__box {
    padding: 30px 5%;
    background: #fff;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid 1px #0dac67;
        top: 5px;
        left: -5px;
        pointer-events: none;
    }
}

.news__flower {
    max-width: 195px;
    width: calc((195/1200)*100%);
    left: 0;
    top: 5%;
    transform: translate(0, -50%);
}

.news__ttl {

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

}

.news__atc {
    display: block;
    margin-bottom: 2em;

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

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__date {
    margin-right: 1em;
}

.news__cat {
    width: fit-content;
    padding: 0 1em;
    background: #0dac67;
    color: #fff;
    font-size: 1.2rem;
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;

}

.news__btn {
    display: block;
    max-width: 183px;
    width: 120px;
    margin: 1em 0 0 auto;
}

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

    .news__obj {
        width: calc((180/1920)*100%);
        right: 0;
        top: 50%;
    }

    .news__box {
        padding: 50px 5%;

        &::before {
            top: 5px;
            left: -5px;
        }
    }

    .news__flower {
        width: calc((195/1200)*100%);
        left: 0;
        top: 5%;
    }


    .news__atc {
        margin-bottom: 2em;

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


    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        padding: 0 1em;
        font-size: 1.2rem;
    }

    .news__atc--ttl {
        padding-left: 1em;
        margin-top: 0;

    }

    .news__btn {
        max-width: 183px;
        width: 120px;
        margin: 1em 0 0 auto;
    }

}

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

    .news__obj {
        width: calc((180/1920)*100%);
        right: 0;
        top: 50%;
    }

    .news__box {
        padding: 60px 10%;

        &::before {
            top: 10px;
            left: -10px;
        }
    }

    .news__flower {
        width: calc((195/1200)*100%);
        left: 0;
        top: 5%;
    }


    .news__atc {
        margin-bottom: 2em;

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


    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        padding: 0 1em;
        font-size: 1.3rem;
    }

    .news__atc--ttl {
        padding-left: 2em;
        margin-top: 0;

    }

    .news__btn {
        max-width: 183px;
        width: 100%;
        margin: 1em 0 0 auto;
    }



}