.thepage .p-head {
  background-image: url(/recruit/img/career/p-head-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  min-height: 240px;
  place-content: center;
}

.thepage .p-head h1 {
  color: #fff;
  font-size: 48px;
  /* line-height: 50px; */
  font-family: "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", serif;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .thepage .p-head {
    height: 100px;
    min-height: unset;
  }

  .thepage .p-head h1 {
    font-size: 24px;
  }
}