.top_image {
    width: 100%;
    height: 13.875rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image {
        height: 13.375rem;
    }
}

.top_image .corner_r {
    background:
        linear-gradient(-45deg, #00BECC 9.75rem, transparent 0),
        linear-gradient(-135deg, #F29436 8.875rem, transparent 0);
}
@media screen and (max-width:63.9375rem) {
    .top_image .corner_r {
        background:
            linear-gradient(-45deg, #00BECC 9.375rem, transparent 0),
            linear-gradient(-135deg, #F29436 8.375rem, transparent 0);
    }
}

.top_image .headline {
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 100%;
    margin-left: 0.75rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image .headline {
        display: block;
    }
}

.top_image .text_main {
    font-size: 3.75rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image .text_main {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
}

.top_image .text_sub {
    font-size: 0.875rem;
    margin-left: 1.5rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image .text_sub {
        font-size: 0.75rem;
        margin-left: 0;
    }
}

.main_container {
    width: 39.75rem;
    margin: 6.25rem auto 3.125rem;
}
@media screen and (min-width:120rem) {
    .main_container {
        width: 45rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .main_container {
        display: block;
        margin: 1.875rem 0.5rem;
        width: calc(100% - 1rem);
    }
}

.offer_content {
    border-collapse: collapse;
    margin: auto;
}

.offer_content th, .offer_content td {
    border-bottom: 1px solid #CCCCCC;
}
.offer_content tr:nth-last-child(1) > * {
    border-bottom: none;
}

.offer_content th {
    width: 8rem;
    font-size: 1.25rem;
    color: #008089;
    text-align: right;
    vertical-align: top;
    padding: 1.25rem 0rem;
}
@media screen and (max-width:63.9375rem) {
    .offer_content th {
        width: 6.25rem;
        font-size: 0.875rem;
        text-align: left;
        padding: 0.875rem 0rem;
    }
}

.offer_content td {
    text-align: left;
    vertical-align: top;
    padding: 1.25rem 2rem 1.25rem 3.75rem;
    box-sizing: border-box;
    white-space: pre-line;
}
@media screen and (max-width:63.9375rem) {
    .offer_content td {
        font-size: 0.875rem;
        padding: 0.875rem 0 0.625rem;
    }
}

.selection_flow {
    width: 100%;
    background-color: #D8EFF1;
    padding: 3.125rem 0;
}

.selection_flow .flow_container {
    margin: 0 auto;
}

.selection_flow .headline {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

.selection_flow .step_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:63.9375rem) {
    .selection_flow .step_container {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}


.selection_flow .step_container .step {
    width: 9.25rem;
    height: 5rem;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #00BECC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selection_flow .step_container .arrow {
    color: #333333;
    margin: 0 0.625rem;
}

.recruitment {
    background-color: #D8EFF1;
    padding: 3.125rem 0 6.625rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment {
        padding: 1.875rem 0 2.75rem;
    }
}

.recruitment .headline {
    font-weight: bold;
    margin: 0 auto;
}

.recruitment .headline .text_main {
    font-size: 1.875rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .headline .text_main {
        font-size: 1.125rem;
    }
}

.recruitment .headline .text_sub {
    font-size: 0.75rem;
}

.recruitment .job_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 3.75rem
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list {
        margin-top: 1.25rem
    }
}

.recruitment .job_list .job {
    color: #FFF;
    background-color: #00BECC;
    width: 18rem;
    height: 18rem;
    border-radius: 10rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job {
        width: 9.5rem;
        height: 9.5rem;
    }
}

.recruitment .job_list .job:hover {
    background-color: #79D3D9;
    transition: .3s;
}

.recruitment .job_list .job .offer .dept {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job .offer .dept {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}

.recruitment .job_list .job .offer .work_outline {
    font-size: 1.125rem;
    width: 11.25rem;
    margin: 0 auto;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job .offer .work_outline {
        font-size: 0.75rem;
        width: 7.5rem;
    }
}

.recruitment a, .recruitment a:hover
{
    text-decoration: none;
    color: inherit;
}

.link {
    margin: 6.25rem auto;
}
@media screen and (max-width:119.9375rem) {
    .link {
        margin: 6.25rem auto 2.375rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .link {
        margin: 2.5rem 0.5rem 1.875rem;
    }
}

.no_job_list {
    margin-top: 1.875rem;
    font-size: 1.25rem;
}