@charset "UTF-8";

#recruit .bg-img {
    background-image: url(../images/recruit/recruit_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    margin-bottom: 100px;
    margin-top: 250px;
}

.f_img{
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.f_img:last-of-type{
    margin-bottom: 120px;
}

.p-flexbox_p{
    width: 50%;
}

.p-flexbox_p h3 {
    position: relative;
    text-align: left;
    line-height: 2.1;
    padding-top: 20px;
    height: 220px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.p-flexbox_p p{
    width: 358px;
}

.tbl-r03 {
    margin: 20px 60px 135px 0;
    width: 80%;
}

.tbl-r03 th {
    text-align:left;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    width:25%;
    letter-spacing: 0.15em;
    font-size: 1.5rem;
}

.tbl-r03 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 1px;
    line-height: 2;
    width: 50%;
    letter-spacing: 0.12em;
    font-size: 1.4rem;
}