/* =========================
   応募期間セクション
========================= */
.aud-period {
  padding: 60px 20px;
  background: linear-gradient(135deg, #fff4e8, #ffe9f2);
  text-align: center;
}
/* 中央寄せコンテンツ幅 */
.aud-period__inner {
  max-width: 900px;
  margin: 0 auto;
}
/* 見出し */
.aud-period__title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}
/* 日付 */
.aud-period__date {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 32px;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
/* =========================
   Recruit (応募概要)
========================= */
.ltx-recruit {
  padding: 90px 20px;
  background: #fff;
}
.ltx-recruit__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
}
.ltx-recruit__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd400, #00c2ff, #ff00a0);
  margin: 18px auto 0;
}
/* カード（各条件ブロック） */
.ltx-recruit__card {
  max-width: 900px;
  margin: 40px auto;
}
/* 小見出し（募集条件 + 横線） */
.ltx-recruit__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
}
.ltx-recruit__subtitle {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.ltx-recruit__line {
  flex: 1;
  height: 1px;
  background: #111;
  opacity: 0.35;
}
/* リスト（「・」） */
.ltx-recruit__list {
  font-size: clamp(16px, 2.5vw, 18px);
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 760px;
}
.ltx-recruit__list li {
  position: relative;
  padding-left: 1.25em;
  margin: 0.45em 0;
  line-height: 1.9;
}
.ltx-recruit__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/* =========================
   Flow (選考フロー)
========================= */
.ltx-recruit__note {
  margin: 0 auto 22px;
  max-width: 760px;
  font-size: 14px;
  opacity: 0.75;
}
.ltx-flow {
  font-size: clamp(16px, 2.5vw, 18px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 760px;
}
.ltx-flow__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 12px;
}
.ltx-flow__step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 212, 0, 0.35), rgba(0, 194, 255, 0.18));
}
.ltx-flow__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: baseline;
}
.ltx-flow__label {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
.ltx-flow__date {
  margin: 0;
  font-weight: 700;
  opacity: 0.65;
  white-space: nowrap;
}
@media (max-width:520px) {
  .ltx-flow__body {
    grid-template-columns: 1fr;
  }
  .ltx-flow__date {
    opacity: 0.7;
  }
}
/* =========================
   Aud sections (契約/待遇/注意事項/問い合わせ)
========================= */
.aud-section {
  width: 100%;
  padding: 70px 20px;
}
.aud-section__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
  position: relative;
}
.aud-section__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd400, #00c2ff, #ff00a0);
  margin: 18px auto 0;
}
.aud-section__inner {
  max-width: 900px;
  margin: 0 auto;
}
.aud-section__body {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 16px;
}
.aud-section__note {
  margin: 0 0 16px;
  font-size: 14px;
  opacity: 0.75;
}
/* ・リスト */
.aud-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aud-bullets li {
  position: relative;
  padding-left: 1.4em;
  margin: 0.45em 0;
}
.aud-bullets li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/* 背景色（色だけ） */
.solid-contract {
  background: #ffffff;
}
.solid-benefit {
  background: #ffffff;
}
.solid-notice {
  background: #ffffff;
}
.solid-contact {
  background: #ffffff;
}
/* 契約・待遇：横並び（コンテンツ幅内） */
/* フル幅の背景帯 */
.aud-band--pair {
  position: relative;
  background: #fff3eb; /* うすい色 */
  padding: 80px 0; /* 帯の上下余白 */
  overflow: hidden;
}
/* ドットレイヤー */
.aud-band--pair::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15; /* ← 濃さ調整 */
  background-image:
    radial-gradient(rgba(255, 120, 80, 0.25) 1px, transparent 1.6px);
  background-size: 18px 18px;
}
/* 中身を前面に */
.aud-band--pair > * {
  position: relative;
  z-index: 1;
}
.aud-pair {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 24px;
}
@media (min-width: 900px) {
  .aud-pair {
    grid-template-columns: 1fr 1fr;
  }
  .aud-pair .aud-section {
    padding: 50px 24px;
    border-radius: 12px;
    overflow: hidden;
  }
  .aud-pair .aud-section__body {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 899px) {
  .aud-pair {
    grid-template-columns: 1fr;
  }
  .aud-pair .aud-section {
    border-radius: 12px;
  }
}
/* 連絡先 */
.aud-contact {
  margin: 8px 0 0;
  font-weight: 700;
}
.aud-contact__link {
  text-decoration: underline;
}
/* =========================
   CTA
========================= */
.aud-cta {
  padding: 90px 20px 110px;
  text-align: center;
  background: linear-gradient(135deg, #5c7cff 0%, #a066ff 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.aud-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 2px);
  background-size: 18px 18px;
}
.aud-cta__title {
  margin: 0 0 16px;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
}
.aud-cta__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd400, #00c2ff, #ff00a0);
  margin: 18px auto 0;
}
.aud-cta__text {
  margin: 0 0 26px;
  opacity: 0.9;
}
.aud-cta__button {
  font-size: clamp(16px, 2.5vw, 18px);
  display: inline-block;
  padding: 25px 64px;
  border-radius: 999px;
  background: #ffd400;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.25s ease;
}
.aud-cta__button:hover {
  opacity: 0.9;
  transform: translateY(3px);
}
.aud-cta__sub {
  margin: 14px 0 0;
  font-size: 13px;
  opacity: 0.85;
}
@media (max-width:520px) {
  .aud-section__title {
    font-size: 30px;
  }
  .aud-cta__title {
    font-size: 28px;
  }
  .aud-cta__button {
    width: 100%;
    max-width: 340px;
  }
}
/* =========================
   応募概要：ドット＋やわらか丸（上品版）
========================= */
.ltx-recruit {
  position: relative;
  overflow: hidden;
  background: #f9fafc;
}
/* ドット（薄く） */
.ltx-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(11, 42, 120, 0.25) 1px, transparent 1.6px);
  background-size: 14px 14px;
}
/* 大きい丸 */
.ltx-recruit::after {
  content: "";
  position: absolute;
  filter: blur(6px);
  inset: -200px;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 212, 0, 0.18) 0 180px, transparent 181px), radial-gradient(circle at 85% 20%, rgba(0, 194, 255, 0.15) 0 220px, transparent 221px), radial-gradient(circle at 25% 85%, rgba(255, 0, 160, 0.12) 0 260px, transparent 261px);
  opacity: 1;
}
/* テキストを前面に */
.ltx-recruit > * {
  position: relative;
  z-index: 1;
}
/* お問い合わせ：中央寄せボックス */
.aud-contact-box {
  text-align: center;
  margin-top: 24px;
}
/* メールリンク（ボタン風） */
.aud-contact-mail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: #f6f8ff;
  border-radius: 6px;
  box-shadow: none;
  font-weight: 700;
  color: #111;
  cursor: default;
}
.aud-contact-icon {
  font-size: 20px;
  line-height: 1;
}
/* スマホで折り返し対策 */
@media (max-width:520px) {
  .aud-contact-mail {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    padding: 16px 18px;
  }
}
.aud-visual {
  margin: 80px 0;
  text-align: center;
}
.aud-visual-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.aud-visual img {
  width: 100%;
  border-radius: 16px;
}
.aud-visual-copy {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
/* 選考フロー背景 */
.aud-flow {
  position: relative;
  padding: 60px 0;
  background: #ffffff; /* ベース色 */
  overflow: hidden;
}
/* 背景シルエット */
.aud-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/vsilhouette.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1050px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
/* 中身を前面に */
.aud-flow > * {
  position: relative;
  z-index: 1;
}
.ltx-recruit--flow {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .aud-flow::before {
    background-size: 450px;
    background-position: center bottom;
    opacity: 0.04;
  }
}