/* auto generate from mt template */
.title {
  font-size: 5.0rem;
  font-weight: 800;
  margin-bottom: 10rem;
  margin-top: 10rem;
  line-height: 1.4;
  text-align: center;
}
.chapter {
  position: relative;
}
.chapter__band {
  width: 100%;
}
.chapter__message {
  /* font-size: 1.6rem; */
  font-size: clamp(1.6rem, 0.8vw, 5rem);
  padding: 4rem;
}
.recruite_inner--multi {
  display: flex;
  gap: 20px;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 1080px) {
  .chapter__message {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    padding: clamp(3rem, 3vw, 6rem)
    font-weight: 500;
    line-height: 2;
    width: 40%;
    transform: translate(0, -50%);
  }
  .chapter__message--left {
    top: 50%;
    left: 10rem;
  }
  .chapter__message--right {
    top: 50%;
    right: 10rem;
  }
}
