@charset "UTF-8";

.recruit_intro {
    margin-bottom: 110px;
}

.recruit_intro_ttl {
    font-size: 33px;
    margin-bottom: 20px;
    text-align: center;
}

.recruit_intro_txt {
    font-size: 18px;
    text-align: center;
}

.recruit_txt {
    text-align: center;
    font-size: 18px;
}

.recruit_list {
    margin-bottom: 100px;
}

.recruit_list_ttl {
    font-size: 28px;
    margin-bottom: 45px;
    text-align: center;
}

.recruit_list_tbl {
    margin-bottom: 40px;
}

.recruit_list_tbl dl {
    border-bottom: solid 1px #CBCBCB;
    display: flex;
}

.recruit_list_tbl dl:first-child {
    border-top: solid 1px #CBCBCB;
}

.recruit_list_tbl dl dt {
    padding: 20px 30px;
    background: #fff;
    width: 330px;
    font-size: 18px;
}

.recruit_list_tbl dl dd {
    padding: 20px 30px;
    font-family: 'Noto sans JP', sans-serif;
    flex: 1;
}


.contact {
    text-align: center;
}

.contact a {
    font-size: 42px;
    font-family: 'Marcellus', sans-serif;
}

.contact {
    margin-bottom: 160px;
}


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

    .recruit_intro {
        margin-bottom: 50px;
    }
    
    .recruit_intro_ttl {
        font-size: 24px;
    }

    .recruit_intro_txt {
        font-size: 15px;
        text-align: left;
    }

    .recruit_txt {
        text-align: left;
        font-size: 16px;
    }

    .recruit_list_tbl {
        margin-bottom: 50px;
    }

    .recruit_list_tbl dl dt {
        width: 140px;
        padding: 10px;
    }

    .recruit_list_tbl dl dd {
        padding: 10px;
        font-size: 14px;
    }

    .contact {
        margin-bottom: 50px;
    }

    .contact a {
        font-size: 30px;
    }
    
}