@charset "UTF-8";
/* Recruit Hello Again (ハローアゲイン制度) - static page. Banner/detail layout from single-recruit. */
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-container .recruit-hello-again-detail-content {
  padding: 0 !important; /* 横/下余白は wrapper / gap 側で管理 */
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-container .single-recruit-detail-cta {
  display: none;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-content-wysiwyg {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 120px 60px;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-header {
  padding: 8px 20px;
  border-left: 4px solid #e1eaee;
  margin-bottom: 32px;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-header .recruit-hello-again-detail-content-title {
  font-size: 32px;
  font-weight: 700;
  color: #231815;
  line-height: 42px;
  letter-spacing: 0.02em;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body h5 {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  line-height: 34px;
  letter-spacing: 0.02em;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body h6 {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body p {
  font-size: 16px;
  font-weight: 400;
  color: #231815;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body ul {
  list-style: none;
  padding-left: 0;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #231815;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body a {
  font-weight: 500;
  text-decoration: underline;
  color: #231815;
  transition: all 0.3s ease-out;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body a:hover {
  color: #5A677D;
  text-decoration: none;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body strong,
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body b {
  font-weight: 700;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body em,
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body i {
  font-style: italic;
}
.recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body u {
  text-decoration: underline;
}
.recruit-hello-again-page .recruit-page-contents .single-recruit-title-section .inner .single-recruit-title {
  padding: 24px 0 54px;
  position: relative;
  z-index: 1;
}
.recruit-hello-again-page .pickup-slider .inner {
  padding: 60px 72px;
}

@media (max-width: 767px) {
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-content-wysiwyg {
    gap: 24px;
    padding: 0;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-header {
    margin-bottom: 24px;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-header .recruit-hello-again-detail-content-title {
    font-size: 24px;
    line-height: 34px;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body {
    gap: 24px;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body p,
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-content .recruit-hello-again-detail-content-body ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .recruit-hello-again-page .recruit-page-contents .recruit-hello-again-detail-container .recruit-hello-again-detail-content {
    padding: 0 !important;
  }
  .recruit-hello-again-page .recruit-page-contents .single-recruit-title-section .inner .single-recruit-title {
    padding: 7px 0;
  }
  .recruit-hello-again-page .pickup-slider .inner {
    padding: 32px 0 32px 24px !important;
  }
}/*# sourceMappingURL=index.css.map */
