html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.recruit .recruit__inner {
  background-image: url(/assets/images/recruit-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 116px 24px;
  border: 5px solid #D8D8D8;
}
.recruit .recruit__inner .desc1 {
  color: #003571;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
.recruit .recruit__inner .desc2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}

@media screen and (max-width: 768px) {
  .recruit .recruit__inner {
    background-image: url(/assets/images/recruit-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    border: 5px solid #D8D8D8;
  }
  .recruit .recruit__inner .desc1 {
    color: #003571;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
  .recruit .recruit__inner .desc2 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
  }
}/*# sourceMappingURL=recruit.css.map */