@charset "UTF-8";

/* ==========================================================================
   採用情報ページ専用スタイル (recruit.css)
   ========================================================================== */


/* ==========================================
   1. サブタイトル帯エリア
   ========================================== */
/* 本文エリア冒頭のサブタイトル帯 */
.recruit-sub-bar {
  background-color: #001f4d;
  padding: 12px 20px;
  border-radius: 6px;
  margin-top: 0;        
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* サブタイトルテキスト */
.recruit-sub-bar-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
  text-align: left;
}


/* ==========================================
   2. 特徴セクション（ミスマッチゼロの採用）
   ========================================== */
/* 特徴セクションコンテナ */
.recruit-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

/* 属性バッジ */
.recruit-badge {
  display: inline-block;
  background-color: #002b66;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* キャッチコピー */
.recruit-catch {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002b66;
  margin-bottom: 16px;
}

/* 説明文 */
.recruit-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 12px;
}

/* 強調リードテキスト */
.recruit-lead-bold {
  font-size: 1rem;
  font-weight: bold;
  color: #002b66;
  margin-top: 16px;
}

/* 特徴イメージ画像 */
.recruit-feature-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* PCサイズ調整（768px以上） */
@media (min-width: 768px) {
  .recruit-feature {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .recruit-feature-body {
    flex: 1;
  }
  
  .recruit-feature-img {
    width: 280px;
    flex-shrink: 0;
  }
}


/* ==========================================
   3. 会社情報・データセクション（数値実績＆入社実績）
   ========================================== */
/* セクション全体 */
.company-stats-section {
  margin: 40px 0;
}

/* ヘッダーエリア */
.stats-header {
  margin-bottom: 24px;
}

.stats-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #002b66;
  margin-bottom: 8px;
}

.stats-lead {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
}

/* 2カラムレイアウトコンテナ */
.stats-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 9マスカードグリッド */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

/* 数値実績カード */
.stat-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}

.stat-icon {
  width: 32px;
  height: 32px;
  color: #002b66;
  flex-shrink: 0;
}

.stat-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.stat-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: #64748b;
}

.stat-value {
  font-size: 1.3rem;
  font-weight: bold;
  color: #002b66;
  line-height: 1.2;
  margin: 4px 0;
}

.stat-value .unit {
  font-size: 0.85rem;
  margin: 0 2px;
}

.stat-sub {
  font-size: 0.75rem;
  color: #666666;
  min-height: 1.2em; /* 注記のないカードも高さを均一化 */
}

/* 実績・グラフ共通枠 */
.stat-results-box {
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}

.results-badge {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.results-list li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.results-list li:last-child {
  border-bottom: none;
}

.results-list .year {
  font-weight: bold;
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 2px;
}

.results-list .detail {
  font-size: 0.95rem;
  color: #333333;
  font-weight: bold;
}

/* カードエリア全体の下に並べる2枠のレイアウト */
.stats-bottom-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* スマホサイズでは縦に1つずつ */
  gap: 20px;
  margin-top: 24px; /* 上のエリアとの余白 */
}

/* インラインSVGグラフ表示ラッパー */
.chart-svg-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
}

.chart-svg-wrapper svg {
  display: block;
  width: 100%;
  height: auto;
}

/* グリッド・レイアウトレスポンシブ調整 */
@media (min-width: 576px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 下部2枠を横並び（50%ずつ）に配置 */
  .stats-bottom-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .stats-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: start;
  }
}


/* ==========================================
   4. 公式LINE相談セクション
   ========================================== */
/* バナー囲み枠 */
main .line-sec-banner {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 40px 0 !important;
  padding: 32px 24px !important;
  background-color: #ebf6f0 !important;
  border: 2px solid #06c755 !important;
  border-radius: 12px !important;
  float: none !important;
  clear: both !important;
}

/* インナーコンテナ */
main .line-sec-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* コンテンツエリア */
main .line-sec-content {
  flex: 1 1 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

main .line-sec-title {
  font-size: 1.6rem !important;
  font-weight: bold !important;
  margin: 0 0 8px 0 !important;
  color: #333333 !important;
  line-height: 1.3 !important;
}

main .line-sec-title .highlight {
  color: #06c755 !important;
}

main .line-sec-sub {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: #06c755 !important;
  margin: 0 0 16px 0 !important;
}

main .line-sec-list {
  list-style: disc !important;
  padding-left: 20px !important;
  margin: 0 !important;
  color: #444444 !important;
}

main .line-sec-list li {
  margin-bottom: 8px !important;
  line-height: 1.6 !important;
}

/* アクション（ボタン・QR）エリア */
main .line-sec-action {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 280px !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}

main .line-action-lead {
  font-weight: bold !important;
  margin: 0 0 12px 0 !important;
  color: #333333 !important;
  text-align: center !important;
}

main .line-btn-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 14px 16px !important;
  background-color: #06c755 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s;
}

main .line-btn-link:hover {
  background-color: #05b34c !important;
}

main .line-qr-box {
  margin-top: 16px !important;
  background: #ffffff !important;
  padding: 10px !important;
  border-radius: 8px !important;
  border: 1px solid #dddddd !important;
  display: block !important;
}

main .line-qr-img {
  width: 120px !important;
  height: 120px !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* PCサイズ用レイアウト変更 */
@media (min-width: 768px) {
  main .line-sec-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }
}


/* ==========================================
   5. 求人情報セクション
   ========================================== */
/* セクション全体 */
.job-info-section {
  margin: 40px 0;
  background-color: #ffffff;
}

.job-info-header {
  margin-bottom: 25px;
}

.job-info-title {
  font-size: 1.4rem;
  color: #002b66;
  font-weight: bold;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}

.job-info-title::after {
  display: none !important;
}

.job-info-lead {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
}

/* カードレイアウトコンテナ */
.job-cards-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

/* 求人カード本体 */
.job-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* 上詰めに固定 */
  border: 1px solid #dcdfe6;
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* カード上部テキストエリア（高さ統一用） */
.job-card-top {
  width: 100%;
  min-height: 70px;
}

.job-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #002b66;
  margin-bottom: 6px;
  line-height: 1.3;
}

.job-card-sub {
  font-size: 0.9rem;
  color: #4a5568;
  margin-bottom: 20px;
}

/* 応募リンクボタン */
.job-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 85%;
  max-width: 320px;
  padding: 12px 28px;
  background-color: #002244;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  margin-bottom: 15px;
}

.job-card-btn:hover {
  background-color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.external-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* 注意書きボックス */
.job-card-notice {
  width: 90%;
  font-size: 0.8rem;
  color: #d9534f;
  background-color: #fffaf0;
  border: 1px solid #fbeed5;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 0 !important;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
}

/* PCサイズ横並び配置 */
@media (min-width: 768px) {
  .job-cards-container {
    flex-direction: row;
  }
}


/* ==========================================
   6. お問い合わせ先セクション
   ========================================== */
/* セクション枠 */
.contact-info-section {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 30px;
  margin: 40px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* インナーレイアウト */
.contact-info-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #002B66;
  white-space: nowrap;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-info-title::after {
  display: none !important;
}

/* 連絡先グリッド */
.contact-info-grid {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

/* 連絡先各アイテム */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #cbd5e1;
}

.contact-icon {
  width: 28px;
  height: 28px;
  color: #002b66;
  flex-shrink: 0;
}

.contact-line .line-icon {
  color: #06c755;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: bold;
  line-height: 1.2;
}

.contact-value {
  font-size: 1.05rem;
  font-weight: bold;
  color: #002b66;
  line-height: 1.3;
}

/* インタラクティブ表示（ホバー指定） */
.contact-link {
  transition: all 0.2s ease;
  border-radius: 6px;
  padding: 6px 12px;
}

.contact-link:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.contact-link:hover .contact-value {
  color: #0056b3;
}

.contact-line:hover .contact-value {
  color: #06c755;
}


/* ==========================================
   7. レスポンシブ調整（モバイル向け max-width 指定）
   ========================================== */
/* タブレット・小画面サイズ（900px以下） */
@media (max-width: 900px) {
  .contact-info-section {
    padding: 20px 16px;
  }

  .contact-info-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .contact-info-title {
    font-size: 1.15rem;
    text-align: center;
  }

  .contact-info-grid {
    flex-direction: column;
    gap: 10px;
  }

  .contact-item {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }

  .contact-item:not(:last-child)::after {
    display: none;
  }

  .contact-value {
    font-size: 1rem;
  }
}

/* スマートフォンサイズ（768px以下） */
@media (max-width: 768px) {
  .recruit-sub-bar {
    padding: 10px 14px;
    margin-bottom: 20px;
  }

  .recruit-sub-bar-title {
    font-size: 0.85rem;
  }

  .job-card {
    padding: 20px 15px;
  }

  .job-card-title {
    font-size: 1.1rem;
  }

  .job-card-notice {
    width: 100%;
    font-size: 0.75rem;
  }

  .job-card-btn {
    width: 100%;
    max-width: none;
    padding: 14px 16px;
  }
}
