.subtitle_bg_1 {
    width: 18.225rem;
}

.subtitle_bg_2 {
    width: 19.35rem;
}

.design_comp {
    display: flex;
}

.design_pc_img {
    width: 50.4625rem;
    height: fit-content;
}

.design_sp {
    width: fit-content;
    display: flex;
    margin: 0 6rem 0 auto;
    gap: 1.9375rem;
}

.design_pc {
    width: fit-content;
    display: flex;
    margin: 0 auto 0 6rem;
    gap: 0px;
    margin-bottom: 8rem;
}
.design_sp_img {
    border: none;
}
.design_pc_img {
    border: none;
}
@media screen and (max-width:768px) {
    .design_pc_img {
        width: 100%;
        height: auto;
    }

    .design_sp_img {
        width: 100%;
        height: auto;
    }

    .design_comp {
        display: block;
    }

    .design_pc {
        width: fit-content;
        display: flex;
        margin: 0 1.6875rem;
        gap: 0px;
        margin-bottom: 8rem;
    }

    .design_sp {
        width: auto;
        display: flex;
        margin: 0 1.6875rem;
        gap: 0px;
        margin-bottom: 8rem;
    }

    .design_sp_img {
        width: 100%;
    }

    .design_comp {
        position: relative;
        z-index: 100;
    }

    .subtitle_bg_1 {
        width: 196px;
        height: 38px;
        top: 9px;
    }

    .subtitle_bg_2 {
        width: 208px;
        height: 38px;
        top: 61px;
    }
}