@charset "utf-8";

/* ============================================================
   ページヘッダー（下層共通）
============================================================ */
#page-header {
  width: 100%;
  height: 300px;
  background-image: url(../business/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;
  margin-bottom: 40px;
}

.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;
}


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

.business-section:last-of-type {
  border-bottom: none;
}

.business-section__inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.business-section__text {
  flex: 1;
  min-width: 0;
}

.business-section__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1;
}

.business-section__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.4;
}

.business-section__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.business-section__desc {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.9;
  margin: 0 0 28px;
}

.business-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.business-section__btn:hover {
  opacity: 0.75;
}

.business-section__img {
  flex-shrink: 0;
  width: 720px;
  max-width: 55%;
}

.business-section__img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

#business01 .business-section__label { color: #3c7e40; }
#business01 .business-section__catch { color: #3c7e40; }
.business01__btn { background-color: #3c7e40; color: #fff; }

#business02 .business-section__label { color: #cd5a5c; }
#business02 .business-section__catch { color: #cd5a5c; }
.business02__btn { background-color: #cd5a5c; color: #fff; }

#business03 .business-section__label { color: #2c649f; }
#business03 .business-section__catch { color: #2c649f; }
.business03__btn { background-color: #2c649f; color: #fff; }


/* ============================================================
   拠点情報
============================================================ */
#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;
}

/* 全幅ボーダーライン：左40pxがネイビー、残りがグレー */
.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;
  gap: 0;
}

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

.location__dt:empty {
  pointer-events: none;
}

.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;
  font-weight: 400;
  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;
  font-weight: 400;
  color: #333;
  flex-shrink: 0;
}

/* jFSMロゴ */
.location__jfsm {
  margin-top: 20px;
}

.location__jfsm img {
  display: block;
}

.location__jfsm-num {
  font-size: 12px;
  font-weight: 400;
  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: 32px;
  }

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

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

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

  .business-section__inner {
    flex-direction: column;
    gap: 24px;
  }

  .business-section__img {
    width: 100%;
    max-width: 100%;
  }

  .business-section__img img {
    height: 220px;
  }

  .business-section__title {
    font-size: 24px;
  }

  .business-section__catch {
    font-size: 22px;
  }

  #location {
    padding: 40px 20px;
  }

  .location__heading {
    margin-bottom: 32px;
  }

  .location__title {
    font-size: 26px;
  }

  .location__sub-line {
    width: 80px;
  }

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

  .location__map {
    width: 100%;
  }

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

  .location__dt {
    width: 80px;
    font-size: 14px;
  }

  .location__dd {
    font-size: 14px;
  }

} /* end @media 1024px */