@charset "utf-8";

/* ****************************************************************************************** *
 * GNUWIZ / wizwic 
 * latest basic style.css custom 
 * ****************************************************************************************** */
.bsJob_basic ul{margin:0 -14rem;}
.bsJob_basic_li{width:calc(25% - 28rem); margin:0 14rem 48rem; }
.bsJob_basic_li > a{display:block;}
.bsJob_basic_li figure{position:relative; display:block; width:100%; height:200rem; overflow:hidden;}
.bsJob_basic_li figure img{position:absolute; width:100%; height:100%; object-fit:cover; -webkit-transition:1s; transition:1s;}

/* ****************************************************************************************** *
 * 980px
 * ****************************************************************************************** */
@media screen and (max-width:980px) {
	

}
/* 980px end */



/* ****************************************************************************************** *
 * 767px
 * ****************************************************************************************** */
@media screen and (max-width:767px) {
	

}
/* 767px end */



/* ****************************************************************************************** *
 * 480px
 * ****************************************************************************************** */
@media screen and (max-width:480px) {


}
/* 480px end */
