.top_image {
    width: 100%;
    height: 28.9375rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image {
        height: 13.375rem;
    }
}

.top_image .corner_r {
    background:
        linear-gradient(-45deg, #00BECC 20.375rem, transparent 0),
        linear-gradient(-135deg, #F29436 18.375rem, 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;
    }
}

@media screen and (min-width:64rem) and (max-width:119.9375rem) {
    .main_container {
        width: 53.375rem;
        margin: auto;
    }
}
@media screen and (min-width:120rem) {
    .main_container {
        width: 73.75rem;
        margin: auto;
    }
}

.theme {
    margin: 0rem;
}
@media screen and (max-width:63.9375rem) {
    .theme {
        margin: 0rem 0.75rem;
    }
}

.theme:nth-child(1) {
    margin-top: 6.25rem;
}
@media screen and (max-width:63.9375rem) {
    .theme:nth-child(1) {
        margin-top: 1.875rem;
    }
}

.theme.colored {
    background-color: #E0EAF6;
    margin-left: 0;
    margin-right: 0;
    padding: 3.75rem 0;
}

.theme .bg_triangle {
    height: 9.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
@media screen and (max-width:63.9375rem) {
    .theme .bg_triangle {
        height: 6.75rem;
    }
}

.theme.left .bg_triangle {
    text-align: left;
    padding-left: 1.5rem;
    background:
        linear-gradient(to bottom left, transparent 50%, #00BECC 50%) top left/ 9.875rem 50% no-repeat,
        linear-gradient(to top left, transparent 50%, #00BECC 50%) bottom left / 9.875rem 50% no-repeat;
}
@media screen and (max-width:63.9375rem) {
    .theme.left .bg_triangle {
        padding-left: 0.625rem;
        background:
            linear-gradient(to bottom left, transparent 50%, #00BECC 50%) top left/ 7rem 50% no-repeat,
            linear-gradient(to top left, transparent 50%, #00BECC 50%) bottom left / 7rem 50% no-repeat;
    }
}

.theme.right .bg_triangle {
    text-align: right;
    padding-right: 1.5rem;
    justify-content: flex-end;
    background:
        linear-gradient(to bottom right, transparent 50%, #00BECC 50%) top right/ 9.875rem 50% no-repeat,
        linear-gradient(to top right, transparent 50%, #00BECC 50%) bottom right / 9.875rem 50% no-repeat;
}
@media screen and (max-width:63.9375rem) {
    .theme.right .bg_triangle {
        padding-left: 0;
        padding-right: 0;
        background:
            linear-gradient(to bottom right, transparent 50%, #00BECC 50%) top right/ 7rem 50% no-repeat,
            linear-gradient(to top right, transparent 50%, #00BECC 50%) bottom right / 7rem 50% no-repeat;
    }
}

.theme .headline .text_main {
    font-size: 1.875rem;
}
@media screen and (max-width:63.9375rem) {
    .theme .headline .text_main {
        font-size: 1.125rem;
    }
}

.theme .headline .text_sub {
    font-size: 0.75rem;
}

.theme .message {
    width: 38.25rem;
}
@media screen and (max-width:63.9375rem) {
    .theme .message {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width:63.9375rem) {
    .theme.right .headline {
        margin-right: 0.625rem;
    }
}

.theme.right .message_container {
    display: flex;
    justify-content: flex-end;
}

.theme.left .message {
    text-align: left;
    margin-left: 1.5rem;
}
@media screen and (max-width:63.9375rem) {
    .theme.left .message {
        margin-left: 0;
    }
}

.theme.right .message {
    text-align: right;
    margin-right: 1.5rem;
}
@media screen and (max-width:63.9375rem) {
    .theme.right .message {
        text-align: left;
        margin-right: 0.625rem;
    }
}

.theme .message .title {
    color: #008089;
    font-size: 1.25rem;
    font-weight: bold;
}

.theme .message a {
    color: #008089;
    font-weight: bold;
}

.theme .message .body {
    font-size: 1.125rem;
    margin-top: 2.5rem;
}
@media screen and (max-width:63.9375rem) {
    .theme .message .body {
        font-size: 0.875rem;
        margin-top: 1.25rem;
    }
}

.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 .career {
    width: 53.375rem;
    margin: auto;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .career {
        width: 100%;
    }
}
@media screen and (min-width:120rem) {
    .recruitment .career {
        width: 73.75rem;
    }
}

.recruitment .headline {
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .headline {
        margin-left: 0.5rem;
    }
}

.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 {
    margin: auto;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.recruitment .job_list .job {
    display: flex;
    margin-top: 3.125rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job {
        margin-top: 1.875rem;
    }
}
.recruitment .job_list .job:nth-child(1) {
    margin-top: 2rem;
}

.recruitment .job_list .job .marker {
    width: 1rem;
    height: 1rem;
    background:
            linear-gradient(to bottom left, transparent 50%, #00BECC 50%) top left/ 1rem 50% no-repeat,
            linear-gradient(to top left, transparent 50%, #00BECC 50%) bottom left / 1rem 50% no-repeat;
}

.recruitment .job_list .job .offer {
    text-align: left;
    margin-top: -0.375rem;
    margin-left: 0.75rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job .offer {
        width: 100%;
        margin-top: -0.25rem;
        margin-left: 0.625rem;
    }
}

.recruitment .job_list .job .offer a {
    color: #008089;
}

.recruitment .job_list .job .offer .dept {
    font-size: 1.25rem;
    font-weight: bold;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job .offer .dept {
        font-size: 1rem;
    }
}

.recruitment .job_list .job .offer .work_outline {
    font-size: 1.25rem;
}
@media screen and (max-width:63.9375rem) {
    .recruitment .job_list .job .offer .work_outline {
        font-size: 0.875rem;
    }
}

.recruitment a:hover
{
    text-decoration: underline;
    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;
}

.landing {
    display: inline-block;
    padding-top: 5.5rem;
    margin-top: -5.5rem
}
@media screen and (max-width:63.9375rem) {
    .landing {
        padding-top: 3rem;
        margin-top: -3rem
    }
}
