.footer {
  margin: 0;
}

/* ===============================================
   Job List Page Styles
   =============================================== */

/* グラデーション定義 */
.gradient-text {
  background: var(--rfa-color-strong02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.job-list-main {
  position: relative;
  overflow: hidden;
  background: var(--rfa-color-strong03);
  min-height: 100vh;
  padding-bottom: 180px;
}

/* ===============================================
   メインビジュアル
   =============================================== */
.job-list-mv {
  position: relative;
  padding: 120px 0 60px;
  background: transparent;
}

.job-list-mv__inner {
  position: relative;
  width: 84%;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 2;
}

/* ===============================================
   Section共通
   =============================================== */
.section-heading {

}
.section-heading__ja {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
}
.section-heading__en {
  font-family: var(--font-rfa);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #000;
  display: block;
  margin-bottom: 15px;
}



/* ===============================================
   フィルターセクション
   =============================================== */
.filter-section {
  position: relative;
  padding: 40px 0;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.filter-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 160px;
}

/* フィルターグループ */
.filter-group {
  margin-bottom: 32px;
}

.filter-group:last-of-type {
  margin-bottom: 40px;
}

.filter-group__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #272222;
  margin-bottom: 16px;
}

.filter-group__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* フィルタータグ */
.filter-tag {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #272222;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-tag:hover {
  border-color: #7d95e4;
  color: #0063b1;
}

.filter-tag.active {
  background: linear-gradient(270deg, #0063b1 0%, #7d95e4 100%);
  color: #fff;
  border-color: transparent;
}

/* フィルターアクション */
.filter-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.btn-show-results {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #fff;
  background: linear-gradient(270deg, #0063b1 0%, #7d95e4 100%);
  border: none;
  border-radius: 30px;
  padding: 12px 32px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-show-results:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.results-count {
  font-weight: 700;
  margin-right: 2px;
}

.btn-reset-filters {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #8a8a8a;
  background: transparent;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.btn-reset-filters:hover {
  color: #272222;
}

/* ===============================================
   求人カードセクション
   =============================================== */
.job-cards-section {
  position: relative;
  padding: 0 0 100px;
}

.job-cards-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 84%;
}

/* 求人グリッド */
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* 求人カード */
.job-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.job-card:hover {
}

.job-card.hidden {
  display: none;
}

/* カードヘッダー */
.job-card__header {
  margin-bottom: 20px;
}

.job-card__number {
  font-family: 'RFA Gothic Std', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #8a8a8a;
}

/* カードコンテンツ */
.job-card__content {
  margin-bottom: 28px;
}

.job-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin-bottom: 2.5rem;
}

.job-card__subtitle {
  font-family: 'RFA Gothic Std', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #000;
  margin-bottom: 8px;
}

.job-card__description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #272222;
}

/* カードフッター */
.job-card__footer {
  display: flex;
  justify-content: flex-end;
}

.job-card__link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #0063b1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease, color 0.3s ease;
}

.job-card__link:hover {
  gap: 12px;
  color: #7d95e4;
}

.job-card__link svg {
  transition: transform 0.3s ease;
}

.job-card__link:hover svg {
  transform: translateX(4px);
}


/* ===============================================
   レスポンシブ
   =============================================== */

/* タブレット */
@media screen and (max-width: 1024px) {
  .job-list-mv__inner,
  .filter-section__inner,
  .job-cards-section__inner {
    padding: 0 60px;
  }

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

}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .job-list-mv {
    padding: 80px 0 40px;
  }

  .job-list-mv::before {
    top: 150px;
    width: 100%;
    height: 800px;
  }

  .job-list-mv__inner,
  .filter-section__inner,
  .job-cards-section__inner {
    padding: 0 30px;
  }

  .section-heading__en {
    font-size: 14px;
  }

  .section-heading__ja {
    font-size: 28px;
    line-height: 32px;
  }

  /* フィルターセクション */
  .filter-section {
    padding: 30px 0;
  }

  .filter-group {
    margin-bottom: 24px;
  }

  .filter-group:last-of-type {
    margin-bottom: 32px;
  }

  .filter-group__title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .filter-group__items {
    gap: 8px;
  }

  .filter-tag {
    font-size: 12px;
    padding: 6px 16px;
  }

  .filter-actions {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .btn-show-results {
    font-size: 14px;
    padding: 10px 24px;
    width: 100%;
    text-align: center;
  }

  .btn-reset-filters {
    font-size: 12px;
    text-align: center;
  }

  /* 求人カードセクション */
  .job-cards-section {
    padding: 0 0 10%;
  }

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

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

  .job-card__header {
    margin-bottom: 16px;
  }

  .job-card__number {
    font-size: 10px;
  }

  .job-card__content {
    margin-bottom: 20px;
  }

  .job-card__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .job-card__subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .job-card__description {
    font-size: 12px;
    line-height: 20px;
  }

  .job-card__link {
    font-size: 12px;
  }

}

/* 極小画面 */
@media screen and (max-width: 375px) {
  .job-list-mv__inner,
  .filter-section__inner,
  .job-cards-section__inner {
    padding: 0 20px;
  }
  .job-list-main {
    padding-bottom: 110px;
  }
  .job-grid {
    gap: 20px;
  }

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

  .job-card__title {
    font-size: 16px;
    line-height: 24px;
  }

  .job-card__description {
    font-size: 11px;
    line-height: 18px;
  }

}
