/* ==========================================
   azas | index_new.html 追加スタイル
   新規セクション用CSS（既存style.cssに上書き追加）
   ========================================== */

/* --- Hero tagline sub (問いかけ文) --- */
.hero-tagline-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.03em;
  margin-left: 20px;
}

.hero-tagline-sub strong {
  font-weight: 700;
  color: #333;
}

/* --- Group Section (風雅グループとの関係説明) --- */
.section-group {
  width: 100%;
  padding: 60px 0;
  background: #f5f0f0;
}

.group-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.group-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 48px;
  background: #fff;
  border-radius: 12px;
  border-left: 4px solid #e05858;
}

.group-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  flex: 1;
}

.group-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e05858;
  white-space: nowrap;
  flex-shrink: 0;
}

/* --- Numbers Section (数字で見るazas) --- */
.section-numbers {
  width: 100%;
  padding: 100px 0;
  background: #faf6f6;
}

.numbers-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.numbers-header {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}

.numbers-value {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #e05858;
  line-height: 1.2;
}

.numbers-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.numbers-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-align: center;
  line-height: 1.8;
}

/* --- Recruit CTA note --- */
.recruit-cta-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin-top: 16px;
}

/* --- Recruit persona (text style override for new layout) --- */
.recruit-persona .content-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

/* --- Daikanyama Section --- */
.section-daikanyama {
  width: 100%;
  padding: 80px 0;
  background: #f5f0f0;
}

.daikanyama-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.daikanyama-header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.daikanyama-body {
  max-width: 720px;
}

/* --- COO Message Section --- */
.section-coo-message {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}

.coo-message-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.coo-message-header {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.coo-message-body {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.coo-message-signature {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 16px;
}

/* --- Bottom CTA Section (ページ下部CTA) --- */
.section-bottom-cta {
  width: 100%;
  padding: 80px 0;
  background: #3a3a3a;
}

.bottom-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: center;
}

.bottom-cta-lead {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bottom-cta-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 40px;
}

.bottom-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bottom-cta-buttons .btn-recruit-cta {
  display: inline-block;
}

.bottom-cta-buttons .btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.bottom-cta-buttons .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* --- Responsive: 1080px --- */
@media (max-width: 1080px) {
  .group-inner,
  .numbers-inner,
  .daikanyama-inner,
  .coo-message-inner {
    padding: 0 40px;
  }

  .bottom-cta-inner {
    padding: 0 40px;
  }

  .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .numbers-value {
    font-size: 30px;
  }
}

/* --- Responsive: 840px --- */
@media (max-width: 840px) {
  .group-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .numbers-item {
    padding: 32px 16px;
  }

  .bottom-cta-lead {
    font-size: 24px;
  }

  .bottom-cta-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .recruit-points {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Responsive: 540px --- */
@media (max-width: 540px) {
  .hero-tagline-sub {
    font-size: 14px;
    margin-left: 10px;
  }

  .group-inner,
  .numbers-inner,
  .daikanyama-inner,
  .coo-message-inner {
    padding: 0 20px;
  }

  .bottom-cta-inner {
    padding: 0 20px;
  }

  .group-content {
    padding: 24px 20px;
  }

  .section-numbers {
    padding: 60px 0;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .numbers-item {
    padding: 24px 12px;
  }

  .numbers-value {
    font-size: 26px;
  }

  .section-daikanyama {
    padding: 60px 0;
  }

  .section-coo-message {
    padding: 60px 0;
  }

  .section-bottom-cta {
    padding: 60px 0;
  }

  .bottom-cta-lead {
    font-size: 22px;
  }

  .bottom-cta-desc {
    font-size: 14px;
  }

  .recruit-points {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Wide Screen (1440px+) --- */
@media (min-width: 1440px) {
  .numbers-inner,
  .daikanyama-inner,
  .coo-message-inner,
  .group-inner {
    max-width: 1440px;
  }
}
