.subtitle_bg_1 {
    position: absolute;
    width: 25.8rem;
    height: 3.3125rem;
    top: 1rem;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.subtitle_bg_2 {
    position: absolute;
    width: 12.5625rem;
    height: 3.3125rem;
    top: 5.9375rem;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}


.design_pc_img {
    width: 58.4625rem;
}

.design_pc {
    width: max-content;
    margin: 0 auto;
}

.design_sp_img {
    border: none;
}

.design_pc_img {
    border: none;
}

@media screen and (max-width:768px) {
    .design_pc {
        width: auto;
    }

    .design_pc_img {
        width: -webkit-fill-available;
        height: auto;
        margin: 0px  1.6875rem;
    }

    .subtitle_bg_1 {
        width: 278px;
        height: 38px;
        top: 9px;
    }

    .subtitle_bg_2 {
        width: 135px;
        height: 38px;
        top: 61px;
    }
}