@charset "UTF-8";
/* CSS Document */

.recruite-top-background {
  width: 100%;
  max-width: 1440px;
  max-height: 440px;
  height: calc(100vw * 0.306);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/TOP-PC/header-recruite.jpg);
  position: relative;
}