/* ------------------------------------------------
   採用
 */
.recruit-feature .p-sec-h {
  background: linear-gradient(#ffdfd7 0%, #d19bd6 100%);
  color: #FFF;
  padding: .75em 0;
}
.recruit-feature .-catch {
  font-weight: bold;
  margin-bottom: 2em;
}
.recruit-feature .img-list li {
  text-align: center;
}
.recruit-feature .img-list img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .recruit-feature .-catch {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit-feature .img-list {
    justify-content: center;
  }
  .recruit-feature .img-list li {
    margin-bottom: 10px;
  }
}

/* ------------------------
 */
.recruit-instructor .p-sec-h {
  text-align: center;
}
.recruit-instructor .p-sec-h h2 {
  display: inline-block;
}
.recruit-instructor .p-sec-h h2::before {
  content: "＼";
}
.recruit-instructor .p-sec-h h2::after {
  content: "／";
}
.recruit-instructor .p-block {
  border-top: 1px solid #CE93D8;
  padding-top: 1.5em;
}
.recruit-instructor .p-block-h {
  margin-bottom: .5em;
}
.recruit-instructor .p-block-f {
  margin-top: .5em;
  font-size: 14px;
  font-weight: bold;
}
.recruit-instructor h3 {
  color: #CE93D8;
}
@media screen and (min-width: 768px) {
  .recruit-instructor .-fig {
    flex: 0 0 180px;
    margin-left: 40px;
    order: 2;
  }
  .recruit-instructor .-cnt {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .recruit-instructor .-fig {
    text-align: center;
  }
  .recruit-instructor .-fig img {
    width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
  
/* ------------------------
 */
.recruit-tbl .p-block-h {
  background: #CE93D8;
  color: #FFF;
  text-align: center;
  padding: .75em 0;
  margin: 0;
}

/* ------------------------
 */
.recruit-message {
  background: #FAFAFA;
  border-radius: 10px;
}
.recruit-message h2 {
  color: #CE93D8;
}
.recruit-message .p-block-h {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-message {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message {
    padding: 10px 20px;
  }
}

/* ------------------------
 */
.recruit-step h2 {
  text-align: center;
  color: #CE93D8;
}
.recruit-step ol {
  list-style-type: none;
  padding: 0;
}
.recruit-step dl {
  display: flex;
  align-items: stretch;
}
.recruit-step li:not(:last-child)::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #CE93D8;
}
.recruit-step li:not(:last-child) dl {
  margin-bottom: 20px;
}
.recruit-step li:not(:first-child) dl {
  margin-top: 20px;
}
.recruit-step dt,
.recruit-step dd {
  margin: 0;
}
.recruit-step dt {
  background: #DEB7E2;
  color: #FFF;
  font-weight: bold;
}
.recruit-step dt span {
  font-family: "Roboto", sans-serif;
}
.recruit-step dd {
  background: #FAFAFA;
}
.recruit-step dd p {
  font-weight: bold;
  margin: 0;
}
.recruit-step dd p:not(:last-child) {
  margin-bottom: 10px;
}
.recruit-step dd p.small {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .recruit-step dt,
  .recruit-step dd {
    padding: 1.5em 2em;
    line-height: 28px;
  }
  .recruit-step dt span {
    font-size: 28px;
  }
  .recruit-step dd {
    flex-grow: 1;
  }
  .recruit-step dd p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-step dt,
  .recruit-step dd {
    padding: .5em 1em;
  }  
  .recruit-step dt {
    white-space: nowrap;
  }
  .recruit-step dt span {
    font-size: 18px;
  }
  .recruit-step dd p {
    font-size: 16px;
    line-height: 1.5;
  }

}
