.page_company span {
    color: #b50b2c;
    font-weight: 600;
}
.page_top {
    position: relative;
    width: 100%;
    height: calc(100vh - 500px);
    background: url(../image/user/company_top.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_top a {
    display: none;
}
.page_top p {
    color: #fff;
    position: absolute;
    right: 100px;
    bottom: 100px;
    font-size: 36px;
    line-height: 1.5;
    text-align: right;
}
.start_desc {
    padding: 200px 300px;
    background: url(../image/user/company_bottom.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.start_desc:after {
    display: block;
    content: '';
    clear: both;
}
.start_desc div {
    float: left;
    width: calc(25% - 20px);
    height: 180px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 10px;
}
.start_desc div:nth-child(3) {
    margin-right: calc(25% + 10px);
}
.start_desc div:nth-child(4) {
    margin-left: calc(25% + 10px);
}
.start_desc h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.start_desc p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 30px;
}
.section_wrap {
    padding: 200px 400px;
}
.section_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.section_wrap figure {
    float: left;
    width: 600px;
}
.section_wrap figure img {
    width: 100%;
}
.section_wrap div {
    float: right;
}
.section_wrap div p {
    font-size: 18px;
    line-height: 2;
}
.section_wrap div h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}
.last_desc {
    padding: 150px 200px;
    text-align: center;
}
.last_desc p {
    font-size: 24px;
    line-height: 2;
}
.last_desc h4 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 40px;
}

@media screen and (max-width: 414px) {
    .page_top {
        height: 60vh;
    }
    .page_top p {
        text-align: left;
        font-size: 20px;
        top: 50%;
        right: 0;
        bottom: inherit;
        left: 0;
        transform: translateY(-50%);
        padding-left: 30px;
    }
    .section_wrap {
        padding: 0;
    }
    .section_wrap figure {
        float: inherit;
        width: 80%;
        margin: 0 auto 30px;
    }
    .section_wrap div {
        float: inherit;
    }
    .section_wrap div p {
        font-size: 16px;
        line-height: 2.4;
        text-align: center;
    }
    .section_wrap div h4 {
        text-align: center;
        margin: 30px auto 50px;
        font-size: 20px;
    }
    .start_desc {
        padding: 20px 0;
    }
    .start_desc div {
        float: inherit;
        width: 80%;
        margin: 10px auto 10px;
    }
    .start_desc div:nth-child(3) {
        margin-right: auto;
    }
    .start_desc div:nth-child(4) {
        margin-left: auto;
    }
    .last_desc {
        padding: 0;
    }
    .last_desc p {
        font-size: 18px;
        line-height: 2.4;
    }
    .last_desc h4 {
        margin: 30px 0;
        font-size: 24px;
    }
}