.top_image {
    width: 100%;
    height: 8.625rem;
    background-image: url(/static/img/company/back.jpg);
    background-size: cover;
    background-position: top;
    padding-top: 5.5rem;
    display: flex;
    align-items: center;
}
@media screen and (max-width:63.9375rem) {
    .top_image {
        height: 4rem;
        padding-top: 0;
    }
}

.top_image .headline {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    width: 120rem;
    margin: 0 auto;
    padding-left: 1.75rem;
}
@media screen and (max-width:119.9375rem) {
    .top_image .headline {
        width: 100%;
        margin-left: 0.75rem;
        padding-left: 0;
    }
}

.top_image .text_main {
    font-size: 3.75rem;
}
@media screen and (max-width:63.9375rem) {
    .top_image .text_main {
        font-size: 1.25rem;
    }
}

.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;
    }
}

@media screen and (min-width:120rem) {
    .main_container {
        width: 73.75rem;
        margin: 0 auto;
    }
}
@media screen and (max-width:119.9375rem) {
    .main_container {
        width: 100%;
    }
}

.main_message {
    margin: 6.25rem 1.25rem;
    text-align: left;
}
@media screen and (max-width:63.9375rem) {
    .main_message {
        margin: 2rem 0.75rem;
    }
}
@media screen and (min-width:64rem) and (max-width:119.9375rem) {
    .main_message {
        width: 61.5rem;
        margin: 6.25rem auto;
    }
}

.main_message .headline {
    font-size: 1.875rem;
    font-weight: bold;
}
@media screen and (max-width:63.9375rem) {
    .main_message .headline {
        font-size: 1.125rem;
    }
}

.main_message .body {
    font-size: 1.125rem;
    margin-top: 1.875rem;
}
@media screen and (max-width:63.9375rem) {
    .main_message .body {
        font-size: 0.875rem;
        margin-top: 0.875rem;
    }
}

.usimg_2 {
    margin:0 auto;
    position: relative;
    display: flex;
}
@media screen and (min-width:64rem) {
    .usimg_2 {
        width: 54.375rem;
        height: 9.375rem;
        margin-bottom: 10.875rem;
    }
}
@media screen and (min-width:120rem) {
    .usimg_2 {
        width: 73.687rem;
        height: 14.062rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .usimg_2 {
        flex-wrap: wrap;
        justify-content:space-between;
    }
}

.us div.text {
    position: absolute; 
    left: 32.437rem; 
    top: 15.625rem; 
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}

.about {
    width: 14.062rem;
    height: 14.062rem;
    position: relative;
}
@media screen and (max-width:119.9375rem) {
    .about {
        width: 9.375rem;
        height: 9.375rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about {
        width: 7.5rem;
        height: 7.5rem;
        margin:0.3125rem auto 1.875rem;
    }
}

@media screen and (max-width:119.9375rem) {
    .about img {
        width: 9.375rem;
        height: 9.375rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about img {
        width: 7.5rem;
        height: 7.5rem;
    }
}

.about div.text {
    position: absolute; 
    top: 6.125rem; 
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}
@media screen and (max-width:119.9375rem) {
    .about div.text {
        top: 3.812rem; 
        font-size: 1.125rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about div.text {
        top: 3.125rem;
        font-size: 0.875rem;
    }
}

.usimg_2 > .about:nth-child(1) {
    padding: 0rem 2.875rem 0rem 0rem;
}
@media screen and (max-width:119.9375rem) {
    .usimg_2 > .about:nth-child(1) {
        padding: 0rem 2.812rem 0rem 0rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .usimg_2 > .about:nth-child(1) {
        padding: 0;
    }
}

.usimg_2 > .about:nth-child(2) {
    padding: 0 2.875rem;
}
@media screen and (max-width:119.9375rem) {
    .usimg_2 > .about:nth-child(2) {
        padding: 0rem 2.812rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .usimg_2 > .about:nth-child(2) {
        padding: 0;
    }
}

.usimg_2 > .about:nth-child(4) {
    padding: 0 2.875rem;
}
@media screen and (max-width:119.9375rem) {
    .usimg_2 > .about:nth-child(4) {
        padding: 0rem 2.812rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .usimg_2 > .about:nth-child(4) {
        padding: 0;
    }
}

.usimg_2 > .about:nth-child(5) {
    padding: 0 0 0 2.875rem;
}
@media screen and (max-width:119.9375rem) {
    .usimg_2 > .about:nth-child(5) {
        padding: 0 0 0 2.812rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .usimg_2 > .about:nth-child(5) {
        padding: 0;
    }
}

.about0 div.text {
    left: 2.687rem; 
}
@media screen and (max-width:119.9375rem) {
    .about0 div.text {
        left: 0.75rem; 
    }
}

.about1 div.text {
    left: 2.687rem; 
}
@media screen and (max-width:119.9375rem) {
    .about1 div.text {
        left: 0.75rem; 
    }
}
.about1.about:nth-child(2) div.text {
    left: 3.5rem;
}
@media screen and (min-width:120rem) {
    .about1.about:nth-child(2) div.text {
        left: 5.5rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about1.about:nth-child(2) div.text {
        left: 0.75rem;
    }
}

.about2 div.text {
    left: 7.5rem; 
}
@media screen and (max-width:119.9375rem) {
    .about2 div.text {
        left: 5.187rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about2 div.text {
        left: 2rem;
    }
}

.about3 div.text {
    left: 8.75rem;
}
@media screen and (max-width:119.9375rem) {
    .about3 div.text {
        left: 6.312rem;
    }
}
@media screen and (max-width:63.9375rem) {
    .about3 div.text {
        left: 2.875rem;
    }
}

.about4 div.text {
    left: 5.75rem; 
}
@media screen and (max-width:119.9375rem) {
    .about4 div.text {
        left: 3.562rem; 
    }
}
@media screen and (max-width:63.9375rem) {
    .about4 div.text {
        left: 0.687rem; 
    }
}
