.page.entry * {
    box-sizing: border-box;
}

.page.entry {
    background: none;
}

.entry #footer {
    margin-top: 0;
}

.page.entry #page {
    padding-top: 66px;
}

@media screen and (max-width: 768px) {
    .page.entry #page {
        padding-top: 0px;
    }
}

.page.entry #page .page_inner img {
    width: 100%;
    height: auto;
    max-width: 1292px;
    display: block;
    margin: 0 auto 4rem;
}

.page.entry #page .page_inner .page_title {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 6vw, 3.4375rem);
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    line-height: 1;
    font-weight: normal;
}

.page.entry #page .page_inner .page_title::after {
    content: "";
    width: 196px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.flow_title {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 4vw, 2.5625rem);
    text-align: center;
    margin-bottom: 4rem;
}

.flowList {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 840px;
    margin: 0 auto 4.875rem;
}

.flowItem {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #000;
    font-family: sans-serif;
    position: relative;
}

.flowItem:not(:last-child) {
    margin-bottom: 5.6875rem;
}

.flowItem:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6rem;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-top: 33px solid #7A7A7A;
}

.flowItem .order {
    min-width: 156px;
    background-color: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.0625rem;
    font-size: clamp(1.0625rem, 3vw, 1.28rem);
    padding: .4em 0;
}

.flowItem .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1em 2em;
    font-size: 1rem;
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-feature-settings: "palt";
}

@media screen and (max-width: 500px) {
    .flowItem {
        flex-wrap: wrap;
    }

    .flowItem .order {
        width: 100%;
    }

    .flowItem .content {
        padding: .5em 1em;
    }
}

.requirement_wrapper {
    background: url(../img/recruit/looking_for_bg.svg) repeat left top;
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
}

#requirement {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}

.requirement_title {
    text-align: center;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 6.5vw, 2.56rem);
    font-weight: bold;
    color: #E03939;
    margin-bottom: 3.25rem;
}

.requirement_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}

.requirement_link {
    width: 100%;
    max-width: 318px;
    min-width: 200px;
    margin: 0 .8rem 1.6rem;
    text-align: center;
    background-color: #E03939;
    color: #FFF;
    font-weight: bold;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 3vw, 1.680625rem);
    padding: .7em 0;
}

.requirement_box {
    background-color: #FFF;
    border: 1px solid #E03939;
    padding: 2.5rem 0;
    font-family: sans-serif;
    line-height: 1.5;
}

.requirement_box:not(:last-child) {
    margin-bottom: 3rem;
}

.working_type {
    text-align: center;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 4vw, 1.6rem);
    margin-bottom: 2rem;
}

.working_conditions {
    width: 86.5%;
    margin: 0 auto;
    font-size: 1.12rem;
}

.working_condition {
    display: flex;
    padding: 1em 0;
    font-feature-settings: "palt";
}

.working_condition:not(:last-child) {
    border-bottom: 0.32px solid #000;
}

.working_condition_title {
    min-width: 138px;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .working_type {
        margin-bottom: 1rem;
    }

    .requirement_box {
        padding-bottom: 1rem;
    }

    .working_conditions {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .working_condition {
        flex-direction: column;
    }

    .working_condition_title {
        /* text-align: center; */
        width: 100%;
    }
}

.contact_title {
    text-align: center;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 5vw, 2.56rem);
    font-weight: bold;
    color: #E03939;
    margin-bottom: 3rem;
}

.contact_caution {
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 6rem;
}

.required {
    color: #FF0000;
}

.form-container {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    font-size: 1rem;
    font-size: clamp(1rem, 3vw, 1.2rem);
}

.form-control {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.form-control.form-privacy {
    margin-top: 6rem;
    align-items: flex-start;
}

.form-title {
    width: 34%;
    max-width: 326px;
}

.form-title .type {
    display: block;
}
.form-inputBox {
    width: 66%;
}


.form-control input[type="text"],
.form-control input[type="number"],
.form-control input[type="tel"],
.form-control input[type="email"],
.form-control textarea {
    width: 100%;
    border: 0.96px solid #959595;
    font-size: 1rem;
    font-size: clamp(1rem, 3vw, 1.2rem);
    padding: .5rem;
}

.radio_label {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    margin-bottom: .6rem;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

input[type="radio"]+.radio_label::before,
input[type="radio"]+.radio_label::after,
input[type="checkbox"]+.checkbox_label::before,
input[type="checkbox"]+.checkbox_label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 100%;
}

input[type="radio"]+.radio_label::before,
input[type="checkbox"]+.checkbox_label::before {
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #999;
}

input[type="radio"]:disabled+.radio_label::before,
input[type="checkbox"]:disabled+.radio_label::before {
    /*background: transparent;*/
    background: #ddd;
}

input[type="radio"]+.radio_label:hover::before,
input[type="checkbox"]+.checkbox_label:hover::before {
    background: #fff;
}

input[type="radio"]+.radio_label::after,
input[type="checkbox"]+.checkbox_label::after {
    opacity: 0;
    left: 8px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: #000;
}

input[type="radio"]:checked+.radio_label::after,
input[type="checkbox"]:checked+.radio_label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"]:focus-visible+.radio_label,
input[type="checkbox"]:focus-visible+.checkbox_label,
input[type="radio"]:focus-visible+.radio_label,
input[type="checkbox"]:focus-visible+.checkbox_label {
    border-bottom: 1px solid #000;
}

.form-gender .radio_label:first-of-type {
    margin-right: 2em;
}

.form-control .form-age input[type="text"] {
    width: 108px;
    margin-right: .4em;
}

.file-label {
    background: #838383;
    border: solid 1px #838383;
    color: #fff;
    padding: 0.4em 1em;
    cursor: pointer;
    display: inline-block;
}

.file-label input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.file-label+.select-status {
    display: inline-block;
    padding: 0 1em;
}

.privacy_box {
    height: 100%;
    max-height: 281px;
    background: #fff;
    padding: 15px 20px;
    overflow-y: scroll;
}

.privacy_box h4 {
    font-size: 1.25rem;
}

.privacy_box h5,
.privacy_box h6 {
    font-size: 1.25rem;
    margin-top: 2em;
}

.privacy_box h6 {
    font-size: 1.125rem;
    margin-top: 1em;
}

.privacy_box p,
.privacy_box ul {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 3vw, 1.04rem);
}

.privacy_box h5,
.privacy_box h6,
.privacy_box p,
.privacy_box a,
.privacy_box ul {
    margin-bottom: 1rem;
}

.submit_area {
    margin-bottom: 6rem;
}

.submit_caution {
    text-align: center;
}

.confirmation_button {
    display: block;
    margin: 0 auto;
    background: #5a5757;
    color: #fff;
    font-size: 1.229375rem;
    width: 100%;
    max-width: 242px;
    margin-top: 20px;
    padding: 0.4em 0;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.confirmation_button:hover {
    opacity: 0.8;
}

.contact_link_box {
    padding: 0 10px;
    max-width: 640px;
    margin: 0 auto;
    font-family: sans-serif;
    font-feature-settings: "palt";
}

.contact_text {
    font-size: 1.1875rem;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid;
    padding: 4px;
}

.contact_link {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 5vw, 2.9875rem);
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1;
}

.contact_link .time {
    display: inline-block;
    font-size: 1rem;
    font-size: clamp(1rem, 3vw, 1.625rem);
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .contact_caution {
        margin-bottom: 4rem;
    }
    .form-control {
        flex-wrap: wrap;
        align-items: flex-start;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.8rem;
    }

    .form-title {
        margin-bottom: .4rem;
    }

    .form-title .type {
        display: inline;
    }

    .form-title,
    .form-inputBox {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .contact_link {
        pointer-events: none;
    }
}

.error_message {
    display: block;
    width: 90%;
    max-width: 700px;
    margin: auto;
    text-align: left;
    font-weight: bold;
}

.error_message .error {
    display: block;
    padding: .5rem;
    border-bottom: 1px solid;
    color: #C20000;
}

.error_message .error:empty {
    padding: 0;
    border: none;
}