@charset "UTF-8";
/* ==========================================
   AI面接 説明ページ
   ========================================== */
.ai-hero {
  text-align: center;
}
.ai-hero__catch {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  color: #E97F4B;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .ai-hero__catch {
    font-size: 19px;
  }
}
.ai-hero__sub {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .ai-hero__sub {
    font-size: 14px;
  }
}
.ai-hero__image {
  margin: 0;
}
.ai-hero__image img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 12px;
  display: inline-block;
}

/* こんな方に（お悩みの声） */
.ai-voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.ai-voice-list li {
  background: #fff5e8;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .ai-voice-list li {
    font-size: 14px;
  }
}

/* お悩みの声のあとの補足文 */
.ai-voice-note {
  margin-top: 20px;
}

/* 選考の流れ・特長 */
.ai-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: ai-step;
}
.ai-steps__item {
  position: relative;
  padding: 0 0 0 52px;
  min-height: 36px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
.ai-steps__item + .ai-steps__item {
  margin-top: 18px;
}
.ai-steps__item::before {
  counter-increment: ai-step;
  content: counter(ai-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E97F4B;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .ai-steps__item {
    font-size: 14px;
  }
}

/* 応募CTA */
.ai-cta {
  text-align: center;
  margin: 8px 0 40px;
}
.ai-cta__lead {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
}
.ai-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #E97F4B;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  padding: 18px 56px;
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(233, 127, 75, 0.35);
  transition: opacity 0.3s, transform 0.3s;
}
.ai-cta__btn::after {
  content: "→";
  font-weight: 700;
}
.ai-cta__btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .ai-cta__btn {
    display: flex;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px 24px;
    font-size: 16px;
  }
}
.ai-cta__note {
  font-size: 13px;
  color: #666666;
  margin: 14px 0 0;
}

/*# sourceMappingURL=ai-interview.css.map */
