
.recruit-bnr{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 20px;
}
@media (max-width: 768px){
  .recruit-bnr{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit-bnr li{
  width: 100%;
  max-width: 267px;
}
.recruit-bnr li a{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #B0B0B0;
  overflow: hidden;
}
.recruit-bnr li a span{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5px;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}