
#cont1.recruit_content_temp {
    max-width: 1000px;
    margin: auto;
    width: 92%;
    padding: 20px 0 50px;
    text-align: justify;
}
#cont1.recruit_content_temp .wp-block-image {
    width: 60%;
    margin: 0 auto 2em;
}
#cont1.recruit_content_temp h2 {
    font-size: 28px;
    margin-bottom: 1em;
}
#cont1.recruit_content_temp h2 + p {
    font-size: 20px;
}
#cont1.recruit_content_temp h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0a1346;
    margin-bottom: 1em;
}
#cont1.recruit_content_temp p {
    width: 100%;
    margin: 0 auto 2em;
}
#cont1 .recruit_center_btn {
    text-align: center;
}
#cont1 .recruit_center_btn a {
    position: relative;
    display: inline-block;
    background: #0a1346;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#cont1 .recruit_center_btn a:after {
    content: "⇀";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #cont1.recruit_content_temp .wp-block-image {
        width:100%;
    }
    #cont1.recruit_content_temp h2 {
        font-size: 24px;
    }
    #cont1.recruit_content_temp h3 {
        font-size: 20px;
    }
    #cont1.recruit_content_temp p {
        font-size: 16px;
    }
    #cont1.recruit_content_temp h2 + p {
        font-size: 18px;
    }
    #cont1 .recruit_center_btn a {
        font-size: 3.6vw;
    }
}

/* RECRUIT FORM */
.recruitFormSection {
    margin: 6em 0 2em;
}
.recruitFormSection .recruitFormTitle {
    text-align: center;
    margin-bottom: 1.5em;
}
.recruitFormSection .form dt {
    font-size: 22px;
}
#cont1 .recruitFormSection .thanks-box p {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .recruitFormSection {
        margin: 3.5em 0 1em;
    }
    .recruitFormSection .form dt {
        font-size: 18px;
    }
    .recruitFormSection .form input,
    .recruitFormSection .form textarea {
        font-size: 14px;
    }
    .recruitFormSection .form-btn input[type=submit] {
        font-size: 17px;
        aspect-ratio: 300 / 62;
    }
}
