@charset "UTF-8";
.recruit-wrapper {
  padding: 0 0 90px;
}
.recruit-wrapper {
  max-width: 960px;
  margin: 60px auto;
  background: #fff;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.recruit-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  border-bottom: 3px solid #0074cc;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.recruit-lead {
  font-size: 16px;
  margin-bottom: 1.8em;
}

.recruit-section {
  margin-top: 2.5em;
}

.recruit-section h3,
.recruit-wrapper_h3 {
  font-size: 1.3rem;
  color: #0074cc;
  border-left: 5px solid #0074cc;
  padding-left: 12px;
  margin-bottom: 0.8em;
  font-weight: 700;
}

.recruit-section p,
.recruit-section ul {
  margin-bottom: 1.5em;
  font-size: 1rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li::before {
  content: '・';
  color: #0074cc;
  margin-right: 6px;
  font-weight: bold;
}

.recruit-box {
  background: #f4f8fb;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.recruit-box h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  color: #222;
  font-weight: 700;
}
.recruit-contact {
  text-align: center;
  margin-top: 3em;
}

.recruit-contact a {
  display: inline-block;
  background: #0074cc;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.recruit-contact a:hover {
  background: #005fa3;
}
@media screen and (max-width: 1023px) {
  .recruit-wrapper {
    padding: 30px 20px;
    margin: 30px 10px;
  }
  .recruit-lead {
    font-size: 14px;
  }
  .recruit-section h3,
  .recruit-wrapper_h3 {
    font-size: 1.1rem;
  }
}

.icon_prohibit {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
