@charset "utf-8";

/* --------------------
recruit
-------------------- */
.recruit-section {
  font-family: 'Inter', sans-serif;
}
.recruit-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit-wrap {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  line-height: 1.2;
}
.pr-title-wrap {
  margin: 1rem 0 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.pr-title-wrap .first {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  background: linear-gradient(45deg, #ffc000, #e35757);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
  text-shadow: none;
}
.pr-title-wrap ul {
  list-style: none;
}
.pr-title-wrap ul li {
  margin-bottom: 4px;
}
.recruit-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.recruit-list dt,
.recruit-list dd {
  margin-bottom: 40px;
}
.recruit-list dt {
  width: 24%;
  font-weight: 600;
}
.recruit-list dd {
  width: 76%;
  font-size: .9rem;
}
.recruit-list ul {
  padding-left: 1rem;
}
.recruit-list ul li {
  margin-bottom: 8px;
}
.activity-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-list {
    display: block;
  }
  .recruit-list dt {
    margin-bottom: 8px;
    width: 100%;
  }
  .recruit-list dd {
    width: 100%;
  }
  .activity-note {
    text-align: left;
  }
}
/* --------------------
entry
-------------------- */
.entry-section {
  background: #fcfcfc;
}
