@charset "utf-8";

/* ============================================================
   ページヘッダー（孫ページ仕様）
============================================================ */
.page-header--child {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.page-header__logo {
  padding: 28px 48px 0;
}

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

.page-header__body {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.page-header__text {
  flex: 1;
  padding: 32px 48px 40px;
  min-width: 0;
}

.page-header__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  color: #3c7e40;
  margin: 0 0 8px;
  line-height: 1;
}

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

.page-header__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  color: #3c7e40;
  line-height: 1.5;
  margin: 0 0 16px;
}

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

.page-header__img {
  flex-shrink: 0;
  width: 55%;
  height: 350px;
}

.page-header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


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

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

.child-section__inner {
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

/* 見出し共通 */
.child-section__heading {
  margin-bottom: 48px;
}

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

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

.child-section--gray .child-section__title-border {
  background-color: #dde6ef;
}

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

.child-section__sub {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1;
}

/* 拠点情報の見出し（business.cssから流用） */
.location__heading {
  margin-bottom: 48px;
}

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


/* ============================================================
   サービスの特徴
============================================================ */
.services__main {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.services__main-text {
  flex: 1;
}

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

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

/* 実績数値 */
.services__stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-shrink: 0;
}

.services__stat-item {
  background: #3c7e40;
  border-radius: 4px;
  padding: 20px 16px;
  text-align: center;
  width: 160px;
  flex-shrink: 0;
}

.services__stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 8px;
}

.services__stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
}

.services__stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services__stat-num {
  font-size: 28px;
  font-weight: 700;
  color: #f5c400;
  margin: 0;
  line-height: 1.2;
}

.services__stat-unit {
  font-size: 16px;
  font-weight: 500;
}

.services__stat-num--large {
  font-size: 32px;
}

.services__stat-sublabel {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin: 8px 0 2px;
}

.services__stat-subnum {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* 2カラム特徴 */
.services__features {
  display: flex;
  gap: 32px;
}

.services__feature-item {
  flex: 1;
  background: #f3f7fa;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.services__feature-text {
  flex: 1;
  padding: 28px 24px;
}

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

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

.services__feature-list li {
  font-size: 15px;
  color: #333;
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}

/* チェックボックスアイコン */
.services__feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #3c7e40;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13 4L6.5 11 3 7.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.services__feature-img {
  flex-shrink: 0;
  width: 160px;
}

.services__feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ============================================================
   基本プランと内容
============================================================ */
.plans__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}

.plans__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plans__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 12px;
}

.plans__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px;
}

.plans__item-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* ワンストップフロー */
/* ワンストップフロー */
.flow-chart {
  margin-bottom: 40px;
}

.flow-chart__card {
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
  border: solid 1px #000;
}

.flow-chart__left {
  flex-shrink: 0;
  width: 180px;
}

.flow-chart__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  color: #03407a;
  margin: 0 0 12px;
  line-height: 1.5;
}

.flow-chart__desc {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

.flow-chart__steps {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
}

.flow-chart__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.flow-chart__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.flow-chart__label {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.flow-chart__arrow {
  font-size: 20px;
  color: #3c7e40;
  flex-shrink: 0;
}

.flow-chart__arrow::after {
  content: "→";
}

/* 分岐：縦2段 */
.flow-chart__branch {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flow-chart__branch-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8eef4;
  border-radius: 6px;
  padding: 10px 14px;
}

.flow-chart__branch-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.flow-chart__branch-label {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* ボタン：カード外・中央 */
.flow-chart__btn-wrap {
  text-align: center;
}

.flow-chart__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background-color: #BF0000;
  /*background-color: #3c7e40;*/
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #BF0000;
  transition: opacity 0.2s ease;
}

.flow-chart__btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.flow-chart__btn:hover {
  opacity: 0.75;
}

/* ワンストップ対応テキスト */
.onestop {
  background: #f3f7fa;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.onestop__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  color: #03407a;
  margin: 0;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

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


/* ============================================================
   料金について
============================================================ */
.pricing__body {
  max-width: 800px;
}

.pricing__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  color: #03407a;
  margin: 0 0 16px;
}

.pricing__desc {
  font-size: 15px;
  color: #333;
  line-height: 1.9;
  margin: 0 0 24px;
}

.pricing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #BF0000;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.pricing__btn:hover {
  opacity: 0.75;
}


/* ============================================================
   導入の流れ
============================================================ */
/* PC：3列グリッド（7個 = 3+3+1） */
.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps__item {
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

/* アイテム間の矢印（各行の最後以外） */
.steps__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 40%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #3c7e40;
  z-index: 1;
}

/* 7番目（最後）は矢印なし */
.steps__item:last-child::after {
  display: none;
}

.steps__num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background-color: #3c7e40;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.steps__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 12px;
}

.steps__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
}

.steps__desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}


/* ============================================================
   よくあるご質問
============================================================ */
.faq__grid {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.faq__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq__item {
  border-bottom: 1px solid #d0dce8;
}

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

.faq__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  transition: opacity 0.2s ease;
}

.faq__question:hover {
  opacity: 0.7;
}

.faq__q,
.faq__a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq__q {
  background-color: #3c7e40;
  color: #fff;
}

.faq__a {
  background-color: #03407a;
  color: #fff;
}

.faq__text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  padding-top: 4px;
}

.faq__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 6px;
  position: relative;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background-color: #03407a;
}

.faq__icon::before {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}

.faq__icon::after {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq__question[aria-expanded="true"] .faq__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq__answer {
  display: none;
  padding: 0 0 16px 40px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.faq__answer {
  display: none;
}

.faq__answer.is-open {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0 0 16px 0;
}

.faq__answer p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
  padding-top: 4px;
}


/* ============================================================
   拠点情報（child.cssで定義・business.cssと同一構造）
============================================================ */
#location {
  padding: 80px 48px;
}

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

.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__dt:empty {
  pointer-events: none;
}

.location__dd {
  font-size: 15px;
  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;
  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) {

  /* 1. ページヘッダー：ロゴ非表示 */
  .page-header__logo {
    display: none;
  }

  .page-header__body {
    flex-direction: column;
  }

  .page-header__text {
    padding: 20px 20px 24px;
    order: 2;
  }

  .page-header__img {
    width: 100%;
    order: 1;
    height: auto;
  }

  .page-header__img img {
    height: 220px;
  }

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

  .page-header__catch {
    font-size: 22px;
  }

  /* セクション共通 */
  .child-section {
    padding: 40px 20px;
  }

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

  /* サービスの特徴 */
  .services__main {
    flex-direction: column;
    gap: 24px;
  }

  .services__stats {
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }

  .services__stat-item {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 12px 8px;
  }

  .services__stat-num {
    font-size: 20px;
  }

  .services__stat-num--large {
    font-size: 24px;
  }

  /* 2. 特徴カード：SP時は画像を下・縦並び */
  .services__features {
    flex-direction: column;
    gap: 16px;
  }

  .services__feature-item {
    flex-direction: column;
  }

  .services__feature-img {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
  }

  .services__feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 基本プランと内容 */
  .plans__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 3. ワンストップフロー：SP時縦並び・100%表示 */
  .flow-chart__card {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }

  .flow-chart__left {
    width: 100%;
  }

  /* 3. ワンストップフロー：縦並び・画像大きく */
  .flow-chart__steps {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 4px;
  }

  .flow-chart__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  /* 画像：60%幅に縮小 */
  .flow-chart__icon {
    width: 60%;
    height: auto;
    max-width: 200px;
    object-fit: contain;
  }

  .flow-chart__label {
    font-size: 18px;
    margin-top: 6px;
  }

  .flow-chart__arrow {
    font-size: 20px;
    transform: none;
    margin: 0;
    display: inline-block;
  }

  .flow-chart__arrow::after {
    content: "↓";
  }

  .flow-chart__branch {
    width: 100%;
    box-sizing: border-box;
  }

  .flow-chart__branch-item {
    width: 100%;
    box-sizing: border-box;
  }

  /* 5. 導入の流れ：2個並び・アロー非表示 */
  /* 5. 導入の流れ：2列グリッド・アロー非表示 */
  .steps__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .steps__item {
    align-items: flex-start;
    text-align: left;
    min-width: 0;
    box-sizing: border-box;
    padding: 28px 0;
  }

  .steps__item::after {
    display: none;
  }

  /* FAQ：両カラム同幅 */
  .faq__grid {
    flex-direction: column;
    gap: 0;
  }

  .faq__col {
    width: 100%;
    flex: none;
  }

  .faq__col:last-child .faq__item:first-child {
    border-top: none;
  }

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

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

  .location__dd {
    font-size: 14px;
  }

} /* end @media 1024px */