.top-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/top_RECRUIT.png);
}

.contents > li {
  flex-direction: column;
}

.contents > li:first-child {
  font-weight: bold;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 32px;
}

.contents > li:last-child {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: unset;
}
