@charset "utf-8";

/* ============================================================
   ページヘッダー（会社概要：business.cssと同構造）
============================================================ */
#page-header {
  width: 100%;
  height: 300px;
  background-image: url(../company/img/topimg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-header__logo {
  position: absolute;
  top: 32px;
  left: 48px;
  z-index: 2;
}

.page-header__logo img {
  width: 120px;
  height: auto;
  display: block;
}

.page-header__inner {
  padding: 0 48px;
  margin-top: 120px;
}

.page-header__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 48px;
  color: #03407a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.page-header__sub {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.page-header__sub-text {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 1;
}

.page-header__sub-line {
  display: block;
  width: 200px;
  height: 2px;
  background-color: #03407a;
  flex-shrink: 0;
}


/* ============================================================
   セクション共通
============================================================ */
.company-section {
  padding: 80px 48px;
}

.company-section--gray {
  background-color: #f3f7fa;
}

.company-section__inner {
  max-width: 1250px;
  margin: 0 auto;
}

.company-section__heading {
  margin-bottom: 40px;
}

.company-section__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 36px;
  color: #03407a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.company-section__title-border {
  width: 100%;
  height: 2px;
  background-color: #d0dce8;
  margin-bottom: 12px;
  position: relative;
}

.company-section__title-border-accent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #03407a;
}

.company-section__sub {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  display: block;
}


/* ============================================================
   会社概要テーブル
============================================================ */
.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table__th {
  width: 200px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #03407a;
  background-color: #f3f7fa;
  border-top: 1px solid #d0dce8;
  border-bottom: 1px solid #d0dce8;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}

.company-table__td {
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  border-top: 1px solid #d0dce8;
  border-bottom: 1px solid #d0dce8;
  vertical-align: top;
  line-height: 1.8;
}


/* ============================================================
   沿革
============================================================ */
.history__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.history__item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 16px 0;
  border-bottom: 1px solid #d0dce8;
}

.history__item:first-child {
  border-top: 1px solid #d0dce8;
}

.history__year {
  font-size: 15px;
  font-weight: 600;
  color: #03407a;
  width: 160px;
  flex-shrink: 0;
  line-height: 1.7;
}

.history__desc {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0;
  flex: 1;
  line-height: 1.7;
}


/* ============================================================
   グリーン経営
============================================================ */

/* 上段：テキスト左＋画像右 */
.green__body {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 48px;
}

.green__text {
  flex: 1;
  min-width: 0;
}

.green__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: #03407a;
  margin: 0 0 16px;
  line-height: 1.6;
}

.green__desc {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.9;
  margin: 0;
}

.green__img {
  flex-shrink: 0;
}

.green__img img {
  display: block;
  width: 585px;
  height: 295px;
  object-fit: cover;
}

/* アイコン6枚 */
.green__icons-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  color: #03407a;
  margin: 0 0 24px;
}

.green__icons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.green__icon-item {
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.green__icon-item img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.green__icon-label {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.green__icon-label span {
  display: block;
  font-size: 12px;
  color: #666;
}

/* 認証バッジ3枚 */
.green__badges {
  display: flex;
  gap: 24px;
  background-color: #f3f7fa;
  padding: 40px;
  border-radius: 8px;
}

.green__badge-item {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.green__badge-item img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.green__badge-text {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  width: 100%;
}


/* ============================================================
   運輸安全マネジメント
============================================================ */
.safety__block {
  margin-bottom: 40px;
}

.safety__block:last-child {
  margin-bottom: 0;
}

.safety__block-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: #03407a;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #03407a;
}

.safety__block-body {
  padding: 20px 0 0;
}

.safety__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.safety__list li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
}

.safety__list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #03407a;
  font-size: 12px;
  line-height: 1.8;
}

.safety__desc {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.9;
  margin: 0 0 16px;
  padding: 16px 20px;
  background-color: #fff;
  border-left: 4px solid #03407a;
}

.safety__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.safety__sub-list li {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}

.safety__sub-list li::before {
  content: "①②③④⑤";
  position: absolute;
  left: 0;
  top: 0;
}

/* 番号付きリスト */
.safety__sub-list li:nth-child(1)::before { content: "①"; }
.safety__sub-list li:nth-child(2)::before { content: "②"; }
.safety__sub-list li:nth-child(3)::before { content: "③"; }
.safety__sub-list li:nth-child(4)::before { content: "④"; }
.safety__sub-list li:nth-child(5)::before { content: "⑤"; }
.safety__sub-list li:nth-child(6)::before { content: "⑥"; }
.safety__sub-list li:nth-child(7)::before { content: "⑦"; }
.safety__sub-list li:nth-child(8)::before { content: "⑧"; }

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

.safety__goal-title {
  font-size: 16px;
  font-weight: 600;
  color: #03407a;
  margin: 0 0 10px;
  padding-left: 12px;
  border-left: 3px solid #03407a;
  line-height: 1.5;
}

.safety__goal-target {
  margin-top: 8px;
}


/* ============================================================
   拠点情報（business.cssから流用・パス上書き不要）
============================================================ */
#location {
  padding: 80px 48px;
}

.location__inner {
  max-width: 1250px;
  margin: 0 auto;
}

.location__heading {
  margin-bottom: 56px;
}

.location__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 36px;
  color: #03407a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.location__title-border {
  width: 100%;
  height: 2px;
  background-color: #f3f7fa;
  margin-bottom: 12px;
  position: relative;
}

.location__title-border-accent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #03407a;
}

.location__sub-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  display: block;
}

.location__item {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 48px 0;
  border-bottom: 1px solid #d0dce8;
}

.location__item:first-of-type {
  border-top: 1px solid #d0dce8;
}

.location__info {
  flex: 1;
  min-width: 0;
}

.location__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
}

.location__dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.location__row {
  display: flex;
  align-items: flex-start;
}

.location__dt {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  width: 90px;
  flex-shrink: 0;
  padding-top: 3px;
}

.location__dd {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0;
  flex: 1;
  line-height: 1.7;
}

.location__map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: #03407a;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}

.location__map-link:hover {
  opacity: 0.8;
}

.location__storage {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.location__storage-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.location__storage-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 11px;
  font-size: 12px;
  color: #333;
  flex-shrink: 0;
}

.location__jfsm {
  margin-top: 20px;
}

.location__jfsm img {
  display: block;
}

.location__jfsm-num {
  font-size: 12px;
  color: #333;
  margin: 4px 0 0;
}

.location__map {
  flex-shrink: 0;
}

.location__map iframe {
  display: block;
  width: 480px;
  height: 320px;
}


/* ============================================================
   @media SP（1024px以下）
============================================================ */
@media (max-width: 1024px) {

  #page-header {
    height: 160px;
  }

  .page-header__inner {
    padding: 0 20px;
    margin-top: 40px;
  }

  .page-header__title {
    font-size: 28px;
  }

  .page-header__sub-text {
    font-size: 16px;
  }

  .page-header__sub-line {
    width: 80px;
  }

  .page-header__logo {
    display: none;
  }

  .company-section {
    padding: 40px 20px;
  }

  .company-section__title {
    font-size: 26px;
  }

  /* テーブル */
  .company-table__th {
    width: 120px;
    font-size: 13px;
    padding: 12px 12px;
    white-space: normal;
  }

  .company-table__td {
    font-size: 13px;
    padding: 12px 12px;
  }

  /* 沿革 */
  .history__item {
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
  }

  .history__year {
    width: auto;
    font-size: 14px;
  }

  .history__desc {
    font-size: 14px;
  }

  /* グリーン経営 */
  .green__body {
    flex-direction: column;
    gap: 24px;
  }

  .green__img img {
    width: 100%;
    height: auto;
  }

  .green__icons {
    gap: 12px;
  }

  .green__icon-item {
    min-width: calc(33.333% - 8px);
  }

  .green__badges {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  /* 運輸安全マネジメント */
  .safety__block-title {
    font-size: 18px;
  }

  /* 拠点情報 */
  #location {
    padding: 40px 20px;
  }

  .location__item {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0;
  }

  .location__map {
    width: 100%;
  }

  .location__map iframe {
    width: 100%;
    height: 240px;
  }

} /* end @media 1024px */