/* ===== About Hero Title ===== */
.about-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 16px 0;
}

.about-hero__bg {
  display: block;
  width: 100%;
  max-width: 1200px;   /* ← 画像も1200px幅で制御 */
  max-height: clamp(360px, 60vh, 620px);
  margin: 0 auto;      /* ← 中央寄せ */
  border-radius: 8px;  /* 任意：他と統一感出すなら角丸 */
  object-fit: cover;
}

.about-hero__text {
  position: absolute;
  top: 60%;                  /* 縦中央寄せ */
  left: 50%;                 /* 横中央寄せ */
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 20px 16px 0;            /* スマホ用に左右余白 */
}

.about-hero__title {
  font-size: clamp(22px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  white-space: nowrap;   /* ← これで1行に収まる */
}

@media (min-width: 768px) {
  .about-hero__title {
    font-size: 32px;
  }
}

/* ===== About Story ===== */
.about-story {
  padding: 24px 16px 10px;
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  gap: 20px;

  /* モバイル：縦並び（タイトル → 本文 → 画像） */
  grid-template-areas:
    "title"
    "text"
    "media";
}

/* 各エリア割り当て */
.about-story__title { grid-area: title; }
.about-story__text  { grid-area: text; }
.about-story__media { grid-area: media; }

/* 代表メッセージ */
.about-story__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  color: #1b1f23;
}
.about-story__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #f57c1f; /* オレンジのアンダーライン */
}

/* 本文 */
.about-story__desc {
  margin: 0;
  line-height: 1.9;
  color: #333;
  font-size: 15px;
  padding-bottom: 10px;
}
.about-story__desc p { margin: 0 0 12px; }

/* 画像 */
.about-story__media {
  margin: 0;
}
.about-story__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* PC（768px～）：左＝タイトル＋本文、右＝画像 */
@media (min-width: 768px) {
  .about-story {
    gap: 24px 40px;
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas:
      "title media"
      "text  media";
    align-items: start;
  }

  .about-story__title { font-size: 24px; }
  .about-story__desc  { font-size: 16px; }
}

/* ===== VALUE ===== */
.values {
  padding: 48px 16px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.values__title {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #0f2540;
}

.values__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #f57c1f;
}

.values__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 8px;
}

.value-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: transform .18s ease, box-shadow .18s ease;
}

.value-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}

.value-card__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
}

.value-card__desc {
  margin: 0;
  color: #444;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .values__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .value-card__title { font-size: 18px; }
}




/* 会社概要セクション */
.company-info{ padding:48px 16px }
.company-info__container{ max-width:1200px; margin:0 auto }
.company-info__title{
  margin:0 0 12px;
  font-size:22px; font-weight:800; color:#1b1f23;
}
.company-info__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #f57c1f;
}

/* 表風の定義リスト */
.company-table{
  margin:0; padding:0;
  border:1px solid #e5e7eb; border-radius:12px;
  overflow:hidden; background:#fff;
  box-shadow:0 2px 12px rgba(16,24,40,.04);
}
.company-row{
  display:grid; gap:16px;
  grid-template-columns: 200px 1fr;
  padding:14px 16px;
  border-top:1px solid #e5e7eb;
  align-items:start;
}
.company-row:first-child{ border-top:none }

.company-row dt{
  margin:0; font-weight:700; color:#1f3556; /* ネイビー基調 */
}
.company-row dd{
  margin:0; color:#333; line-height:1.85;
}

/* 箇条書きの体裁 */
.company-list{ margin:0; padding-left:1.2em }
.company-list li{ margin:0.1em 0 }

/* レスポンシブ：スマホでは縦積み（見出し→値） */
@media (max-width: 640px){
  .company-row{
    grid-template-columns: 1fr;
    padding:12px 14px;
  }
  .company-row dt{
    color:#475569; font-size:13px;
  }
  .company-info__title{ font-size:20px }
}

/* aboutセクションと近いルックに少し柔らかさ */
.company-row:nth-child(odd){ background:#fafbfc }
