.recruit-page-section-ttl {
  font-size: 1.6em;
  line-height: 1.7;
  font-weight: normal;
}

#recruit-entry-section {
  background-color: #EDF7FF;
}

#recruit-entry-section .recruit-top-section-text {
  text-align: center;
  margin: 25px auto;
}

#recruit-entry-section .entry-year {
  font-size: 2.2em;
  text-align: center;
  font-weight: bold;
  margin: 53px auto 0;
  letter-spacing: 0.09em;
}

#recruit-entry-section .entry-area {
  display: flex;
  width: 94%;
  margin: 3% auto 0;
  justify-content: space-between;
}

#recruit-entry-section .entry-area .entry-area-button {
  display: block;
  text-align: center;
  background-color: #38ABEC;
  color: #fff;
  border-radius: 10px;
  width: 47.7%;
  padding: 2.3% 0;
}

#recruit-entry-section .entry-area .entry-area-button p {
  font-size: 1.6379em;
  font-weight: bold;
  margin: 0 0 5%;
}

#recruit-entry-section .entry-area .entry-area-button img {
  width: 67%;
}

#recruit-entry-section .entry-area .entry-area-button.tokyo {
  background-color: #F9955E;
}

.recruit-link-button--white {
  margin: 90px auto 0;
  transition: 0.2s;
}

.recruit-link-button--white:hover {
  background-color: #cbe4ff;
  color: #1C64B3;
}

.recruit-link-button--white + .recruit-link-button--white {
  margin: 36px auto 90px;
}
