@charset "UTF-8";
/* CSS Document */


/*-----------
bnr_recruit
-----------*/

.banner{
width:880px;
display:flex;
gap: 10px;
margin:0 auto 20px;
justify-content: center;
}


@media screen and ( max-width:767px) {
.banner{
flex-direction:column;
row-gap:10px;
margin-bottom: 10px;
justify-content: center;
max-width: 100%;
}

.bnr_recruit{
  width: 92%;
  margin: 13px auto;
}
}