@charset "UTF-8";
/**
 * 5プランLP共通スタイル
 * - SP基準デザイン。PCでは画面幅に広げ、詳細レイアウトは後続調整
 * - .plan-lp 配下で完結（既存テーマと衝突しない）
 *
 * セクション順:
 * header / plan-intro / plan-overview / plan-includes /
 * plan-compare / process-flow /
 * footer
 */

/* ============================ */
/* ベース・コンテナ */
/* ============================ */

.plan-lp {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  font-feature-settings: "palt";
  --plan-side: clamp(2rem, 2rem, 4rem);
  --plan-content: 29.5rem;
}

.plan-lp * {
  box-sizing: border-box;
}

.plan-lp section {
  padding: 3.2rem var(--plan-side);
}

@media (min-width: 64rem) {
  .plan-lp {
    max-width: none;
  }
}

.plan-lp h1,
.plan-lp h2,
.plan-lp h3 {
  font-weight: 700;
  line-height: 1.4;
}

/* ============================ */
/* header（ロゴ + 電話 + 資料請求 + プランタブ） */
/* ============================ */
.plan-lp__header {
  background: #fff;
  border-bottom: none;
  position: relative;
  top: 0;
  z-index: 100;
}

/* 上段: ロゴ + 電話 + 資料請求 */
.plan-lp__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.9rem;
  gap: clamp(0.6rem, 3.2vw, 1.2rem);
  padding: 1.1rem clamp(1.2rem, 5.3333vw, 2rem) 0.9rem;
}

.plan-lp__header-logo-link {
  flex-shrink: 0;
  line-height: 0;
}
.plan-lp__header-logo-img {
  display: block;
  width: 12.5rem;
  height: auto;
}

.plan-lp__header-tel {
  flex: 0 0 13rem;
  width: 13rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
  text-align: right;
  min-width: 0;
  line-height: 1;
}
.plan-lp__header-tel-lead {
  font-size: 1rem;
  color: #444;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}
.plan-lp__header-tel-num {
  font-size: 2.4rem;
  font-weight: 400;
  color: #e45353;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.plan-lp__header-doc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.1rem;
  height: 3.3rem;
  padding: 0;
  background: #1390d3;
  color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0 #216596;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.2;
}

/* 下段: タブ */
.plan-lp__header-tabs {
  display: flex;
  align-items: stretch;
  height: 3.3rem;
  padding: 0 clamp(1.2rem, 1.2rem, 2rem);
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #d8d8d8;
  background: #fff;
  gap: 0;
}

.plan-lp__header-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  padding: 0;
  background: #fff;
  color: #444;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  border-radius: 0;
  white-space: nowrap;
}

.plan-lp__header-tab:last-child {
  border-right: none;
}

.plan-lp__header-tab--home {
  flex: 0 0 3.8rem;
  width: 3.8rem;
  border: none;
}
.plan-lp__header-tab--home img {
  display: block;
  width: 2rem;
  height: 1.8rem;
}

.plan-lp__header-tab.is-current {
  background: #00a160;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .plan-lp__header {
    display: none;
  }
}

/* ============================ */
/* plan-compare（比較表：テーブル形式） */
/* ============================ */
.plan-lp .plan-compare {
  padding: 4.8rem 1.5rem 4.2rem;
  background: #f7f7f7;
}

.plan-compare__title {
  text-align: center;
  margin: 0 0 4rem;
  max-width: 34.4rem;
  margin-inline: auto;
  font-weight: 900;
  line-height: 1.35;
}

.plan-compare__title-lead,
.plan-compare__title-main {
  display: block;
}

.plan-compare__title-lead {
  width: fit-content;
  margin: 0 auto 1.2rem;
  color: #444;
  background: linear-gradient(transparent 62%, #f6ff00 62%);
  font-size: 1.8rem;
}

.plan-compare__title-main {
  color: #444;
  font-size: 2.2rem;
}

.plan-compare__title-main--pc {
  display: none;
}

.plan-compare__table {
  width: 100%;
  max-width: 34.4rem;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.plan-compare__table--pc {
  display: none;
}

.plan-compare__col-label {
  width: 7.5%;
}

.plan-compare__col-plan--current {
  width: 48.5%;
}

.plan-compare__col-plan--sub {
  width: 44%;
}

.plan-compare__label {
  width: 7.5%;
  padding: 0;
  background: #d9d9d9;
  border-bottom: 0.1rem dashed #fff;
  color: #444;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.plan-compare__row:nth-last-of-type(2) .plan-compare__label {
  border-bottom: none;
}

.plan-compare__label--head {
  background: transparent;
  border-bottom: none;
}

.plan-compare__th {
  position: relative;
  height: 5.2rem;
  padding: 1.6rem 0.4rem 0.8rem;
  background: #fff;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #dcdcdc;
  color: #444;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  vertical-align: middle;
}

.plan-compare__th--main {
  z-index: 1;
  border-color: transparent;
  color: #000;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

.plan-compare__th--main::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: 0;
  bottom: -0.1rem;
  left: 0;
  z-index: -1;
  background: #fff;
  border-top: 0.2rem solid #2e9f6e;
  border-right: 0.2rem solid #2e9f6e;
  border-left: 0.2rem solid #2e9f6e;
  border-bottom: 0.1rem solid #dcdcdc;
}

.plan-compare__th--sub {
  border-right: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.3rem;
}

.plan-compare__th-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.plan-compare__th-arrow {
  font-size: 1.6rem;
  margin-left: 0.2rem;
  font-weight: 900;
}

.plan-compare__current-badge {
  position: absolute;
  top: -3.2rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.8rem;
  height: 2.8rem;
  transform: translateX(-50%);
  border-radius: 1.6rem;
  background: #2e9f6e;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.plan-compare__current-badge::after {
  content: "";
  position: absolute;
  bottom: -0.65rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-right: 0.55rem solid transparent;
  border-left: 0.55rem solid transparent;
  border-top: 0.7rem solid #2e9f6e;
}

.plan-compare__cell {
  background: #fff;
  border-bottom: 0.1rem dashed #d5d5d5;
  border-right: 0.1rem solid #ccc;
  padding: 0.9rem 0.6rem;
  text-align: center;
  vertical-align: middle;
}

.plan-compare__cell--current {
  border-right: 0.2rem solid #2e9f6e;
  border-left: 0.2rem solid #2e9f6e;
}

.plan-compare__row--services .plan-compare__cell--current {
  border-bottom: 0.2rem solid #2e9f6e;
}

/* 祭壇画像 */
.plan-compare__row--image .plan-compare__cell {
  padding: 1.25rem 0.8rem 1.25rem;
}

.plan-compare__image {
  width: 100%;
  height: 8.4rem;
  object-fit: cover;
  display: block;
  border-radius: 0.2rem;
  margin: 0 auto;
}

/* 通常価格 */
.plan-compare__row--base-price .plan-compare__cell {
  padding-top: 1.25rem;
  padding-bottom: 1.15rem;
}

.plan-compare__price-num {
  order: 1;
  color: #444;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.plan-compare__price-main {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}

.plan-compare__price-main--member {
  align-items: flex-start;
}
.plan-compare__price-main--member .plan-compare__price-tax {
  top: 0.4rem;
  right: 0.1rem;
  font-size: 0.7rem;
}

.plan-compare__price-num--member {
  color: #e45353;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.18;
}

.plan-compare__price-yen {
  order: 3;
  align-self: flex-end;
  color: #444;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.2rem;
}

.plan-compare__price-yen--member {
  color: #e45353;
  font-size: 1.5rem;
}

.plan-compare__price-tax {
  position: absolute;
  top: 0.2rem;
  right: 0;
  color: #444;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.plan-compare__price-incl-tax {
  display: block;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.plan-compare__price-incl-tax .num {
  font-size: 1.25em;
}

.plan-compare__dash {
  display: inline-block;
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.plan-compare__dash--red {
  color: #e45353;
}

/* 割引 */
.plan-compare__row--discount .plan-compare__cell {
  padding: 1.2rem 0.5rem;
  border-bottom: 0.1rem dashed #d5d5d5;
}

.plan-compare__discount {
  display: inline-block;
  color: #e45353;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
}
.plan-compare__discount .num {
  font-size: 1.25em;
  line-height: 1;
  position: relative;
  top: 0.1rem;
}

/* 会員価格 */
.plan-compare__row--member-price .plan-compare__cell {
  padding-top: 1.45rem;
  padding-right: 0.2rem;
  padding-bottom: 1.35rem;
  padding-left: 0.2rem;
  background: #fff8f8;
}

/* 日数 */
.plan-compare__row--days .plan-compare__cell {
  padding: 1.2rem 0.5rem 0.45rem;
  color: #444;
  font-size: 1.65rem;
  font-weight: 700;
  border-bottom: none;
}

/* 儀礼バッジ */
.plan-compare__row--services .plan-compare__cell {
  border-bottom: 0.2rem solid #ccc;
  padding: 0 0.5rem 1.2rem;
}

.plan-compare__row--services .plan-compare__cell--current {
  border-bottom: 0.2rem solid #2e9f6e;
}

.plan-compare__badges {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.plan-compare__badge {
  display: inline-block;
  min-width: 3.6rem;
  padding: 0.25rem 0.25rem 0.35rem;
  background: #fff;
  border: 0.1rem solid #444;
  color: #444;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.plan-compare__badge--inactive {
  background: #e5e5e5;
  border-color: #777;
  color: #fff;
}

.plan-compare__notes {
  width: 100%;
  max-width: 34.4rem;
  padding: 0;
  margin: 2.1rem auto 0;
  list-style: none;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}

.plan-compare__notes li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
}

/* ============================ */
/* process-flow（葬儀の流れ：プラン別ステップ） */
/* ============================ */
.plan-lp .process-flow {
  padding: 0 2rem 5.2rem;
  background: #f7f7f7;
}

.process-flow__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  margin: 0 0 2rem;
  color: #444;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.process-flow__title-main {
  color: #2e9f6e;
  font-size: 2rem;
}

.process-flow__title-sub {
  font-size: 1.6rem;
}

.process-flow__group {
  margin-bottom: 2.8rem;
}

.process-flow__group:last-child {
  margin-bottom: 0;
}

.process-flow__group-title {
  display: flex;
  min-height: 2.9rem;
  align-items: center;
  padding: 0.4rem 1.2rem;
  margin: 0 0 1.2rem;
  background: #2e9f6e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.process-flow__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-flow__item {
  position: relative;
  display: flex;
  min-height: 10.8rem;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 0.1rem solid #d7d7d7;
  background: #fff;
}

.process-flow__item:not(:last-child) {
  margin-bottom: 3.3rem;
}

.process-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 2.1rem);
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.9rem solid #444;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  transform: translateX(-50%);
}

.process-flow__image {
  flex: 0 0 8rem;
  width: 8rem;
  height: 8.4rem;
  margin: 0;
  overflow: hidden;
  background: #eee;
}

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

.process-flow__step-body {
  flex: 1;
  min-width: 0;
}

.process-flow__step-title {
  margin: 0 0 0.4rem;
  color: #2e9f6e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.process-flow__step-desc {
  margin: 0;
  color: #444;
  font-size: 1.4rem;
  line-height: 1.5;
}

.process-flow-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .plan-lp[data-plan="simple-kasoh"] .process-flow,
  .plan-lp[data-plan="chokuso"] .process-flow,
  .plan-lp[data-plan="simple-kazoku"] .process-flow,
  .plan-lp[data-plan="kazoku"] .process-flow {
    padding: 0 3rem 8rem;
    background: #f7f7f7;
  }

  .plan-lp[data-plan="simple-kasoh"] .process-flow__title,
  .plan-lp[data-plan="chokuso"] .process-flow__title,
  .plan-lp[data-plan="simple-kazoku"] .process-flow__title,
  .plan-lp[data-plan="kazoku"] .process-flow__title {
    gap: 0;
    margin: 0 auto 3.4rem;
    font-size: 2.8rem;
    line-height: 1.25;
  }

  .plan-lp[data-plan="simple-kasoh"] .process-flow__title-main,
  .plan-lp[data-plan="chokuso"] .process-flow__title-main,
  .plan-lp[data-plan="simple-kazoku"] .process-flow__title-main,
  .plan-lp[data-plan="kazoku"] .process-flow__title-main {
    color: #2e9f6e;
    font-size: 3.2rem;
  }

  .plan-lp[data-plan="simple-kasoh"] .process-flow__title-sub,
  .plan-lp[data-plan="chokuso"] .process-flow__title-sub,
  .plan-lp[data-plan="simple-kazoku"] .process-flow__title-sub,
  .plan-lp[data-plan="kazoku"] .process-flow__title-sub {
    color: #444;
    font-size: 2.8rem;
  }

  .plan-lp[data-plan="simple-kasoh"] .process-flow__group,
  .plan-lp[data-plan="chokuso"] .process-flow__group,
  .plan-lp[data-plan="simple-kazoku"] .process-flow__group,
  .plan-lp[data-plan="kazoku"] .process-flow__group {
    display: none;
  }

  .plan-lp[data-plan="simple-kasoh"] .process-flow-pc,
  .plan-lp[data-plan="chokuso"] .process-flow-pc,
  .plan-lp[data-plan="simple-kazoku"] .process-flow-pc,
  .plan-lp[data-plan="kazoku"] .process-flow-pc {
    display: flex;
    width: 100%;
    max-width: 98rem;
    flex-direction: column;
    gap: 4.2rem;
    margin: 0 auto;
  }

  .process-flow-pc__card {
    position: relative;
    display: grid;
    grid-template-columns: 58.8rem 25.4rem;
    column-gap: 3.4rem;
    width: 100%;
    min-height: 21.2rem;
    padding: 3rem 3.4rem 2.4rem 7rem;
    overflow: hidden;
    border: 0.2rem solid #2e9f6e;
    border-radius: 0.8rem;
    background: #fff;
  }

  .process-flow-pc__card--urgent {
    min-height: 29.9rem;
    border-color: #e45353;
  }

  .process-flow-pc__card--compact {
    min-height: 21.2rem;
  }

  .process-flow-pc__num {
    position: absolute;
    top: 1.5rem;
    left: 2.5rem;
    color: #2e9f6e;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .process-flow-pc__card--urgent .process-flow-pc__num,
  .process-flow-pc__card--urgent .process-flow-pc__heading {
    color: #e45353;
  }

  .process-flow-pc__body {
    grid-column: 1;
    min-width: 0;
  }

  .process-flow-pc__heading {
    margin: 0 0 2.4rem;
    color: #2e9f6e;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .process-flow-pc__text {
    margin: 0;
    color: #555;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .process-flow-pc__card--urgent .process-flow-pc__text {
    color: #444;
  }

  .process-flow-pc__image {
    grid-column: 2;
    width: 25.4rem;
    height: 15rem;
    margin: 0;
    overflow: hidden;
    border-radius: 0.4rem;
    background: #eee;
  }

  .process-flow-pc__image--first {
    height: 17rem;
  }

  .process-flow-pc__image img,
  .process-flow-pc__subimage img,
  .process-flow-pc__after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .process-flow-pc__tel {
    display: grid;
    width: 100%;
    height: 6rem;
    grid-template-columns: 14.3rem minmax(0, 1fr) 12rem;
    align-items: center;
    margin-top: 3.2rem;
    overflow: hidden;
    border: 0.1rem solid #e45353;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 0.4rem 0 #d13d3d;
    transition: all ease-in-out 0.3s;
  }

  .process-flow-pc__tel:hover {
    translate: 0 -0.4rem;
    opacity: 0.8;
  }

  .process-flow-pc__tel-lead {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #e45353;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  .process-flow-pc__tel-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: #444;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 3.95rem;
    font-weight: 500;
    letter-spacing: 0.198rem;
    line-height: 1;
    white-space: nowrap;
  }

  .process-flow-pc__tel-main::before {
    content: "";
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../images/service-tel-danger.png") center / contain
      no-repeat;
    filter: invert(41%) sepia(69%) saturate(941%) hue-rotate(320deg)
      brightness(95%) contrast(91%);
    position: relative;
    top: 0.1rem;
  }

  .process-flow-pc__tel-note {
    color: #e45353;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-left: -3rem;
  }

  .process-flow-pc__callout {
    position: absolute;
    right: 3.4rem;
    bottom: 2.5rem;
    width: 25.5rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.8rem 0.5rem 2.7rem;
    border-radius: 0.4rem;
    background: #2e9f6e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .process-flow-pc__callout::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1rem;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-right: 1rem solid #2e9f6e;
    border-bottom: 0.8rem solid transparent;
    transform: translateY(-50%);
  }

  .process-flow-pc__subcards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
    margin-top: 2.4rem;
    padding: 1.6rem 2.4rem;
    border-radius: 0 0 0.4rem 0.4rem;
    background: #f7f7f7;
  }

  .process-flow-pc__subcard {
    display: grid;
    grid-template-columns: 12.4rem minmax(0, 1fr);
    gap: 1.6rem;
    align-items: center;
    min-width: 0;
  }

  .process-flow-pc__subimage {
    width: 12.4rem;
    height: 10rem;
    margin: 0;
    overflow: hidden;
    border-radius: 0.4rem;
    background: #fff;
  }

  .process-flow-pc__subcard h4 {
    margin: 0 0 0.8rem;
    color: #2e9f6e;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }

  .process-flow-pc__subcard p {
    margin: 0;
    color: #555;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .process-flow-pc__check-panel {
    grid-column: 1 / -1;
    position: relative;
    margin-top: 2.4rem;
  }

  .process-flow-pc__check-panel > p {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-height: 2.6rem;
    align-items: center;
    justify-content: center;
    margin: 0 0 -1.3rem;
    padding: 0.4rem 2.4rem 0.6rem;
    border-radius: 3rem;
    background: #2e9f6e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }

  .process-flow-pc__check-panel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 4rem;
    width: 100%;
    margin: -1rem 0 0;
    padding: 2.8rem 2.4rem 2.4rem;
    border-radius: 0.4rem;
    background: #f5f5f5;
    list-style: none;
  }

  .process-flow-pc__check-panel li {
    position: relative;
    padding-left: 2.4rem;
    color: #555;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
  }

  .process-flow-pc__check-panel li::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.8rem;
    height: 1.9rem;
    border: 0.1rem solid #2e9f6e;
    background: #fff;
  }

  .process-flow-pc__check-panel li::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0.4rem;
    width: 1.1rem;
    height: 0.6rem;
    border-bottom: 0.2rem solid #2e9f6e;
    border-left: 0.2rem solid #2e9f6e;
    transform: rotate(-45deg);
  }

  .process-flow-pc__after {
    display: grid;
    grid-template-columns: 32.1rem 33.3rem;
    grid-template-areas:
      "title title"
      "copy image";
    justify-content: center;
    gap: 2rem 3.2rem;
    margin-top: 4.4rem;
  }

  .process-flow-pc__after-copy {
    display: contents;
  }

  .process-flow-pc__after-copy h3 {
    position: relative;
    grid-area: title;
    margin: 0;
    color: #444;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
  }

  .process-flow-pc__after-copy h3::before,
  .process-flow-pc__after-copy h3::after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 2.4rem;
    margin: 0 1.5rem;
    background: #e45353;
    vertical-align: middle;
    position: relative;
    position: relative;
    top: -0.2rem;
  }

  .process-flow-pc__after-copy h3::before {
    transform: rotate(-22deg);
  }

  .process-flow-pc__after-copy h3::after {
    transform: rotate(22deg);
  }

  .process-flow-pc__after-copy h3 span {
    color: #e45353;
  }

  .process-flow-pc__after-copy p {
    grid-area: copy;
    margin: 0;
    color: #444;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
  }

  .process-flow-pc__after-copy strong {
    color: #e45353;
    font-weight: 700;
  }

  .process-flow-pc__after-image {
    grid-area: image;
    width: 33.3rem;
    height: 16.8rem;
    margin: 0;
    overflow: hidden;
    border-radius: 0.4rem;
    background: #efefef;
  }
}

/* ============================ */
/* Figma SP alignment */
/* ============================ */
.plan-lp .plan-intro {
  background: #fff;
  padding: 0;
}

.plan-lp .plan-intro__visual {
  width: 100%;
  height: 29.3rem;
  margin: 0;
  overflow: hidden;
}

.plan-lp .plan-intro__visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.plan-intro__body {
  padding: 2.2rem 2rem 0;
  text-align: center;
}

.plan-intro__subtitle {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 -0.2rem;
}

.plan-intro__subtitle-pc,
.plan-intro__assurance {
  display: none;
}

.plan-intro__title {
  display: block;
  color: #2e9f6e;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  margin: 0 0 1.4rem;
  white-space: nowrap;
  font-size: 4rem;
}

.plan-intro__title-brand {
  display: inline;

  font-weight: 700;
  letter-spacing: 0;
}

.plan-intro__title-no {
  font-size: 0.55em;
}

.plan-intro__title-plan {
  display: inline;

  font-weight: 700;
  letter-spacing: 0;
}

.plan-intro__price-block {
  display: grid;
  width: 100%;
  max-width: 34rem;
  grid-template-columns: 10.4rem max-content;
  grid-template-areas:
    "badge base"
    "badge member";
  align-items: start;
  justify-content: center;
  column-gap: 1.2rem;
  row-gap: 0;
  margin: 0 0 1.5rem;
  margin-inline: auto;
}

.plan-intro__member-badge {
  grid-area: badge;
  display: flex;
  width: 10.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: #e45353;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  padding: 1.5rem 0;
  margin-top: 0.6rem;
}

.plan-intro__member-badge-label {
  display: block;
  font-size: 2rem;
}

.plan-intro__member-badge-discount {
  display: block;
  margin-top: 0.3rem;
  color: #f6ff00;
  font-size: 2rem;
}
.plan-intro__member-badge-discount .num {
  font-size: 1.25em;
  position: relative;
  top: 0.1rem;
  line-height: 0;
}

.plan-intro__base-price {
  grid-area: base;
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 0.2rem;
}

.plan-intro__base-price-label {
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.plan-intro__base-price-num {
  color: #444;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  white-space: nowrap;
}

.plan-intro__base-price-num .num {
  font-size: 1.15em;
  line-height: 1;
  font-weight: 500;
}

.plan-intro__price-arrow {
  display: none;
}

.plan-intro__member-price {
  grid-area: member;
  text-align: left;
}

.plan-intro__member-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.1rem;
  margin: 0;
  line-height: 1;
  position: relative;
}

.plan-intro__member-price-num {
  order: 1;
  color: #e45353;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.plan-intro__member-price-yen {
  order: 3;
  align-self: flex-end;
  color: #e45353;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.plan-intro__member-price-tax {
  order: 2;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  align-self: flex-end;
  margin: 0 0.2rem 0.7rem 0.1rem;
  position: absolute;
  top: 2rem;
  right: -0.2rem;
}

.plan-intro__member-price-incl-tax {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.2rem 0 0;
  text-align: right;
}

.plan-intro__member-price-incl-tax .num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1.65em;
  line-height: 1;
  font-weight: 500;
}

.plan-intro__notes {
  list-style: none;
  width: 100%;
  max-width: var(--plan-content);
  padding: 0;
  margin: 1.7rem 0 0;
  text-align: left;
  color: #444;
  font-size: 1.2rem;
  line-height: 1.5;
}

.plan-intro__notes li {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}

.plan-intro__notes-mark {
  flex-shrink: 0;
}

.plan-intro__notes-text {
  flex: 1;
}

.plan-lp-page--fukushi .plan-intro__subtitle {
  margin-bottom: 0.2rem;
  font-size: 2rem;
}

.plan-lp-page--fukushi .plan-intro__title {
  width: 100%;
  max-width: 33.5rem;
  margin-bottom: 2rem;
  margin-inline: auto;
  font-size: 4rem;
  white-space: nowrap;
}

.plan-lp-page--fukushi .plan-intro__title-no {
  font-size: 0.55em;
}

.plan-intro__fukushi-check {
  width: 100%;
  max-width: 29.5rem;
  margin: 0 auto 2rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.plan-intro__fukushi-check span {
  display: inline;
  background: linear-gradient(transparent 62%, #f6ff00 62%);
}

.plan-intro__fukushi-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin: 0;
  color: #e45353;
  font-weight: 700;
  line-height: 1;
}

.plan-intro__fukushi-price-label,
.plan-intro__fukushi-price-yen {
  margin-bottom: 0.45rem;
  font-size: 2.4rem;
}

.plan-intro__fukushi-price-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 400;
}

.plan-intro__notes--fukushi {
  max-width: 29.5rem;
  margin: 1.4rem auto 0;
  font-size: 1rem;
}

.plan-lp .plan-overview {
  padding: 4.8rem var(--plan-side) 5.9rem;
  background: #effcf9;
}

.plan-overview__title {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.plan-overview__title-text {
  display: inline;
  background: linear-gradient(transparent 62%, #f6ff00 62%);
  color: #2e9f6e;
  font-weight: 700;
}

.plan-overview__lead {
  width: 100%;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 2rem;
  text-align: center;
}

.plan-overview__lead-pc,
.plan-overview__description-pc {
  display: none;
}

.plan-overview__description {
  width: 100%;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
}

.plan-overview__image {
  width: min(31.4rem, calc(100% + 1.9rem));
  max-width: none;
  height: auto;
  margin: 1.8rem 50% 3rem;
  transform: translateX(-50%);
}

.plan-overview__flow-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 0.8rem;
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.plan-overview__flow-icon {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  border: 0.25rem solid #444;
  border-radius: 50%;
}

.plan-overview__flow-icon::before,
.plan-overview__flow-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #444;
  transform-origin: left center;
}

.plan-overview__flow-icon::before {
  width: 0.2rem;
  height: 0.65rem;
  transform: translate(-50%, -100%);
}

.plan-overview__flow-icon::after {
  width: 0.65rem;
  height: 0.2rem;
  transform: translate(-0.1rem, -50%) rotate(35deg);
}

.plan-overview__flow-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan-overview__flow-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.plan-overview__flow-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  min-height: 8.1rem;
  padding: 0.8rem;
  border: 0.1rem solid #444;
  border-radius: 0.4rem;
  background: #fff;
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  writing-mode: vertical-rl;
}

.plan-overview__flow-item.is-disabled .plan-overview__flow-card {
  border-color: #a8a8a8;
  background: #d9d9d9;
  color: #777;
}

.plan-overview__flow-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.7rem solid #000;
}

.plan-lp .plan-includes {
  padding: 3.1rem 3.5rem 4.8rem;
  background: #fff;
}

.plan-includes__heading {
  margin-bottom: 2.2rem;
  text-align: center;
}

.plan-includes__title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.plan-includes__title-main {
  color: #00a160;
  font-size: 2rem;
}

.plan-includes__title-sub {
  color: #333;
  font-size: 1.6rem;
}

.plan-includes__list {
  display: grid;
  width: 100%;
  max-width: 30.5rem;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 10rem);
  justify-content: center;
  gap: 2rem 0;
  margin: 0 auto;
}

.plan-includes__item {
  width: 10rem;
  text-align: center;
}

.plan-includes__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  background: #f4eee8;
  overflow: hidden;
}

.plan-includes__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.plan-includes__item-title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.plan-includes__item-note {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.plan-includes__caption {
  width: 100%;
  max-width: 30.5rem;
  margin: 1.7rem auto 0;
  color: #444;
  font-size: 1.2rem;
  text-align: left;
}

.plan-includes__price-summary {
  width: 100%;
  max-width: 29.7rem;
  padding: 1.2rem 0 0;
  margin: 2rem auto 0;
  background: transparent;
  border-radius: 0;
  text-align: center;
}

.plan-includes__price-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 1.2rem;
  border-right: 1.2rem solid transparent;
  border-left: 1.2rem solid transparent;
  border-top: 1.2258rem solid #444;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.plan-includes__price-brand {
  margin: 0;
  color: #2e9f6e;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.plan-includes__price-brand-prefix {
  display: inline;
  color: inherit;
  font-size: 3.2rem;
}

.plan-includes__price-brand-no {
  display: inline;
  color: inherit;
  font-size: 2.4rem;
}

.plan-includes__price-brand-main {
  display: inline;
  color: inherit;
  font-family: inherit;
  font-size: 4rem;
  font-weight: inherit;
  border-bottom: none;
}

.plan-includes__price-tagline {
  display: inline-block;
  color: #444;
  background: linear-gradient(transparent 58%, #f6ff00 58%);
  padding: 0 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0.6rem 0 0;
}

.plan-includes__price-row {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 2.4rem 0 0.4rem;
}

.plan-includes__price-base {
  display: block;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.plan-includes__price-base-label {
  display: block;
  color: #8e8e8e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.plan-includes__price-base-num {
  display: inline-block;
  color: #8e8e8e;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

.plan-includes__price-base-yen {
  display: inline-block;
  color: #8e8e8e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
}

.plan-includes__price-arrow-h {
  color: #8e8e8e;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}

.plan-includes__price-member {
  width: 18rem;
  text-align: left;
}

.plan-includes__price-member-label {
  color: #8e8e8e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 -0.8rem;
  text-align: left;
}

.plan-includes__price-member-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin: 0;
  min-height: 5.9rem;
  line-height: 1;
}

.plan-includes__price-member-num {
  display: block;
  color: #e45353;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  height: 5.9rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: right;
}

.plan-includes__price-member-suffix {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-end;
  width: 2.4rem;
  gap: 0;
  padding-bottom: 0.2rem;
}

.plan-includes__price-member-tax {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: -0.4rem;
  white-space: nowrap;
}

.plan-includes__price-member-yen {
  color: #e45353;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.plan-includes__price-member-incl-tax {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: right;
}

.plan-includes__price-member-incl-tax .num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.plan-includes__fukushi-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0.8rem 0 1.4rem;
  color: #e45353;
  font-weight: 700;
  line-height: 1;
}

.plan-includes__fukushi-price-label,
.plan-includes__fukushi-price-yen {
  margin-bottom: 0.45rem;
  font-size: 2.4rem;
}

.plan-includes__fukushi-price-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 400;
}

.plan-includes__price-notes {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.plan-includes__price-notes li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .plan-lp {
    margin-top: 0;
    background: #effcf9;
  }

  .plan-lp .cta-section--plan-main {
    padding: 3rem 3rem 5rem;
    background: #effcf9;
  }

  .plan-lp .plan-compare {
    padding: 5.8rem 3rem 5.6rem;
  }

  .plan-compare__title {
    max-width: none;
    margin-bottom: 6.4rem;
  }

  .plan-compare__title-lead {
    margin-bottom: 0.8rem;
    color: #2e9f6e;
    font-size: 2.8rem;
    line-height: 1.5;
    background: linear-gradient(transparent 64%, #f6ff00 64%);
  }

  .plan-compare__title-main {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .plan-compare__title-main--sp {
    display: none;
  }

  .plan-compare__title-main--pc {
    display: block;
  }

  .plan-compare__table--sp {
    display: none;
  }

  .plan-compare__table--pc {
    display: table;
    width: 98rem;
    max-width: calc(100vw - 6rem);
  }

  .plan-compare__table--pc .plan-compare__col-label {
    width: 10.2rem;
  }

  .plan-compare__table--pc .plan-compare__col-plan {
    width: 28rem;
  }

  .plan-compare__table--pc .plan-compare__col-plan--current {
    width: 30.4rem;
  }

  .plan-compare__table--pc .plan-compare__label {
    padding: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.3;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .plan-compare__table--pc .plan-compare__label--head {
    height: 8.2rem;
  }

  .plan-compare__table--pc .plan-compare__th {
    height: 8.2rem;
    padding: 2rem 0.4rem;
    border-top: 0.2rem solid #d1d1d1;
    border-left: 0.2rem solid #d1d1d1;
    border-right: 0.2rem solid #d1d1d1;
    border-bottom: 0.2rem solid #d1d1d1;
    color: #444;
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 0.8rem 0.8rem 0 0;
  }

  .plan-compare__table--pc .plan-compare__th:nth-of-type(2) {
    border-radius: 0.8rem 0 0 0;
  }
  .plan-compare__table--pc .plan-compare__th:nth-of-type(4) {
    border-radius: 0 0.8rem 0 0;
  }

  .plan-compare__table--pc .plan-compare__th--sub:first-of-type {
    border-left: 0.2rem solid #d1d1d1;
  }

  .plan-compare__table--pc .plan-compare__th--main {
    height: 8.8rem;
    border-right: 0;
    border-left: 0;
    color: #2e9f6e;
    font-size: 3.2rem;
  }

  .plan-compare__table--pc .plan-compare__th--main::before {
    top: -2.6rem;
    right: 0;
    bottom: -0.2rem;
    left: 0;
    border-top: 0.8rem solid #2e9f6e;
    border-right: 0.8rem solid #2e9f6e;
    border-left: 0.8rem solid #2e9f6e;
    border-bottom: none;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .plan-compare__table--pc .plan-compare__th--main::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    left: 0;
    z-index: -1;
    background: #d1d1d1;
    height: 0.2rem;
    margin: 0 0.8rem 0;
  }

  .plan-compare__table--pc .plan-compare__th-link {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
  }

  .plan-compare__table--pc .plan-compare__th-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.4rem;
    border-radius: 50%;
    background: #2e9f6e;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    position: relative;
  }

  .plan-compare__table--pc .plan-compare__th-arrow::before {
    display: inline-block;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    border-right: solid #fff 0.2rem;
    border-bottom: solid #fff 0.2rem;
    rotate: -45deg;
    top: 50%;
    left: 0.5rem;
    translate: 0 -50%;
  }

  .plan-compare__table--pc .plan-compare__current-badge {
    top: -4.8rem;
    width: 20.9rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 2.4rem;
  }

  .plan-compare__table--pc .plan-compare__current-badge::after {
    bottom: -0.8rem;
    border-right-width: 0.8rem;
    border-left-width: 0.8rem;
    border-top-width: 0.9rem;
  }

  .plan-compare__table--pc .plan-compare__cell {
    padding: 0.8rem;
    border-right: 0.2rem solid #d1d1d1;
    border-left: 0.2rem solid #d1d1d1;
  }

  .plan-compare__table--pc .plan-compare__cell--current {
    position: relative;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow:
      inset 0.8rem 0 0 #2e9f6e,
      inset -0.8rem 0 0 #2e9f6e;
  }

  .plan-compare__table--pc
    tbody
    tr:not(.plan-compare__row--days):not(.plan-compare__row--services)
    .plan-compare__cell--current::after {
    content: "";
    position: absolute;
    right: 0.8rem;
    bottom: 0;
    left: 0.8rem;
    border-bottom: 0.1rem dashed #d5d5d5;
  }

  .plan-compare__table--pc .plan-compare__row--image .plan-compare__cell {
    height: 17.3rem;
    padding: 1.6rem;
  }

  .plan-compare__table--pc .plan-compare__image {
    height: 14.1rem;
    border-radius: 0;
  }

  .plan-compare__table--pc .plan-compare__row--base-price .plan-compare__cell {
    height: 8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .plan-compare__table--pc .plan-compare__price-num {
    font-size: 3rem;
  }

  .plan-compare__table--pc .plan-compare__price-yen {
    font-size: 1.6rem;
  }

  .plan-compare__table--pc .plan-compare__price-tax {
    top: 0.35rem;
    font-size: 0.8rem;
  }

  .plan-compare__table--pc .plan-compare__price-incl-tax {
    font-size: 1rem;
  }

  .plan-compare__table--pc .plan-compare__row--discount .plan-compare__cell {
    height: 7.4rem;
    padding: 0.8rem;
    background: #fff8f8;
  }

  .plan-compare__table--pc .plan-compare__discount {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .plan-compare__table--pc .plan-compare__discount .num {
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
  }

  .plan-compare__table--pc
    .plan-compare__row--member-price
    .plan-compare__cell {
    height: 11rem;
    padding: 1.6rem 0.8rem 0.8rem;
  }

  .plan-compare__table--pc .plan-compare__price-num--member {
    font-size: 4.4rem;
  }

  .plan-compare__table--pc .plan-compare__price-yen--member {
    font-size: 2rem;
  }

  .plan-compare__table--pc
    .plan-compare__price-main--member
    .plan-compare__price-tax {
    top: 1.7rem;
    font-size: 0.8rem;
  }

  .plan-compare__table--pc .plan-compare__row--days .plan-compare__cell {
    padding: 1.2rem 0.8rem 0.8rem;
    font-size: 2rem;
  }

  .plan-compare__table--pc .plan-compare__row--services .plan-compare__cell {
    padding: 0 0.8rem 1.6rem;
  }

  .plan-compare__table--pc
    .plan-compare__row--services
    .plan-compare__cell--current {
    position: relative;
    z-index: 1;
  }
  .plan-compare__table--pc
    .plan-compare__row--services
    .plan-compare__cell--current::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: -0.8rem;
    border-bottom: 0.8rem solid #2e9f6e;
    border-right: 0.8rem solid #2e9f6e;
    border-left: 0.8rem solid #2e9f6e;
    border-radius: 0 0 0.4rem 0.4rem;
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
  }

  .plan-compare__table--pc .plan-compare__badges {
    gap: 0.8rem;
  }

  .plan-compare__table--pc .plan-compare__badge {
    min-width: auto;
    padding: 0.4rem 0.8rem;
    font-size: 1.6rem;
  }

  .plan-compare__notes {
    width: 98rem;
    max-width: calc(100vw - 6rem);
    margin-top: 2rem;
    font-size: 1rem;
  }

  .plan-lp .plan-overview {
    width: 98rem;
    max-width: calc(100% - 6rem);
    min-height: 72rem;
    margin: 0 auto 8rem;
    padding: 4.9rem 11rem 5.4rem;
    border-radius: 2.4rem;
    background: #ffffff;
  }

  .plan-overview__title {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }

  .plan-overview__lead {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }

  .plan-lp-page--chokuso .plan-overview__lead-sp,
  .plan-lp-page--chokuso .plan-overview__description-sp {
    display: none;
  }

  .plan-lp-page--chokuso .plan-overview__lead-pc,
  .plan-lp-page--chokuso .plan-overview__description-pc {
    display: inline;
  }

  .plan-lp-page--chokuso .plan-overview__lead-pc {
    white-space: nowrap;
  }

  .plan-overview__description {
    width: 62.1rem;
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }

  .plan-overview__image {
    width: 48.2rem;
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .plan-overview__flow-title {
    gap: 0.4rem;
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }

  .plan-overview__flow-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-width: 0.3rem;
  }

  .plan-overview__flow-icon::before {
    width: 0.3rem;
    height: 1rem;
  }

  .plan-overview__flow-icon::after {
    width: 1rem;
    height: 0.3rem;
    transform: translate(-0.15rem, -50%) rotate(35deg);
  }

  .plan-overview__flow-list {
    width: 50.4rem;
    max-width: 100%;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
  }

  .plan-overview__flow-item {
    gap: 1.6rem;
  }

  .plan-overview__flow-card {
    width: 5.6rem;
    min-height: 13.2rem;
    padding: 1.4rem;
    border-width: 0.3rem;
    border-radius: 0.8rem;
    font-size: 2.4rem;
  }

  .plan-overview__flow-item.is-disabled .plan-overview__flow-card {
    border-color: #444;
    background: #d1d1d1;
    color: #ffffff;
  }

  .plan-overview__flow-arrow {
    border-top-width: 1.3rem;
    border-bottom-width: 1.3rem;
    border-left-width: 1.6rem;
  }

  .plan-lp .plan-includes {
    padding: 3.2rem 0 4.6rem;
    background: #ffffff;
  }

  .plan-includes__heading {
    margin-bottom: 3.6rem;
  }

  .plan-includes__title {
    line-height: 1.4;
  }

  .plan-includes__title-main {
    font-size: 3.2rem;
  }

  .plan-includes__title-sub {
    font-size: 2.8rem;
  }

  .plan-includes__list {
    max-width: 86.4rem;
    grid-template-columns: repeat(3, 26.8rem);
    gap: 3.6rem 2.8rem;
  }

  .plan-includes__item {
    display: grid;
    grid-template-columns: 12.2rem 1fr;
    grid-template-rows: min-content;
    align-content: center;
    width: 26.8rem;
    min-height: 7.9rem;
    overflow: hidden;
    border-radius: 0.4rem;
    background: #ffffff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.25);
    text-align: left;
  }

  .plan-includes__icon {
    width: 12.2rem;
    height: 7.9rem;
    margin: 0;
    border-radius: 0.4rem 0 0 0.4rem;
    background: #ffffff;
  }

  .plan-includes__inner {
    display: grid;
    align-items: center;
  }

  .plan-includes__icon img {
    border-radius: 0;
  }

  .plan-includes__item-title,
  .plan-includes__item-note {
    padding: 0 1.6rem;
    color: #444;
    font-size: 1.6rem;
    line-height: 1.4;
    white-space: nowrap;
  }

  .plan-includes__item-title:has(+ .plan-includes__item-note) {
    align-self: end;
  }

  .plan-includes__item-note {
    align-self: start;
    margin: 0;
    font-weight: 400;
  }

  .plan-includes__item-note[data-pc-note] {
    font-size: 0;
  }

  .plan-includes__item-note[data-pc-note]::before {
    content: attr(data-pc-note);
    font-size: 1.6rem;
  }

  .plan-includes__caption {
    max-width: 86.4rem;
    margin-top: 2rem;
    font-size: 1rem;
  }

  .plan-includes__price-summary {
    max-width: 76rem;
    padding-top: 3.8rem;
  }

  .plan-includes__price-arrow {
    margin-bottom: 2.4rem;
    border-right-width: 3.2rem;
    border-left-width: 3.2rem;
    border-top-width: 2.5rem;
  }

  .plan-includes__price-brand-prefix {
    font-size: 5.2rem;
  }

  .plan-includes__price-brand-no {
    font-size: 4.4rem;
  }

  .plan-includes__price-brand-main {
    font-size: 6.8rem;
  }

  .plan-includes__price-tagline {
    margin-top: 0.8rem;
    padding: 0 0.3rem;
    background: linear-gradient(transparent 56%, #f6ff00 56%);
    font-size: 2.8rem;
  }

  .plan-includes__price-row {
    gap: 1.6rem;
    align-items: center;
    margin: 2.4rem 0 0;
  }

  .plan-includes__price-base-label {
    font-size: 2.8rem;
  }

  .plan-includes__price-base-num {
    font-size: 4.8rem;
  }

  .plan-includes__price-base-yen {
    font-size: 3.6rem;
    position: relative;
    top: -0.2rem;
  }

  .plan-includes__price-arrow-h {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }

  .plan-includes__price-member {
    width: fit-content;
  }

  .plan-includes__price-member-label {
    margin-bottom: 0;
    font-size: 2.8rem;
  }

  .plan-includes__price-member-main {
    justify-content: flex-start;
    min-height: 11.6rem;
  }

  .plan-includes__price-member-num {
    flex: 0 0 auto;
    min-width: 25.3rem;
    height: 11.6rem;
    font-size: 9.2rem;
    line-height: 1;
  }

  .plan-includes__price-member-suffix {
    flex-shrink: 0;
    width: 5.5rem;
    padding-bottom: 0.4rem;
    position: relative;
    top: -0.5rem;
  }

  .plan-includes__price-member-tax {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .plan-includes__price-member-yen {
    font-size: 4.8rem;
    position: relative;
    top: -1.4rem;
  }

  .plan-includes__price-member-incl-tax {
    font-size: 1.6rem;
    margin: -1.8rem 0 0;
  }

  .plan-includes__price-member-incl-tax .num {
    font-size: 2.8rem;
  }

  .plan-includes__price-notes {
    margin-top: 1.6rem;
    font-size: 1rem;
  }

  .plan-lp .plan-intro {
    display: grid;
    grid-template-columns: 35.2rem 55.4rem;
    column-gap: 3rem;
    align-items: start;
    justify-content: center;
    padding: 0 3rem;
    background: #effcf9;
  }

  .plan-lp .plan-intro__visual {
    grid-column: 2;
    grid-row: 1;
    width: 55.4rem;
    height: 38rem;
    margin: 0;
  }

  .plan-lp .plan-intro__visual-img {
    object-fit: cover;
  }

  .plan-intro__body {
    grid-column: 1;
    grid-row: 1;
    width: 35.2rem;
    padding: 0;
  }

  .plan-intro__subtitle {
    font-size: 2.4rem;
    line-height: 1.45;
  }

  .plan-lp-page--chokuso .plan-intro__subtitle-sp {
    display: none;
  }

  .plan-lp-page--chokuso .plan-intro__subtitle-pc {
    display: inline;
  }

  .plan-intro__title {
    margin-bottom: 1.2rem;
    font-size: 4.4rem;
    line-height: 1.12;
  }

  .plan-intro__title-brand {
    font-size: 4.4rem;
  }

  .plan-intro__title-no {
    font-size: 3.2rem;
  }

  .plan-intro__title-plan {
    font-size: 4.8rem;
  }

  .plan-intro__assurance {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    margin: 0 0 1.6rem;
    border: 0.2rem solid #e45353;
    border-radius: 2.4rem;
    color: #e45353;
    background: #effcf9;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .plan-intro__price-block {
    width: 35.2rem;
    max-width: none;
    grid-template-columns: min-content;
    grid-template-areas:
      "base base"
      "badge member";
    gap: 0.4rem 0.8rem;
    align-items: end;
    margin-bottom: 1.7rem;
  }

  .plan-intro__base-price {
    position: relative;
    justify-content: center;
    gap: 0.1rem;
    width: 22.5rem;
    padding-bottom: 1.45rem;
    margin: 0 auto -0.8rem;
    text-align: center;
  }

  .plan-intro__base-price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    border-top: 0.9rem solid #444;
    transform: translateX(-50%);
  }

  .plan-intro__base-price-label,
  .plan-intro__base-price-num {
    line-height: 1;
  }

  .plan-intro__base-price-label {
    font-size: 1.6rem;
  }

  .plan-intro__base-price-num {
    font-size: 1.6rem;
  }

  .plan-intro__base-price-num .num {
    font-size: 2.4rem;
  }

  .plan-intro__member-badge {
    width: 8.8rem;
    align-self: flex-start;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.5rem 0;
    margin-top: 1rem;
  }

  .plan-intro__member-badge-label {
    font-size: 1.6rem;
  }

  .plan-intro__member-badge-discount {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .plan-intro__member-badge-discount .num {
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    top: 0.1rem;
    margin-right: 0.1rem;
  }

  .plan-intro__member-price-main {
    min-height: 6.9rem;
  }

  .plan-intro__member-price-num {
    height: 6.9rem;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1.23;
  }

  .plan-intro__member-price-yen {
    width: 3.6rem;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 0.8rem;
  }

  .plan-intro__member-price-tax {
    top: 1.9rem;
    right: 1rem;
    margin: 0;
    font-size: 1rem;
  }

  .plan-intro__member-price-incl-tax {
    margin: 0 0.6rem 0 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .plan-intro__member-price-incl-tax .num {
    font-size: 2rem;
  }

  .plan-intro__notes {
    max-width: 35.2rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .plan-intro__notes li {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 22.4375rem) {
  .plan-lp__header-logo-img {
    width: 11.2rem;
  }

  .plan-lp__header-tel {
    flex-basis: 11.6rem;
    width: 11.6rem;
  }

  .plan-lp__header-tel-lead {
    font-size: 0.9rem;
  }

  .plan-lp__header-tel-num {
    font-size: 2.2rem;
  }

  .plan-lp__header-doc-btn {
    width: 5.6rem;
  }

  .plan-lp__header-tab {
    font-size: 1.3rem;
  }

  .plan-intro__title-brand {
    font-size: 2.9rem;
  }

  .plan-intro__title-no {
    font-size: 2.2rem;
  }

  .plan-intro__title-plan {
    font-size: 3.6rem;
  }

  .plan-intro__base-price {
    width: auto;
  }

  .plan-intro__base-price-label {
    font-size: 1.45rem;
  }

  .plan-intro__base-price-num {
    font-size: 1.75rem;
  }

  .plan-intro__member-price {
    width: auto;
  }

  .plan-intro__member-price-num {
    font-size: 4.8rem;
  }
}

.plan-lp-page--fukushi .plan-intro__title-no {
  font-size: 0.72em;
}

/* ============================ */
/* plans-list（service LPと同一表示） */
/* ============================ */

.plan-lp .plans-list {
  padding: 6rem 2rem 3.2rem;
}

.plan-lp .plans-list__title {
  line-height: 1.35;
}

.plan-lp .plans-list__item-title {
  line-height: 1.25;
}

.plan-lp .kumin-shimin__pc-heading {
  line-height: 1.18;
}

.plan-lp .kumin-shimin__title {
  line-height: 1.5;
}

.plan-lp .temple__title,
.plan-lp .temple__card-heading-title,
.plan-lp .temple__card-title {
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .plan-lp .plans-list {
    padding: 8.2rem 3rem 2.1rem;
  }

  .plan-lp .plans-list__title {
    line-height: 1.25;
  }

  .plan-lp .plans-list__item-title {
    line-height: 1.18;
  }

  .plan-lp .kumin-shimin__title {
    line-height: 1.35;
  }
}
