@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

.txt_link01 {
    padding: 60px 15px 0;

    & a {
        display: inline-block;
        width: 100%;
        max-width: 500px;
        text-align: left;
        color: inherit;
        text-decoration: none;
        position: relative;
        padding: 0.2em 0.5em;
        background: -webkit-linear-gradient(to right, #FD5335, #FF7086);
        background: linear-gradient(to right, #FD5335, #FF7086);
        color: white;
        font-weight: lighter;
        position: relative;

        &:visited,
        &:hover {
            color: #fff;
            text-decoration: none;
            opacity: 1;
        }


        &::before {
            content: '';
            position: absolute;
            top: 0;
            right: 8px;
            bottom: 0;
            margin: auto;
            width: 32px;
            height: 32px;
            background-image: url(../images/arw_right.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }



        & strong {
            font-weight: lighter;
            font-size: 24px;

        }

        & span {
            font-size: 17px;
            font-weight: lighter;
        }

    }
}

/* re01 front
----------------------------------------------------------*/
.re01_mv {
    height: 100svh;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;

    .bg01 {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        width: 100%;
        height: 100%;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }

    &::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1000px;
        z-index: 2;
    }

    .inner {
        .mv01 {
            position: absolute;
            right: 0px;
            top: 0;
            width: 950px;
            z-index: 3;
        }

        .col {
            height: 100svh;
            width: 460px;
            z-index: 1;
            position: relative;
        }

    }


}

.re01_ttl {
    text-align: center;
    margin-bottom: 7rem;
    position: relative;

    @media(max-width: 767px) {
        margin-bottom: 4rem;
    }

    .back {
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;

        @media(max-width: 767px) {
            bottom: 31px;
            max-width: 100%;
            width: 375px;
        }

        & img {
            width: 100%;
        }
    }

    .jn {
        font-weight: 400;
        font-size: 40px;
        letter-spacing: .08em;
        line-height: 1.4;
        text-align: center;
        color: #222;
        display: inline-block;
        background: rgba(255, 255, 255, 0.5);
        position: relative;

        @media(max-width: 767px) {
            font-size: 28px;
        }
    }

    .en {
        margin-top: 20px;
        display: block;
        margin-top: 5px;
        font-family: "Familjen Grotesk", sans-serif;
        font-weight: 500;
        font-size: 21px;
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
        color: #ccc;

        @media(max-width: 767px) {
            margin-top: 0;
            font-size: 17px;
        }

        &.red {
            color: var(--color-prim);
        }

        &.green {
            color: var(--color-green);

        }

        &.ao {
            color: var(--color-ao);
        }

        &.kiro {
            color: var(--color-kiro);
        }

        &.mido {
            color: var(--color-mido);
        }

        &.aka {
            color: var(--color-prim);
        }
    }
}

.sec01 {
    padding-top: 280px;

    @media(max-width: 767px) {
        padding: 75px 3.2vw 0;
    }

    .btn {
        text-align: center;
        margin-top: 10rem;

        @media(max-width: 767px) {
            margin-top: 3rem;
        }

        .wrap {
            padding: 15px 30px;
            display: inline-block;
            background: #fff;

            /*box-shadow: 0 3px 30px rgba(90, 90, 90, .175);*/
            @media(max-width: 767px) {
                padding: 4px 20px 10px;
            }

        }

        & a {
            display: inline-block;
            padding-left: 34px;
            position: relative;
            color: inherit;
            text-decoration: none;

            @media(max-width: 767px) {
                padding-left: 22px;
            }

            &::before {
                content: '';
                top: 4px;
                bottom: 0;
                left: 0;
                margin: auto;
                position: absolute;
                background-image: url(../assets/arw_red.png);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 24px;
                height: 24px;

            }

            & span {
                display: inline-block;
                font-size: 1.8rem;
                line-height: 1;
                padding-bottom: 4px;
                border-bottom: 2px solid var(--color-prim);

                @media(max-width: 767px) {
                    font-size: 13px;
                    border-bottom: 1px solid var(--color-prim);
                }
            }
        }
    }

    .notxt {

        font-size: 17px;
        padding: 10px;

        @media(max-width: 767px) {
            padding: 8px;
            font-size: 14px;
        }
    }
}

.sec01 .inner {
    padding: 40px;
    max-width: 1000px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(90, 90, 90, .175);

    @media(max-width: 767px) {
        padding: 10px 3.2vw 25px;
    }
}

@media(max-width: 767px) {
    .sec01 .btn a::before {
        width: 16px;
        height: 16px;
        top: 7px;
    }
}


.re01_tags {
    gap: 10px;

    .re01_address {
        .txt {
            background: var(--color-prim);
            color: #fff;
            width: 100px;
            height: 34px;
            line-height: 34px;
            font-size: 17px;
            padding-left: 10px;
            font-weight: 500;
            position: relative;
            clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);

            @media(max-width: 767px) {
                font-size: 11px;
                height: 22px;
                line-height: 22px;
                width: 70px;

            }
        }
    }

    .flag span {
        height: 34px;
        line-height: 34px;
        display: block;

        @media(max-width: 767px) {
            font-size: 11px;
            height: 22px;
            line-height: 22px;

        }
    }
}

.re01_sch_item01 {
    .wrap {
        border-bottom: 2px dashed #e1e1e1;

        @media(max-width: 767px) {
            align-items: start;
        }

        .img {
            width: 185px;
            height: 120px;
            font-size: 0;

            @media(max-width: 767px) {
                width: 60px;
                height: 68px;
                padding-top: 8px;
            }

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }

        .col {
            width: calc(100% - 185px);
            padding: 15px;

            @media(max-width: 767px) {
                width: calc(100% - 60px);
                padding: 8px;
            }

            .ttl {
                line-height: 1.25;
                margin: 15px 0;

                @media(max-width: 767px) {
                    font-size: 15px;
                    margin: 8px 0;
                }
            }

            .list {
                font-size: 17px;
                font-weight: normal;

                @media(max-width: 767px) {
                    font-size: 11px;
                }

                & dt {
                    padding-left: 15px;
                    padding-right: 15px;

                    @media(max-width: 767px) {
                        width: 50px;
                        padding-right: 5px;
                        padding-left: 0;
                    }

                    &:first-of-type {
                        padding-left: 0;
                    }
                }

                & dd {
                    padding-right: 15px;
                    border-right: 1px solid #222;

                    @media(max-width: 767px) {
                        border-right: none;
                        width: calc(100% - 50px);

                    }

                    &:last-of-type {
                        border-right: none;
                    }
                }
            }
        }
    }
}


.sec04 {
    padding-bottom: 15rem;
    margin-top: 150px;
    padding-top: 200px;

    @media(max-width: 767px) {
        padding-top: 5rem;
        margin-top: 5rem;
        padding-bottom: 5rem;
    }

    .wrap2 {
        text-align: center;

        @media(max-width: 767px) {
            text-align: left;
            font-size: 14px;
            width: 100%;
        }
    }

    .wrap {
        background: #fff;
        box-shadow: 0 3px 30px rgba(90, 90, 90, .175);

        @media(max-width: 767px) {
            background: rgba(255, 255, 255, 0.15);
        }

        .img {
            width: 400px;
            height: 235px;
            font-size: 0;

            @media(max-width: 767px) {
                width: 100%;
            }

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }

        .col {
            width: calc(100% - 400px);
            padding: 0px 4rem 0 4rem;

            @media(max-width: 767px) {
                width: 100%;
                padding: 2rem 1rem;
            }

            .ttl {
                font-size: 2.1rem;
                line-height: 1.6;
                margin-bottom: 3rem;
                padding-left: 1rem;
                border-left: 4px solid var(--color-ao);

                @media(max-width: 767px) {
                    font-size: 17px;
                    margin-bottom: 2rem;
                }
            }

            .txt {
                font-size: 1.7rem;
                line-height: 1.6;
                padding-left: 2rem;

                @media(max-width: 767px) {
                    font-size: 13px;
                    padding-left: 1rem;
                }
            }
        }
    }

    .list {
        margin-top: 4rem;
        background: #fff;
        box-shadow: 0 3px 30px rgba(90, 90, 90, .175);
        padding: 30px 30px;

        @media(max-width: 767px) {
            padding: 20px 10px;
        }

        & dt {
            border-bottom: 2px solid var(--color-kiro);
            padding-bottom: 10px;

            & span:nth-of-type(1) {
                width: 48px;
                height: 48px;

                @media(max-width: 767px) {
                    width: 32px;
                    height: 32px;
                }

                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    object-position: center;
                }

            }

            & span:nth-of-type(2) {
                padding-left: 16px;
                font-size: 2.1rem;
                line-height: 1.6;

                @media(max-width: 767px) {
                    font-size: 1.7rem;
                    padding-left: 10px;
                }
            }

        }

        & dd {
            margin-top: 3rem;

            @media(max-width: 767px) {
                margin-top: 1.5rem;
            }

            & .cap {
                text-align: center;
                margin-top: 5rem;

                @media(max-width: 767px) {
                    margin-top: 2.5rem;
                }

                span {
                    background: #f5f5f5;
                    font-size: 1.7rem;
                    font-weight: normal;
                    padding: 10px 15px;

                    @media(max-width: 767px) {
                        font-size: 11px;
                    }
                }
            }

            @media(max-width: 767px) {
                margin-top: 2rem;
            }

            .zip {
                gap: 20px;
                margin-top: 7rem;

                @media(max-width: 767px) {
                    gap: 10px 15px;
                    margin-top: 3.5rem;
                }

                .item {
                    /*width: calc((100% - 60px)/4);

                    @media(max-width: 767px) {
                        width: calc((100% - 30px)/3);
                    }*/


                    & a {
                        display: inline-block;
                        padding-left: 34px;
                        position: relative;
                        color: inherit;
                        text-decoration: none;

                        @media(max-width: 767px) {
                            padding-left: 22px;
                        }


                        &::before {
                            content: '';
                            top: 4px;
                            bottom: 0;
                            left: 0;
                            margin: auto;
                            position: absolute;
                            background-image: url(../assets/arw_kiro.png);
                            background-size: contain;
                            background-position: center;
                            background-repeat: no-repeat;
                            width: 24px;
                            height: 24px;
                        }

                        & span {
                            display: inline-block;
                            font-size: 1.8rem;
                            line-height: 1;
                            padding-bottom: 4px;
                            border-bottom: 2px solid var(--color-kiro);

                            @media(max-width: 767px) {
                                font-size: 13px;
                                border-bottom: 1px solid var(--color-kiro);
                            }
                        }
                    }

                    &:nth-of-type(n+2) a {
                        &::before {
                            background-image: url(../assets/arw_ao.png);
                        }

                        & span {
                            border-color: var(--color-ao);
                        }
                    }
                }
            }
        }
    }
}

.front_shops {
    gap: 40px;

    @media(max-width: 767px) {
        gap: 20px;
    }
}

.front_shops .goods_shop {
    width: calc((100% - 80px) / 3);

    @media(max-width: 767px) {
        width: calc((100% - 20px) / 2);
    }
}

@media(max-width: 767px) {
    .front_shops .goods_shop:nth-of-type(n+7) {
        display: none;
    }
}

.goods_shop {
    /*width: 100%;*/
    position: relative;

    &>a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .goods_img {
        position: relative;
        font-size: 0;
        width: 100%;
        height: 200px;

        @media(max-width: 767px) {
            height: 100px;
        }

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }

    .goods_name {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
        padding: 10px 0px;

        @media(max-width: 767px) {
            font-size: 14px;
            padding: 5px 0;
        }
    }

    .goods_zip {
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
        padding: 5px 8px;
        background: var(--color-kiro);
        color: #fff;
        font-size: 15px;

        @media(max-width: 767px) {
            font-size: 12px;
            padding: 2px 4px;
        }
    }
}

@media(max-width: 767px) {
    .sec04 .list dd .zip .item a::before {
        width: 16px;
        height: 16px;
        top: 7px;
    }
}

.sec02 {
    margin-top: 150px;
    padding-top: 200px;

    @media(max-width: 767px) {
        padding-top: 5rem;
        margin-top: 5rem;
    }

    .item {
        background: #fff;
        box-shadow: 0 3px 30px rgba(90, 90, 90, .175);

        @media(max-width: 767px) {
            background: rgba(255, 255, 255, 0.15);
        }


        .img {
            width: 400px;
            padding: 0 10px;
            font-size: 0;

            @media(max-width: 767px) {
                width: 100%;
            }
        }

        .col {
            width: calc(100% - 400px);
            padding: 4rem;

            @media(max-width: 767px) {
                width: 100%;
                padding: 2rem 1rem;
            }

            .ttl {
                font-size: 2.1rem;
                line-height: 1.6;
                margin-bottom: 3rem;
                padding-left: 1rem;
                border-left: 4px solid var(--color-mido);

                @media(max-width: 767px) {
                    font-size: 17px;
                    margin-bottom: 2rem;
                }
            }

            .txt {
                font-size: 1.7rem;
                line-height: 1.6;
                padding-left: 2rem;

                @media(max-width: 767px) {
                    font-size: 13px;
                    padding-left: 1rem;
                }
            }

            .btns {
                margin-top: 3rem;
                gap: 0px;

                .btn {
                    width: 50%;

                    & a {
                        display: inline-block;
                        padding-left: 34px;
                        position: relative;
                        color: inherit;
                        text-decoration: none;

                        @media(max-width: 767px) {
                            padding-left: 22px;
                        }

                        &::before {
                            content: '';
                            top: 4px;
                            bottom: 0;
                            left: 0;
                            margin: auto;
                            position: absolute;
                            background-image: url(../assets/arw_mido.png);
                            background-size: contain;
                            background-position: center;
                            background-repeat: no-repeat;
                            width: 24px;
                            height: 24px;

                        }

                        & span {
                            display: inline-block;
                            font-size: 1.8rem;
                            line-height: 1;
                            padding-bottom: 4px;
                            border-bottom: 2px solid var(--color-mido);

                            @media(max-width: 767px) {
                                font-size: 13px;
                                border-bottom: 1px solid var(--color-mido);
                            }
                        }

                    }

                }
            }
        }
    }
}

@media(max-width: 767px) {
    .sec02 .item .col .btns .btn a::before {
        width: 16px;
        height: 16px;
        top: 7px;
    }
}


.sec03 {
    .item {
        .col {
            .ttl {
                border-left: 4px solid var(--color-kiro);
            }

            .btns {
                .btn {
                    & a {
                        &::before {
                            background-image: url(../assets/arw_kiro.png);
                        }

                        & span {
                            border-color: var(--color-kiro);
                        }

                    }

                }
            }
        }
    }
}

.sec00 {

    background: linear-gradient(90deg, rgba(77, 231, 183, 1) 0%, rgba(210, 255, 157, 1) 100%);
    padding: 50px;

    @media(max-width: 767px) {
        padding: 3.2vw 0;
    }

    & ul {
        & li {
            width: 50%;
            font-size: 0;
        }
    }
}

.page-id-206 #wrap_page {
    background: rgba(245, 245, 245, .25);

    &::before {
        /*display: none;*/
    }
}

.page-id-206 .header {
    height: 0;
}

/*recruit*/
.link_recruit {
    margin-top: 55px;
    padding: 0 15px;

    & a {
        text-align: left;
        max-width: 500px;
        width: 100%;
        position: relative;
        display: inline-block;
        background-color: #EE7800;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        line-height: 1.4;
        /*padding: 20px 135px 20px 50px;*/
        padding: 20px 115px 20px 25px;
        text-align: center;

        @media(max-width: 767px) {
            font-size: 14px;
            padding: 20px 100px 20px 5px;
        }

        &:hover,
        &:visited {
            color: #fff;
        }

        & span {
            font-size: 24px;

            @media(max-width: 767px) {
                font-size: 18px;

            }
        }

        &::before {
            width: 100px;
            height: 130px;
            background-image: url(../assets/icn_recruit01.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            content: '';
            position: absolute;
            bottom: 8px;
            right: 8px;
            transform: scaleX(-1);
        }
    }
}





.wrap_slider05 {
    padding: 0 0 60px 0;
    margin-bottom: 100px;

    .slider05 {
        .slide05 {
            .item {
                background: #fff;
                box-shadow: 0 3px 30px rgba(90, 90, 90, .175);
                width: 100%;
                height: 410px;

                position: relative;

                @media(max-width: 767px) {
                    height: calc(315 / 375 * 100vw);
                }


                &>a {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .img {
                    width: 100%;
                    height: 240px;
                    font-size: 0;

                    @media(max-width: 767px) {
                        height: calc(160 / 375 * 100vw);
                    }

                    & img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                }

                .ttl {
                    font-size: 18px;
                    padding: 10px 15px;

                    @media(max-width: 767px) {
                        font-size: 15px;
                    }
                }

                .txt {
                    font-size: 15px;
                    padding: 0px 15px 10px;

                    @media(max-width: 767px) {
                        font-size: 13px;
                    }
                }
            }

        }
    }
}

.mv03 {
    padding-top: 120px;

    .wrap {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        padding: 0 60px;
        gap: 30px;
        position: relative;

        .img {
            font-size: 0;
            width: calc((100% - 60px) / 3);
        }

        .ttl {
            position: absolute;
            bottom: 0;
            left: 60px;


            & span {
                display: block;
                font-size: min(6.8vw, 130px);
                font-family: "Dela Gothic One", serif !important;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                color: #000;
                -webkit-text-stroke: 3px var(--color-prim);
                text-stroke: 3px var(--color-prim);
            }
        }
    }
}

.mv03_sp {
    .wrap {
        position: relative;
        padding-bottom: 25svh;

        .img {
            font-size: 0;
            width: 100%;
            height: calc(100svh / 4);

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }
        }

        .img01 {
            background-color: var(--color-prim);
        }

        .img02 {
            background-color: var(--color-mido);
        }

        .img03 {
            background-color: var(--color-kiro);
        }

        .ttl {
            position: absolute;
            height: 25svh;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 1.5vh 0;

            & span {
                display: block;
                font-family: "Dela Gothic One", serif !important;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                color: #000;
                font-size: max(44px, 12vw);
            }
        }
    }
}

.wrap_slider05 .swiper-pagination-bullet-active {
    background: var(--color-prim);
}

.wrap_slider05 .swiper-button-prev {
    top: calc(50% - 0px);
    left: -22vw;
    right: 0;
    margin-left: auto;
    background: var(--color-prim);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-right: 3px;
    margin-right: auto;
    color: var(--color-white, var(--color-white));
    box-shadow: 0 3px 30px rgba(90, 90, 90, .175);

    @media(max-width: 767px) {
        left: -84vw;
        top: calc(50% - 20px);
    }
}

.wrap_slider05 .swiper-button-next {
    top: calc(50% - 0px);
    left: 0;
    right: -22vw;
    margin-left: auto;
    background: var(--color-prim);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-left: 3px;
    margin-right: auto;
    color: var(--color-white, var(--color-white));
    box-shadow: 0 3px 30px rgba(90, 90, 90, .175);

    @media(max-width: 767px) {
        right: -84vw;
        top: calc(50% - 20px);
    }
}

.wrap_slider05 .swiper-button-next:after,
.wrap_slider05 .swiper-button-prev:after {
    font-family: "Dela Gothic One", serif !important;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.wrap_slider05 .swiper-button-next:after {
    content: '▶';
}

.wrap_slider05 .swiper-button-prev:after {
    content: '◀';
}


.mv04 .img {
    text-align: center;
    font-size: 0;
    width: 100%;
    height: auto;

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left bottom;
    }
}

.home .header {
    height: 0;
}

.mv04+.schedule_front {
    margin-top: 7rem;
}

@media(max-width: 767px) {}


.wrap_bigbnr01 {
    position: relative;
    padding: 50px 35px 15px;
    background: var(--color-ao);
    border-radius: 40px;

    &>a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .img {
        width: 45%;
        font-size: 0;
        margin-top: -108px;
        margin-left: -40px;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }

    .col {
        width: 55%;
        padding-left: 50px;

        & .ttl {
            font-size: 36px;
            font-weight: bold;
            line-height: 1.2;
            color: #f0dc05;
        }

        & .txt {
            font-size: 18px;
            line-height: 1.25;
            margin-top: 2rem;
            color: #f0dc05;
        }

        &>.btn {
            text-align: center;

            & a {
                text-decoration: none;
                color: #f0dc05;
                border: 2px solid;
                line-height: 1;
                display: inline-block;
                padding: 15px;
                font-size: 25px;
                margin-top: 30px;

                &:hover, &:visited {
                    color: #f0dc05;
                }
            }
        }
    }
}

@media(max-width: 767px) {
    .wrap_bigbnr01 {
        position: relative;
        padding: 60px 10px 25px;
        border-radius: 20px;
        
        .img {
            margin-top: -85px;
            margin-left: 0px;
            width: 100%;
        }
    
        .col {
            width: 100%;
            padding-left: 0px;
            padding: 20px 20px 0;
    
            & .ttl {
                font-size: 22px;
                line-height: 1.35;
                text-align: center;
            }
    
            & .txt {
                font-size: 16px;
                line-height: 1.35;
                margin-top: 2rem;
            }
    
            &>.btn {
                text-align: center;
    
                & a {
                    border: 2px solid;
                    padding: 15px;
                    font-size: 18px;
                    margin-top: 30px;
                   }
            }
        }
    }
}

.sec05 {
    margin-top: 150px;
    padding-top: 200px;
    @media(max-width: 767px) {
        padding-top: 5rem;
        margin-top: 5rem;
    }
    .inner {
        max-width: 1440px;
       

        @media(max-width: 1279px) {
            max-width: 100%;
        }

      
    }
}