.func {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.func_box {
    position: relative;
}

.func_box_bg {
    width: 5.4rem; /* 216px */
}

.func_box_title {
    width: 5.4rem; /* 216px */
    text-align: center;
    position: absolute;
    top: 0.5rem; /* 20px */
    left: 0;
    font-size: 0.55rem; /* 22px */
    font-family: "MiSans Bold";
    color: rgb(28, 81, 243);
    padding: 0 0.25rem; /* 10px */
    box-sizing: border-box;
}

.func_box_text {
    position: absolute;
    top: 2.5rem; /* 100px */
    left: 0;
    padding: 0 0.475rem; /* 19px */
    line-height: 1.7;
    font-size: 0.4rem; /* 16px */
}

.as {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.25rem; /* 50px */
}

.as_box {
    position: relative;
}

.as_box_bg {
    width: 6.6rem; /* 264px */
}

.as_box_title {
    position: absolute;
    font-size: 0.6rem; /* 24px */
    color: white;
    width: 5rem; /* 200px */
    text-align: center;
    top: 0.25rem; /* 10px */
    left: 52%;
    transform: translateX(-50%);
}

.as_box_text {
    position: absolute;
    line-height: 1.7;
    top: 55%;
    transform: translateY(-50%);
    padding: 0 0.5rem; /* 20px */
    font-size: 0.45rem; /* 18px */
    text-align: justify;
}
