@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: 752px;
    width: 60%;
    position: absolute;
    top: 50%;
    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__copy {
        max-width: 752px;
        width: calc((752/1920)*100%);
        top: 50%;
        left: 50%;
    }

    .kv__scroll {
        max-width: 25px;
        min-width: 10px;
        width: calc((25/1092)*100%);
        position: absolute;
        top: 60%;
        left: 3%;
        transform: translate(0, -50%);
        display: block;
        z-index: 9;
    }


}


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


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

    .kv__scroll {
        width: calc((25/1092)*100%);
        top: 60%;
        left: 3%;
    }


}

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

.conc__ttl {
    .font-en {
        margin-bottom: .5em;
    }

    .txt {
        white-space: normal;
        line-height: 1.5;
        display: block;
    }
}

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

    .conc__ttl {
        .font-en {
            margin-bottom: .5em;
        }

        .txt {
            white-space: normal;
            line-height: 1.5;
            display: inline-block;
        }
    }
}

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


/*============================
   commitment
============================*/
.commitment {
    padding: 60px 0;
    background: #eae5db;
}

.comm__ttl {
    .txt {
        display: flex;
        align-items: center;
        margin-bottom: .5em;
    }

    & img {
        max-width: 27px;
        width: 18px;
        margin-right: 1em;
    }
}

.comm__img {
    width: 110%;
    margin-left: -5%;
}

.comm__ul {
    margin-top: -3em;
}

.comm__li {
    margin-bottom: 1em;

    .num {
        display: block;
    }

    .txt {
        display: block;
        margin-left: 1em;
    }
}
.comm__btn{
    margin: 2em 0 0 auto;
}
.comm__img02 {
    width: 110%;
    margin-left: -5%;
}

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

    .comm__ttl {
        width: 50%;
        margin: 0 0 -5em auto;
        padding-left: 2em;

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

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

        & img {
            max-width: 27px;
            width: 20px;
            margin-right: 1em;
        }
    }

    .comm__img {
        width: 100%;
        margin: auto;
    }

    .comm__ul {
        margin: -8em 0 -3em;
    }

    .comm__li {
        margin-bottom: 1em;
        width: fit-content;

        .num {
            display: block;
        }

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

        &:nth-child(2) {
            margin: 0 auto 1em;
        }

        &:nth-child(3) {
            margin: 0 0 0 auto;
        }
    }

    .comm__img02 {
        width: 100%;
        margin-left: 0;
    }
}

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

    .comm__ttl {
        width: 50%;
        margin: 0 0 -9em auto;
        padding-left: 3em;

        .font-en {
            font-size: 8rem;
        }

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

        & img {
            max-width: 27px;
            width: 27px;
            margin-right: 1em;
        }
    }

    .comm__img {
        width: 100%;
        margin: auto;
    }

    .comm__ul {
        max-width: 1400px;
        margin: -250px auto -3em;
    }

    .comm__li {
        margin-bottom: 1em;

        .num {
            line-height: 1;
        }

        .txt {
            margin-left: 1em;
        }

        &:nth-child(2) {
            margin: 0 auto 1em;
        }

        &:nth-child(3) {
            margin: 0 0 0 auto;
        }
    }

}


/*============================
   contents
============================*/
.cont__item {
    height: 350px;
    background: url(../images/menu_bg01.png) no-repeat center center/cover;
    color: #fff;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: center;

    &:nth-child(2) {
        background: url(../images/menu_bg02.png) no-repeat center center/cover;
    }
}

.cont__container {
    width: 100%;
}

.cont__ttl {
    .txt {
        margin-bottom: .5em;
    }

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

.conc__btn {
    border-color: #fff;
    color: #fff;

}

@media screen and (min-width:768px) {
    .cont__item {
        height: 500px;
        width: 50%;

        padding: 20px 5%;
    }



    .cont__ttl {
        margin-bottom: 30px;


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


}

@media screen and (min-width:1025px) {
    .cont__items {
        max-width: 1920px;
        margin: 0 auto;
    }

    .cont__item {
        height: 925px;
        width: 50%;
        padding: 20px 5%;
    }



    .cont__ttl {
        margin-bottom: 60px;


        .font-en {
            font-size: 13rem;
        }
    }
}

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

.staff__ttl {
    display: flex;
    align-items: center;
    font-size: 4rem;
    justify-content: flex-end;
    margin-bottom: -.3em;
    z-index: 1;

}

.staff__copy {
    max-width: 610px;
    width: 260px;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.staff__atc {
    width: 80%;
    margin-bottom: 20px;

    &:nth-child(odd) {
        margin: 0 0 20px auto;
    }
}

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

    .staff__ttl {
        font-size: 6rem;
        margin-bottom: -80px;

    }

    .staff__copy {
        max-width: 610px;
        width: 260px;
        top: 90%;
        left: 35%;
    }

    .staff__atc {
        width: 24%;
        max-width: 360px;
        margin-bottom: 0;

        &:nth-child(odd) {
            margin: 0;
        }

        &:nth-child(3) {
            margin-top: 30px;
        }

        &:nth-child(4) {
            margin-top: 60px;
        }

        &:nth-child(5) {
            margin-top: 90px;
        }
    }

    .staff__btn {
        margin: -50px auto 0 0;
    }
}

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

    .staff__ttl {
        font-size: 12rem;
        margin-bottom: -100px;

    }

    .staff__copy {
        max-width: 610px;
        width: 35.46%;
        top: 90%;
        left: 35%;
    }

    .staff__atc {
        width: 24%;
        max-width: 360px;
        margin-bottom: 0;

        &:nth-child(odd) {
            margin: 0;
        }

        &:nth-child(3) {
            margin-top: 60px;
        }

        &:nth-child(4) {
            margin-top: 120px;
        }

        &:nth-child(5) {
            margin-top: 180px;
        }
    }

    .staff__btn {
        margin: -150px auto 0 0;
    }
}


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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #eae5db;
        top: 0;

        z-index: -1;
        left: 0;
    }


}

.rec__left {
    position: relative;
    margin-bottom: 30px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 95%;
        border: solid 1px #b3a78f;
        left: -50%;
        top: -10%;
    }
}

.rec__ttl {
    .font-en {
        font-size: 4rem;
    }

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

.rec__txt {
    margin-bottom: 40px;
}

.rec__item {
    margin-bottom: 20px;

    & a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 250px;
        background: url(../images/recruit_bg01.jpg) no-repeat center center/cover;
        color: #fff;
    }
}

.rec__h3 {
    margin-bottom: 20px;
    text-align: center;

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

.rec__btn02 {
    height: 40px;
    border-radius: 0;


    &::after {
        display: none;
    }
}


.rec__item:nth-child(2),
.rec__item:nth-child(3) {

    & a {
        height: 200px;
        background: url(../images/recruit_bg02.jpg) no-repeat center center/cover;
    }

    .rec__btn02 {
        background: none;
        color: #fff;
        border: solid 1px #fff;

        &::after {
            display: none;
        }
    }
}

.rec__item:nth-child(3) a {
    background: url(../images/recruit_bg03.jpg) no-repeat center center/cover;
}

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

    .rec__left {
        width: 35%;
        margin-bottom: 0;

        &::before {
            width: 100%;
            height: 95%;
            left: -50%;
            top: -10%;
        }
    }

    .rec__ttl {
        .font-en {
            font-size: 4rem;
        }

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

    .rec__txt {
        margin-bottom: 40px;
    }

    .rec__items {
        width: 60%;
    }

    .rec__item {
        margin-bottom: 15px;

        &:nth-child(1) {
            width: 100%;
        }

        & a {
            height: 200px;
        }
    }

    .rec__h3 {
        margin-bottom: 20px;

    }

    .rec__btn02 {
        height: 40px;
        max-width: 80%;
        margin: 0 auto;

    }


    .rec__item:nth-child(2) {
        width: 38%;

        & a {
            height: 160px;
        }
    }

    .rec__item:nth-child(3) {
        width: 59%;

        & a {
            height: 160px;
        }

    }

}

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

    .rec__left {
        width: 35%;

        &::before {
            width: 100%;
            height: 95%;
            left: -50%;
            top: -10%;
        }
    }

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

    .rec__ttl {
        .font-en {
            font-size: 10rem;
        }

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

    .rec__txt {
        margin-bottom: 120px;
        max-width: 390px;
    }

    .rec__items {
        width: 60%;
    }

    .rec__item {
        margin-bottom: 20px;

        &:nth-child(1) {
            width: 100%;
        }

        & a {
            height: 400px;
        }
    }

    .rec__h3 {
        margin-bottom: 20px;

    }

    .rec__btn02 {
        height: 40px;
        width: 160px;
        max-width: 80%;
        margin: 0 auto;

    }



    .rec__item:nth-child(2) {
        width: 38%;

        & a {
            height: 400px;
        }
    }

    .rec__item:nth-child(3) {
        width: 59%;

        & a {
            height: 400px;
        }

    }


}

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

.salon__img {
    margin-bottom: 30px;
}

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

    }

    &::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 1px;
        background: #333;
        left: 0;
        bottom: -1em;
        transform: translate(-50%);
    }
}

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

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

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

.salon iframe {
    width: 100%;
    display: block;
    height: 260px;
}

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

    .salon__img {
        width: 45%;
        margin-bottom: 0;
        z-index: 1;
    }

    .salon__right {
        width: 48%;
    }

    .salon__ttl {

        &::before {
            width: 200px;
            height: 1px;
            bottom: -1em;
        }
    }

    .salon__li {
        margin-bottom: 1em;
    }

    .salon__th {
        width: 7em;
    }

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

    .salon iframe {
        height: 300px;
    }
}

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

        .inner__mid {
            max-width: 1600px;
        }
    }

    .salon__img {
        width: 45%;
    }

    .salon__right {
        width: 48%;
    }

    .salon__ttl {

        &::before {
            width: 500px;
            height: 1px;
            bottom: -1em;
        }
    }

    .salon__li {
        margin-bottom: 1em;
    }

    .salon__th {
        width: 10em;
    }

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

    .salon iframe {
        height: 430px;
    }
}