@charset "UTF-8";

@media screen and (max-width: 768px) {
.widget_staff01 .wrapper_item .inner_item:nth-child(n+2) {
    display: none;
}
}