@charset "UTF-8";

.btn_wrap{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
    .header {
        margin-left: 3vw;
        margin-top: 20px;
    }
    .num_text {
        top: 16vw !important;
    }
    .syokusyu_rough, .syokusyu_design, .syokusyu_engineer, .syokusyu_other, .skill_design, .skill_engineer, .skill_other {
        width: 337px !important;
    }
    .select_side.boxwidthwide::after {
        left: 300px !important;
    }
}