.off_link {
  pointer-events: none;
}
.br-sp {
  display: none;
}

.view-pc {
  display: block;
}

.l-main {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

.l-main *,
.l-main *::before,
.l-main *::after {
  box-sizing: border-box;
}

/* 共通インナー */
.p-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 共通見出し */
.c-heading-primary {
  text-align: center;
  font-size: 32px;
  color: #014831;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
}

.c-heading-primary_btm {
  text-align: center;
  font-size: 32px;
  color: #014831;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.c-heading-secondary {
  text-align: center;
  font-size: 34px;
  color: #014831;
  font-weight: bold;
  margin-bottom: 30px;
}

/* 共通CVボタン */
.p-btn-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #014831;
  overflow: hidden;
}

.p-cv-deco-left,
.p-cv-deco-right {
  height: 70px;
  width: auto;
  pointer-events: none;
  flex-shrink: 0;
}
.p-cv-deco-left {
  margin-right: 10px;
}
.p-cv-deco-right {
  margin-left: 10px;
}

.c-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c1bfbfe2;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 80px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}

.c-btn-submit::before {
  left: 30px;
}

.c-btn-submit::after {
  right: 30px;
}

.c-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* 1. メインビジュアル */
/* メインビジュアル全体のコンテナ */
.p-mv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /* 💡 背景を指定の「薄い青」に変更 */
  background-color: #eaf2fa;
  position: relative;
  /* カンプのアスペクト比（横1000:縦415）を維持 */
  aspect-ratio: 1000 / 415;
  overflow: hidden;
  /* 横幅基準のレスポンシブ単位（cqw）を有効化 */
  container-type: inline-size;
}

/* 下部の緩やかな白い波（アーチグラデーション） */
.p-mv__bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: radial-gradient(circle at 50% 120%, #ffffff 0%, #ffffff 60%, transparent 60%);
  z-index: 1;
}

/* 💡 z-indexレイヤー：背景の上に重ねる文字・ロゴ等のコンテンツ全体 */
.p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  /* イラストよりも前面に配置 */
  pointer-events: none;
  /* 下の要素の邪魔をしない */
}

.p-mv__content * {
  pointer-events: auto;
}

/* 上部：黄色い吹き出しバッジ */
.p-mv__badge-wrap {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.p-mv__badge {
  background-color: #ffd43f;
  color: #014831;
  font-size: 2.3cqw;
  /* 画面幅に完全連動 */
  font-weight: bold;
  padding: 0.5em 2em;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

/* 吹き出しの突起突起部分 */
.p-mv__badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffd43f transparent transparent transparent;
}

/* 中央：メインタイトル「2ヶ月無料 お試しキャンペーン」 */
.p-mv__title {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.4cqw;
  /* 画像と完璧に一致する巨太文字 */
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.p-mv__title .u-orange {
  color: #ff6600;
  margin-right: 0.1em;
}

.p-mv__title .u-green {
  color: #014831;
  font-size: 4cqw;
}

/* 中段：サービスロゴ＆サービス名エリア */
.p-mv__logo-area {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.p-mv__logo-img {
  height: 6cqw;
  width: auto;
  display: block;
}

/* 4色ロゴマークのCSS再現（仮） */
.p-mv__logo-mark {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  width: 3.5cqw;
  height: 3.5cqw;
}

.p-mv__logo-mark span {
  border-radius: 2px;
}

.p-mv__logo-mark span:nth-child(1) {
  background-color: #008241;
}

.p-mv__logo-mark span:nth-child(2) {
  background-color: #84cb9b;
}

.p-mv__logo-mark span:nth-child(3) {
  background-color: #c8e6d5;
}

.p-mv__logo-mark span:nth-child(4) {
  background-color: #006948;
}

/* ロゴテキスト */
.p-mv__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.p-mv__logo-text .u-sub {
  font-size: 1.2cqw;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-mv__logo-text .u-main {
  font-size: 2.8cqw;
  color: #014831;
  font-weight: bold;
  letter-spacing: -0.03em;
}

/* ベーシック サブスクバッジ（右側の緑の塊） */
.p-mv__service-badge {
  background-color: #008241;
  color: #ffffff;
  padding: 0.4em 0.8em;
  border-radius: 6px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-mv__service-badge .u-b-size {
  font-size: 1.1cqw;
}

.p-mv__service-badge .u-s-size {
  font-size: 0.8cqw;
  opacity: 0.9;
  background: #ffffff;
  padding: 1px 3px;
  border-radius: 2px;
  margin-top: 2px;
  color: #008241;
}

/* 左右の紙吹雪（カンプ再現のための絶対配置デコレーション） */
.p-mv__deco-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-dot {
  position: absolute;
  width: 0.8cqw;
  height: 0.8cqw;
  transform: rotate(45deg);
}

.c-dot.m-red {
  background-color: #ff4b4b;
}

.c-dot.m-blue {
  background-color: #4b9bff;
}

.c-dot.m-orange {
  background-color: #ffaa00;
}

.c-dot.m-green {
  background-color: #00cc7a;
}

/* 紙吹雪配置（左側） */
.c-dot-l1 {
  top: 15%;
  left: 8%;
}

.c-dot-l2 {
  top: 28%;
  left: 12%;
  width: 0.5cqw;
  height: 0.5cqw;
}

.c-dot-l3 {
  top: 35%;
  left: 6%;
}

/* 紙吹雪配置（右側） */
.c-dot-r1 {
  top: 12%;
  right: 7%;
}

.c-dot-r2 {
  top: 22%;
  right: 10%;
  width: 0.6cqw;
  height: 0.6cqw;
}

.c-dot-r3 {
  top: 38%;
  right: 5%;
}

/* 💡 z-indexレイヤー：人物イラスト画像（下部中央に美しく配置） */
.p-mv__illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  z-index: 1;
}

/* MV 紙吹雪装飾画像 */
.p-mv__kazari {
  position: absolute;
  top: 0;
  width: 18cqw;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.p-mv__kazari-left {
  left: 0;
}
.p-mv__kazari-right {
  right: 0;
}

/* MV バッジ画像 */
.p-mv__badge-img {
  height: 6.2cqw;
  width: auto;
  display: block;
}

/* CVボタン */
.p-cv-btn-img {
  height: 60px;
  width: auto;
  display: inline-block;
  transition: opacity 0.2s;
}
.p-cv-btn-img:hover {
  opacity: 0.85;
}

/* MV スマホ SP対応 */

/* 3. 導入STEP */
.p-steps-section {
  background-color: #daf5e5;
  padding-bottom: 60px;
}

.p-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 11fr);
  margin-top: 20px;
  padding: 0 60px;
}

.p-step-card {
  background-color: #ffffff;
  border: 1px solid #c8e6d5;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: calc(100% - 30px);
  margin: 0 auto;
}

.p-step-card:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  color: #f39800;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
}

.p-step-badge {
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #99cc00;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  padding: 3px 15px;
  border-radius: 20px;
}

.p-step-icon {
  width: 100px;
  height: 100px;
  margin: 10px auto 0;
}

.p-step-icon img {
  width: 100%;
  height: auto;
}

.p-step-title {
  font-size: 18px;
  font-weight: bold;
  color: #014831;
  margin-bottom: 12px;
}

.p-step-desc {
  font-size: 14px;
  text-align: left;
  color: #666666;
  line-height: 1.5;
}

/* 4. ベーシック概要 */
.p-about-section {
  padding: 40px 0 0;
  background-color: #ffffff;
}

.p-about-flex {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 30px;
  gap: 20px;
  margin-left: 0;
}

.p-about-text-side {
  flex: 0 1 auto;
}

.p-about-main-txt {
  font-size: 23px;
  font-weight: bold;
  color: #014831;
  line-height: 1.5;
}

.p-about-main-txt span.u-large {
  font-size: 38px !important;
  color: #f38200;
}

.p-about-main-txt span.u-orange {
  color: #f38200;
}
.p-about-main-txt span.u-bg {
  background-color: #014831;
  color: #ffffff;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 5px;
}

.p-about-img-side {
  width: 420px;
}

.p-about-img-side img {
  width: 100%;
  border-radius: 6px;
  height: auto;
}

/* 5. サービスの特徴 */
.p-features-section {
  padding: 0 0 60px;
  background-color: #ffffff;
}

.p-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 60px;
}

.p-features-grid-bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
  padding: 0 65px;
}

.p-feature-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px 20px;
  border: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.p-features-grid-bottom .p-feature-card {
  width: calc(33.333% - 14px);
}

.p-feature-point {
  background-color: #99cc00;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  position: absolute;
  top: -15px;
  left: 20px;
}

.p-feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}

.p-feature-icon img {
  width: 100%;
  height: auto;
}

.p-feature-title {
  font-size: 17px;
  font-weight: bold;
  color: #014831;
  margin-bottom: 8px;
}

.p-feature-text {
  font-size: 13px;
  color: #666666;
  text-align: left;
  line-height: 1.4;
}

/* 受講フロー */
.p-flow-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

.p-flow-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.p-flow-step-box {
  flex: 1;
  background-color: #f4f9f6;
  border: 1px solid #c8e6d5;
  border-radius: 6px;
  padding: 15px 10px;
  text-align: center;
}

.p-flow-step-box.m-highlight {
  background-color: #84cb9b;
  border-color: #84cb9b;
  color: #ffffff;
}

.p-flow-step-label {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  opacity: 0.8;
}

.p-flow-step-txt {
  font-size: 14px;
  font-weight: bold;
}

.p-flow-arrow {
  color: #84cb9b;
  font-weight: bold;
  font-size: 20px;
}

/* 7. 無料見学会スケジュール */

/* 8. おすすめセミナー（抜粋） */

/* 9. ご注意・お問い合わせ */
.p-notes-section {
  padding: 60px 0;
  background-color: #014831;
  color: #ffffff;
}

.p-notes-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.p-notes-headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 4px solid #f38200;
  padding-left: 12px;
  line-height: 1.2;
}

.p-notes-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.9;
}

.p-notes-list li {
  margin-bottom: 8px;
}

/* 電話問い合わせ窓口 */
.p-contact-box {
  background-color: #ffffff;
  color: #333333;
  border-radius: 6px;
  padding: 25px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

.p-contact-lead {
  font-size: 14px;
  font-weight: bold;
  color: #014831;
  margin-bottom: 8px;
}

.p-contact-tel {
  font-size: 32px;
  font-weight: bold;
  color: #014831;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}

.p-contact-time {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
}

/* ===== 2. 今回だけの特別なキャンペーン特典 ===== */
.p-benefit-section {
  padding: 10px 0;
  background-color: #daf5e5;
}

/* 特典ボックス：画像コンテナ */
.p-benefit-box {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.p-benefit-img {
  width: 100%;
  display: block;
}

/* 上半分のコンテンツレイアウト */
.p-benefit-upper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
  overflow: visible;
  padding: 0;
}

/* 左側：新規限定サークルバッジ */
.p-benefit-circle-badge {
  width: 135px;
  height: 135px;
  background: linear-gradient(135deg, #ff8c37 0%, #ff6200 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 98, 0, 0.25);
}
.p-benefit-circle-badge .u-badge-top {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.p-benefit-circle-badge .u-badge-mid {
  font-size: 13px;
  letter-spacing: -0.02em;
}
.p-benefit-circle-badge .u-badge-line {
  width: 55px;
  height: 1.5px;
  background-color: #ffffff;
  margin: 5px 0;
}
.p-benefit-circle-badge .u-badge-bottom {
  font-size: 30px;
  color: #fffa9e;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 中央：価格表示グループ */
.p-benefit-price-group {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

/* 垂直「無料」枠 */
.p-benefit-free-vertical {
  border: 2px solid #014831;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #014831;
  font-size: 40px;
  line-height: 1.1;
  flex-shrink: 0;
}

/* テキストの2段スタック */
.p-benefit-text-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #014831;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

/* 巨大な「0円」袋文字エリア */
.p-benefit-giant-price {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -15px;
  right: -18px;
  z-index: 2;
}
.p-benefit-giant-price .u-zero {
  font-size: 220px;
  font-weight: 900;
  color: #f38200;
  -webkit-text-stroke: 3px #014831;
  paint-order: stroke fill;
  line-height: 0.85;
  position: relative;
}
.p-benefit-giant-price .u-zero::after {
  content: "///";
  position: absolute;
  top: -15px;
  right: -25px;
  color: #f38200;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
  transform: rotate(45deg);
  -webkit-text-stroke: 0;
}
.p-benefit-giant-price .u-yen {
  font-size: 100px;
  font-weight: 900;
  color: #f38200;
  -webkit-text-stroke: 2.5px #014831;
  paint-order: stroke fill;
  line-height: 1;
  margin-left: 2px;
  margin-bottom: -5px;
}

/* 💡 3. 右側：イラスト設置エリア（最前面 z-index:10 でオレンジバーに重ねる） */
.p-benefit-illustration-wrap {
  position: absolute;
  bottom: 0; /* ボックスの底面に接着 */
  right: 15px;
  width: 105px;
  height: 110px; /* カンプの女性イラストの比率に合わせた高さ */
  z-index: 10;
}

/* 💡 ご指定の「青の四角背景」プレースホルダー */
.p-benefit-woman-placeholder {
  width: 100%;
  height: 100%;
  background-color: #b1d2f7; /* さわやかな薄い青背景 */
  border: 2px dashed #4a90e2; /* 開発時にわかりやすいようダッシュ線を付与 */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b6ea5;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}

/* イラスト周囲の装飾コイン（¥） */
.p-benefit-illustration-wrap::before {
  content: "¥";
  position: absolute;
  left: -18px;
  bottom: 75px;
  width: 24px;
  height: 24px;
  background-color: #ffd43f;
  border: 1.5px solid #014831;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #014831;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 11;
}

/* 4. 受付期間バー：画像のオレンジ帯にオーバーレイ */
.p-benefit-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 14px 20px;
  z-index: 5;
}
.p-benefit-period-content {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
}
.p-benefit-period-content .u-label {
  font-size: 26px;
  line-height: 1.3;
  /* border-right: 1px solid rgba(255,255,255,0.4); */
  padding-right: 15px;
  margin-right: 20px;
  white-space: nowrap;
}
.p-benefit-period-content .u-dates {
  font-size: 17px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  letter-spacing: 0.02em;
}
.p-benefit-period-content .u-dates .u-large-num {
  font-size: 55px;
  line-height: 1;
  font-weight: 800;
}
.p-benefit-period-content .u-dates .u-year {
  font-size: 25px;
  line-height: 1;
  font-weight: 80;
}

.p-benefit-period-content .u-dates .u-sub-txt {
  font-size: 20px;
  font-weight: normal;
  margin-right: 5px;
}
.p-benefit-period-content .u-dates .u-arrow {
  margin: 0 10px;
  font-size: 35px;
  opacity: 0.9;
}

/* レスポンシブ対応（スマホ表示用） */

/* ===== 6. 料金体系（テーブル・矢印フロー：セクション専用上書き） ===== */
.p-price-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

/* 料金テーブル */
.p-price-table-wrap {
  max-width: 850px;
  margin: 0 auto 15px;
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
}

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-price-table th {
  background-color: #014831;
  color: #ffffff;
  padding: 18px 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.p-price-table th.m-campaign-th {
  background-color: #f38200;
  border-left: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
}

.p-price-table td {
  padding: 15px;
  border-bottom: 3px solid #f4f4f4;
  text-align: center;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  border-left: 3px solid #f4f4f4;
  font-weight: normal;
}

.p-price-table tr:last-child td {
  border-bottom: none;
}

.p-price-table td.m-contract-range {
  /* font-weight: bold;
  color: #014831; */
  background-color: #ffffff;
}

.p-price-table td.m-normal-price {
  font-weight: 500;
}

.p-price-table tbody tr:nth-child(even) td.m-contract-range,
.p-price-table tbody tr:nth-child(even) td.m-normal-price {
  background-color: #daeee5;
}

.p-price-table td.m-campaign-cell {
  background-color: #ffffe7;
  vertical-align: middle;
  border-left: 3px solid #f4f4f4;
}

.p-huge-zero {
  font-size: 190px;
  font-weight: bold;
  color: #f38200;
  display: block;
  line-height: 1;
}

.p-huge-zero span {
  font-size: 70px;
  margin-left: -50px;
}

.p-price-note {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 12px;
  color: #666666;
}

/* 💡 【完全再現】2026年7月に申込みの場合のイメージ（矢印フローエリア） */
.p-flow-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #014831;
  margin-bottom: 25px;
}

.p-flow-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 850px;
  margin: 0 auto;
}

/* 各矢印（リボン型）ボックスの共通定義 */
.p-flow-ribbon {
  position: relative;
  flex: 1;
  padding: 20px 20px 20px 35px;
  text-align: center;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

/* 日付（上部のオレンジ太字） */
.p-flow-ribbon .u-flow-date {
  color: #f38200;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}

/* 説明テキスト */
.p-flow-ribbon .u-flow-desc {
  font-size: 18px;
  font-weight: bold;
}

/* リボン1つ目：2026年7月（左端は平ら、右端が凸矢印） */
.p-flow-ribbon.m-step1 {
  background-color: #eaf5ce;
  color: #014831;
  padding-left: 20px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}

/* リボン2つ目：8月・9月（左端が凹矢印、右端が凸矢印） */
.p-flow-ribbon.m-step2 {
  background-color: #cde58a;
  color: #014831;
  clip-path: polygon(0 0, 30px 50%, 0 100%, calc(100% - 30px) 100%, 100% 50%, calc(100% - 30px) 0);
}

/* リボン3つ目：10月以降（左端が凹矢印、右端も凸矢印） */
.p-flow-ribbon.m-step3 {
  background-color: #9bcb39;
  color: #ffffff;
  clip-path: polygon(0 0, 30px 50%, 0 100%, calc(100% - 30px) 100%, 100% 50%, calc(100% - 30px) 0);
}

.p-flow-ribbon.m-step3 .u-flow-date {
  color: #fffa9e;
  /* 緑背景に映えるよう、カンプに合わせた明るい黄色の特別色 */
}

/* レスポンシブ対応（スマホ表示用：縦並びの下向きリボンへ変形） */

/* ===== 7. 無料見学会スケジュール（セクション専用上書き） ===== */
.p-sched-section {
  padding: 40px 0;
  background-color: #ffffff;
}

.p-sched-sub {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: -30px;
  margin-bottom: 40px;
}

.p-sched-group-title {
  background-color: #014831;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 5px;
}

.p-sched-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

/* スケジュールカードの横並び構造 */
.p-sched-row {
  border: 1px solid #e2ece7;
  border-radius: 8px;
  padding: 15px 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.p-sched-list .p-sched-row:nth-child(odd) {
  background-color: #e6faec;
}

.p-sched-list .p-sched-row:nth-child(even) {
  background-color: #f4f4f4;
}

/* 💡 【完全再現】日時・テーマ・講師の独立メタブロック */
.p-sched-meta-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-sched-meta-item {
  display: flex;
  align-items: flex-start;
}

/* 各バッジの汎用スタイル */
.p-sched-badge {
  background-color: #9bcb39;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
  border-radius: 4px;
  width: 90px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 15px;
  line-height: 1.2;
}

/* テキスト部分 */
.p-sched-text {
  font-size: 14px;
  font-weight: bold !important;
  color: #333333;
  line-height: 1.4;
  font-weight: 500;
}

/* 日時テキストのみ少し目立たせる */
.p-sched-meta-item.m-date .p-sched-text {
  font-size: 16px;
  font-weight: bold;
  color: #014831;
}

/* 講師の顔写真枠 */
.p-sched-face {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #c8e6d5;
  flex-shrink: 0;
}

.p-sched-face img {
  width: 100%;
  height: auto;
  display: block;
}

/* 詳細・お申込みボタン（オレンジ） */
.c-btn-orange {
  /* background: linear-gradient(180deg, #ffb03a 0%, #f39800 100%); */
  background-color: #fc7527;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.c-btn-orange:hover {
  opacity: 0.9;
}

/* レスポンシブ（無料見学会スマホ表示） */

/* 各バッジのベーススタイル */

/* 💡 CSSの疑似要素でテキストを一括挿入 */
.m-date .p-sched-badge::before {
  content: "日時";
}

.m-theme .p-sched-badge::before {
  content: "テーマ";
}

.m-instructor .p-sched-badge::before {
  content: "講師";
}

/* ===== 8. おすすめセミナー（抜粋）（セクション専用上書き） ===== */
.p-recommend-section {
  padding: 60px 0;
  background-color: #ddf7e5;
}

.p-rec-table-wrap {
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #c8e6d5;
  border-radius: 6px;
  overflow: hidden;
}

.p-rec-table {
  width: 100%;
  border-collapse: collapse;
}

/* カンプ通りの黄緑色ヘッダー */
.p-rec-table th {
  background-color: #9bcb39;
  color: #ffffff;
  padding: 14px 15px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.p-rec-table th:first-child {
  width: 260px;
  text-align: center;
}

.p-rec-table td {
  padding: 14px 15px;
  border-bottom: 3px solid #ddf7e5;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.p-rec-table tr:last-child td {
  border-bottom: none;
}

/* ゼブラ背景の再現 */
.p-rec-table tr:nth-child(even) td {
  background-color: #ffffff;
}

.p-rec-table tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* 時期列（左列）：縦区切り線・センター・文字装飾 */
.p-rec-table td:first-child {
  border-right: 3px solid #ddf7e5;
  text-align: center;
  font-weight: bold;
  color: #080808;
}
.p-rec-table th:first-child {
  border-right: 3px solid #ddf7e5;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

/* ===== 注意事項セクション ===== */
.p-notice-section {
  background-color: #014831;
  padding: 0 0 50px;
  text-align: center;
}

/* 深緑エリア内の白角丸ボックス */
.p-notice-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px 16px;
  max-width: 850px;
  margin: 0 auto 0;
  /* 上のボタンとの余白 */
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* オレンジ色の見出し */
.p-notice-title {
  color: #f39800;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.p-notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-notice-list li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 3px;
}
.p-notice-bold {
  font-weight: bold;
  color: #f38200;
}

.p-notice-list li:last-child {
  margin-bottom: 0;
}

/* カンプ画像の箇条書きにある緑の小さな四角（■）を再現 */
.p-notice-list li::before {
  content: "●";
  position: absolute;
  left: -1px;
  top: -7px;
  color: #9bcb39;
  font-size: 20px;
}

/* ===== お問い合わせセクション ===== */
.p-contact-section {
  background-color: #ffffff;
  padding: 40px 0;
  border-top: 1px solid #e2ece7;
}

/* 左右並びのフレックスコンテナ */
.p-contact-flex {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* 左側：黄緑の縦ライン付き案内テキスト */
.p-contact-text-side {
  border-left: 8px solid #9bcb39;
  padding-left: 15px;
}

.p-contact-lead-main {
  font-size: 17px;
  font-weight: bold;
  color: #014831;
  margin-bottom: 4px;
  line-height: 1.4;
}

.p-contact-lead-sub {
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
}

/* 右側：独立した細い枠線の付いた電話窓口ボックス */
.p-contact-tel-box {
  border: 3px solid #014831;
  border-radius: 8px;
  padding: 12px 35px;
  text-align: center;
  background-color: #ffffff;
  flex-shrink: 0;
}

.p-contact-tel-num {
  font-size: 36px;
  font-weight: bold;
  color: #014831;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.p-contact-tel-time {
  font-size: 15px;
  color: #666666;
  margin-top: 3px;
}

/* ===== @media (max-width: 768px) - 統合レスポンシブ ===== */
@media (max-width: 768px) {
  /* --- from original line 26 --- */
  .p-inner {
    padding: 0 15px;
  }

  /* --- from original line 61 --- */
  /* SP h2 折り返し防止：各クラスの最長テキストに合わせて算出 */

  /* 最長:「無料見学会スケジュール」11文字 → 22px×11≈242px ✓ */
  .c-heading-primary {
    font-size: 22px;
    white-space: nowrap;
    padding: 0;
  }

  /* 最長:「今回だけの特別なキャンペーン特典」16文字 → 19px×16≈304px ✓ */
  .c-heading-primary_btm {
    font-size: 19px;
    margin: 5px 0;
    white-space: nowrap;
  }

  /* 最長:「みんなの研修 ベーシック（サブスク）の料金体系」23文字 → 14px×23≈322px ✓ */
  .c-heading-secondary {
    font-size: 17px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  /* --- from original line 113 --- */
  .p-mv {
    aspect-ratio: unset;
    height: auto;
  }
  .p-mv__illustration {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
    content: url("../images/subsccampaign/MV_haikei_SP.png");
  }

  .p-benefit-img {
    content: url("../images/subsccampaign/tokuten_1_SP.png");
  }
  .br-sp {
    display: block;
  }

  .view-pc {
    display: none;
  }

  .p-btn-container {
    padding: 25px 0;
  }

  .c-btn-submit {
    font-size: 18px;
    padding: 12px 40px;
    width: 85%;
  }

  .c-btn-submit::before {
    left: 15px;
  }

  .c-btn-submit::after {
    right: 15px;
  }

  /* --- from original line 441 --- */
  .p-mv__kazari {
    width: 25cqw;
  }
  .p-mv__badge-img {
    height: 8cqw;
  }
  .p-cv-btn-img {
    height: auto;
    width: 100%;
  }
  .p-cv-deco-left,
  .p-cv-deco-right {
    height: 40px;
    width: auto;
  }

  /* --- from original line 448 --- */
  .p-mv__badge {
    font-size: 3.2cqw;
    padding: 0.4em 1.2em;
  }
  .p-mv__badge-wrap {
    top: 3%;
  }
  .p-mv__title {
    font-size: 10cqw;
    white-space: nowrap;
    top: 16%;
    line-height: 0.5;
    text-align: center;
    margin: 0;
  }

  .p-mv__title .u-orange {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .p-mv__title .u-green {
    font-size: 7.5cqw;
    letter-spacing: 0.06em;
    display: block;
    text-align: center;
  }
  /* ロゴエリア：タイトル下に確実に来るよう位置を下げる */
  .p-mv__logo-area {
    top: 40%;
    align-items: center;
  }
  .p-mv__logo-img {
    height: 13cqw;
  }
  .p-mv__service-badge .u-s-size {
    font-size: 1.6cqw;
  }

  /* --- from original line 540 --- */
  .p-steps-section {
    padding: 25px 0;
  }

  .p-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 0;
  }

  .p-step-card {
    padding: 8px 5px 10px;
    width: calc(100% - 8px);
    border-radius: 6px;
  }

  .p-step-card:not(:last-child)::after {
    right: -22px;
    font-size: 24px;
  }

  .p-step-badge {
    font-size: 9px;
    padding: 2px 6px;
    left: 4px;
    top: -12px;
  }

  .p-step-icon {
    width: 52px;
    height: 52px;
    margin: 8px auto 4px;
  }

  .p-step-title {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .p-step-desc {
    font-size: 9px;
    line-height: 1.3;
  }

  /* --- from original line 606 --- */
  .p-about-section {
    padding: 15px 0 0;
  }

  /* テキスト上・画像下の縦積み、フォント縮小 */
  .p-about-flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    gap: 12px;
    margin-left: 0;
    text-align: left;
  }

  .p-about-text-side {
    flex: 0 0 auto;
    width: 100%;
  }

  .p-about-lead-txt {
    font-size: 10px;
    margin-bottom: 2px;
    color: #f38200;
    font-weight: bold;
  }

  .p-about-main-txt {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
  }

  .p-about-main-txt span.u-large {
    font-size: 24px !important;
  }

  .p-about-main-txt span.u-bg {
    font-size: 11px;
    padding: 1px 5px;
  }

  .p-about-img-side {
    width: 100%;
    max-width: none;
  }

  /* p-inner を2列グリッドに変換し、見出しは全幅 */
  .p-features-section .p-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
  .p-features-section .p-inner > h2,
  .p-features-section .p-inner > .c-heading-primary,
  .p-features-section .p-inner > .c-heading-secondary,
  .p-features-section .p-inner > .c-heading-primary_btm {
    grid-column: 1 / -1;
  }

  /* 両コンテナを透過させて5枚を直接グリッドに参加させる */
  .p-features-grid,
  .p-features-grid-bottom {
    display: contents;
  }

  /* display:contents後のパーセント幅リセット（base CSS 33.333%を上書き） */
  .p-features-grid-bottom .p-feature-card {
    width: 100%;
  }

  /* POINT 5のみ（p-features-grid-bottom の last-child）を中央に */
  .p-features-grid-bottom .p-feature-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 10px);
    margin: 0 auto;
    width: 100%;
  }

  .p-feature-card {
    padding: 20px 10px 15px;
  }

  .p-feature-point {
    font-size: 12px;
    padding: 2px 8px;
    top: -13px;
    left: 10px;
  }

  .p-feature-icon {
    width: 64px;
    height: 64px;
    margin: 5px auto 10px;
  }

  .p-feature-title {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .p-feature-text {
    font-size: 11px;
    line-height: 1.4;
  }

  /* --- from original line 782 --- */
  .p-price-section {
    padding: 20px 0;
  }

  /* SP: 列幅 26% / 28% / 46% に設定 */
  .p-price-table th {
    padding: 8px 4px;
    font-size: 11px;
    line-height: 1.3;
  }

  .p-price-table th:first-child {
    width: 26%;
    vertical-align: middle;
  }

  .p-price-table th:nth-child(2) {
    width: 34%;
  }

  .p-price-table th.m-campaign-th {
    width: 40%;
  }

  .p-price-table td {
    padding: 8px 4px;
    font-size: 12px;
  }

  .p-price-table td.m-contract-range,
  .p-price-table td.m-normal-price {
    white-space: nowrap;
    font-weight: 550;
  }

  .p-huge-zero {
    font-size: 100px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
  }

  .p-huge-zero span {
    font-size: 30px;
    margin-left: 3px;
  }

  .p-flow-flex {
    flex-direction: column;
    gap: 8px;
  }

  .p-flow-step-box {
    width: 100%;
    padding: 12px;
  }

  .p-flow-arrow {
    transform: rotate(90deg);
    margin: 2px 0;
    font-size: 16px;
  }

  /* --- from original line 897 --- */
  .p-notes-section {
    padding: 40px 15px;
  }

  .p-notes-container {
    padding: 20px 15px;
  }

  .p-notes-headline {
    font-size: 16px;
  }

  .p-notes-list {
    font-size: 12px;
    margin-left: 15px;
  }

  .p-contact-box {
    padding: 15px;
  }

  .p-contact-tel {
    font-size: 22px;
  }

  .p-contact-time {
    font-size: 11px;
  }

  /* --- from original line 1162 --- */
  .p-benefit-box {
    margin: 15px 10px 0;
  }
  .p-benefit-upper {
    flex-direction: row;
    gap: 10px;
    text-align: left;
    align-items: center;
  }

  .p-benefit-circle-badge {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
  }
  .p-benefit-circle-badge .u-badge-top {
    font-size: 12px;
  }
  .p-benefit-circle-badge .u-badge-mid {
    font-size: 10px;
  }
  .p-benefit-circle-badge .u-badge-bottom {
    font-size: 22px;
  }

  .p-benefit-price-group {
    gap: 6px;
    flex: 1;
  }
  .p-benefit-free-vertical {
    font-size: 20px;
    padding: 4px 5px;
  }
  .p-benefit-text-stack {
    font-size: 18px;
  }

  .p-benefit-giant-price {
    top: -5px;
    right: -8px;
  }
  .p-benefit-giant-price .u-zero {
    font-size: 90px;
    -webkit-text-stroke: 2px #014831;
  }
  .p-benefit-giant-price .u-zero::after {
    font-size: 16px;
    right: -12px;
    top: -8px;
  }
  .p-benefit-giant-price .u-yen {
    font-size: 48px;
    -webkit-text-stroke: 1.5px #014831;
  }
  .p-benefit-text-stack span:last-child {
    font-size: 30px !important;
  }

  /* スマホ用：女性イラスト枠 */
  .p-benefit-illustration-wrap {
    right: 8px;
    bottom: 0;
    width: 70px;
    height: 75px;
  }
  .p-benefit-illustration-wrap::before {
    bottom: 50px;
    left: -10px;
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .p-benefit-bottom-bar {
    padding: 1px 12px;
  }
  /* 受付期間：左上、日付：下段 の縦積み・密着 */
  .p-benefit-period-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-benefit-period-content .u-label {
    font-size: 15px;
    font-weight: bold;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: -9px;
    white-space: nowrap;
    line-height: 1;
  }
  .p-benefit-period-content .u-dates {
    font-size: 12px;
    flex-wrap: nowrap;
    gap: 2px;
    align-items: baseline;
  }
  .p-benefit-period-content .u-dates .u-large-num {
    font-size: 35px;
    font-weight: bold;
  }
  .p-benefit-period-content .u-dates .u-sub-txt {
    font-size: 9px;
  }
  .p-benefit-period-content .u-dates .u-arrow {
    margin: 0 4px;
  }

  /* --- from original line 1401 --- */
  .p-price-section {
    padding: 40px 0;
  }

  /* p-price-table th/td は上記で統合済み */

  /* p-huge-zero は上記で統合済み */

  .p-price-note {
    margin: 0 auto 30px;
    padding-right: 10px;
    font-size: 10px;
  }

  /* スマホ時は縦に並べる */
  /* スマホ：左・中・右配置・横向きシェブロン */
  .p-flow-container {
    flex-direction: column;
    gap: 6px;
    padding: 0 8px;
    align-items: flex-start;
  }

  .p-flow-ribbon {
    width: 49%;
    min-height: auto;
    padding: 14px 22px !important;
    align-items: center;
    text-align: center;
  }

  /* Step1：左寄せ */
  .p-flow-ribbon.m-step1 {
    margin-left: 0;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  }

  /* Step2：中央 */
  .p-flow-ribbon.m-step2 {
    margin-left: 25.5%;
    clip-path: polygon(0 0, 16px 50%, 0 100%, calc(100% - 16px) 100%, 100% 50%, calc(100% - 16px) 0);
  }

  /* Step3：右寄せ */
  .p-flow-ribbon.m-step3 {
    margin-left: 51%;
    clip-path: polygon(0 0, 16px 50%, 0 100%, calc(100% - 16px) 100%, 100% 50%, calc(100% - 16px) 0);
  }

  .p-flow-ribbon .u-flow-date {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .p-flow-ribbon .u-flow-desc {
    font-size: 11px;
  }

  /* --- from original line 1594 --- */
  .p-sched-section {
    padding: 10px 0 0;
  }

  .p-sched-sub {
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 25px;
    padding: 20px 10px 0;
    text-align: center;
  }

  .p-sched-group-title {
    font-size: 15px;
    padding: 10px 15px;
  }

  /* OK: Grid で左メタ＋右写真・下ボタン配置 */
  .p-sched-row {
    display: grid;
    grid-template-columns: 1fr 122px;
    grid-template-rows: auto auto;
    gap: 10px 8px;
    padding: 15px 12px;
    /* flex関連リセット */
    flex-direction: unset;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
  }

  .p-sched-meta-block {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .p-sched-badge {
    margin-right: 8px;
    width: 46px;
    font-size: 11px;
  }

  .p-sched-text {
    font-size: 9px;
  }

  .p-sched-meta-item.m-date .p-sched-text {
    font-size: 13px;
  }

  /* 写真：グリッド右列・上部配置・70%拡大 */
  .p-sched-face {
    grid-column: 2;
    grid-row: 1;
    width: 100px;
    height: 100px;
    margin: 0 0 0 auto;
    align-self: start;
    justify-self: end;
  }

  /* ボタン：グリッド2行目・30%+15px幅・中央・フォント縮小 */
  .c-btn-orange {
    grid-column: 1 / -1;
    grid-row: 2;
    width: calc(30% + 25px);
    margin: 0 auto;
    padding: 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  /* ボタン内の<br>を非表示にして1行表示 */
  .c-btn-orange br {
    display: none;
  }

  /* --- from original line 1730 --- */
  .p-recommend-section {
    padding: 20px 0 30px;
  }

  .p-rec-table th {
    padding: 10px;
    font-size: 12px;
  }

  .p-rec-table th:first-child {
    width: 110px;
  }

  .p-rec-table td {
    padding: 5px;
    font-size: 11px;
  }

  /* --- from original line 1807 --- */
  .p-notice-section {
    padding: 0 0 20px;
  }

  .p-notice-box {
    margin: 0;
    padding: 10px 1px 10px 8px;
  }

  .p-notice-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .p-notice-list li {
    font-size: 8px;
    padding-left: 0;
  }

  .p-notice-list li::before {
    left: -6px;
    top: -1px;
    font-size: 8px;
  }
  /* --- from original line 1893 --- */
  .p-contact-section {
    padding: 30px 0;
  }

  .p-contact-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0 15px;
  }

  .p-contact-text-side {
    padding-left: 12px;
  }

  .p-contact-lead-main {
    font-size: 13px;
  }

  .p-contact-lead-sub {
    font-size: 12px;
  }

  .p-contact-tel-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .p-contact-tel-num {
    font-size: 27px;
  }

  .p-contact-tel-time {
    font-size: 10px;
  }
  .p-flow-title {
    font-size: 19px;
  }

  .p-sched-list {
    gap: 5px;
    margin-bottom: 25px;
  }
  .p-benefit-period-content .u-dates .u-year {
    font-size: 20px;
    font-weight: 550;
  }
  .p-benefit-section {
    padding: 20px 0 0;
  }
  .p-features-section {
    padding: 0 0 30px;
  }
}
