/* ============================================================
   recruit-environment.css — 採用サブページ: 働く環境を知る
   recruit.css + recruit-vision.css と併用
   プレフィックス: re-
   ============================================================ */

/* ============================
   ページヒーロー（背景上書き）
============================ */
.re-hero {
  background: linear-gradient(135deg, rgba(12, 44, 93, 0.7), rgba(232, 116, 14, 0.5)),
              url('images/recruit-hero.jpg') center / cover no-repeat;
}
.rc-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 24px;
}

.rc-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}

.rc-breadcrumb ol li:not(:last-child)::after {
  content: '>';
  margin-left: 4px;
  color: #ccc;
}

.rc-breadcrumb ol li a {
  color: #666;
  text-decoration: none;
}

.rc-breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* ============================
   イントロ
============================ */
.re-intro {
  padding: 80px 0;
  background: #fff;
}

.re-intro-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--rc-navy);
  line-height: 1.8;
  margin-bottom: 24px;
}

.re-intro-text {
  font-size: 15px;
  color: #555;
  line-height: 2;
  max-width: 800px;
}


/* ============================
   バナー
============================ */
.re-banner {
  padding: 0 0 80px;
  background: #fff;
}

.re-banner-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background: var(--rc-navy);
  padding: 16px 48px;
  max-width: 620px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.re-banner-box {
  background: #0095B51A;
  border-radius: 24px;
  padding: 56px 48px 56px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.re-banner-items {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.re-banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 280px;
}

.re-banner-icon {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--rc-navy);
}

.re-banner-icon svg {
  width: 56px;
  height: 56px;
}

.re-banner-item-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
}


/* ============================
   共通セクションラベル
============================ */
.re-section-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--rc-orange);
  text-align: center;
  margin-bottom: 20px;
}

.re-section-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--rc-navy);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 56px;
}


/* ============================
   教育制度
============================ */
.re-education {
  padding: 80px 0 100px;
  background: #FFF0C7;
}

/* 教育カード */
.re-edu-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  margin-bottom: 48px;
}

.re-edu-card:last-child {
  margin-bottom: 0;
}

/* モバイル用カード画像（デスクトップでは非表示） */
.re-edu-card-hero {
  display: none;
}

.re-edu-card-header {
  display: flex;
  align-items: center;
  padding: 20px 32px;
  background: #F36327;
  border-radius: 0;
  margin: 40px 24px 0;
}

.re-edu-card-num {
  display: none;
}

.re-edu-card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.re-edu-card-body {
  padding: 40px 40px 40px;
}

/* 2カラム: テキスト左 + 画像右 */
.re-edu-card-content {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.re-edu-card-left {
  flex: 1;
  min-width: 0;
}

.re-edu-card-img {
  flex-shrink: 0;
  width: 45%;
  min-height: 300px;
  background-color: #EEF0F3;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.re-edu-card-text {
  font-size: 15px;
  color: #555;
  line-height: 2;
  margin-bottom: 48px;
}

/* Point */
.re-edu-point {
  background: #E5F4F8;
  border-radius: 12px;
  padding: 12px 28px 24px;
  position: relative;
  z-index: 1;
}

.re-edu-point-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F36327;
  margin-top: -36px;
  margin-bottom: 8px;
}

.re-edu-point-label::before {
  content: '＼';
  font-size: 22px;
  margin-right: 20px;
}

.re-edu-point-label::after {
  content: '／';
  font-size: 22px;
  margin-left: 20px;
}

.re-edu-point-list {
  list-style: none;
  padding: 0;
}

.re-edu-point-list li {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 2.4;
}

.re-edu-point-list li::before {
  content: '✔';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #F36327;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}

.re-edu-point-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}

/* 対象資格 */
.re-edu-target {
  border-top: 1px solid #eee;
  padding: 28px 40px 36px;
  margin: 0 24px 24px;
  background: #EDEDED80;
  border-radius: 0;
}

.re-edu-target-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 16px;
}

.re-edu-target-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 24px;
  list-style: none;
  padding: 0;
}

.re-edu-target-list li {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}


/* ============================
   福利厚生
============================ */
.re-welfare {
  padding: 80px 0 100px;
  background: #fff;
}

/* 社員の健康 */
.re-health {
  margin-bottom: 56px;
}

.re-health-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 20px;
}

.re-health-top {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.re-health-desc {
  flex: 1;
  max-width: 520px;
  font-size: 15px;
  color: #555;
  line-height: 2;
}

.re-health-badge {
  flex-shrink: 0;
  width: 500px;
  margin-left: auto;
}

.re-health-badge img {
  width: 100%;
  height: auto;
}

/* 健康施策カード4列 */
.re-health-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.re-health-card {
  background: #E5F4F8;
  border-radius: 12px;
  padding: 28px 24px;
}

.re-health-card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 16px;
}

.re-health-card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  padding: 12px 0 0;
}


/* Pick up! */
.re-pickup {
  position: relative;
  background: #E5F4F8;
  border-radius: 16px;
  padding: 28px 24px 28px;
  margin-bottom: 56px;
}

.re-pickup-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F36327;
  margin-top: -52px;
  margin-bottom: 20px;
  margin-left: 13%;
}

.re-pickup-label::before {
  content: '＼';
  font-size: 18px;
  margin-right: 16px;
}

.re-pickup-label::after {
  content: '／';
  font-size: 18px;
  margin-left: 16px;
}

.re-pickup-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
}

.re-pickup-img {
  flex-shrink: 0;
  width: 280px;
  min-height: 200px;
  aspect-ratio: 4 / 3;
  background-color: #EEF0F3;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.re-pickup-text {
  flex: 0 1 auto;
  min-width: 0;
}

.re-pickup-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
}

.re-pickup-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.re-pickup-check {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #F36327;
  font-size: 14px;
  font-weight: 700;
}

.re-pickup-item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.re-pickup-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

/* .re-pickup-img は上で定義済み */

.re-pickup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


/* 社員同士の交流 */
.re-exchange {
  margin-bottom: 80px;
}

.re-exchange-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 16px;
}

.re-exchange-text {
  font-size: 15px;
  color: #555;
  line-height: 2;
  margin-bottom: 32px;
}

.re-exchange-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.re-exchange-card-wrap {
  display: flex;
  flex-direction: column;
}

.re-exchange-card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 8px;
}

.re-exchange-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #EEF0F3;
  border-radius: 8px;
}


/* その他福利厚生 */
.re-other-benefits {
  margin-top: 16px;
}

.re-other-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 40px;
}

.re-other-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  align-items: start;
}

.re-other-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.re-other-circle {
  width: 160px;
  height: 160px;
  background: #E5F4F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.re-other-circle span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--rc-navy);
  line-height: 1.4;
}

.re-other-text {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}


/* ============================================================
   タブレット（≤1024px）
   ============================================================ */
@media (max-width: 1024px) {

  /* イントロ */
  .re-intro-heading {
    font-size: 24px;
  }

  /* バナー */
  .re-banner-box {
    padding: 48px 32px 40px;
  }

  .re-banner-title {
    font-size: 20px;
    padding: 14px 32px;
  }

  .re-banner-items {
    gap: 32px;
  }

  .re-banner-icon {
    width: 130px;
    height: 130px;
  }

  .re-banner-icon svg {
    width: 48px;
    height: 48px;
  }

  .re-banner-item-text {
    font-size: 14px;
  }

  /* 教育 */
  .re-section-label {
    font-size: 28px;
  }

  .re-section-subtitle {
    font-size: 20px;
  }

  .re-edu-card-img {
    width: 240px;
  }

  .re-edu-card-body {
    padding: 28px 32px 32px;
  }

  .re-edu-target {
    padding: 24px 32px 28px;
  }

  .re-edu-target-list {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 健康 */
  .re-health-heading {
    font-size: 22px;
  }

  .re-health-badge {
    width: 300px;
  }

  .re-health-desc {
    max-width: 420px;
  }

  .re-health-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 交流カード */
  .re-exchange-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .re-exchange-title {
    font-size: 22px;
  }

  /* その他福利厚生 */
  .re-other-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .re-other-circle {
    width: 130px;
    height: 130px;
  }

  /* Pickup */
  .re-pickup {
    padding: 32px;
  }

  .re-pickup-img {
    width: 220px;
  }
}


/* ============================================================
   モバイル（≤768px）
   ============================================================ */
@media (max-width: 768px) {

  /* イントロ */
  .re-intro {
    padding: 48px 0;
  }

  .re-intro-heading {
    font-size: 20px;
    line-height: 1.7;
  }

  .re-intro-text {
    font-size: 14px;
  }

  /* バナー */
  .re-banner {
    padding: 0 0 48px;
  }

  .re-banner-box {
    padding: 36px 20px 32px;
    border-radius: 16px;
    margin-top: -16px;
  }

  .re-banner-title {
    font-size: 16px;
    padding: 12px 16px;
  }

  .re-banner-items {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .re-banner-icon {
    width: 120px;
    height: 120px;
  }

  .re-banner-icon svg {
    width: 44px;
    height: 44px;
  }

  .re-banner-item-text {
    font-size: 14px;
  }

  /* セクションラベル */
  .re-section-label {
    font-size: 24px;
  }

  .re-section-subtitle {
    font-size: 17px;
    margin-bottom: 32px;
  }

  /* 教育制度 */
  .re-education {
    padding: 48px 0 60px;
  }

  .re-edu-card {
    margin-bottom: 24px;
  }

  .re-edu-card-header {
    padding: 16px 20px;
  }

  .re-edu-card-title {
    font-size: 18px;
  }

  .re-edu-card-body {
    padding: 20px;
  }

  .re-edu-card-hero {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #EEF0F3;
    background-size: cover;
    background-position: center;
    border-radius: 24px 24px 0 0;
  }

  .re-edu-card-header {
    margin-top: 16px;
  }

  .re-edu-card-content {
    flex-direction: column;
  }

  .re-edu-card-img {
    display: none;
  }

  .re-edu-card-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .re-edu-point {
    padding: 20px;
  }

  .re-edu-point-list li {
    font-size: 14px;
  }

  .re-edu-target {
    padding: 20px;
  }

  .re-edu-target-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
  }

  .re-edu-target-label {
    font-size: 16px;
  }

  /* 福利厚生 */
  .re-welfare {
    padding: 48px 0 60px;
  }

  /* 健康 */
  .re-health-heading {
    font-size: 20px;
  }

  .re-health-top {
    flex-direction: column;
    gap: 20px;
  }

  .re-health-badge {
    width: 240px;
    margin-left: 0;
  }

  .re-health-desc {
    max-width: 100%;
  }

  .re-health-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  /* Pickup */
  .re-pickup {
    padding: 28px 20px;
  }

  .re-pickup-label {
    font-size: 20px;
    margin-top: -40px;
  }

  .re-pickup-content {
    flex-direction: column;
    gap: 20px;
  }

  .re-pickup-img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .re-pickup-desc {
    font-size: 14px;
  }

  /* 交流 */
  .re-exchange-title {
    font-size: 20px;
  }

  .re-exchange-text {
    font-size: 14px;
  }

  .re-exchange-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .re-exchange-card-title {
    font-size: 14px;
  }

  /* その他 */
  .re-other-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .re-other-benefits {
    margin-top: 0;
  }

  .re-other-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
  }

  .re-other-circle {
    width: 100px;
    height: 100px;
  }

  .re-other-circle span {
    font-size: 12px;
  }

  .re-other-text {
    font-size: 12px;
  }
}
