.func {
    position: relative;
}

.func_bg {
    width: 100%;
}

.func_box {
    width: 100%;
    display: flex;
}

.func_content {
    width: 6.75rem;
}

.func_content:nth-child(1) {
    margin-left: 0.75rem;
}

.func_content:nth-child(2) {
    margin-left: 1.5rem;
}

.func_content:nth-child(3) {
    margin-left: 1.5rem;
}

.func_content:nth-child(4) {
    margin-left: 2.5rem;
}

.func_box_title {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.func_box_text {
    font-size: 0.45rem;
    line-height: 1.7;
    padding: 0 0.225rem;
    box-sizing: border-box;
    margin: 0.25rem 0 0 0;
}

.as {
    position: relative;
}

.as_img {
    width: 100%;
}

.as_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.as_box_content {
    width: 10.75rem;
}

.as_box_c_title {
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0 0 0 0.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
}

.as_box_c_text {
    font-size: 0.4rem;
    line-height: 1.7;
    padding: 0 0.5rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
}
