@charset "UTF-8";

.illust-hero {
    position: absolute;
}

.illust-hero.-no1 {
    top: 7%;
    right: -4%;
    z-index: 101;
}

.illust-hero.-no2 {
    top: 20%;
    right: -5%;
    z-index: 102;
}

.recruit_intro {
    padding-bottom: 100px;
    position: relative;
    overflow-x: clip;
}

.recruit_intro .inner {
    max-width: 1240px;
}

.img-pattern {
    position: absolute;
}

.img-pattern.-no1 {
    left: -3%;
    bottom: -36%;
}

.img-pattern.-no2 {
    right: -20%;
    bottom: -280px;
}

.icon-recruit {
    text-align: center;
    margin-bottom: 10px;
}

.recruit_ttl {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.recruit_txt {
    font-size: 17px;
    max-width: 840px;
    margin: 0 auto 70px;
}

.benefit {
    background: #FFF4DD;
    border-radius: 45px;
    padding: 70px 30px 50px;
    position: relative;
    z-index: 10;
}

.benefit_ttl {
    position: relative;
    text-align: center;
    font-size: 21px;
    width: fit-content;
    margin: 0 auto 50px;
}

.benefit_ttl span {
    font-size: 32px;
    line-height: 40px;
}

.benefit_ttl::before {
    content: '';
    width: 60px;
    height: 58px;
    background: url(/img/recruit/illust-benefit01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -80px;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.benefit_ttl::after {
    content: '';
    width: 89px;
    height: 78px;
    background: url(/img/recruit/illust-benefit02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -110px;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.benefit_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.benefit_cnt {
    width: 33%;
}

.benefit_cnt_ttl {
    position: relative;
    background: #FAB84F;
    border-radius: 20px 20px 0 0;
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
}

.benefit_cnt_ttl::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/img/recruit/bg-benefit_cnt_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
    border-radius: 20px 20px 0 0;
}

.benefit_cnt_ttl p {
    position: relative;
    z-index: 10;
}

.benefit_list {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 15px 30px;
    height: 80%;
    position: relative;
}

.benefit_list li {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
}

.benefit_list li::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: url(/img/cmn/icon-dotte_orange.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 11px;
}

.illust-benefit.-no3 {
    position: absolute;
    bottom: -16px;
    right: 10px;
}

/* job */

.job {
    background: url(/img/recruit/bg-job.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 104px 30px;
    position: relative;
    z-index: 10;
    overflow-x: clip;
}

.illust-job {
    position: absolute;
}

.illust-job.-no1 {
    left: -40px;
    top: -30px;
}

.illust-job.-no2 {
    left: 350px;
    top: -10px;
}

.illust-job.-no4 {
    left: 310px;
    top: 80px;
}

.illust-job.-no3 {
    right: 220px;
    top: 90px;
}

.sec_hd {
    margin-bottom: 80px;
    text-align: center;
}

.sec_ttl.-ja {
    font-size: 20px;
}

.sec_ttl.-en {
    font-size: 55px;
    line-height: 60px;
    font-family: 'Marcellus', serif;
}

.job .inner {
    max-width: 1240px;
}

.job_cnt_wrap {
    margin-bottom: 130px;
}

.job_cnt {
    background: #fff;
    border-radius: 45px;
    padding: 65px 60px;
    margin-bottom: 50px;
}

.no_post {
    text-align: center;
}

.job_cnt_ttl {
    font-size: 32px;
    margin-bottom: 30px;
}

.job_list dl {
    border-bottom: solid 1px #CCCCCC;
    display: flex;
}

.job_list dl:first-child {
    border-top: solid 1px #CCCCCC;
    font-size: 17px;
}

.job_list dl dt {
    padding: 30px 25px;
    background: #FFF4DD;
    width: 300px;
}

.job_list dl dd {
    padding: 30px 25px;
    width: calc(100% - 300px);
}

.reserve {
    padding: 70px 40px;
    background: #FFFBE8;
    border-radius: 45px;
    position: relative;
}

.reserve::before {
    content: '';
    width: 103px;
    height: 81px;
    background: url(/img/recruit/illust-reserve02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 60px;
    animation: pyonpyon 3s ease-in-out infinite;
}

.reserve::after {
    content: '';
    width: 120px;
    height: 140px;
    background: url(/img/recruit/illust-reserve01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 70px;
}

.reserve_txt {
    text-align: center;
    font-size: 21px;
}

.tel_num {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tel_num::before {
    content: '';
    width: 36px;
    height: 37px;
    background: url(/img/cmn/icon-tel_orange.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.open_time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
}

.open_time p {
    font-size: 19px;
    position: relative;
    padding-left: 15px;
    width: 80%;
}

.open_time p::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: url(/img/cmn/icon-dotte_orange.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
}

.cmnft {
    background: url(/img/cmn/bg-cmnft.png) #FFF4DD;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

    .sec_ttl.-ja {
        font-size: 18px;
    }

    .sec_ttl.-en {
        font-size: 40px;
        line-height: 50px;
    }

    .sec_hd {
        margin-bottom: 40px;
        text-align: center;
    }
    

    .illust-hero {
        width: 30%;
        top: 25%;
        right: -8%;
    }

    .illust-hero.-no2 {
        right: -13%;
    }

    .recruit_ttl {
        font-size: 22px;
    }

    /* benefit */

    .benefit {
        padding: 50px 20px;
    }

    .benefit_ttl {
        margin: 0 auto 20px;
    }
    
    .benefit_wrapper {
        flex-flow: column;
    }

    .benefit_ttl::before {
        width: 40px;
        height: 38px;
        left: -60px;
    }

    .benefit_ttl::after {
        width: 69px;
        height: 61px;
        right: -80px;
    }

    .benefit_cnt {
        width: 100%;
    }

    .benefit_cnt_ttl p {
        font-size: 18px;
    }

    .benefit_list {
        padding: 15px 20px;
    }


    /* job */

    .illust-job.-no1 {
        width: 40%;
        left: -20px;
    }

    .img-pattern.-no1 {
        bottom: -7.5%;
        width: 200px;
        left: -15%;
    }

    .img-pattern.-no2 {
        width: 60%;
        right: -30px;
        bottom: -110px;
    }

    .illust-job.-no2 {
        width: 60px;
        left: unset;
        right: 70px;
        top: -20px;
    }

    .illust-job.-no4 {
        width: 90px;
        right: 55px;
        top: 55px;
        left: unset;
    }

    .illust-job.-no3 {
        width: 20%;
        right: 40px;
        top: 90px;
    }

    .job {
        padding: 100px 0;
        background: url(/img/recruit/bg-job_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .job_cnt_wrap {
        margin-bottom: 100px;
    }

    .job_cnt {
        padding: 35px 20px;
        margin-bottom: 20px;
        border-radius: 22px;
    }

    .job_cnt_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .job_list dl {
        flex-flow: column;
    }

    .job_list dl dt {
        width: 100%;
        padding: 10px 20px;
    }

    .job_list dl dd {
        width: 100%;
        padding: 10px 20px;
    }
    
    .tel_num {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tel_num::before {
        width: 29px;
        height: 29px;
    }

    .open_time {
        max-width: 100%;
        flex-flow: column;
        gap: 10px;
        align-items: start;
        border-radius: 32px;
    }

    .open_time p {
        font-size: 17px;
        width: 100%;
    }

    .reserve {
        padding: 50px 20px;
    }

    .reserve::after {
        width: 100px;
        height: 120px;
        bottom: unset;
        top: -50px;
        left: -20px;
    }

    .reserve::before {
        content: '';
        width: 83px;
        height: 61px;
        bottom: -20px;
        right: 30px;
    }
    
    .reserve_txt {
        font-size: 18px;
    }


    .cmnft {
        background: url(/img/cmn/bg-cmnft_sp.png) #FFF4DD;
        background-size: cover;
        background-repeat: no-repeat;
    }
}