@charset "UTF-8";
/* ======================================================================
 p-maisou ─ おまかせ埋葬パック
   1. 火葬式プラン詳細ページ内の訴求ブロック（.maisou-cta）
   2. 専用ページ /maisou/（#p-maisou 配下）
====================================================================== */

/* =================================
 1. 火葬式プランページ内の訴求バナー
    .maisou-cta に修飾クラスを付けて見せ方を切り替える
      -dark  … 深緑ボード（既定）
      -photo … 写真背景バナー
      -side  … 写真＋テキストの横並びカード
================================= */
.maisou-cta {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .maisou-cta {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta {
    margin-bottom: 6rem;
  }
}
.maisou-cta__inner {
  position: relative;
  z-index: 2;
}
.maisou-cta__flag {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.7rem 2.4rem;
  border-radius: 9999px;
  background-color: #a83a44;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .maisou-cta__flag {
    padding: 0.6rem 1.8rem;
    font-size: 1.3rem;
  }
}
.maisou-cta__title {
  margin-bottom: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .maisou-cta__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta__title {
    font-size: 2.8rem;
  }
}
.maisou-cta__title-sub {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .maisou-cta__title-sub {
    font-size: 1.3rem;
  }
}
.maisou-cta__lead {
  margin-bottom: 2.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-cta__lead {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.maisou-cta__body {
  display: inline-block;
  margin-bottom: 2.5rem;
  padding: 2.5rem 3rem;
  border-radius: 0.8rem;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .maisou-cta__body {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta__body {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }
}
.maisou-cta__price {
  flex-shrink: 0;
  text-align: center;
}
.maisou-cta__price-label {
  display: block;
  margin-bottom: 0.3rem;
  color: #222;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .maisou-cta__price-label {
    font-size: 1.3rem;
  }
}
.maisou-cta__price-main {
  display: block;
  color: #a83a44;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.1;
  white-space: nowrap;
}
.maisou-cta__price-plus {
  font-size: 3.2rem;
}
.maisou-cta__price-num {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .maisou-cta__price-num {
    font-size: 5.2rem;
  }
}
.maisou-cta__price-unit {
  font-size: 2.2rem;
}
.maisou-cta__price-unit small {
  font-size: 1.3rem;
}
.maisou-cta__price-total {
  display: block;
  margin-top: 0.6rem;
  color: #555;
  font-size: 1.3rem;
}
.maisou-cta__price-total b {
  color: #222;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .maisou-cta__points {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid #ddd;
  }
}
.maisou-cta__points li {
  position: relative;
  padding-left: 2.6rem;
  color: #222;
  line-height: 1.7;
}
.maisou-cta__points li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .maisou-cta__points li {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
  .maisou-cta__points li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.maisou-cta__points li:before {
  position: absolute;
  top: 0.55em;
  left: 0.4rem;
  width: 1.3rem;
  height: 0.7rem;
  border-left: 2px solid #3d9f9c;
  border-bottom: 2px solid #3d9f9c;
  transform: rotate(-45deg);
  content: "";
}
.maisou-cta__button {
  margin-bottom: 1.2rem;
}
.maisou-cta__button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42rem;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #03a945, #1d4938);
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .maisou-cta__button a {
    min-width: 0;
    width: 100%;
    padding: 1.6rem 3.5rem 1.6rem 2rem;
    font-size: 1.6rem;
  }
}
.maisou-cta__button a:link,
.maisou-cta__button a:visited {
  color: #fff; /* テーマ共通の a:link より詳細度を上げる */
}
.maisou-cta__button a:hover {
  opacity: 0.85;
}
.maisou-cta__button a:after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .maisou-cta__button a:after {
    right: 1.8rem;
  }
}
.maisou-cta__note {
  font-size: 1.2rem;
  line-height: 1.7;
}

/* 320px級の狭い端末で価格がはみ出すのを防ぐ */
@media screen and (max-width: 359px) {
  .maisou-cta__price-num {
    font-size: 4.4rem;
  }
  .maisou-cta__price-plus {
    font-size: 2.6rem;
  }
  .maisou-cta__price-unit {
    font-size: 1.8rem;
  }
}

/* =================================
 1b. MV直下の細いバーバナー（.maisou-bar）
    PC … 限定タグ／コピー＋金額／詳しく見る を1行
    SP … 限定タグ（中央）／コピーと金額を1行／詳しく見る（中央）の3段
================================= */
.maisou-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
  padding: 1.4rem 4.5rem 1.4rem 2rem;
  border-radius: 0.8rem;
  background-color: #1d4938;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.maisou-bar:link,
.maisou-bar:visited {
  color: #fff; /* テーマ共通の a:link より詳細度を上げる */
}
.maisou-bar:hover {
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  .maisou-bar {
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 3rem;
    padding: 1.8rem;
    border-radius: 1rem;
    background-image: radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 55%);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  }
}
.maisou-bar:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  /* SPは右端の矢印をやめ、「詳しく見る」ボタンに集約 */
  .maisou-bar:after {
    display: none;
  }
}
.maisou-bar__tag {
  flex-shrink: 0;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  background-color: #a83a44;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .maisou-bar__tag {
    margin-right: auto;
    margin-left: auto; /* 単独行なので左右autoで中央に */
    font-size: 1.1rem;
  }
}

/* コピー＋金額 */
.maisou-bar__main {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  min-width: 0; /* 中身の最小幅でカードをはみ出させない */
}
@media screen and (max-width: 767px) {
  .maisou-bar__main {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
  }
}
.maisou-bar__lead {
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .maisou-bar__lead {
    font-size: 1.3rem;
  }
}
/* プラン名と金額を必ず同じ行に置く */
.maisou-bar__row {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .maisou-bar__row {
    gap: 0.6rem;
  }
}
.maisou-bar__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .maisou-bar__name {
    font-size: 1.7rem;
    letter-spacing: 0;
    white-space: normal; /* 狭い端末では折り返しを許容（375pxでは1行） */
  }
}
.maisou-bar__price {
  flex-shrink: 0;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.4rem;
  margin-left: auto; /* 行の右端へ */
  white-space: nowrap;
}
.maisou-bar__price-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2; /* 「（税込）／円」2段と高さを揃える */
}
@media screen and (max-width: 767px) {
  .maisou-bar__price-num {
    font-size: 2.2rem;
  }
}
.maisou-bar__price-plus {
  font-size: 0.62em; /* 数字に対して控えめに */
  font-weight: 500;
}
/* 「（税込）」を上、「円」を下の2段に積んで横幅を抑える
   （読み上げ順は「円（税込）」のままにするため column-reverse で見た目だけ入れ替え） */
.maisou-bar__price-unit {
  display: flex;
  flex-direction: column-reverse;
  align-items: center; /* 「（税込）」と「円」を左右中央で揃える */
  font-size: 1.3rem;
  line-height: 1.2;
}
.maisou-bar__price-unit small {
  color: #cfe3d8;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .maisou-bar__price-unit {
    font-size: 1.1rem;
  }
  .maisou-bar__price-unit small {
    font-size: 1rem;
  }
}
.maisou-bar__more {
  flex-shrink: 0;
  padding: 0.6rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .maisou-bar__more {
    position: relative;
    margin-right: auto;
    margin-left: auto; /* 単独行なので左右autoで中央に */
    padding: 0.8rem 2.8rem 0.8rem 1.6rem;
    border-color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
  }
  .maisou-bar__more:after {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }
}

/* ---- A案：深緑ボード（既定） ---- */
.maisou-cta.-dark {
  border-radius: 0 3rem 0 3rem;
  background-color: #1d4938;
  background-image: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 45%);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-dark {
    padding: 5rem 4rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta.-dark {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding: 3.5rem 1.5rem 3rem;
    border-radius: 0;
  }
}
.maisou-cta.-dark .maisou-cta__media {
  display: none;
}
.maisou-cta.-dark .maisou-cta__title {
  color: #fff;
}
.maisou-cta.-dark .maisou-cta__title-sub {
  color: #cfe3d8;
}
.maisou-cta.-dark .maisou-cta__note {
  color: #cfe3d8;
}

/* ---- B案：写真背景バナー ---- */
.maisou-cta.-photo {
  border-radius: 0 3rem 0 3rem;
  background-color: #1b3b30;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-photo {
    padding: 5rem 4rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta.-photo {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding: 3.5rem 1.5rem 3rem;
    border-radius: 0;
  }
}
.maisou-cta.-photo .maisou-cta__media {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.maisou-cta.-photo .maisou-cta__media:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 50, 40, 0.82) 0%, rgba(20, 50, 40, 0.9) 100%);
  content: "";
}
.maisou-cta.-photo .maisou-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maisou-cta.-photo .maisou-cta__title {
  color: #fff;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
}
.maisou-cta.-photo .maisou-cta__title-sub {
  color: #d7e6de;
}
.maisou-cta.-photo .maisou-cta__note {
  color: #d7e6de;
}

/* ---- C案：写真＋テキストの横並びカード ---- */
.maisou-cta.-side {
  border: 3px solid #1d4938;
  border-radius: 0.8rem;
  background-color: #f6f4f1;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-side {
    display: flex;
    align-items: stretch;
  }
}
.maisou-cta.-side .maisou-cta__media {
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-side .maisou-cta__media {
    width: 34rem;
  }
}
.maisou-cta.-side .maisou-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .maisou-cta.-side .maisou-cta__media img {
    height: 16rem;
    min-height: 0;
  }
}
.maisou-cta.-side .maisou-cta__inner {
  position: static; /* フラッグを写真の上にリボンとして重ねるため */
  text-align: center;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-side .maisou-cta__inner {
    flex: 1;
    padding: 4rem 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-cta.-side .maisou-cta__inner {
    padding: 2.5rem 1.5rem 2rem;
  }
}
.maisou-cta.-side .maisou-cta__flag {
  position: absolute;
  top: 1.5rem;
  left: 0;
  border-radius: 0 9999px 9999px 0;
}
@media screen and (max-width: 767px) {
  .maisou-cta.-side .maisou-cta__flag {
    top: 1rem;
  }
}
.maisou-cta.-side .maisou-cta__title {
  color: #1d4938;
}
.maisou-cta.-side .maisou-cta__title-sub {
  color: #222;
}
.maisou-cta.-side .maisou-cta__body {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .maisou-cta.-side .maisou-cta__body {
    display: flex;
    gap: 3rem;
    padding: 2rem 2.5rem;
  }
}
.maisou-cta.-side .maisou-cta__note {
  color: #555;
}

/* =================================
 2. 専用ページ：メインビジュアル
    テーマ共通の l-main-visual と同じ2カラム比率で、左に価格まで載せた版
================================= */
.maisou-mv {
  position: relative;
  width: 100%;
  margin: 1.5rem auto 6rem;
}
@media screen and (max-width: 767px) {
  .maisou-mv {
    margin: 0 auto 5rem;
  }
}
.maisou-mv:before {
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 38.1rem;
  background: #f6f4f1;
  opacity: 0.5;
  content: "";
}
.maisou-mv__inner {
  display: grid;
  grid-template-columns: 45.09% 54.91%;
  margin: auto;
  max-width: 136.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .maisou-mv__inner {
    grid-template-columns: 100%;
  }
}
.maisou-mv__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maisou-mv__text {
    order: 2;
    padding: 3rem 1.5rem 0;
  }
}
.maisou-mv__eyebrow {
  display: inline-block;
  align-self: center;
  margin-bottom: 1.5rem;
  padding: 0.6rem 2rem;
  border-radius: 9999px;
  background-color: #1d4938;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .maisou-mv__eyebrow {
    font-size: 1.2rem;
  }
}
.maisou-mv__title {
  margin-bottom: 1.5rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .maisou-mv__title {
    font-size: 2.8rem;
  }
}
.maisou-mv__title-sub {
  display: block;
  margin-bottom: 0.6rem;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .maisou-mv__title-sub {
    font-size: 1.3rem;
  }
}
.maisou-mv__lead {
  margin-bottom: 2.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-mv__lead {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.maisou-mv__price {
  padding: 2rem;
  border: 2px solid #3d9f9c;
  border-radius: 0 2rem 0 2rem;
  background-color: #ebf5f5;
}
@media screen and (max-width: 767px) {
  .maisou-mv__price {
    padding: 1.5rem;
  }
}
.maisou-mv__price-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .maisou-mv__price-label {
    font-size: 1.3rem;
  }
}
.maisou-mv__price-main {
  display: block;
  color: #a83a44;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.1;
  white-space: nowrap;
}
.maisou-mv__price-plus {
  font-size: 3.2rem;
}
.maisou-mv__price-num {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .maisou-mv__price-num {
    font-size: 5.2rem;
  }
}
.maisou-mv__price-unit {
  font-size: 2.2rem;
}
.maisou-mv__price-unit small {
  font-size: 1.3rem;
}
.maisou-mv__price-total {
  display: block;
  margin-top: 0.6rem;
  color: #555;
  font-size: 1.3rem;
}
.maisou-mv__price-total b {
  color: #222;
  font-weight: 700;
}
.maisou-mv__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.maisou-mv__badges li {
  position: relative;
  padding: 0.4rem 1rem 0.4rem 2.4rem;
  border: 1px solid #a8967b;
  border-radius: 9999px;
  color: #7e6b4f;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .maisou-mv__badges li {
    padding: 0.4rem 1.2rem 0.4rem 2.6rem;
    font-size: 1.2rem;
  }
}
.maisou-mv__badges li:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.2rem;
  height: 0.6rem;
  margin-top: -0.5rem;
  border-left: 2px solid #a8967b;
  border-bottom: 2px solid #a8967b;
  transform: rotate(-45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .maisou-mv__badges li:before {
    left: 1rem;
  }
}
.maisou-mv__image img {
  width: 100%;
  height: 100%;
  max-height: 48rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .maisou-mv__image {
    order: 1;
  }
  .maisou-mv__image img {
    max-height: 24rem;
  }
}

/* =================================
 2b. 専用ページ：導入＋プランに含まれるもの
 ※ 2026-08-08 セクションごと削除したため現在は未使用。
    復活させる場合に備えて残している（不要になれば削除可）
================================= */
#p-maisou .maisou-hero {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #p-maisou .maisou-hero {
    margin-bottom: 6rem;
  }
}
.maisou-hero__card {
  margin: 4rem auto 0;
  max-width: 76rem;
  border: 2px solid #3d9f9c;
  border-radius: 0 3rem 0 3rem;
  background-color: #ebf5f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .maisou-hero__card {
    padding: 3.5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-hero__card {
    margin-top: 3rem;
    padding: 2.5rem 1.5rem;
  }
}
.maisou-hero__card-ttl {
  margin-bottom: 2rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .maisou-hero__card-ttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.maisou-hero__include {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.maisou-hero__include li {
  padding: 0.6rem 1.8rem;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .maisou-hero__include li {
    padding: 0.5rem 1.4rem;
    font-size: 1.3rem;
  }
}
.maisou-hero__total {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .maisou-hero__total {
    font-size: 1.3rem;
  }
}
.maisou-hero__total b {
  color: #a83a44;
  font-weight: 700;
}
.maisou-hero__note {
  margin-top: 2rem;
  color: #555;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .maisou-hero__note {
    font-size: 1.2rem;
    text-align: left;
  }
}
.maisou-hero__note a {
  color: #1b6765;
  text-decoration: underline;
}

/* =================================
 こんな方に
================================= */
.maisou-worry {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .maisou-worry {
    margin-bottom: 6rem;
  }
}
.maisou-worry__list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .maisou-worry__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.maisou-worry__item {
  padding: 3rem 2rem;
  border-radius: 0.8rem;
  background-color: #f6f4f1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maisou-worry__item {
    padding: 2rem 1.5rem;
  }
}
.maisou-worry__num {
  display: block;
  margin-bottom: 1rem;
  color: #a8967b;
  font-family: "Holland", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.maisou-worry__text {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .maisou-worry__text {
    font-size: 1.5rem;
  }
}
.maisou-worry__arrow {
  width: 0;
  height: 0;
  margin: 2.5rem auto;
  border-top: 1.6rem solid #a8967b;
  border-right: 1.6rem solid transparent;
  border-left: 1.6rem solid transparent;
}
.maisou-worry__answer {
  padding: 2.5rem 2rem;
  border-radius: 0.8rem;
  background-color: #ebf5f5;
  text-align: center;
  line-height: 1.9;
}
.maisou-worry__answer b {
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .maisou-worry__answer b {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-worry__answer {
    font-size: 1.4rem;
    text-align: left;
  }
  .maisou-worry__answer b {
    font-size: 1.8rem;
  }
}

/* =================================
 流れ
================================= */
.maisou-flow {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .maisou-flow {
    margin-bottom: 6rem;
  }
}
.maisou-flow__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .maisou-flow__list {
    margin-top: 3rem;
  }
}
.maisou-flow__item {
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .maisou-flow__item {
    display: flex;
    gap: 3rem;
    padding-left: 1rem;
  }
}
.maisou-flow__item:not(:last-child):before {
  position: absolute;
  top: 5.5rem;
  bottom: 0.5rem;
  left: 3.5rem;
  width: 2px;
  background-color: #d9e7e6;
  content: "";
}
@media screen and (max-width: 767px) {
  .maisou-flow__item:not(:last-child):before {
    top: 5rem;
    left: 2.4rem;
  }
}
.maisou-flow__step {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #3d9f9c;
  color: #fff;
  font-family: "Holland", serif;
  font-size: 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .maisou-flow__step {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.maisou-flow__step span {
  position: relative;
  top: 0.21em; /* Holland は数字が上寄りに描画されるため、丸の中央に見えるよう補正 */
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .maisou-flow__step span {
    font-size: 2.4rem;
  }
}
.maisou-flow__body {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .maisou-flow__body {
    min-height: 4.8rem;
    padding-left: 6.3rem;
  }
}
.maisou-flow__title {
  margin-bottom: 0.8rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .maisou-flow__title {
    padding-top: 1rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .maisou-flow__title {
    padding-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.maisou-flow__text {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-flow__text {
    font-size: 1.4rem;
  }
}
.maisou-flow__caution {
  margin-top: 0.8rem;
  color: #a83a44;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .maisou-flow__caution {
    font-size: 1.2rem;
  }
}

/* =================================
 2年後の選択肢
================================= */
.maisou-choice {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .maisou-choice {
    margin-bottom: 6rem;
  }
}
.maisou-choice__list {
  display: grid;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .maisou-choice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .maisou-choice__list {
    gap: 2.5rem;
    margin-top: 3rem;
  }
}
.maisou-choice__item {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  background-color: #fff;
}
.maisou-choice__image img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .maisou-choice__image img {
    height: 18rem;
  }
}
.maisou-choice__body {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .maisou-choice__body {
    padding: 2rem 1.5rem;
  }
}
.maisou-choice__label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.2rem 1.6rem;
  border-radius: 9999px;
  background-color: #a8967b;
  color: #fff;
  font-family: "Holland", serif;
  font-size: 1.4rem;
}
.maisou-choice__title {
  margin-bottom: 1rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .maisou-choice__title {
    font-size: 1.9rem;
  }
}
.maisou-choice__text {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-choice__text {
    font-size: 1.4rem;
  }
}
.maisou-choice__price {
  margin-top: 1.5rem;
  padding: 1.2rem 1.5rem;
  border-radius: 0.8rem;
  background-color: #f6f4f1;
  font-size: 1.6rem;
}
.maisou-choice__price b {
  color: #a83a44;
  font-size: 2.4rem;
  font-weight: 700;
}
.maisou-choice__price-sub {
  display: block;
  margin-top: 0.5rem;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
}
.maisou-choice__link {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.maisou-choice__link a {
  color: #1b6765;
  text-decoration: underline;
}

/* =================================
 価格の理由
================================= */
.maisou-reason {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .maisou-reason {
    margin-bottom: 6rem;
  }
}
.maisou-reason__list {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .maisou-reason__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .maisou-reason__list {
    margin-top: 3rem;
  }
}
.maisou-reason__item {
  padding: 3rem 2rem;
  border-top: 3px solid #3d9f9c;
  background-color: #fbfaf8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maisou-reason__item {
    padding: 2rem 1.5rem;
  }
}
.maisou-reason__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  padding-top: 0.42em; /* Holland の描画位置を丸の中央に合わせる補正 */
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background-color: #3d9f9c;
  color: #fff;
  font-family: "Holland", serif;
  font-size: 1.8rem;
}
.maisou-reason__title {
  margin-bottom: 1rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .maisou-reason__title {
    font-size: 1.8rem;
  }
}
.maisou-reason__text {
  text-align: left;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-reason__text {
    font-size: 1.4rem;
  }
}

/* =================================
 ご利用条件
================================= */
.maisou-terms {
  margin-bottom: 8rem;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .maisou-terms {
    margin-bottom: 6rem;
  }
}
.maisou-terms__list {
  margin-top: 4rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .maisou-terms__list {
    margin-top: 3rem;
  }
}
.maisou-terms__item {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .maisou-terms__item {
    padding: 2rem 1.5rem;
  }
}
.maisou-terms__item:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.maisou-terms__title {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 3rem;
  color: #1b6765;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .maisou-terms__title {
    padding-left: 2.6rem;
    font-size: 1.7rem;
  }
}
.maisou-terms__title:before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #a8967b;
  content: "";
}
@media screen and (max-width: 767px) {
  .maisou-terms__title:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.maisou-terms__text {
  padding-left: 3rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .maisou-terms__text {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

/* =================================
 よくあるご質問
================================= */
.maisou-faq {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .maisou-faq {
    margin-bottom: 6rem;
  }
}

/* 中間CTA（共通パーツ c-cta の上下余白のみ調整） */
#p-maisou .c-cta {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #p-maisou .c-cta {
    margin-bottom: 6rem;
  }
}
