@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap')screen and (min-width: 1024px);
/*********************************************************************/

.recruit_link{
    display: flex;
    justify-content: center;
}
.recruit_link .button{
    text-align: center;
}
.recruit_link .button a{
    display: block;
    padding: 30px 0;
    color: #fff;
}
.recruit_link .button p{
    font-size: 15px;
    font-weight: bold;}

.recruit_link .fulltime{margin-right: 15px;background: #1F47A0;}
.recruit_link .fulltime:hover{background: #133c84;}
.recruit_link .parttime{background: #BB1449;}
.recruit_link .parttime:hover{background: #a01044;}

/*********************************************************************/

.appeal p{
    font-size: 14px;
    line-height: 1.5em;
}
.local{
    background: url("../img/29320485_m.jpg") no-repeat center;
    background-size:100%;
}
.benefit{
    background: url("../img/23051958_m.jpg") no-repeat center;
    background-size:100%;
}
.life{
    background: url("../img/4192976_m.jpg") no-repeat center;
    background-size:100%;
}

/*********************************************************************/

@media screen and (max-width: 1023px) {
    .recruit_link{
        margin: 60px 0 ;
    }
    .recruit_link .button{
        width: 50%;}
    .appeal{
        width: calc(100% + 50px);
        height: 300px;
        padding: 50px 55% 50px 25px;
        transform: translateX(-25px);
        }
    .appeal h2{
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: bold;}
    }
@media screen and (min-width: 1024px) {
    body{overflow-x: hidden;}
    .recruit_link{
        padding: 50px 0 150px 0;
    }
    .recruit_link .button{
        width: 200px;}
    .appeal{
        box-sizing: border-box;
        padding-top: 250px;
        width: 100vw;
        min-height: 700px;
        transform: translateX(calc((-100vw + 1000px) / 2));
    }
    .appeal h2,.appeal p{
        margin-left: calc((100% - 1000px) / 2);
    }
    .appeal h2{
        margin-bottom: 20px;
        font-family: "Zen Kurenaido", sans-serif;
        font-size: 70px;}
}
