.main-recruit {
    margin-top: 90px;    
}

.entry-form {
    margin-top: 80px;
    padding-bottom: 380px;
}

.entry-flow-section-inner {
    width: 50.7%;
    margin: 0 auto;
}

.entry-flow-section-inner.center {
    text-align: center;
}

.entry-form-lead-text {
    width: 88.8%;
    line-height: 28px;
    letter-spacing: 1.4px;
}

.entry-contents {
    margin-top: 50px;
}

.entry-form table, .entry-form thead, .entry-form tbody, .entry-form tr, .entry-form th, .entry-form td {
    display: block;
}
.entry-form-table {
    table-layout: fixed;
    width: 100%;
}

.occupation {
    border: 1px solid #cacaca;
    width: 100%;
    padding: 8px 16px;
}

.file-attachment {
    display: block;
}

.file-attachment.hidden {
    display: none;
}

.file-attachment p {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.file-attachment p > span:first-of-type {
    padding-top: 16px;
}

.cautionary-note {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 1.4px;
    margin-left: 20px;
}

.resume {
    margin-bottom: 16px;
}

.resume.hidden {
    display: none;
}

.resume2.hidden {
    display: none;
}
.resume3.hidden {
    display: none;
}

.resume-remove-btn {
    display: inline-block;
    cursor: pointer;
}

.resume-remove-btn.hidden {
    display: none;

}

.add-file p {
    margin-top: 0;
}

.form-show-file {
    display: inline-block;
    cursor: pointer;
    transition: opacity .3s;
    color: #2668D0;
    font-size: 14px;
    font-weight: bold;
}

.form-show-file .fa-plus:before {
    padding-right: 8px;
}

.form-show-file.hidden {
    display: none;
}

.form-show-file:hover {
    opacity: .5;
}

.file-attachment .wpcf7-not-valid-tip {
    margin-top: 0;
    margin-bottom: 16px;
}

.wpcf7-radio span label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wpcf7-radio input[type="radio"],
.wpcf7-radio label {
  cursor: pointer;
}

.radio-group p span {
    letter-spacing: 1.6px;
    line-height: 24px;
}

.radio-group td p + div p {
    margin-top: 8px;
}


.form-text {
    display: block;
    margin-top: 12px;
    font-size: 14px;
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-other-container {
    display: none;
    margin-left: 32px;
}

.radio-other-text {
    letter-spacing: 1.6px;
}

.contact-agree .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 1.4px;
}

/* complete */
.entry-form.complete {
    margin-bottom: 50px;
}

.entry-form.complete p {
    line-height: 28px;
    letter-spacing: 1.6px;
}

@media only screen and (max-width: 1089px) {
    .entry-form {
        margin-top: 40px;
    }

    .entry-flow-section-inner {
        width: 89.3%;
    }

    .entry-form-lead-text {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .letter-spacing1 p {
        letter-spacing: 1px;
    }

    /* complete */
    .entry-form.complete p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1.4px;
    }
}

@media only screen and (max-width: 768px) {
    .main-recruit {
        margin-top: 60px;    
    }

    .entry-form {
        padding-bottom: 10px;
    }
}