@charset "UTF-8";

.recruit_sec {
  text-align: center;
}

.recruit_coming {
  font-family: "Atma", cursive;
  font-size: 4rem;
  font-weight: 700;
  color: var(--main);
}

@media screen and (max-width: 768px) {
  .recruit_coming {
    font-size: 2rem;
  }
}