

/* セクション全体 */
.concept-section {
  padding: 80px 20px;
  background-color: #fff;
}

.concept-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 赤バッジ */
.concept-badge {
  display: inline-block;
  background-color: #c81326; /* ブランドカラーの赤 */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* 大見出し */
.concept-title {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 0.02em;
}

/* リード文 */
.concept-description {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 35px 0;
}

/* 中央画像エリア */
.concept-image-area {
  width: 100%;
  margin-bottom: 25px;
}

.concept-image-area picture img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャッチコピー */
.concept-catch {
  font-size: 16px;
  font-weight: bold;
  color: #c81326;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

/* スマホ対応 (768px以下) */
@media (max-width: 768px) {
  .concept-section {
    padding: 50px 30px;
  }

  .concept-title {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .concept-description {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .concept-image-area picture img {
  width: 80%;
  margin: 0 auto;
}

  .concept-catch {
    font-size: 13px;
    text-align: left; /* スマホでは見やすさ優先で左揃え */
  }
}


/* セクション全体（画像を背景に設定） */
.price-section {
  position: relative;
  padding: 100px 20px;
  background-image: url("/common/img/business/w_02.png"); /* 画像のファイル名を指定 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

.price-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

/* 中央ホワイトカード */
.price-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  box-sizing: border-box;
}

/* ヘッダー */
.price-sub-title {
  display: block;
  color: #c81326; /* ブランドカラーの赤 */
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.price-main-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 16px;
}

/* タイトル下の薄いグレー線 */
.price-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
  height: 1px;
  background-color: #ddd;
}

/* 金額表示 */
.price-amount-box {
  margin: 25px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.price-number {
  font-size: 48px;
  font-weight: bold;
  color: #c81326;
  line-height: 1;
}

.price-unit {
  font-size: 16px;
  font-weight: bold;
  color: #c81326;
}

/* 赤背景の機能リスト */
.price-features {
  background-color: #c81326;
  color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin: 0 0 20px 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-features li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

/* 注記テキスト */
.price-notes {
  font-size: 14px;
  line-height: 1.6;
}

.price-notes p {
  margin: 0;
}

/* スマホ対応 (768px以下) */
@media (max-width: 768px) {
  .price-section {
    padding: 60px 40px;
    min-height: auto;
  }

  .price-card {
    padding: 30px 20px;
  }

  .price-number {
    font-size: 40px;
  }

  .price-unit {
    font-size: 14px;
  }

  .price-features {
    padding: 16px 12px;
  }

  .price-features li {
    font-size: 11.5px;
    white-space: normal; /* スマホでは折り返しを許可 */
  }
}


/* セクション全体 */
.chigai-section {
  padding: 80px 20px;
  background-color: #f4f4f4;
}

.chigai-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー */
.chigai-sub-title {
  display: block;
  color: #c81326; /* ブランドカラーの赤 */
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.chigai-main-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 35px 0;
}

/* テーブルラッパー（スマホ時の横スクロール用） */
.chigai-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 比較テーブル全体 */
.chigai-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
}

/* ヘッダー・見出しセル */
.chigai-table th,
.chigai-table td {
  padding: 16px 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.chigai-table thead th {
  font-weight: bold;
  background-color: #ffffff;
  white-space: nowrap;
  width: 38%;
}

.chigai-table thead th:first-child {
  width: 24%;
}

/* 行の見出し (左端のカラム) */
.chigai-table tbody th {
  font-weight: bold;
  background-color: #ffffff;
  white-space: nowrap;
}

.chigai-table td {
  line-height: 1.5;
}

/* スマホ対応 (768px以下) */
@media (max-width: 768px) {
  .chigai-section {
    padding: 50px 30px;
  }

  .chigai-main-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .chigai-table {
    min-width: 580px; /* テーブルの崩れを防ぐ最小幅 */
    font-size: 12px;
  }

  .chigai-table th,
  .chigai-table td {
    padding: 12px 12px;
  }
}


/* セクション全体 */
.upgrade-section {
  padding: 0px 20px 80px 20px;
  background-color: #f4f4f4;
}

.upgrade-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 赤色の大見出し */
.upgrade-title {
  font-size: 28px;
  font-weight: bold;
  color: #c81326; /* ブランドカラーの赤 */
  margin: 0 0 20px 0;
  letter-spacing: 0.02em;
}

/* リード文 */
.upgrade-description {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 35px 0;
}

/* 画像エリア */
.upgrade-image-area {
  width: 100%;
}

.upgrade-image-area picture img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 (768px以下) */
@media (max-width: 768px) {
  .upgrade-section {
    padding: 0px 30px 50px 30px;
  }

  .upgrade-title {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .upgrade-description {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .upgrade-image-area picture img {
  width: 80%;
  margin: 0 auto;
  }
}