@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__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__img {
    width: 100%;

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


.kv__copy {
    max-width: 617px;
    width: calc((617/1920)*200%);
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 75%;
    left: 65%;
    transform: translate(-50%, -50%);
}

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

.kv__scroll {
    display: none;
}




/* 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: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


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

}

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


.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 {
        width: calc((617/1920)*100%);
        top: 50%;
        left: 75%;
    }


}



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


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

}



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

}

.about__left {
    margin-bottom: 30px;
}

.about__ttl {
    .obj {
        max-width: 244px;
        width: 150px;
        z-index: -1;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .line {
        max-width: 468px;
        width: 240px;
        margin: 1em 0;
    }
}

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

    }

    .about__left {
        width: 45%;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .about__ttl {
        .obj {
            max-width: 244px;
            width: 200px;
            top: 50%;
            left: 0;
        }

        .line {
            max-width: 468px;
            width: 300px;
            margin: 1em 0;
        }
    }


    .about__img {
        width: 57%;
        margin-left: -2%;
    }
}

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

    }

    .about__left {
        width: 50%;
        padding: 0 0 0 5%
    }

    .about__txtwrap {
        max-width: 600px;
        margin: 0 0 0 auto;
    }

    .about__ttl {
        .obj {
            max-width: 244px;
            width: 100%;
            top: 50%;
            left: -10%;
        }

        .line {
            max-width: 468px;
            width: 100%;
            margin: 1em 0;
        }
    }


    .about__img {
        width: 55%;
        margin-left: -5%;
    }
}


/*============================
   menu
============================*/
.menu__box {
    padding: 30px 5% 0;
    border-radius: 20px;
    background: #fdfcf8;
    margin: -30px auto 0;
}

.menu__ttl {
    margin-bottom: 20px;

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

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

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

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

.menu__img {
    width: 90%;
}

.menu__h3 {
    padding: 2em 2em;
    border-radius: 10px;
    background: #f7ed98;
    position: relative;
    width: fit-content;
    margin: -3em 0 0 auto;
    position: relative;
    text-align: center;

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

    & img {
        position: absolute;
        right: 1em;
        bottom: 1em;
        width: 30px;
    }
}

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

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

@media screen and (min-width:768px) {
    .menu__box {
        padding: 40px 5% 0;
        border-radius: 20px;
        margin: -80px auto 0;
    }

    .menu__ttl {
        margin-bottom: 0;

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

    .menu__txt {
        padding: 0 1em;
        width: fit-content;
    }

    .menu__btn {
        min-width: 180px;
        margin: 0;
    }

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

    .menu__img {
        width: 90%;
    }

    .menu__h3 {
        padding: 2em 2em;
        border-radius: 10px;
        margin: -3em 0 0 auto;

        & img {
            right: 1em;
            bottom: 1em;
            width: 30px;
        }
    }


}

@media screen and (min-width:1025px) {
    .menu__top {
        width: fit-content;
        margin: 0 auto;
        display: block;
    }

    .menu__box {
        padding: 80px 5% 0;
        border-radius: 60px;
        margin: -300px auto 0;
    }

    .menu__ttl {
        margin-bottom: 0;

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

    .menu__txt {
        padding: 0 1em;
    }

    .menu__btn {

        margin: 1em 0 0;
    }

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

    .menu__img {
        width: 90%;
    }

    .menu__h3 {
        padding: 2em 2em;
        border-radius: 10px;
        margin: -3em 0 0 auto;

        & img {
            right: 1em;
            bottom: 1em;
            width: 38px;
        }
    }

}


/*============================
   product
============================*/
.product {
    padding: 60px 0;
    background: url(../images/products_bg.png) no-repeat center 100px / 100%;
}

.pro__ttl {
    margin-bottom: 20px;

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

.pro__btn {
    margin: 0 0 30px auto;
}

.pro__item {
    max-width: 362px;
    margin: 0 auto 30px;

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

.pro__price {
    padding: .25em .5em;
    border-radius: 0 10px 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #ffffff;
    display: flex;
    align-items: baseline;
}

.pro__h3 {
    margin: .5em 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}

.pro__txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

@media screen and (min-width:768px) {
    .product {
        padding: 80px 0;
        background: url(../images/products_bg.png) no-repeat center 100px / 100%;
    }

    .pro__ttl {
        margin-bottom: 0;

    }

    .pro__lead {
        margin-top: 2em;
    }

    .pro__btn {
        margin: 0 0 0 auto;
    }

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

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

        &:last-child {
            margin-top: 60px;
        }
    }

    .pro__price {
        padding: .25em .5em;
        border-radius: 0 10px 0 0;

    }

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

}

@media screen and (min-width:1025px) {
    .product {
        padding: 150px 0;
        background: url(../images/products_bg.png) no-repeat center center / 100%;
    }


    .pro__lead {
        margin-top: 2em;
    }

    .pro__btn {
        margin: 0 0 0 auto;
    }

    .pro__item {
        width: 32%;

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

        &:last-child {
            margin-top: 120px;
        }
    }

    .pro__price {
        padding: .25em .5em;
        border-radius: 0 10px 0 0;

    }

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

}

/*============================
   recruit
============================*/
.rec__bg {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.rec__box {
    padding: 30px 5% 0;
    border-radius: 20px;
    background: #fdfcf8;
    margin: -50px auto 0;
}

.rec__ttl {
    margin-bottom: 20px;

    .line {
        max-width: 468px;
        width: 260px;
        margin: 1em auto 0;
    }



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

.rec__imgwrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;

    & img {
        display: block;
        width: 45%;
    }

    .rec__obj01 {
        margin-left: -5%;
    }

    .rec__obj02 {
        margin-right: -5%;
    }
}

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

    .rec__box {
        padding: 60px 5% 0;
        border-radius: 20px;
        margin: -100px auto 0;
    }

    .rec__ttl {
        margin-bottom: 30px;

        .line {
            max-width: 468px;
            width: 300px;
            margin: 1em auto 0;
        }



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

    .rec__txt {
        max-width: 503px;
        width: 50%;
        margin: 0 auto 30px;
        position: relative;
        z-index: 1;
    }

    .rec__imgwrap {
        padding: 0;

        & img {
            position: absolute;
            transform: translate(0, -50%);
            width: 45%;
        }

        .rec__obj01 {
            margin-left: 0;
            max-width: 298px;
            width: calc((298/1486)*100%);
            left: 3%;
            top: 55%;
        }

        .rec__obj02 {
            margin-right: 0;
            max-width: 380px;
            width: calc((380/1486)*100%);
            right: 2%;
            top: 55%;
        }
    }
}

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

    .rec__box {
        padding: 150px 5% 120px;
        border-radius: 50px;
        margin: -400px auto 0;
    }

    .rec__ttl {
        margin-bottom: 30px;

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



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

    .rec__txt {
        width: 50%;
        margin: 0 auto 50px;
    }

    .rec__imgwrap {

        .rec__obj01 {
            width: calc((298/1486)*100%);
            left: 3%;
            top: 55%;
        }

        .rec__obj02 {
            width: calc((380/1486)*100%);
            right: 3%;
            top: 55%;
        }
    }
}


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

    & iframe {
        display: block;
        width: 100%;
        height: 240px;
    }
}

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

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

.info__ul {
    margin-bottom: 30px;
}

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

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

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

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

        & iframe {
            height: 240px;
        }
    }

    .info__img {
        width: 45%;
        margin: 0;
    }

    .info__right {
        width: 50%;
    }

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

    .info__ul {
        margin-bottom: 30px;
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

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

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

        & iframe {
            height: 440px;
        }
    }

    .info__img {
        width: 45%;
        margin: 0;
    }

    .info__right {
        width: 50%;
    }

    .info__ul {
        margin-bottom: 40px;
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 12em;
        position: relative;

        &::before {
            content: "・・・・・";
            position: absolute;
            width: 5em;
            height: 1.6em;
            top: 50%;
            right: 1em;
            transform: translate(0, -50%);
        }
    }

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