/* ============================================================
   recruit-company.css — 採用サブページ: 会社を知る
   recruit.css + recruit-vision.css と併用
   ============================================================ */


/* ============================
   ページヒーロー（上書き）
============================ */
.rv-hero {
  /* ACF画像未設定時はベースのvar(--rc-navy)を継承 */
}
.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;
}

/* ============================
   Message — 代表メッセージ
============================ */
.rco-message {
  padding: 80px 0 100px;
  background: #fff;
  overflow: hidden;
}

.rco-message-title {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--rc-orange);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 48px;
  text-align: center;
}

.rco-message-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-left: max(40px, calc((100vw - 1120px) / 2));
  padding-right: 0;
}

.rco-message-text {
  flex: 1;
  min-width: 0;
  max-width: 560px;
}

.rco-message-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 40px;
}

.rco-message-text p {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 2.2;
  margin-bottom: 24px;
}

.rco-message-right {
  flex-shrink: 0;
  width: 460px;
  padding-top: 120px;
}

.rco-message-photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  width: calc(460px + max(0px, (100vw - 1120px) / 2));
  height: 780px;
}

.rco-message-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.rco-message-sign {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  width: calc(460px + max(0px, (100vw - 1120px) / 2));
}

.rco-message-sign-role {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.rco-message-sign-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--rc-navy);
  letter-spacing: 4px;
}


/* ============================
   About us — 奥田商工とは
============================ */
.rco-about {
  padding: 80px 0;
  background: #FFF0C7;
}

.rco-section-title {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--rc-orange);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

.rco-section-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: var(--rc-orange);
  margin-bottom: 56px;
  text-align: center;
}

/* メインカード */
.rco-about-main {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 48px 48px 48px 48px;
  margin-bottom: 40px;
  min-height: 320px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.rco-about-main-text {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.rco-about-main-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 24px;
  line-height: 1.6;
}

.rco-about-main-text p {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  line-height: 2.2;
}

.rco-about-main-imgs {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 380px;
  height: 320px;
}

.rco-about-main-img {
  width: 260px;
  height: 210px;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: absolute;
}

.rco-about-main-img--back {
  top: 0;
  left: 0;
}

.rco-about-main-img--front {
  bottom: 0;
  right: 0;
}

/* 数字バッジ */
.rco-about-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid var(--rc-navy);
  padding: 20px 80px;
  margin: 80px auto 56px;
  max-width: 680px;
}

.rco-about-stat-label {
  display: inline-block;
  background: var(--rc-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 28px;
}

.rco-about-stat-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--rc-navy);
  letter-spacing: 2px;
}

.rco-about-stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--rc-orange);
  line-height: 1;
}

.rco-about-stat-unit {
  font-size: 24px;
  font-weight: 700;
  color: var(--rc-orange);
  margin-left: -12px;
}

/* 2カラムカード */
.rco-about-cards {
  display: flex;
  gap: 40px;
}

.rco-about-card {
  flex: 1;
}

.rco-about-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 20px;
  line-height: 1.6;
}

.rco-about-card-img {
  width: 100%;
  height: 340px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.rco-about-card p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 2;
}


/* ============================
   Philosophy — 奥田商工の考え
============================ */
.rco-philosophy {
  padding: 80px 0;
  background: #fff;
}

/* 経営理念ラベル */
.rco-phil-label {
  font-size: 20px;
  font-weight: 700;
  color: var(--rc-navy);
  text-align: center;
  margin-bottom: 24px;
}

/* 経営理念ボックス */
.rco-phil-box {
  background: #0C2C5DCC;
  color: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
}

.rco-phil-box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 2px;
}

/* 奥田クオリティ */
.rco-phil-quality-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}

.rco-phil-quality-text {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  line-height: 2.2;
  margin-bottom: 56px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rco-phil-quality-text strong {
  color: #333;
  font-weight: 700;
}

/* 技・知・心 図 */
.rco-phil-diagram {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.rco-phil-diagram-img {
  display: block;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

.rco-phil-diagram-label {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  color: #0C2C5D;
  line-height: 1.7;
}

.rco-phil-diagram-label::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #0095B5;
}

.rco-phil-diagram-label--top {
  top: 20px;
  left: -60px;
  text-align: left;
  white-space: nowrap;
}

.rco-phil-diagram-label--top::after {
  bottom: -10px;
  left: -20px;
  right: -140px;
}

.rco-phil-diagram-label--left {
  bottom: 80px;
  left: -60px;
  text-align: left;
  white-space: nowrap;
}

.rco-phil-diagram-label--left::after {
  bottom: -10px;
  left: -20px;
  right: -140px;
}

.rco-phil-diagram-label--right {
  bottom: 140px;
  right: -60px;
  white-space: nowrap;
}

.rco-phil-diagram-label--right::after {
  bottom: -10px;
  left: -100px;
  right: -20px;
}


/* ============================
   Person — 奥田商工で働く人の特徴
============================ */
.rco-person {
  padding: 80px 0;
  background: #E0F0F4;
}

.rco-person-header {
  position: relative;
  margin-bottom: 8px;
}

.rco-person-header .rco-section-title {
  font-size: 64px;
}

.rco-person-illust {
  position: absolute;
  right: 280px;
  top: -10px;
  width: 100px;
  height: auto;
}

.rco-person-lead {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  text-align: center;
  margin-bottom: 48px;
}

.rco-person-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rco-person-card {
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.rco-person-card-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}

.rco-person-card--teal {
  background: #0095B5;
}

.rco-person-card--white {
  background: #fff;
  border: 3px solid #0095B5;
}

.rco-person-card--white .rco-person-card-text {
  color: #0095B5;
}


/* ============================
   RESPONSIVE — Tablet (≤ 1024px)
============================ */
@media (max-width: 1024px) {
  .rco-message-title { font-size: 48px; }
  .rco-message-layout { gap: 32px; }
  .rco-message-right { width: 320px; }
  .rco-message-photo-wrap {
    width: calc(320px + max(0px, (100vw - 1120px) / 2));
    height: 520px;
  }
  .rco-message-sign {
    width: calc(320px + max(0px, (100vw - 1120px) / 2));
  }
  .rco-section-title { font-size: 48px; }
  .rco-person-header .rco-section-title { font-size: 48px; }
  .rco-about-cards { gap: 24px; }
  .rco-about-card-img { height: 220px; }
  .rco-about-main-imgs { width: 300px; height: 260px; }
  .rco-about-main-img { width: 200px; height: 160px; }
  .rco-person-cards { gap: 16px; }
  .rco-person-card { height: 160px; }
  .rco-person-illust { right: 200px; }
  .rco-phil-diagram-label { font-size: 14px; }

  /* 技・知・心 図 — ラベル位置調整 */
  .rco-phil-diagram { max-width: 440px; }
  .rco-phil-diagram-img { max-width: 250px; }
  .rco-phil-diagram-label--top {
    left: 0;
    right: 0;
    top: -35px;
    text-align: center;
  }
  .rco-phil-diagram-label--top::after {
    position: relative;
    display: block;
    width: 2px;
    height: 45px;
    margin: 8px auto 0;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .rco-phil-diagram-label--left {
    left: -70px;
    bottom: 90px;
  }
  .rco-phil-diagram-label--left::after {
    right: -60px;
  }
  .rco-phil-diagram-label--right {
    right: -40px;
    bottom: 90px;
  }
  .rco-phil-diagram-label--right::after {
    left: -40px;
  }
}


/* ============================
   RESPONSIVE — Mobile (≤ 768px)
============================ */
@media (max-width: 768px) {
  /* Message */
  .rco-message { padding: 48px 0 60px; }
  .rco-message-title { font-size: 32px; letter-spacing: 0.06em; margin-bottom: 28px; }
  .rco-message-layout {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    gap: 32px;
  }
  .rco-message-subtitle { font-size: 17px; margin-bottom: 24px; }
  .rco-message-text { max-width: 100%; }
  .rco-message-text p { font-size: 14px; line-height: 2; margin-bottom: 16px; }
  .rco-message-text p br { display: none; }
  .rco-message-right {
    width: 100%;
    padding-top: 0;
    order: -1;
  }
  .rco-message-photo-wrap {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .rco-message-photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .rco-message-sign {
    width: 100%;
  }
  .rco-message-sign-role { font-size: 13px; }
  .rco-message-sign-name { font-size: 16px; letter-spacing: 2px; }

  /* About us */
  .rco-about { padding: 48px 0; }
  .rco-section-title { font-size: 32px; letter-spacing: 0.06em; }
  .rco-section-subtitle { font-size: 15px; margin-bottom: 28px; }
  .rco-about-main {
    padding: 24px;
    border-radius: 14px;
    margin-bottom: 24px;
    min-height: auto;
  }
  .rco-about-main-text { max-width: 100%; }
  .rco-about-main-title { font-size: 18px; margin-bottom: 16px; }
  .rco-about-main-text p { font-size: 13px; line-height: 2; }
  .rco-about-main-text p br { display: none; }
  .rco-about-main-imgs {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 200px;
    margin-top: 24px;
  }
  .rco-about-main-img { width: 160px; height: 130px; }
  .rco-about-main-img--front { right: 10px; }
  .rco-about-stat {
    flex-wrap: wrap;
    padding: 16px 20px;
    gap: 8px 16px;
    margin: 48px auto 32px;
  }
  .rco-about-stat-label { font-size: 14px; padding: 6px 16px; }
  .rco-about-stat-text { font-size: 14px; }
  .rco-about-stat-num { font-size: 48px; }
  .rco-about-stat-unit { font-size: 18px; }
  .rco-about-cards {
    flex-direction: column;
    gap: 32px;
  }
  .rco-about-card-title { font-size: 16px; }
  .rco-about-card-img { height: 200px; }
  .rco-about-card p { font-size: 13px; line-height: 1.9; }

  /* Philosophy */
  .rco-philosophy { padding: 48px 0; }
  .rco-phil-label { font-size: 16px; margin-bottom: 16px; }
  .rco-phil-box { padding: 28px 20px; margin-bottom: 56px; }
  .rco-phil-box p { font-size: 14px; letter-spacing: 1px; line-height: 2; }
  .rco-phil-quality-title { font-size: 17px; margin-bottom: 20px; }
  .rco-phil-quality-text { font-size: 13px; line-height: 2; margin-bottom: 32px; }
  .rco-phil-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding: 0;
  }
  .rco-phil-diagram-img {
    max-width: 240px;
    order: 2;
  }
  .rco-phil-diagram-label {
    position: static;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .rco-phil-diagram-label::after {
    display: none;
  }

  /* 技 — 上 */
  .rco-phil-diagram-label--top {
    order: 1;
    margin-bottom: 8px;
  }
  .rco-phil-diagram-label--top::after {
    display: block;
    position: relative;
    width: 2px;
    height: 30px;
    margin: 8px auto 0;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* 下段ラッパー用 */
  .rco-phil-diagram-bottom {
    display: none;
  }

  /* 知 — 左下 */
  .rco-phil-diagram-label--left {
    order: 3;
    text-align: left;
    align-self: flex-start;
    margin-left: 16px;
    margin-top: -20px;
  }
  .rco-phil-diagram-label--left::before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: #0095B5;
    margin: 0 0 8px 40px;
    transform: rotate(30deg);
  }

  /* 心 — 右下 */
  .rco-phil-diagram-label--right {
    order: 4;
    text-align: right;
    align-self: flex-end;
    margin-right: 16px;
    margin-top: -80px;
  }
  .rco-phil-diagram-label--right::before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: #0095B5;
    margin: 0 40px 8px auto;
    transform: rotate(-30deg);
  }

  /* Person */
  .rco-person { padding: 48px 0 64px; }
  .rco-person-header { margin-bottom: 0; }
  .rco-person-header .rco-section-title { font-size: 32px; margin-bottom: 12px; }
  .rco-person .rco-section-subtitle { margin-bottom: 28px; }
  .rco-person-header {
    position: relative;
  }
  .rco-person-illust {
    position: absolute;
    right: 20px;
    top: -10px;
    width: 70px;
  }
  .rco-person-lead { font-size: 13px; margin-bottom: 24px; }
  .rco-person-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .rco-person-card {
  height: 120px;
  border-radius: 10px;
}
  .rco-person-card-text {
  font-size: 24px;
  line-height: 1.7;
}
  .rco-person-card--white { border-width: 2px; }
  /* 2列時チェッカーボード: 3,7,11...番目(4n+3)をwhiteに、4,8,12...番目(4n)をtealに入替 */
  .rco-person-card:nth-child(4n+3).rco-person-card--teal {
    background: #fff;
    border: 2px solid #0095B5;
  }
  .rco-person-card:nth-child(4n+3).rco-person-card--teal .rco-person-card-text {
    color: #0095B5;
  }
  .rco-person-card:nth-child(4n).rco-person-card--white {
    background: #0095B5;
    border: none;
  }
  .rco-person-card:nth-child(4n).rco-person-card--white .rco-person-card-text {
    color: #fff;
  }
}
