@charset "UTF-8";

/* ==========================================================================
   ABOUT (Company Info) - Trust & History Theme Stylesheet
   ========================================================================== */

body.page-about {
  overflow-x: hidden;
}

/* --- ヘッダー下領域までデザインを描画（スペーサー非表示＆ヒーローの全画面上部展開） --- */
.page-about .header__spacer {
  display: none;
}

/* ==========================================================================
   ABOUT HERO - 会社情報ヒーロー（上部タイトル ＋ 左写真 ＆ 右ブルーカーブ）
   ========================================================================== */
.about-hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: unset;
  max-height: none;
  padding-top: calc(var(--header-height, 74px) + 24px);
  padding-bottom: 0;
  background-color: #edf2f7;
  background-image: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

/* --- 上部タイトルエリア --- */
.about-hero__top {
  max-width: var(--layout-max-width, 1480px);
  width: 100%;
  margin: 0 auto;
  padding: 24px var(--container-gutter, 16px) 28px;
  text-align: center;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

.about-hero__eyebrow {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}

.about-hero__eyebrow-text {
  font-family: var(--font-serif, "Shippori Mincho", "Noto Serif JP", "Yu Mincho", serif);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.35;
  color: #104887;
  letter-spacing: 0.05em;
}

.about-hero__main-heading {
  margin: 0;
  line-height: 1.35;
}

.about-hero__highlight {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 800;
  color: #0a2d59;
  letter-spacing: 0.04em;
  background-color: #dbeafe;
  padding: 2px 18px;
  margin: 4px 0;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* --- 下部スプリットレイアウト（左写真 ＆ 右ブルーカーブ） --- */
.about-hero__split-wrapper {
  position: relative;
  width: 100%;
  min-height: 440px;
  display: flex;
  align-items: stretch;
  margin-top: 10px;
  overflow: hidden;
}

/* 左側：写真ボックス */
.about-hero__image-wrap {
  width: 45%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  min-height: 420px;
  overflow: hidden;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* 右側：トラストネイビー領域 */
.about-hero__blue-wrap {
  width: 60%;
  margin-left: -5%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  box-sizing: border-box;
}

.about-hero__curve-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.about-hero__blue-inner {
  position: relative;
  z-index: 2;
  padding: 85px 40px 30px 85px;
  max-width: 640px;
  margin: 0 auto;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.about-hero__tag {
  display: inline-block;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--color-gold, #c5a880);
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: left;
}

.about-hero__statement {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.75vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  color: #f1f5f9;
  margin: 0 0 16px;
  letter-spacing: 0.03em;
  text-align: left;
}

.about-hero__subtext {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  letter-spacing: 0.02em;
  text-align: left;
}

/* --- サブナビゲーションバー（左: パンくず / 右: ページ内ナビ） --- */
.about-subbar {
  position: relative;
  background: #edf5fc;
  border-bottom: 1px solid #dce8f5;
  z-index: 10;
  margin-bottom: var(--space-2xl);
  box-shadow: 0 1px 4px rgba(16, 72, 135, 0.04);
  transition: all 0.3s ease;
}

.about-subbar__container {
  max-width: var(--layout-max-width, 1480px);
  margin: 0 auto;
  padding: 0 var(--container-gutter, 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

.about-subbar .breadcrumb {
  background: transparent !important;
  border: none;
  padding: 14px 0;
  width: auto;
}

.about-subbar .breadcrumb__container {
  padding: 0;
  max-width: none;
}

.about-subbar .breadcrumb__link {
  color: #475569;
}

.about-subbar .breadcrumb__link:hover {
  color: var(--theme-about-primary, #104887);
}

.about-subbar .breadcrumb__separator {
  color: #94a3b8;
}

.about-subbar .breadcrumb__current {
  color: #0f172a !important;
  font-weight: 700;
}

.about-subbar .about-nav {
  position: static;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  width: auto;
}

.about-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.about-nav__item {
  margin: 0;
}

.about-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 14px 18px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  letter-spacing: 0.03em;
  position: relative;
  transition: color 0.25s ease;
}

.about-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--theme-about-primary, #104887);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 3px 3px 0 0;
}

.about-nav__link:hover {
  color: var(--theme-about-primary, #104887);
}

.about-nav__link:hover::after,
.about-nav__link.is-active::after {
  width: 100%;
  left: 0;
}

/* --- Container & Layout --- */
.about-container {
  max-width: var(--layout-max-width, 1480px);
  margin: 0 auto;
  padding: 0 var(--container-gutter, 16px) 0;
  box-sizing: border-box;
}

/* --- セクション共通ヘッダー --- */
.about-section {
  margin-bottom: var(--space-3xl);
  scroll-margin-top: 140px;
}

.about-sec-head {
  margin-bottom: var(--space-xl);
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
}

.about-sec-head__title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.12em;
  margin: 0 auto;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.about-sec-head__title::before,
.about-sec-head__title::after {
  content: "";
  flex: 0 1 80px;
  height: 1px;
  background-color: #111827;
}

/* ==========================================================================
   1. 代表あいさつセクション (#message)
   ★ 要件: 代表あいさつのセクションは全てアプリ内共通の明朝体を使用 / 黒で力強くシンプルに表現
   ========================================================================== */
#message,
#message * {
  font-family: var(--font-serif, "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif) !important;
}

#message .about-sec-head {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: var(--space-lg);
}

.about-greeting-container {
  padding: 0 0 24px;
}

.about-greeting-lead {
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.08em;
  color: #262626;
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 0;
  border: none;
  text-align: center;
}

/* 経営理念・行動基準グリッド（黒で力強く、かつシンプルなカード） */
.about-philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.about-philosophy-card {
  background: transparent;
  border: 1px solid #111827;
  border-radius: 0;
  padding: 32px 28px;
  box-shadow: none;
}

.about-philosophy-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #111827;
  letter-spacing: 0.06em;
}

.about-philosophy-list {
  margin: 0;
  padding-left: 20px;
  list-style: square;
}

.about-philosophy-item {
  font-size: 15px;
  line-height: 1.9;
  color: #111827;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.about-philosophy-item:last-child {
  margin-bottom: 0;
}

.about-signature-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
  padding-top: 16px;
  border: none;
}

.about-signature-role {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0.08em;
}

.about-signature-name {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.15em;
}

/* ==========================================================================
   2. 会社概要セクション (#profile) - シンプルレコード ＆ 斜めスライス背景
   ========================================================================== */
#profile {
  position: relative;
  padding: calc(70px + 3vw) 0 calc(50px + 2vw);
  isolation: isolate;
  margin-top: calc(var(--space-3xl) + 2vw);
  margin-bottom: calc(var(--space-2xl) + 1vw);
}

#profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #edf5fc;
  clip-path: polygon(0 3.5vw, 100% 0, 100% calc(100% - 3.5vw), 0 100%);
  z-index: -1;
  pointer-events: none;
}

.about-spec-wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0;
}

.about-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.8;
  background: transparent;
}

.about-spec-table tr {
  border-bottom: 1px solid #e2e8f0;
}

.about-spec-table tr:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.about-spec-table th {
  width: 240px;
  padding: 18px 16px 18px 0;
  background: transparent;
  color: #111827;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  border: none;
  letter-spacing: 0.03em;
}

.about-spec-table td {
  padding: 18px 0 18px 12px;
  color: #111827;
  font-weight: 400;
  vertical-align: top;
  background: transparent;
  border: none;
}

.about-spec-table td strong {
  font-weight: 700;
  color: #111827;
}

.about-spec-en {
  display: block;
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}

.about-spec-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
}

/* 派遣事業PDFリンクリスト（シンプルデザイン） */
.about-pdf-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.about-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: color 0.2s ease;
  width: fit-content;
}

.about-pdf-link i,
.about-pdf-link svg,
.about-pdf-link .about-pdf-icon {
  color: #dc2626;
  font-size: 14px;
  flex-shrink: 0;
}

.about-pdf-link:hover {
  color: #104887;
  background: transparent;
  box-shadow: none;
}

.about-pdf-link:hover i {
  color: #dc2626;
}

/* ==========================================================================
   3. 沿革セクション (#history) - 白とゴールド系の交互シンプルリスト
   ========================================================================== */
#history {
  position: relative;
}

.about-history-wrapper {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

.about-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-history-item {
  display: flex;
  align-items: baseline;
  gap: 36px;
  padding: 20px 28px;
  border-bottom: 1px solid #f0ece5;
  box-sizing: border-box;
}

.about-history-item:last-child {
  border-bottom: none;
}

/* 奇数行：白背景 */
.about-history-item:nth-child(odd) {
  background-color: #ffffff;
}

/* 偶数行：HP内のゴールド系（#c5a880トーンの淡い背景色） */
.about-history-item:nth-child(even) {
  background-color: #fbf8f3;
}

.about-history-date {
  width: 150px;
  flex-shrink: 0;
}

.about-history-date span {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15.5px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.04em;
  display: block;
}

.about-history-body {
  flex-grow: 1;
}

.about-history-title {
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  line-height: 1.5;
}

.about-history-desc {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.75;
  color: #4b5563;
  margin: 0;
}

/* ==========================================================================
   4. アクセスセクション (#access) - 薄青系 ＆ 会社概要と逆向きの斜めスライス背景
   ========================================================================== */
#access {
  position: relative;
  padding: calc(70px + 3vw) 0 calc(60px + 2vw);
  isolation: isolate;
  margin-top: calc(var(--space-3xl) + 2vw);
  margin-bottom: 0;
}

#access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #edf5fc;
  clip-path: polygon(0 0, 100% 3.5vw, 100% 100%, 0 100%);
  z-index: -1;
  pointer-events: none;
}

.about-access-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 28px;
}

.about-access-info {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 28px 32px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.about-access-item {
  margin-bottom: 22px;
}

.about-access-item:last-child {
  margin-bottom: 0;
}

.about-access-label {
  font-size: 15px;
  font-weight: 700;
  color: #0a2d59;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.about-access-label i,
.about-access-label svg,
.about-access-label img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

.about-access-text {
  font-size: 14.5px;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}

.about-access-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.85;
  font-size: 14px;
  color: #334155;
}

.about-access-note {
  font-size: 13px;
  color: #64748b;
  margin: 10px 0 0;
}

.about-map-box {
  width: 100%;
  height: 420px;
  min-height: 380px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.about-map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* 本社・拠点写真ギャラリー */
.about-photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.about-photo-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.about-photo-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
  border-radius: 0;
}

.about-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-photo-caption {
  padding: 14px 18px;
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  text-align: center;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   レスポンシブ対応
   ========================================================================== */
@media (max-width: 1024px) {
  .about-hero__split-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .about-hero__image-wrap {
    width: 100%;
    min-height: 280px;
    height: 280px;
  }

  .about-hero__image {
    object-position: center top;
  }

  .about-hero__blue-wrap {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    background-color: #104887 !important;
    background-image: none !important;
  }

  .about-hero__curve-bg {
    display: none;
  }

  .about-hero__blue-inner {
    padding: 36px 24px;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .about-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-access-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-map-box {
    height: 320px;
  }

  .about-history-item {
    flex-direction: column;
    gap: 6px;
    padding: 16px 20px;
  }

  .about-history-date {
    width: 100%;
  }


  .about-subbar__container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 6px;
  }

  .about-subbar .breadcrumb {
    padding: 4px 0 2px;
  }

  .about-nav__list {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 0 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-nav__list::-webkit-scrollbar {
    display: none;
  }

  .about-nav__link {
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .about-hero__top {
    padding: 16px 16px 20px;
  }

  .about-hero__outline-num {
    font-size: 42px;
    -webkit-text-stroke: 2px #104887;
  }

  .about-hero__outline-unit,
  .about-hero__eyebrow-text {
    font-size: 20px;
  }

  .about-hero__highlight {
    font-size: 22px;
    padding: 2px 10px;
  }

  .about-hero__blue-inner {
    padding: 28px 18px;
  }

  .about-hero__statement {
    font-size: 16.5px;
  }

  .about-greeting-header {
    padding: 24px 20px;
  }

  .about-greeting-body {
    padding: 24px 20px;
  }

  .about-signature-wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .about-spec-table th,
  .about-spec-table td {
    display: block;
    width: 100%;
    background: transparent !important;
  }

  .about-spec-table th {
    border-right: none;
    padding: 12px 0 2px 0;
    font-weight: 700;
    color: #111827;
  }

  .about-spec-table td {
    padding: 2px 0 14px 0;
    font-weight: 400;
    color: #111827;
  }

  .about-photos-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-photo-img-wrap {
    height: 180px;
  }
}
