.hero-area h1 {
  font-size: 70px;
}

.hero-area .vertical-word {
  top: 465px;
  font-size: 150px;
}

.hero-area .large-word {
  left: 180px;
  font-size: 150px;
  bottom: 105px;
}

.hero-text-area {
  position: absolute;
  z-index: 2;
  right: 110px;
  top: 340px;
  color: #fff;
  font-size: 44px;
  line-height: 1.6;
  font-weight: 900;
}
.entry-form .section-title,
.recruit-info .section-title {
  color: var(--blue);
}
.entry-form .section-title h2::after,
.recruit-info .section-title h2::after {
  background: var(--blue);
}

.recruit-info .section-title h2::after {
  width: 210px;
}

.entry-form .section-title h2::after {
  width: 130px;
}

.entry-form .form-grid input,
.entry-form .form-grid select,
.entry-form .form-grid textarea {
  border-color: #c8d0d9;
}

@media (max-width: 900px) {
  .hero-area h1 {
    display: none;
  }

  .hero-area .vertical-word {
    top: 465px;
    font-size: 100px;
  }

  .hero-area .large-word {
    left: 40px;
    bottom: 12px;
    font-size: 100px;
  }

  .recruit-info .section-title h2::after {
    width: 110px;
  }

  .entry-form .section-title h2::after {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .hero-photo,
  .hero-area > img {
    height: 620px;
  }

  .hero-area .vertical-word {
    top: 350px;
    font-size: 60px;
  }

  .hero-area .large-word {
    left: 20px;
    bottom: 12px;
    font-size: 60px;
  }
}
