
@charset "utf-8";

:root {
  --navy: #3c2884;
  --red: #e00024;
}


#recruit .cwrap {
    margin-top: 200px;
}

@media only screen and (max-width: 479px) {
    #recruit .cwrap {
    margin-top: 120px;
}
}

.contact_form {
    max-width: 900px;
    margin: 0 auto 100px;
    font-weight: normal;
}

.contact_main > dl.req > dt::after {
    font-size: 0.8em;
}

.contact_main .age input {
    width: 5em;
    margin-right: 1em;
}

.contact_main .gender label:last-child {
    margin-left: 2em;
}
.contact_main .occupation label {
    display: block;
    line-height: 1.5em;
}

.contact_main .occupation input, .contact_main .gender input {
    width: auto;
    margin-right: 1em;
}

.contact_main > dl > dd .address dl dt, .contact_main .email p {
    font-size: 0.8em;
}


.breadcrumbwrap {
    position: absolute;
    left: 0;
    bottom: 80px;
}

/***thanks***/
.black_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    background-color: #000;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1.6rem;
}

/***thanks***/