@charset "UTF-8";

/*
Theme Name: Cocoon Child
Template: cocoon-master
*/

/* ============================================================
   Pastel LP — 完全最終版CSS（コンテンツ幅1200px最適化）
   作業: style.css 内の過去のPastel追記をすべて削除し
         このファイルの内容を丸ごと貼り付けてください
   ============================================================ */

/* ===== BASE ===== */
.pastel-lp {
  --pink:       #e07070;
  --pink-light: #f8e8e8;
  --pink-btn:   #d96060;
  --green:      #4a9e6b;
  --green-line: #06C755;
  --cream:      #fdf8f5;
  --beige:      #f5ede6;
  --text-dark:  #333;
  --text-mid:   #666;
  --border:     #e8d8d0;
  --radius:     12px;
  --shadow:     0 4px 20px rgba(0,0,0,0.08);
  font-family: 'Noto Sans JP', sans-serif;
  color: #3a3a3a;
  background: #fff;
  line-height: 1.7;
  width: 100%;
}
.pastel-lp *, .pastel-lp *::before, .pastel-lp *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.pastel-lp img { max-width: 100%; display: block; }
.pastel-lp a   { text-decoration: none; color: inherit; }

/* ===== CONTAINER ===== */
.pastel-lp .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== SECTION ===== */
.pastel-lp .section    { padding: 72px 0; }
.pastel-lp .section-bg { background: var(--cream); }

/* ===== SECTION HEADING ===== */
.pastel-lp .sec-title { text-align: center; margin-bottom: 48px; }
.pastel-lp .sec-title h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem; font-weight: 700; color: var(--text-dark);
  display: inline-flex; align-items: center; gap: 12px;
}
.pastel-lp .sec-title h2 .deco { color: var(--pink); font-size: 1.1rem; }

/* ===== BUTTONS ===== */
.pastel-lp .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 24px; border-radius: 50px;
  font-size: 0.85rem; font-weight: 700;
  cursor: pointer; border: none; white-space: nowrap;
  transition: opacity 0.2s, transform 0.15s;
}
.pastel-lp .btn:hover  { opacity: 0.88; transform: translateY(-1px); }
.pastel-lp .btn-pink   { background: var(--pink-btn);   color: #fff; }
.pastel-lp .btn-green  { background: var(--green-line); color: #fff; }
.pastel-lp .btn-lg     { padding: 14px 30px; font-size: 0.95rem; }

/* ===== HEADER ===== */
.pastel-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.pastel-header .header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 10px 32px;
  max-width: 1200px; margin: 0 auto; gap: 16px;
}
.pastel-header .logo-wrap    { display: flex; align-items: flex-start; gap: 8px; flex-shrink: 0; }
.pastel-header .logo-text    { font-family: 'Dancing Script', cursive; font-size: 2.2rem; color: var(--pink); line-height: 1; }
.pastel-header .logo-company { font-size: 0.8rem; font-weight: 700; color: #333; line-height: 1.3; }
.pastel-header .logo-sub     { font-size: 0.65rem; color: #666; }
.pastel-header .site-nav ul  { display: flex; list-style: none; gap: 20px; }
.pastel-header .site-nav a   { font-size: 0.8rem; color: #333; white-space: nowrap; transition: color 0.2s; }
.pastel-header .site-nav a:hover { color: var(--pink); }
.pastel-header .header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex-shrink: 0; }
.pastel-header .header-tel   { display: flex; align-items: center; gap: 6px; }
.pastel-header .tel-icon     { font-size: 1.1rem; color: var(--pink); }
.pastel-header .tel-num      { font-size: 1.35rem; font-weight: 700; color: var(--pink); letter-spacing: 0.02em; }
.pastel-header .tel-hours    { font-size: 0.62rem; color: #666; line-height: 1.3; }
.pastel-header .header-btns  { display: flex; gap: 8px; }

/* ===== HERO ===== */
.pastel-lp .hero {
  position: relative; width: 100%;
  overflow: hidden; display: block;
  background: var(--beige);
}
.pastel-lp .hero-bg-img {
  display: block; width: 100%; height: auto;
  position: relative; z-index: 0;
}
.pastel-lp .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0.95) 0%,
    rgba(255,255,255,0.80) 30%,
    rgba(255,255,255,0.25) 58%,
    rgba(255,255,255,0.00) 75%
  );
  z-index: 1;
}
.pastel-lp .hero-content {
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%); z-index: 2;
  padding: 48px 48px 48px 64px;
  max-width: 520px;
  display: flex; flex-direction: column;
}
.pastel-lp .hero-badge {
  display: inline-block;
  font-size: 0.82rem; color: var(--pink-btn); font-weight: 700;
  letter-spacing: 0.05em; margin-bottom: 16px;
  border-bottom: 2px dotted var(--pink-btn); padding-bottom: 3px;
}
.pastel-lp .hero-badge::before,
.pastel-lp .hero-badge::after { display: none; }
.pastel-lp .hero-content h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem; font-weight: 700;
  line-height: 1.6; color: #2a2a2a; margin-bottom: 18px;
}
.pastel-lp .hero-content p {
  font-size: 0.92rem; color: #444; line-height: 2.0; margin-bottom: 28px;
}
.pastel-lp .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== WORRIES (お悩み) ===== */
.pastel-lp .worries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px; text-align: center;
}
.pastel-lp .worry-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.pastel-lp .worry-icon {
  width: 72px; height: 72px; background: var(--pink-light);
  border-radius: 50%; border: 1.5px solid #f0c0c0;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
}
.pastel-lp .worry-item p { font-size: 0.8rem; color: #333; line-height: 1.65; }

/* ===== REASONS (選ばれる理由) ===== */
.pastel-lp .reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pastel-lp .reason-card {
  background: #fff; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform 0.2s;
}
.pastel-lp .reason-card:hover { transform: translateY(-4px); }
.pastel-lp .reason-photo      { width: 100%; height: 170px; overflow: hidden; }
.pastel-lp .reason-photo img  { width: 100%; height: 100%; object-fit: cover; }
.pastel-lp .reason-photo-placeholder {
  width: 100%; height: 170px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; color: rgba(255,255,255,0.6);
}
.pastel-lp .reason-card:nth-child(1) .reason-photo-placeholder { background: linear-gradient(135deg,#c8b8a8,#a09080); }
.pastel-lp .reason-card:nth-child(2) .reason-photo-placeholder { background: linear-gradient(135deg,#d4c8b4,#b0a488); }
.pastel-lp .reason-card:nth-child(3) .reason-photo-placeholder { background: linear-gradient(135deg,#b8c4c0,#8ca098); }
.pastel-lp .reason-card:nth-child(4) .reason-photo-placeholder { background: linear-gradient(135deg,#c4b8c4,#9890a0); }
.pastel-lp .reason-body { padding: 18px 20px 22px; }
.pastel-lp .reason-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; background: var(--pink); color: #fff;
  border-radius: 50%; font-size: 0.72rem; font-weight: 700; margin-bottom: 8px;
}
.pastel-lp .reason-body h3 { font-size: 0.92rem; font-weight: 700; color: #333; margin-bottom: 8px; line-height: 1.5; }
.pastel-lp .reason-body p  { font-size: 0.78rem; color: #666; line-height: 1.8; }

/* ===== CONSULTATION (ご相談内容) ===== */
.pastel-lp .consult-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px; text-align: center;
}
.pastel-lp .consult-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.pastel-lp .consult-icon {
  width: 72px; height: 72px; background: #fff;
  border-radius: 50%; border: 1.5px solid #f0c0c0;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
}
.pastel-lp .consult-item h4 { font-size: 0.84rem; font-weight: 700; color: #333; line-height: 1.4; }
.pastel-lp .consult-item p  { font-size: 0.74rem; color: #666; line-height: 1.75; }

/* ===== TESTIMONIALS (お客様の声) ===== */
.pastel-lp .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pastel-lp .testimonial-card {
  background: #fff; border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.pastel-lp .testi-top  { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.pastel-lp .testi-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--beige); border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.pastel-lp .testi-info h4   { font-size: 0.9rem; font-weight: 700; color: #333; line-height: 1.4; }
.pastel-lp .testi-info span { font-size: 0.74rem; color: #666; }
.pastel-lp .testimonial-card p { font-size: 0.8rem; color: #666; line-height: 1.85; }

/* ===== CTA ===== */
.pastel-lp .cta-section {
  position: relative; padding: 72px 20px;
  text-align: center; overflow: hidden;
}
.pastel-lp .cta-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg,#e8d4c0,#d4bfaa);
}
.pastel-lp .cta-bg::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0.45);
}
.pastel-lp .cta-inner {
  position: relative; z-index: 2;
  max-width: 700px; margin: 0 auto;
}
.pastel-lp .cta-badge {
  position: absolute; right: 0; top: -10px;
  width: 88px; height: 88px; border-radius: 50%;
  background: #fff0f0; border: 2px solid var(--pink);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-size: 0.6rem; color: var(--pink-btn);
  font-weight: 700; text-align: center; line-height: 1.5; z-index: 3;
}
.pastel-lp .cta-inner h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem; font-weight: 700; color: #333; margin-bottom: 10px;
}
.pastel-lp .cta-inner p  { font-size: 0.9rem; color: #666; margin-bottom: 28px; }
.pastel-lp .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== RESPONSIVE: 960px ===== */
@media (max-width: 960px) {
  .pastel-lp .worries-grid,
  .pastel-lp .consult-grid   { grid-template-columns: repeat(3, 1fr); }
  .pastel-lp .reasons-grid   { grid-template-columns: repeat(2, 1fr); }
  .pastel-lp .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .pastel-header .site-nav ul { gap: 14px; }
  .pastel-header .site-nav a  { font-size: 0.74rem; }
}

/* ===== RESPONSIVE: 768px ===== */
@media (max-width: 768px) {
  .pastel-lp .container { padding: 0 20px; }
  .pastel-lp .section   { padding: 52px 0; }
  .pastel-lp .sec-title h2 { font-size: 1.3rem; }

  /* ヒーロー */
  .pastel-lp .hero-content { padding: 32px 24px 32px 32px; max-width: 380px; }
  .pastel-lp .hero-content h1 { font-size: 1.6rem; }
  .pastel-lp .hero-content p  { font-size: 0.84rem; }

  /* グリッド */
  .pastel-lp .worries-grid,
  .pastel-lp .consult-grid   { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pastel-lp .reasons-grid   { grid-template-columns: repeat(2, 1fr); }
  .pastel-lp .testimonial-grid { grid-template-columns: 1fr; }

  /* ヘッダー */
  .pastel-header .site-nav  { display: none; }
  .pastel-header .tel-num   { font-size: 1.1rem; }
}

/* ===== RESPONSIVE: 480px ===== */
@media (max-width: 480px) {
  /* ヒーロー: テキストを画像下へ */
  .pastel-lp .hero-content {
    position: relative; top: auto; transform: none;
    max-width: 100%; padding: 24px 20px;
    background: rgba(255,255,255,0.92);
  }
  .pastel-lp .hero-overlay { display: none; }
  .pastel-lp .hero-content h1 { font-size: 1.35rem; }
  .pastel-lp .hero-btns { flex-direction: column; }
  .pastel-lp .hero-btns .btn { width: 100%; }

  /* グリッド */
  .pastel-lp .worries-grid,
  .pastel-lp .consult-grid { grid-template-columns: repeat(2, 1fr); }
  .pastel-lp .reasons-grid { grid-template-columns: 1fr; }

  /* CTA */
  .pastel-lp .cta-badge { display: none; }
  .pastel-lp .cta-inner h2 { font-size: 1.3rem; }
  .pastel-lp .cta-btns { flex-direction: column; align-items: stretch; }
  .pastel-lp .cta-btns .btn { width: 100%; }

  .pastel-lp .section { padding: 40px 0; }
}

/* ヒーロー画像 高さ制限 */
.pastel-lp .hero {
  max-height: 640px;
}
.pastel-lp .hero-bg-img {
  height: 640px;
  object-fit: cover;
  object-position: center bottom;
}
/* ===== ヒーロー h1：2行表示に修正 ===== */
.pastel-lp .hero-content {
  max-width: 580px;
  padding: 48px 48px 48px 56px;
}
.pastel-lp .hero-content h1 {
  font-size: 2.05rem;
  letter-spacing: 0.02em;
  white-space: nowrap; /* 強制的に折り返しを抑制 */
}

/* ===== サブテキスト：フォント改善 ===== */
.pastel-lp .hero-content p {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 2.2;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}

/* タブレット以下でnowrapを解除 */
@media (max-width: 768px) {
  .pastel-lp .hero-content h1 {
    white-space: normal;
    font-size: 1.6rem;
  }
  .pastel-lp .hero-content {
    max-width: 100%;
  }
}

/* ロゴ画像サイズ調整 */
.pastel-header .logo-img {
  height: 129px;   /* ← 高さで調整（幅は自動） */
  width: auto;
  display: block;
}
/* ============================================================
   モバイル表示修正CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== 768px以下 共通 ===== */
@media (max-width: 768px) {

  /* ヘッダー: 縦2段レイアウトに変更 */
  .pastel-header .header-inner {
    flex-wrap: wrap;
    padding: 10px 16px;
    gap: 8px;
  }

  /* ロゴ縮小 */
  .pastel-header .logo-img {
    height: 36px;
    width: auto;
  }

  /* 電話番号を非表示（スペース確保） */
  .pastel-header .header-tel {
    display: none;
  }

  /* ボタンを右端に配置 */
  .pastel-header .header-right {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  /* ボタン小さく */
  .pastel-header .btn {
    padding: 8px 14px;
    font-size: 0.76rem;
  }

  /* ヒーロー: max-height制限を解除してテキスト表示 */
  .pastel-lp .hero {
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  /* ヒーロー画像: 高さ固定を解除 */
  .pastel-lp .hero-bg-img {
    height: auto;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
  }

  /* オーバーレイ非表示 */
  .pastel-lp .hero-overlay {
    display: none;
  }

  /* テキストを画像の下に配置 */
  .pastel-lp .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    padding: 24px 20px;
    background: #fff;
    white-space: normal;
  }

  .pastel-lp .hero-content h1 {
    font-size: 1.55rem;
    white-space: normal;
    margin-bottom: 14px;
  }

  .pastel-lp .hero-content p {
    font-size: 0.86rem;
    margin-bottom: 20px;
  }

  .pastel-lp .hero-btns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pastel-lp .hero-btns .btn {
    flex: 1;
    min-width: 140px;
    justify-content: center;
  }
}

/* ===== 480px以下 ===== */
@media (max-width: 480px) {

  /* ロゴさらに縮小 */
  .pastel-header .logo-img {
    height: 50px;
  }

  /* ヒーロー画像高さ調整 */
  .pastel-lp .hero-bg-img {
    max-height: 220px;
  }

  /* h1さらに縮小 */
  .pastel-lp .hero-content h1 {
    font-size: 1.35rem;
  }

  /* ボタン縦並び */
  .pastel-lp .hero-btns {
    flex-direction: column;
  }
  .pastel-lp .hero-btns .btn {
    width: 100%;
  }
}

/* ===== モバイル追加修正 ===== */
@media (max-width: 768px) {

  /* サブテキストの色を強制修正（Cocoon上書き対策） */
  .pastel-lp .hero-content p {
    color: #444 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 1.85 !important;
    margin-bottom: 6px !important;
  }

  /* テキスト間の余白を詰める */
  .pastel-lp .hero-content h1 {
    margin-bottom: 12px;
  }

  /* ボタンを横並び・均等幅で2つ表示 */
  .pastel-lp .hero-btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .pastel-lp .hero-btns .btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 130px;
    font-size: 0.8rem;
    padding: 12px 10px;
    justify-content: center;
    white-space: nowrap;
  }
}

/* 480px以下: ボタン縦並び */
@media (max-width: 480px) {
  .pastel-lp .hero-btns {
    flex-direction: column !important;
  }
  .pastel-lp .hero-btns .btn {
    width: 100%;
    flex: none;
  }
}
/* Cocoonのリンク色上書き対策（ヒーロー内テキスト全体） */
.pastel-lp .hero-content p,
.pastel-lp .hero-content p * {
  color: #444 !important;
  text-decoration: none !important;
}

/* ヒーロー内のすべてのa要素も対策 */
.pastel-lp .hero-content a {
  color: inherit !important;
  text-decoration: none !important;
}
/* Cocoon完全上書き対策 */
html body .pastel-lp .hero-content p,
html body .pastel-lp .hero-content p span,
html body .pastel-lp .hero-content p br {
  color: #444 !important;
  text-decoration: none !important;
}

/* お悩みセクション 画像アイコン調整 */
.pastel-lp .worry-icon img {
  width: 115px;
  height: 115px;
  object-fit: contain;  /* 縦横比を保ったまま表示 */
}
/* 日付消去 */
.page .date-tags {
display: none;
}
/* ヘッダーロゴ消去 */
.page .logo-header {
  display: none;
}
/* フッターロゴ消去 */
.footer-logo {
    display: none !important;
}

/* モバイル: サイドバー＆ハンバーガー内トグル非表示 */
@media (max-width: 834px) {

  /* サイドバー本体 */
  .sidebar,
  #sidebar,
  .sidebar-scroll,
  .widget-area,
  #widget-area {
    display: none !important;
  }

  /* ハンバーガーメニュー内のサイドバーボタン */
  .sidebar-menu-content,
  .navi-menu-content .sidebar,
  .open-sidebar,
  #sidebar-toggle,
  .sidebar-toggle {
    display: none !important;
  }
}
/* ============================================================
   ご相談内容ページ 追加CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== ページバナー ===== */
.pastel-lp .page-hero {
  background: linear-gradient(135deg, #fdf0ee 0%, #f5e8e4 100%);
  padding: 56px 20px;
  text-align: center;
  border-bottom: 1px solid #e8d8d0;
}
.pastel-lp .page-hero-inner { max-width: 700px; margin: 0 auto; }
.pastel-lp .page-hero-en {
  font-size: 0.78rem;
  font-weight: 700;
  color: #d96060;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pastel-lp .page-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}
.pastel-lp .page-hero-lead {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.9;
}

/* ===== 導入文 ===== */
.pastel-lp .intro-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.pastel-lp .intro-text p {
  font-size: 0.92rem;
  color: #555;
  line-height: 2.0;
}

/* ===== 相談内容 詳細カード ===== */
.pastel-lp .consult-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.pastel-lp .consult-detail-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
  transition: transform 0.2s;
}
.pastel-lp .consult-detail-card:hover { transform: translateY(-4px); }
.pastel-lp .consult-detail-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pastel-lp .consult-detail-icon {
  width: 60px; height: 60px;
  background: #f8e8e8;
  border-radius: 50%;
  border: 1.5px solid #f0c0c0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.pastel-lp .consult-detail-num {
  font-size: 0.72rem;
  font-weight: 700;
  color: #d96060;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.pastel-lp .consult-detail-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.pastel-lp .consult-detail-desc {
  font-size: 0.84rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e8d8d0;
}
.pastel-lp .consult-detail-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pastel-lp .consult-detail-list li {
  font-size: 0.8rem;
  color: #555;
  padding-left: 18px;
  position: relative;
  line-height: 1.6;
}
.pastel-lp .consult-detail-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 8px;
  background: #e07070;
  border-radius: 50%;
}

/* ===== 相談の流れ ===== */
.pastel-lp .flow-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pastel-lp .flow-item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
  text-align: center;
}
.pastel-lp .flow-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: #d96060;
  color: #fff;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 auto 12px;
}
.pastel-lp .flow-item h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.pastel-lp .flow-item p {
  font-size: 0.76rem;
  color: #666;
  line-height: 1.75;
}
.pastel-lp .flow-arrow {
  color: #d96060;
  font-size: 1.2rem;
  padding-top: 36px;
  flex-shrink: 0;
}

/* ===== 現在のページをナビでハイライト ===== */
.pastel-header .site-nav a[aria-current="page"],
.pastel-header .site-nav a.current {
  color: #d96060;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pastel-lp .page-hero { padding: 40px 20px; }
  .pastel-lp .page-hero-title { font-size: 1.6rem; }
  .pastel-lp .consult-detail-grid { grid-template-columns: 1fr; gap: 18px; }
  .pastel-lp .flow-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .pastel-lp .flow-arrow {
    text-align: center;
    padding-top: 0;
    transform: rotate(90deg);
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pastel-lp .page-hero-title { font-size: 1.35rem; }
  .pastel-lp .consult-detail-card { padding: 20px 18px; }
}
/* ============================================================
   サービスページ 追加CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== 3本柱 概要グリッド ===== */
.pastel-lp .service-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pastel-lp .service-pillar-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.pastel-lp .service-pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}
.pastel-lp .service-pillar-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: #d96060; color: #fff;
  border-radius: 50%;
  font-size: 0.75rem; font-weight: 700;
  margin: 0 auto 14px;
}
.pastel-lp .service-pillar-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}
.pastel-lp .service-pillar-card h3 {
  font-size: 1rem; font-weight: 700;
  color: #333; margin-bottom: 10px;
}
.pastel-lp .service-pillar-card p {
  font-size: 0.78rem; color: #666; line-height: 1.65;
}

/* ===== サービス各セクション ===== */
.pastel-lp .service-section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0c0c0;
}
.pastel-lp .service-section-num {
  width: 52px; height: 52px;
  background: #d96060; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700;
  flex-shrink: 0;
}
.pastel-lp .service-section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem; font-weight: 700;
  color: #333; margin-bottom: 4px;
}
.pastel-lp .service-section-sub {
  font-size: 0.84rem; color: #d96060; font-weight: 700;
}

/* 説明文 */
.pastel-lp .service-desc {
  margin-bottom: 28px;
}
.pastel-lp .service-desc p {
  font-size: 0.9rem; color: #555; line-height: 2.0;
}

/* 特徴カード 2×2グリッド */
.pastel-lp .service-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.pastel-lp .service-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
}
.pastel-lp .section-bg .service-feature-card {
  background: #fdf8f5;
}
.pastel-lp .service-feature-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.pastel-lp .service-feature-card h4 {
  font-size: 0.92rem; font-weight: 700;
  color: #333; margin-bottom: 8px;
}
.pastel-lp .service-feature-card p {
  font-size: 0.78rem; color: #666; line-height: 1.8;
}

/* Pastelの強み */
.pastel-lp .service-strength {
  background: #fff8f7;
  border: 1.5px solid #f0c0c0;
  border-radius: 12px;
  padding: 24px 28px;
}
.pastel-lp .section-bg .service-strength {
  background: #fff;
}
.pastel-lp .service-strength-title {
  font-size: 0.92rem; font-weight: 700;
  color: #d96060; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.pastel-lp .service-strength-title::before,
.pastel-lp .service-strength-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #f0c0c0;
}
.pastel-lp .service-strength-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}
.pastel-lp .service-strength-list li {
  font-size: 0.82rem; color: #444;
  padding-left: 20px;
  position: relative;
  line-height: 1.65;
}
.pastel-lp .service-strength-list li::before {
  content: '✓';
  position: absolute; left: 0;
  color: #d96060; font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pastel-lp .service-pillar-grid  { grid-template-columns: 1fr; gap: 14px; }
  .pastel-lp .service-feature-grid { grid-template-columns: 1fr; }
  .pastel-lp .service-strength-list { grid-template-columns: 1fr; }
  .pastel-lp .service-section-title { font-size: 1.25rem; }
}

@media (max-width: 480px) {
  .pastel-lp .service-section-head { gap: 14px; }
  .pastel-lp .service-strength { padding: 18px 16px; }
}
/* ============================================================
   お客様の声ページ 追加CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== 声カード グリッド ===== */
.pastel-lp .voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ===== 声カード ===== */
.pastel-lp .voice-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
  transition: transform 0.2s;
}
.pastel-lp .voice-card:hover { transform: translateY(-4px); }

/* カード上部: アバター＋情報 */
.pastel-lp .voice-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

/* アバター */
.pastel-lp .voice-avatar {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: #fdf0ee;
  border: 2px solid #f0c0c0;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.pastel-lp .voice-avatar-emoji { font-size: 2rem; line-height: 1; }
.pastel-lp .voice-avatar img {
  width: 100%; height: 100%; object-fit: cover;
}

/* メタ情報 */
.pastel-lp .voice-meta { flex: 1; }
.pastel-lp .voice-tag {
  display: inline-block;
  background: #f8e8e8;
  color: #d96060;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid #f0c0c0;
  margin-bottom: 8px;
}
.pastel-lp .voice-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #333;
  line-height: 1.55;
  margin-bottom: 6px;
}
.pastel-lp .voice-attr {
  font-size: 0.72rem;
  color: #999;
}

/* 区切り線 */
.pastel-lp .voice-divider {
  height: 1px;
  background: linear-gradient(to right, #f0c0c0, transparent);
  margin-bottom: 16px;
}

/* 本文 */
.pastel-lp .voice-body {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.95;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pastel-lp .voice-grid { grid-template-columns: 1fr; gap: 18px; }
  .pastel-lp .voice-card { padding: 22px 18px; }
  .pastel-lp .voice-avatar { width: 56px; height: 56px; }
  .pastel-lp .voice-avatar-emoji { font-size: 1.7rem; }
  .pastel-lp .voice-title { font-size: 0.92rem; }
}

@media (max-width: 480px) {
  .pastel-lp .voice-head { gap: 12px; }
  .pastel-lp .voice-body { font-size: 0.8rem; }
}
/* ============================================================
   会社案内ページ 追加CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== 経営理念 ===== */
.pastel-lp .company-philosophy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.pastel-lp .company-philosophy-main {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #d96060;
  line-height: 1.7;
  margin-bottom: 24px;
  padding: 20px 32px;
  border-top: 2px solid #f0c0c0;
  border-bottom: 2px solid #f0c0c0;
}
.pastel-lp .company-philosophy-body {
  font-size: 0.9rem;
  color: #555;
  line-height: 2.1;
  text-align: left;
}

/* ===== 会社概要テーブル ===== */
.pastel-lp .company-table-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.pastel-lp .company-table {
  width: 100%;
  border-collapse: collapse;
}
.pastel-lp .company-table tr {
  border-bottom: 1px solid #e8d8d0;
}
.pastel-lp .company-table tr:first-child {
  border-top: 1px solid #e8d8d0;
}
.pastel-lp .company-table th {
  width: 180px;
  padding: 18px 20px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #d96060;
  background: #fff8f7;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.pastel-lp .company-table td {
  padding: 18px 20px;
  font-size: 0.86rem;
  color: #444;
  line-height: 1.85;
  background: #fff;
}
.pastel-lp .company-tel-link {
  color: #d96060;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}
.pastel-lp .company-tel-link:hover {
  text-decoration: underline;
}

/* ===== 保有資格 グリッド ===== */
.pastel-lp .license-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pastel-lp .license-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e8d8d0;
  text-align: center;
  transition: transform 0.2s;
}
.pastel-lp .license-card:hover { transform: translateY(-4px); }
.pastel-lp .license-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.pastel-lp .license-card h4 {
  font-size: 0.86rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.pastel-lp .license-card p {
  font-size: 0.74rem;
  color: #666;
  line-height: 1.75;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .pastel-lp .license-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pastel-lp .company-philosophy-main { font-size: 1.1rem; padding: 16px 20px; }
  .pastel-lp .company-table th {
    width: 110px;
    padding: 14px 12px;
    font-size: 0.78rem;
  }
  .pastel-lp .company-table td {
    padding: 14px 12px;
    font-size: 0.82rem;
  }
  .pastel-lp .license-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .pastel-lp .company-table { display: block; }
  .pastel-lp .company-table tbody { display: block; }
  .pastel-lp .company-table tr {
    display: block;
    margin-bottom: 0;
  }
  .pastel-lp .company-table th {
    display: block;
    width: 100%;
    white-space: normal;
    padding: 10px 14px 4px;
    border-bottom: none;
  }
  .pastel-lp .company-table td {
    display: block;
    width: 100%;
    padding: 4px 14px 14px;
  }
  .pastel-lp .license-grid { grid-template-columns: 1fr; }
}
/* ===== 登録 単独カード（大きく目立つ） ===== */
.pastel-lp .license-single-wrap {
  display: flex;
  justify-content: center;
}
.pastel-lp .license-single-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 60px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.10);
  border: 2px solid #f0c0c0;
  text-align: center;
  min-width: 380px;
}
.pastel-lp .license-single-card .license-single-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}
.pastel-lp .license-single-card h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}
.pastel-lp .license-single-num {
  font-size: 1rem;
  font-weight: 700;
  color: #d96060;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.pastel-lp .license-single-note {
  font-size: 0.72rem;
  color: #999;
}

/* レスポンシブ */
@media (max-width: 480px) {
  .pastel-lp .license-single-card {
    min-width: unset;
    width: 100%;
    padding: 28px 24px;
  }
}
/* ============================================================
   会社案内ページ v2（CASAスタイル・Pastelテイスト）CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== セクション共通タイトル ===== */
.pastel-lp .co-sec-title {
  text-align: center;
  margin-bottom: 40px;
}
.pastel-lp .co-sec-title h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
}
.pastel-lp .co-sec-line {
  width: 40px;
  height: 2px;
  background: #d96060;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===== ① ヒーロー ===== */
.pastel-lp .co-hero {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.pastel-lp .co-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.pastel-lp .co-hero-text {
  padding: 72px 56px 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pastel-lp .co-hero-small {
  font-size: 0.72rem;
  color: #d96060;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 20px;
}
.pastel-lp .co-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.7;
  margin-bottom: 24px;
}
.pastel-lp .co-hero-line {
  width: 40px;
  height: 2px;
  background: #d96060;
  margin-bottom: 24px;
}
.pastel-lp .co-hero-desc {
  font-size: 0.86rem;
  color: #555;
  line-height: 2.1;
}
.pastel-lp .co-hero-img {
  overflow: hidden;
  background: #f5ede6;
}
.pastel-lp .co-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pastel-lp .co-hero-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, #e8d5c4, #c9a882);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,0.5);
}

/* ===== ② 大切にしていること ===== */
.pastel-lp .co-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.pastel-lp .co-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 8px;
}
.pastel-lp .co-value-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pastel-lp .co-value-item h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
.pastel-lp .co-value-item p {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.85;
}

/* ===== ③ 会社概要 ===== */
.pastel-lp .co-overview-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}
.pastel-lp .co-overview-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.pastel-lp .co-overview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pastel-lp .co-overview-img-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #d4c8b4, #b0a488);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(255,255,255,0.6);
}

/* ===== ④ 代表メッセージ ===== */
.pastel-lp .co-message-wrap {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: center;
}
.pastel-lp .co-message-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #333;
}
.pastel-lp .co-message-body {
  font-size: 0.88rem;
  color: #555;
  line-height: 2.1;
  margin-bottom: 20px;
}
.pastel-lp .co-message-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  text-align: right;
  padding-top: 16px;
  border-top: 1px solid #e8d8d0;
}
.pastel-lp .co-message-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}
.pastel-lp .co-message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pastel-lp .co-message-img-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #e8d5c4, #d4b99a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(255,255,255,0.6);
}

/* ===== ⑤ CTA（信頼バッジ付き）===== */
.pastel-lp .co-cta-section {
  background: #fdf8f5;
  border-top: 1px solid #e8d8d0;
  padding: 72px 20px;
  text-align: center;
}
.pastel-lp .co-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}
.pastel-lp .co-cta-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}
.pastel-lp .co-cta-sub {
  font-size: 0.86rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 32px;
}
.pastel-lp .co-trust-badges {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.pastel-lp .co-trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #555;
  font-weight: 500;
}
.pastel-lp .co-trust-icon {
  color: #4a9e6b;
  font-size: 1rem;
}
.pastel-lp .co-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d96060;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(217,96,96,0.35);
}
.pastel-lp .co-cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.pastel-lp .co-cta-arrow {
  font-size: 1.3rem;
  line-height: 1;
}

/* ===== 会社概要テーブル（共通から流用） ===== */
.pastel-lp .company-table th { width: 140px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .pastel-lp .co-values-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pastel-lp .co-overview-wrap { grid-template-columns: 1fr; }
  .pastel-lp .co-overview-img { max-width: 480px; }
  .pastel-lp .co-message-wrap { grid-template-columns: 1fr; }
  .pastel-lp .co-message-img { max-width: 480px; }
}

@media (max-width: 768px) {
  /* ヒーロー */
  .pastel-lp .co-hero-inner { grid-template-columns: 1fr; }
  .pastel-lp .co-hero-text { padding: 40px 24px; }
  .pastel-lp .co-hero-title { font-size: 1.4rem; }
  .pastel-lp .co-hero-img-placeholder { min-height: 240px; }

  /* 大切にしていること */
  .pastel-lp .co-values-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* CTA */
  .pastel-lp .co-cta-title { font-size: 1.3rem; }
  .pastel-lp .co-trust-badges { gap: 16px; flex-direction: column; align-items: center; }
  .pastel-lp .co-cta-btn { padding: 16px 32px; font-size: 0.92rem; width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .pastel-lp .co-values-grid { grid-template-columns: 1fr; }
  .pastel-lp .co-hero-title { font-size: 1.25rem; }
  .pastel-lp .co-sec-title h2 { font-size: 1.25rem; }
}
/* ============================================================
   不動産売買の流れ v5 CSS（pf- クラス・1グリッド明示配置）
   作業:
   ① style.css 内の .fw- .flow- .pflow- で始まるCSS行をすべて削除
   ② このCSSを style.css 末尾に追記
   ============================================================ */

/* ページ */
.pf-section {
  background: #fdf8f5 !important;
  padding: 64px 0 72px !important;
  display: block !important;
}
.pf-container {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  display: block !important;
}

/* タイトル */
.pf-title-wrap {
  text-align: center !important;
  margin-bottom: 52px !important;
  display: block !important;
}
.pf-title-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.pf-title {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #3a3020 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: inline !important;
}
.pf-dots {
  font-size: 0.7rem !important;
  color: #b0a090 !important;
  letter-spacing: 0.35em !important;
  margin: 6px 0 10px !important;
  display: block !important;
}
.pf-sub {
  font-size: 0.88rem !important;
  color: #7a6a5a !important;
  margin: 0 !important;
  display: block !important;
}

/* ===== 1グリッド ===== */
.pf-grid {
  display: grid !important;
  grid-template-columns: 1fr 44px 1fr 44px 1fr !important;
  grid-template-rows: auto 48px auto !important;
  align-items: center !important;
  gap: 0 !important;
  row-gap: 20px !important;
}

/* 各要素のグリッド位置（行・列を明示） */
.pf-r1c1 { grid-column: 1 !important; grid-row: 1 !important; }
.pf-r1c2 { grid-column: 2 !important; grid-row: 1 !important; }
.pf-r1c3 { grid-column: 3 !important; grid-row: 1 !important; }
.pf-r1c4 { grid-column: 4 !important; grid-row: 1 !important; }
.pf-r1c5 { grid-column: 5 !important; grid-row: 1 !important; }
/* 行2: ↓矢印のみ（列5・右端） */
.pf-r2c5 { grid-column: 5 !important; grid-row: 2 !important; }
/* 行3 */
.pf-r3c1 { grid-column: 1 !important; grid-row: 3 !important; }
.pf-r3c2 { grid-column: 2 !important; grid-row: 3 !important; }
.pf-r3c3 { grid-column: 3 !important; grid-row: 3 !important; }
.pf-r3c4 { grid-column: 4 !important; grid-row: 3 !important; }
.pf-r3c5 { grid-column: 5 !important; grid-row: 3 !important; }

/* カード */
.pf-card {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1.5px solid #e8d8d0 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
  padding: 52px 18px 22px !important;
  position: relative !important;
  align-self: stretch !important;
  display: block !important;
}

/* STEPバッジ */
.pf-badge {
  position: absolute !important;
  top: -22px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #4a9e6b !important;
  color: #fff !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2 !important;
  box-shadow: 0 3px 12px rgba(74,158,107,0.4) !important;
}
.pf-sl {
  font-size: 0.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  display: block !important;
  line-height: 1.2 !important;
}
.pf-sn {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  display: block !important;
  line-height: 1 !important;
}

/* アイコン */
.pf-icon {
  height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}
.pf-em { font-size: 2.6rem !important; line-height: 1 !important; }

/* カードタイトル */
.pf-ct {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #4a7a5a !important;
  line-height: 1.6 !important;
  margin: 0 0 10px !important;
  padding: 0 0 0 10px !important;
  border-left: 3px solid #b0d4be !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  text-align: left !important;
}

/* カード説明 */
.pf-cd {
  font-size: 0.75rem !important;
  color: #666 !important;
  line-height: 1.85 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* 横矢印 › */
.pf-ah {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4a9e6b !important;
  font-size: 2rem !important;
  font-weight: 300 !important;
  padding-top: 24px !important;
  align-self: center !important;
}

/* 折り返し↓矢印（列5・行2） */
.pf-turn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4a9e6b !important;
  font-size: 1.6rem !important;
  align-self: center !important;
}

/* 締めメッセージ */
.pf-closing {
  margin-top: 36px !important;
  background: #fff !important;
  border-radius: 14px !important;
  border: 1.5px solid #e8d8d0 !important;
  padding: 24px 32px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
}
.pf-closing-icon { font-size: 2.8rem !important; flex-shrink: 0 !important; }
.pf-closing-text {
  font-size: 0.88rem !important;
  color: #444 !important;
  line-height: 2.0 !important;
  margin: 0 !important;
}
.pf-closing-note {
  font-size: 0.73rem !important;
  color: #999 !important;
  margin: 6px 0 0 !important;
  display: block !important;
}

/* ===== モバイル ===== */
@media (max-width: 640px) {
  .pf-container { padding: 0 16px !important; }
  .pf-title { font-size: 1.4rem !important; }

  .pf-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  .pf-ah { display: none !important; }
  .pf-turn { display: none !important; }
  .pf-card { width: 100% !important; box-sizing: border-box !important; }

  .pf-closing {
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px 16px !important;
  }
}
/* 2行目の矢印を左向きに変更 */
.pf-r3c2, .pf-r3c4 {
  transform: scaleX(-1) !important;
}

/* ===== ハンバーガーボタン（目立つ版）===== */
.pastel-header .hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 8px 14px;
  background: #d96060;
  border: none;
  border-radius: 8px;
  z-index: 200;
}
.pastel-header .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
/* 「メニュー」テキスト */
.pastel-header .hamburger::after {
  content: 'メニュー';
  display: block;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .pastel-header .hamburger { display: flex !important; }
}
/* 点滅アニメーションで注目を集める（初回のみ）*/
.pastel-header .hamburger {
  animation: pulse-btn 2s ease-in-out 3;
}
@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.08); }
}

/* モバイルナビオーバーレイ */
.pastel-mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.98);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pastel-mobile-nav.open {
  display: flex !important;
}
.pastel-mobile-nav ul {
  list-style: none;
  padding: 0; margin: 0;
  text-align: center;
  width: 100%;
}
.pastel-mobile-nav ul li {
  border-bottom: 1px solid #f0e0dc;
}
.pastel-mobile-nav ul li a {
  display: block;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.pastel-mobile-nav ul li a:hover {
  color: #d96060;
  background: #fff8f7;
}
.pastel-mobile-nav .mobile-nav-close {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 1.8rem;
  color: #d96060;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}
.pastel-mobile-nav .mobile-nav-btns {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
}
.pastel-mobile-nav .mobile-nav-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.pastel-mobile-nav .mobile-nav-btns .m-btn-pink {
  background: #d96060;
  color: #fff;
}
.pastel-mobile-nav .mobile-nav-btns .m-btn-green {
  background: #06C755;
  color: #fff;
}

@media (max-width: 768px) {
  .pastel-header .hamburger { display: flex !important; }
}
/* ============================================================
   お問い合わせページ 追加CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== 注意事項 3項目 ===== */
.pastel-lp .ct-notice-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pastel-lp .ct-notice-item {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #e8d8d0;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.pastel-lp .ct-notice-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pastel-lp .ct-notice-item h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}
.pastel-lp .ct-notice-item p {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.75;
}

/* ===== 予約カレンダーエリア ===== */
.pastel-lp .ct-calendar-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #e8d8d0;
  padding: 40px 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  min-height: 300px;
}

/* ===== LINE相談エリア ===== */
.pastel-lp .ct-line-wrap {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #e8d8d0;
  padding: 40px 40px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.pastel-lp .ct-line-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.pastel-lp .ct-line-desc {
  font-size: 0.84rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}
.pastel-lp .ct-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06C755;
  color: #fff;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
.pastel-lp .ct-line-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.pastel-lp .ct-line-qr {
  text-align: center;
}
.pastel-lp .ct-line-qr img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  border: 1px solid #e8d8d0;
}
.pastel-lp .ct-line-qr-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  border: 1.5px dashed #e8d8d0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  color: #999;
  font-size: 0.72rem;
}

/* ===== FAQ ===== */
.pastel-lp .ct-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.pastel-lp .ct-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #e8d8d0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.pastel-lp .ct-faq-q,
.pastel-lp .ct-faq-a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
}
.pastel-lp .ct-faq-q {
  background: #fff8f7;
  border-bottom: 1px solid #f0e0dc;
}
.pastel-lp .ct-faq-a {
  background: #fff;
}
.pastel-lp .ct-faq-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d96060;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.pastel-lp .ct-faq-label-a {
  background: #4a9e6b;
}
.pastel-lp .ct-faq-q p,
.pastel-lp .ct-faq-a p {
  font-size: 0.86rem;
  color: #444;
  line-height: 1.75;
  margin: 4px 0 0;
}
.pastel-lp .ct-faq-q p {
  font-weight: 700;
  color: #333;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pastel-lp .ct-notice-wrap { grid-template-columns: 1fr; gap: 14px; }
  .pastel-lp .ct-line-wrap { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .pastel-lp .ct-calendar-wrap { padding: 24px 16px; }
}

@media (max-width: 480px) {
  .pastel-lp .ct-notice-item { padding: 18px 16px; }
  .pastel-lp .ct-faq-q,
  .pastel-lp .ct-faq-a { padding: 14px 16px; gap: 12px; }
}
/* 予約カレンダー iframe */
.pastel-lp .ct-calendar-wrap iframe {
  width: 100% !important;
  min-height: 700px !important;
  border: none !important;
  border-radius: 12px !important;
  display: block !important;
}

/* モバイル */
@media (max-width: 768px) {
  .pastel-lp .ct-calendar-wrap iframe {
    min-height: 850px !important;
  }
}
/* ============================================================
   お悩みから探すセクション CSS
   style.css の末尾に追記してください
   ============================================================ */

/* ===== セクション全体 ===== */
.worries-nav-section {
  background: #fdf8f5;
  padding: 64px 0 72px;
}
.worries-nav-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== タイトル ===== */
.worries-nav-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.worries-nav-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: none;
}
.worries-nav-slash {
  color: #d96060;
  font-size: 1.3rem;
  font-weight: 400;
}

/* ===== カードグリッド ===== */
.worries-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ===== カード ===== */
.worries-nav-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #ede4de;
  padding: 24px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 14px rgba(0,0,0,0.06);
}
.worries-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.11);
  text-decoration: none;
  color: inherit;
}

/* イラストエリア */
.worries-nav-img-wrap {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.worries-nav-img-wrap img {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.worries-nav-img-placeholder {
  font-size: 3.5rem;
  line-height: 1;
}

/* テキストエリア */
.worries-nav-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.worries-nav-card-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: none;
}
.worries-nav-card-desc {
  font-size: 0.76rem;
  color: #888;
  line-height: 1.65;
  margin: 0;
}

/* 矢印ボタン */
.worries-nav-arrow {
  width: 30px;
  height: 30px;
  background: #d96060;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.2s;
}
.worries-nav-card:hover .worries-nav-arrow {
  background: #c04848;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
  .worries-nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .worries-nav-title { font-size: 1.3rem; }
  .worries-nav-img-wrap { height: 85px; }
  .worries-nav-img-placeholder { font-size: 2.8rem; }
  .worries-nav-card-title { font-size: 0.88rem; }
  .worries-nav-card-desc { font-size: 0.72rem; }
  .worries-nav-card { padding: 18px 14px 14px; }
}

@media (max-width: 360px) {
  .worries-nav-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .worries-nav-card-title { font-size: 0.82rem; }
}
/* ===== 会社概要: テーブルと画像を同じ高さに ===== */
.pastel-lp .co-overview-wrap {
  display: grid !important;
  grid-template-columns: 1fr 360px !important;
  gap: 40px !important;
  align-items: start !important;
}
.pastel-lp .co-overview-table-area {
  align-self: stretch;
}
.pastel-lp .co-overview-img {
  align-self: stretch !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.pastel-lp .co-overview-img img,
.pastel-lp .co-overview-img-placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  object-fit: cover !important;
}
/* テーブルの行を細く */
.pastel-lp .company-table th,
.pastel-lp .company-table td {
  padding: 12px 16px !important;
  font-size: 0.84rem !important;
  border-bottom: 1px solid #ece4e0 !important;
}
.pastel-lp .company-table th {
  width: 120px !important;
  color: #555 !important;
  background: transparent !important;
  font-weight: 500 !important;
}

/* ===== 代表メッセージ: 左テキスト＋右画像フルブリード ===== */
.pastel-lp .co-message-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #f7f2ee !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  align-items: stretch !important;
}
.pastel-lp .co-message-text {
  padding: 48px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #f7f2ee !important;
}
.pastel-lp .co-message-img {
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  min-height: 340px !important;
}
.pastel-lp .co-message-img img,
.pastel-lp .co-message-img-placeholder {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.pastel-lp .co-message-title {
  font-size: 1.3rem !important;
  margin-bottom: 8px !important;
}
.pastel-lp .co-message-body {
  font-size: 0.86rem !important;
  line-height: 2.0 !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .pastel-lp .co-overview-wrap {
    grid-template-columns: 1fr !important;
  }
  .pastel-lp .co-overview-img {
    min-height: 220px !important;
  }
  .pastel-lp .co-message-wrap {
    grid-template-columns: 1fr !important;
  }
  .pastel-lp .co-message-text {
    padding: 32px 24px !important;
  }
  .pastel-lp .co-message-img {
    min-height: 220px !important;
  }
}
/* ===== 会社概要: 画像をテーブルと同じ高さに揃える ===== */
.pastel-lp .co-overview-wrap {
  align-items: stretch !important;
}
.pastel-lp .co-overview-img {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
}
.pastel-lp .co-overview-img img,
.pastel-lp .co-overview-img-placeholder {
  flex: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center top !important;
}
/* ===== 会社概要: 画像高さ完全一致（絶対配置版）===== */
.pastel-lp .co-overview-wrap {
  display: grid !important;
  grid-template-columns: 1fr 360px !important;
  gap: 40px !important;
  align-items: stretch !important;
}
.pastel-lp .co-overview-table-area {
  align-self: stretch !important;
}
.pastel-lp .co-overview-img {
  position: relative !important;
  align-self: stretch !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  min-height: 0 !important;
  height: auto !important;
}
/* 画像を親要素いっぱいに広げる */
.pastel-lp .co-overview-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}
/* プレースホルダーも同様 */
.pastel-lp .co-overview-img-placeholder {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* 絶対配置の基準となる最低高さを確保 */
.pastel-lp .co-overview-img::before {
  content: '' !important;
  display: block !important;
  padding-top: 60% !important;
}
/* 会社概要画像: JS制御前提のCSS */
.pastel-lp .co-overview-img {
  overflow: hidden !important;
  border-radius: 12px !important;
}
.pastel-lp .co-overview-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
.pastel-lp .co-overview-img {
  background: #f5ede6 !important;
}
/* 会社概要: 画像エリアの背景色で高さの差を自然に見せる */
.pastel-lp .co-overview-img {
  background: #f0ebe5 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-start !important;
}
.pastel-lp .co-overview-img img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
/* 会社概要: 画像修正（背景色除去・引き伸ばし）*/
.pastel-lp .co-overview-wrap {
  align-items: stretch !important;
}
.pastel-lp .co-overview-img {
  background: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  height: 555px !important;
}
.pastel-lp .co-overview-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
@media (max-width: 960px) {
  .pastel-lp .co-overview-img {
    height: 480px !important;
  }
}
@media (max-width: 768px) {
  .pastel-lp .co-overview-img {
    height: 280px !important;
  }
}
/* ===== 会社概要 モバイル完全修正 ===== */
@media (max-width: 768px) {

  /* グリッドを1列縦積みに */
  .pastel-lp .co-overview-wrap {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* 画像を全幅・固定高さに */
  .pastel-lp .co-overview-img {
    height: 240px !important;
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .pastel-lp .co-overview-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* テーブルをth・td横並びに修正 */
  .pastel-lp .company-table {
    display: table !important;
    width: 100% !important;
  }
  .pastel-lp .company-table tbody {
    display: table-row-group !important;
  }
  .pastel-lp .company-table tr {
    display: table-row !important;
  }
  .pastel-lp .company-table th {
    display: table-cell !important;
    width: 90px !important;
    padding: 10px 10px !important;
    font-size: 0.76rem !important;
    white-space: nowrap !important;
  }
  .pastel-lp .company-table td {
    display: table-cell !important;
    padding: 10px 10px !important;
    font-size: 0.78rem !important;
    word-break: break-all !important;
  }
}
/* サービス3本柱 画像アイコン */
.pastel-lp .service-pillar-icon img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
/* サービス3本柱: アイコンエリアの高さを統一 */
.pastel-lp .service-pillar-icon {
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
  font-size: 2.4rem !important;
}
.pastel-lp .service-pillar-icon img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  display: block !important;
}
/* サービス3本柱: 画像の中央揃え強制 */
.pastel-lp .service-pillar-icon img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
