@charset "UTF-8";
#join {
  background: #fff;
}

/* デフォルトはPC表示 */
.u-hidden_pc {
  display: none;
}

.u-hidden_sp {
  display: block;
}

.pt15 {
  padding-top: 25px;
}

/* スマホサイズで反転 */
@media (max-width: 767.9px) {
  .u-hidden_pc {
    display: block;
  }
  .u-hidden_sp {
    display: none;
  }
}
.p-recruit_voice__links {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .p-recruit_voice__links {
    flex-direction: column;
  }
}
.p-recruit_voice__link {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767.9px) {
  .p-recruit_voice__link {
    width: 100%;
  }
}
.p-recruit_voice__link a {
  border: 1px solid #782389;
  font-size: 16px;
  display: block;
  padding: 1em 0;
  background: #782389;
  color: #fff;
  font-weight: bold;
  transition: ease 0.4s;
}
.p-recruit_voice__link a:hover {
  color: #782389;
  background: #fff;
}

.p-recruit_flow__item:first-child {
  padding-bottom: 1.4rem;
}
.p-recruit_flow__item:not(:first-child) {
  padding: 1.4rem 0;
}

.p-recruit_flowSec:not(:first-of-type) {
  margin-top: 60px;
}/*# sourceMappingURL=include.css.map */