@media screen and (max-width: 768px) {
    .concept__wrap02 {
        .th_concept_column_img {
            order: 1;
        }
        .th_concept_column_txt {
            order: 2;
        }
    }
}