@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/recruit/main-smp.jpg);
  background-position: center;
  background-size: cover;
}
.text-required {
  max-width: 50px;
}

/* Tablet以上 */
@media screen and (min-width: 1024px) {
  #underlayer-ec {
    background-image: url(/assets/images/recruit/main-pc.jpg);
    background-position: center;
    background-size: cover;
  }
}
