@charset "UTF-8";

/*スタッフ紹介箇所互い違いに表示*/
#staff_col + .widget_staff01 .inner_item:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media screen and (max-width: 768px){
    #staff_col + .widget_staff01 .inner_item:nth-child(even){
        flex-direction: column;
    }
}