/* ========================================
   採用LP — 害獣駆除ステーション 施工技術者募集
   モバイルファースト設計
   ======================================== */

/* リセット・ベース */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #212529;
  line-height: 1.8;
  background: #fff;
  padding-bottom: 68px;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========================================
   ヘッダー
   ======================================== */
.header {
  background: #1a5632;
  color: #fff;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-text {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.header-label {
  background: rgba(255,255,255,0.2);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

/* ========================================
   ファーストビュー
   ======================================== */
.hero {
  position: relative;
  color: #fff;
  padding: 36px 0 40px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a5632;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,86,50,0.88) 0%, rgba(45,134,89,0.78) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fd7e14;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ========================================
   応募フォーム共通
   ======================================== */
.recruit-form {
  background: #fff;
  color: #212529;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.form-heading {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a5632;
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}

.required {
  background: #dc3545;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 1.05rem;
  font-family: 'Noto Sans JP', sans-serif;
  background: #f8f9fa;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #1a5632;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,86,50,0.1);
}

.form-group input::placeholder {
  color: #adb5bd;
}

/* ========================================
   ボタン共通
   ======================================== */
.btn {
  display: inline-block;
  padding: 18px 32px;
  border-radius: 10px;
  font-size: 1.15rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-submit {
  background: #fd7e14;
  color: #fff;
  box-shadow: 0 4px 12px rgba(253,126,20,0.4);
  font-size: 1.2rem;
}

.btn-large {
  padding: 22px 32px;
  font-size: 1.3rem;
}

/* ========================================
   セクション共通
   ======================================== */
.section-title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 28px;
  color: #1a5632;
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #fd7e14;
  margin: 12px auto 0;
}

/* ========================================
   セクション画像共通
   ======================================== */
.section-image {
  max-width: 700px;
  margin: 0 auto 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.section-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* ========================================
   S9: CTA背景画像
   ======================================== */
.cta-bottom-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================================
   S1: こんな経験者の方へ
   ======================================== */
.problems {
  padding: 48px 0;
  background: #fff;
}

.problems-lead {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.1rem;
}

.problem-list {
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
}

.problem-list li {
  padding: 16px 0 16px 36px;
  position: relative;
  border-bottom: 1px solid #e9ecef;
  font-size: 1.1rem;
  line-height: 1.6;
}

.problem-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #fd7e14;
  font-weight: 700;
  font-size: 1.3rem;
}

/* ========================================
   S2: 害獣駆除ステーションとは
   ======================================== */
.about {
  padding: 48px 0;
  background: #f8f9fa;
}

.about-lead {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}

.about-block {
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
  border-left: 4px solid #1a5632;
}

.about-block h3 {
  font-size: 1.1rem;
  color: #1a5632;
  margin-bottom: 6px;
}

.about-block p {
  font-size: 1.05rem;
  color: #495057;
}

/* ========================================
   S3: 事業の「1人目」
   ======================================== */
.first-member {
  padding: 48px 0;
  background: #fff;
}

.first-member-content {
  max-width: 700px;
  margin: 0 auto;
}

.first-member-content > p {
  margin-bottom: 16px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.check-list {
  list-style: none;
  margin: 24px 0;
}

.check-list li {
  padding: 12px 0 12px 36px;
  position: relative;
  font-size: 1.05rem;
}

.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1a5632;
  font-weight: 700;
  font-size: 1.2rem;
}

.note {
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 1rem;
  color: #495057;
  margin: 16px 0;
}

.highlight-text {
  text-align: center;
  font-size: 1.1rem;
  color: #1a5632;
  margin-top: 24px;
  padding: 24px 20px;
  background: #f0f7f3;
  border-radius: 8px;
  line-height: 1.8;
}

/* ========================================
   S4: 報酬体系
   ======================================== */
.compensation {
  padding: 48px 0;
  background: #f8f9fa;
}

.compensation-lead {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.1rem;
}

.comp-category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a5632;
  margin: 28px 0 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.comp-category:first-of-type {
  margin-top: 0;
}

.comp-number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #1a5632;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
}

.price-table {
  max-width: 700px;
  margin: 0 auto 16px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #e9ecef;
}

.price-row:nth-child(odd) {
  background: #fff;
}

.price-row:nth-child(even) {
  background: #f8f9fa;
}

.compensation .price-row:nth-child(odd) {
  background: #fff;
}

.compensation .price-row:nth-child(even) {
  background: #f1f3f5;
}

.price-service {
  font-size: 1.05rem;
  font-weight: 700;
}

.price-amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: #d63384;
  white-space: nowrap;
}

.price-amount-text {
  font-size: 1rem;
  color: #495057;
  text-align: right;
  flex: 1;
  margin-left: 16px;
}

.comp-note {
  max-width: 700px;
  margin: 8px auto 24px;
  font-size: 0.95rem;
  color: #6c757d;
}

/* ========================================
   S5: 月収シミュレーション
   ======================================== */
.section-title-highlight {
  font-size: 1.7rem;
}

.simulation {
  padding: 56px 0;
  background: #1a5632;
  color: #fff;
}

.simulation .section-title {
  color: #fff;
}

.simulation .section-title::after {
  background: #fd7e14;
}

.simulation-lead {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.1rem;
  opacity: 0.9;
}

.sim-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.sim-card {
  background: #fff;
  color: #212529;
  border-radius: 12px;
  padding: 24px 20px;
  border-top: 4px solid #fd7e14;
}

.sim-label {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1a5632;
  margin-bottom: 4px;
}

.sim-condition {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 16px;
}

.sim-table {
  border-top: 1px solid #dee2e6;
}

.sim-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.05rem;
}

.sim-total {
  font-weight: 900;
  font-size: 1.35rem;
  color: #1a5632;
  border-bottom: none;
  padding: 16px 0;
}

.sim-note {
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin-top: 16px;
}

/* ========================================
   S6: 業務内容と1日の流れ
   ======================================== */
.work {
  padding: 48px 0;
  background: #f8f9fa;
}

.work-subtitle {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a5632;
  border-left: 4px solid #1a5632;
  padding-left: 12px;
  margin: 28px 0 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.work-subtitle:first-of-type {
  margin-top: 0;
}

.work .check-list {
  max-width: 700px;
  margin: 0 auto 16px;
}

.flow-steps {
  max-width: 700px;
  margin: 0 auto 16px;
}

.flow-step {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
}

.step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #1a5632;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
}

.flow-step h4 {
  font-size: 1.05rem;
  color: #333;
}

.schedule-table {
  max-width: 700px;
  margin: 0 auto;
}

.schedule-row {
  display: flex;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid #e9ecef;
  align-items: center;
}

.schedule-row:nth-child(odd) {
  background: #fff;
}

.schedule-time {
  flex-shrink: 0;
  width: 60px;
  font-weight: 700;
  font-size: 1rem;
  color: #1a5632;
}

.schedule-task {
  font-size: 1rem;
  color: #495057;
}

/* ========================================
   S7: 募集要項
   ======================================== */
.requirements {
  padding: 48px 0;
  background: #fff;
}

.req-table {
  max-width: 700px;
  margin: 0 auto 32px;
}

.req-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e9ecef;
}

.req-label {
  padding: 12px 16px 6px;
  background: #1a5632;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.req-value {
  padding: 10px 16px 14px;
  font-size: 1.05rem;
  background: #f8f9fa;
}

.req-qualification {
  max-width: 700px;
  margin: 0 auto;
  background: #f0f7f3;
  border: 2px solid #1a5632;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}

.req-qualification-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1a5632;
  margin-bottom: 20px;
}

.req-qualification-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.req-qualification-list li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #212529;
  padding-left: 36px;
  position: relative;
  text-align: left;
}

.req-qualification-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1a5632;
  font-weight: 900;
  font-size: 1.4rem;
}

/* ========================================
   S8: よくある質問
   ======================================== */
.faq {
  padding: 48px 0;
  background: #f8f9fa;
}

.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.faq-item summary {
  padding: 18px 48px 18px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #1a5632;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  padding: 0 20px 18px;
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
}

/* ========================================
   S9: 追い込みCTA + フォーム
   ======================================== */
.cta-bottom {
  position: relative;
  padding: 56px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.cta-bottom-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a5632;
}

.cta-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,86,50,0.92) 0%, rgba(45,134,89,0.85) 100%);
}

.cta-bottom-content {
  position: relative;
  z-index: 1;
}

.cta-bottom h2 {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.cta-bottom > .container > p,
.cta-bottom-content > p {
  margin-bottom: 28px;
  font-size: 1.1rem;
  opacity: 0.95;
}

.recruit-form-bottom {
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}

/* ========================================
   フッター
   ======================================== */
.footer {
  background: #212529;
  color: #adb5bd;
  padding: 40px 0 24px;
  text-align: center;
}

.footer-company {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.footer-info p {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.footer-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-links a {
  font-size: 0.85rem;
  color: #adb5bd;
  text-decoration: underline;
}

.footer-links a:hover {
  color: #fff;
}

.copyright {
  margin-top: 24px;
  font-size: 0.8rem;
  color: #6c757d;
}

/* ========================================
   モバイル固定フッターバー
   ======================================== */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 200;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
}

.mobile-cta-apply {
  flex: 1;
  background: #fd7e14;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  font-weight: 900;
  font-size: 1.2rem;
}

/* ========================================
   タブレット (768px+)
   ======================================== */
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .container {
    padding: 0 24px;
  }

  .mobile-cta-bar {
    display: none;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-layout {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .hero-text {
    flex: 1;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-form-wrap {
    flex: 0 0 380px;
  }

  .section-title {
    font-size: 1.7rem;
    margin-bottom: 36px;
  }

  .section-title-highlight {
    font-size: 2rem;
  }

  .section-image img {
    height: 320px;
  }

  .sim-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .req-row {
    flex-direction: row;
  }

  .req-label {
    flex-shrink: 0;
    width: 160px;
    padding: 14px 16px;
  }

  .req-value {
    padding: 14px 16px;
  }

  .recruit-form {
    padding: 28px 28px;
  }

  .sim-total {
    font-size: 1.5rem;
  }

  .cta-bottom h2 {
    font-size: 2rem;
  }
}

/* ========================================
   デスクトップ (1024px+)
   ======================================== */
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-form-wrap {
    flex: 0 0 420px;
  }

  .section-image img {
    height: 380px;
  }

  .section-title {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }

  .section-title-highlight {
    font-size: 2.3rem;
  }

  .cta-bottom h2 {
    font-size: 2.2rem;
  }
}
