@charset "utf-8";
/* ============================================================
   Front Page (LP) Styles - PDF Design Match
   ============================================================ */

/* --- 共通ユーティリティ --- */
.sp-only { display: none; }
.pc-only { display: inline; }
@media (max-width: 768px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
}

/* --- 共通フォント --- */
#fp-hero, #fp-area-no1, #fp-overview, #fp-features, #fp-worries, #fp-intro, #fp-campaign,
#fp-reasons, #fp-voices, #fp-services,
#fp-area, #fp-beginner {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}

/* --- 共通セクションタイトル --- */
.truck-pack-section {
    width: 80%;
    margin: auto;
}
.fp-section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #2E7D32;
  line-height: 1.5;
  margin-bottom: 15px;
}
.fp-section-title .marker {
  background: linear-gradient(transparent 60%, #FFE066 60%);
  padding: 0 4px;
}
.fp-section-title .accent-number {
  color: #FF6D00;
  font-size: 42px;
}
.fp-section-title .accent-text {
  color: #FF6D00;
}
.fp-section-title--white {
  color: #fff;
}
.marker-white {
  background: linear-gradient(transparent 60%, rgba(255,255,255,0.3) 60%);
  padding: 0 4px;
}
.fp-section-subtitle {
  text-align: center;
  font-size: 13px;
  color: #888;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* --- 共通ボタン --- */
.fp-btn-more {
  display: inline-block;
  background: #fff;
  color: #2E7D32;
  border: 2px solid #4CAF50;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.fp-btn-more:hover {
  background: #4CAF50;
  color: #fff;
}
.fp-btn-more--white {
  background: #fff;
  color: #4CAF50;
  border-color: #fff;
}
.fp-btn-more--white:hover {
  background: #E8F5E9;
  color: #2E7D32;
}


/* ============================================================
   HERO (FV) セクション
   ============================================================ */
#fp-hero {
  position: relative;
  overflow: hidden;
}

/* FV背景画像 - 全幅表示 */
.fp-hero-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------
   テキストオーバーレイ
   FV.webpの中央緑エリアに重ねる
   ---------------------------------------------------------- */
.fp-hero-overlay {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  width: 38%;
}

/* ----------------------------------------------------------
   「宮崎地域の」吹き出しバナー
   hukidasi-1.webp が吹き出し枠、テキストを上に重ねる
   ---------------------------------------------------------- */
.fp-hero-region {
  display: inline-block;
  position: relative;
  margin-bottom: clamp(2px, 0.4vw, 8px);
}
/* hukidasi-1 = 吹き出し枠画像（コンテナいっぱいに広がる） */
.fp-hero-region-frame {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: fill;
}
/* テキストを吹き出しの上下左右中央に配置 */
.fp-hero-region-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.9vw, 35px);
  font-weight: 900;
  letter-spacing: 3px;
  white-space: nowrap;
  padding: clamp(6px, 0.8vw, 14px) clamp(20px, 3vw, 50px);
  z-index: 1;
padding-bottom: 24px;
margin-top: -12px;
}
/* 「宮崎」= 緑イタリック */
.fp-hero-region-green {
  color: #fc7d00;
  font-size: 1.15em;
}
/* 「地域の」= ダークグレー */
.fp-hero-region-dark {
  color: #333;
}

/* ----------------------------------------------------------
   メインタイトル「不用品回収」
   #feb900→#f7ff10 グラデーション + #177200 縁 + ドロップシャドウ
   ---------------------------------------------------------- */
.fp-hero-title {
  margin: clamp(2px, 0.3vw, 6px) 0 clamp(4px, 0.6vw, 10px);
  line-height: 1;
}
.fp-hero-title-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
/* スクリーンリーダー用テキスト（非表示） */
.fp-hero-title .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ----------------------------------------------------------
   キャッチコピー
   ---------------------------------------------------------- */
.fp-hero-catch {
  font-size: clamp(11px, 1.8vw, 32px);
  font-weight: 800;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 2px;
  text-shadow:
    2px 2px 0 rgba(0,80,0,0.6),
    0 0 6px rgba(0,0,0,0.15);
margin-top: 1rem;
}

/* ----------------------------------------------------------
   「迅速＆丁寧」「年中無休」
   ＼テキスト／— オレンジ文字 + 左右に緑三角装飾
   ---------------------------------------------------------- */
.fp-hero-bubble {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.4vw, 6px);
}
.fp-hero-bubble-text {
  color: #F57C00;
  font-weight: 900;
  font-size: clamp(11px, 1.4vw, 22px);
  white-space: nowrap;
  letter-spacing: 1px;
}
/* 左右の緑三角装飾 */
.fp-hero-bubble-deco {
  width: clamp(10px, 1.2vw, 20px);
  height: auto;
  display: block;
}
/* 位置（右端スタッフ写真エリア上） */
.fp-hero-bubble--1 {
top:2%;
right:15%;
}
.fp-hero-bubble--2 {
  top: 12%;
  right: 2%;
}

/* ----------------------------------------------------------
   ポイントバー（ヒーロー最下部ダークグリーンバー）
   ---------------------------------------------------------- */
.fp-hero-points {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: clamp(10px, 1.5vw, 22px) 20px;
  z-index: 2;
}
.fp-hero-points-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.8vw, 22px);
}
/* 各ポイントメダル（画像＋テキスト重ね） */
.fp-hero-point-item {
  position: relative;
  display: inline-block;
}
.fp-hero-point-item img {
  width: clamp(55px, 13vw, 250px);
  height: auto;
  display: block;
}
/* テキストを緑円エリアの上に重ねる + ドロップシャドウ */
.fp-hero-point-content {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 85%;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.36));
}
.fp-hero-point-sub {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(4px, 1.55vw, 12px);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: clamp(1px, 0.2vw, 3px);
}
/* オレンジ文字（即日対応, お見積もり, 女性スタッフ, 優良事業所, Googleクチコミ集計, お客様満足度） */
.fp-hero-point-orange {
    display: block;
    color: #fe9b00;
    text-shadow:
        -3px -3px 0 #fff,
         3px -3px 0 #fff,
        -3px  3px 0 #fff,
         3px  3px 0 #fff,
         0   -3px 0 #fff,
         0    3px 0 #fff,
        -3px  0   0 #fff,
         3px  0   0 #fff;
    font-weight: 900;
    font-size: clamp(8px, 2.1vw, 28px);
    line-height: 1.2;
}
/* 緑文字（OK!, 無料, 対応, 認定, 98%） */
.fp-hero-point-green {
    display: block;
    color: #148205;
    text-shadow:
        -3px -3px 0 #fff,
         3px -3px 0 #fff,
        -3px  3px 0 #fff,
         3px  3px 0 #fff,
         0   -3px 0 #fff,
         0    3px 0 #fff,
        -3px  0   0 #fff,
         3px  0   0 #fff;
    font-weight: 900;
    font-size: clamp(10px, 2.3vw, 30px);
    line-height: 1.2;
}
.fp-hero-point-green strong {
  font-size: 1.3em;
}
.fp-hero-point-green small {
  font-size: 0.7em;
}
.fp-hero-point-sub .fp-hero-point-green {
    margin-top: 0px;
}
.fp-hero-point-item:nth-child(3) .fp-hero-point-orange {
    font-size: clamp(8px, 2.1vw, 24px);
}
.fp-hero-point-item:nth-child(5) .fp-hero-point-orange {
    font-size: clamp(8px, 2.1vw, 23px);
}
.fp-hero-point-item:nth-child(5) .fp-hero-point-sub.fp-hero-point-orange {
    color: #fe9b00;
    text-shadow:
        -2px -2px 0 #fff,
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
         0   -2px 0 #fff,
         0    2px 0 #fff,
        -2px  0   0 #fff,
         2px  0   0 #fff;
    font-size: clamp(8px, 2.1vw, 14px);
}
/* ----------------------------------------------------------
   HERO レスポンシブ
   ---------------------------------------------------------- */
@media (max-width: 900px) {
  .fp-hero-overlay {
    width: 42%;
    top: 2%;
    transform: translateX(-52%);
  }
  .fp-hero-bubble--1 {
    top: 1%;
    right: 3%;
  }
  .fp-hero-bubble--2 {
    top: 12%;
    right: 0;
  }
}
@media (max-width: 600px) {
  .fp-hero-overlay {
    width: 44%;
    top: 1%;
  }
  .fp-hero-region-text {
    padding: 3px 12px;
    letter-spacing: 1px;
  }
  .fp-hero-bubble--1 {
    top: 0;
    right: 2%;
  }
  .fp-hero-bubble--2 {
    top: 10%;
    right: 0;
  }
  .fp-hero-points {
    padding: 8px 8px;
  }
}


/* ============================================================
   宮崎エリア 実績No.1セクション
   ============================================================ */
#fp-area-no1 {
  position: relative;
  overflow: hidden;
}

/* 背景画像 - 全幅表示 */
.fp-area-no1-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト・メダル オーバーレイ（全面カバー） */
.fp-area-no1-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* -------------------------------------------------------
   「宮崎エリア」— 左寄り・斜め・濃い緑＋白太縁
   ------------------------------------------------------- */
.fp-area-no1-label {
    position: absolute;
    top: 37%;
    left: 16%;
    font-size: clamp(22px, 4.8vw, 50px);
    font-weight: 900;
    color: #fff;
    letter-spacing: clamp(3px, 0.8vw, 14px);
    text-shadow:
        -3px -3px 0 #3b4640,
         3px -3px 0 #3b4640,
        -3px  3px 0 #3b4640,
         3px  3px 0 #3b4640,
         0   -3px 0 #3b4640,
         0    3px 0 #3b4640,
        -3px  0   0 #3b4640,
         3px  0   0 #3b4640,
        -1.5px -1.5px 0 #3b4640,
         1.5px -1.5px 0 #3b4640,
        -1.5px  1.5px 0 #3b4640,
         1.5px  1.5px 0 #3b4640;
    filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.10));
    margin: 0;
    transform: rotate(-3deg);
}

/* -------------------------------------------------------
   「実績 No.1 に挑戦中」— 左寄り・斜め
   ------------------------------------------------------- */
.fp-area-no1-heading {
    position: absolute;
    top: 42%;
    left: 16%;
    font-size: clamp(18px, 7.8vw, 80px);
    font-weight: 900;
    letter-spacing: clamp(1px, 0.3vw, 5px);
    filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.10));
    margin: 0;
    white-space: nowrap;
    transform: rotate(-3deg);
}

/* ゴールドグラデ共通（実績・No.・1・挑戦中） */
.fp-area-no1-gold {
  background: linear-gradient(180deg, #a37429 0%, #dcb880 25%, #fbf6c7 50%, #d7b47f 75%, #a7701a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
      drop-shadow(1px 0 0 #3b4640)
      drop-shadow(-1px 0 0 #3b4640)
      drop-shadow(0 1px 0 #3b4640)
      drop-shadow(0 -1px 0 #3b4640)
      drop-shadow(1px 0 0 #3b4640)
      drop-shadow(-1px 0 0 #3b4640)
      drop-shadow(0 1px 0 #3b4640)
      drop-shadow(0 -1px 0 #3b4640);
}

/* 「に」= 白文字 + 境界線 */
.fp-area-no1-ni {
  color: #fff;
  text-shadow:
      -2px -2px 0 #3b4640,
       2px -2px 0 #3b4640,
      -2px  2px 0 #3b4640,
       2px  2px 0 #3b4640,
       0   -2px 0 #3b4640,
       0    2px 0 #3b4640,
      -2px  0   0 #3b4640,
       2px  0   0 #3b4640;
}

/* 「No.」やや大きく */
.fp-area-no1-no {
  font-size: 1.3em;
}

/* 「1」特大 */
.fp-area-no1-one {
  font-size: 2em;
  line-height: 0.85;
  vertical-align: baseline;
}

/* 装飾キラキラ（area2.webp）— 「挑戦中」のすぐ右 */
.fp-area-no1-deco {
    width: clamp(22px, 7.2vw, 123px);
    height: auto;
    vertical-align: top;
    margin-left: clamp(2px, 0.4vw, 8px);
    text-shadow: none;
    filter: none;
    margin-left: -1rem;
}

/* -------------------------------------------------------
   メダル（area1.webp）+ お客様満足度テキスト — 右下寄り
   ------------------------------------------------------- */
.fp-area-no1-medal {
  position: absolute;
  bottom: 10%;
  right: 28%;
}

.fp-area-no1-medal-img {
  width: clamp(70px, 12vw, 195px);
  height: auto;
  display: block;
}

/* メダル金円エリア上のテキスト */
.fp-area-no1-medal-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
}

.fp-area-no1-medal-label {
    display: block;
    font-size: clamp(5px, 3vw, 20px);
    font-weight: 800;
    color: #444;
    letter-spacing: 0.5px;
    margin-bottom: clamp(0px, 0.15vw, 3px);
    text-shadow:
        -2px -2px 0 #fff,
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
         0   -2px 0 #fff,
         0    2px 0 #fff,
        -2px  0   0 #fff,
         2px  0   0 #fff;
}

.fp-area-no1-medal-number {
    display: block;
    font-size: clamp(18px, 3.8vw, 60px);
    font-weight: 900;
    color: #e53935;
    line-height: 1;
    text-shadow:
        -3px -3px 0 #fff,
         3px -3px 0 #fff,
        -3px  3px 0 #fff,
         3px  3px 0 #fff,
         0   -3px 0 #fff,
         0    3px 0 #fff,
        -3px  0   0 #fff,
         3px  0   0 #fff;
    margin-top: -11px;
}
.fp-area-no1-medal-number small {
  font-size: 0.5em;
}

/* -------------------------------------------------------
   レスポンシブ
   ------------------------------------------------------- */
@media (max-width: 900px) {
  .fp-area-no1-label {
    top: 22%;
    left: 6%;
  }
  .fp-area-no1-heading {
    top: 48%;
    left: 6%;
  }
  .fp-area-no1-medal {
    right: 22%;
    bottom: 8%;
  }
}

@media (max-width: 600px) {
  .fp-area-no1-label {
    top: 20%;
    left: 4%;
  }
  .fp-area-no1-heading {
    top: 45%;
    left: 4%;
  }
  .fp-area-no1-medal {
    right: 18%;
    bottom: 5%;
  }
  .fp-area-no1-deco {
    width: clamp(15px, 3vw, 30px);
  }
}


/* ============================================================
   激安・丁寧・迅速 に回収します！セクション
   ============================================================ */
#fp-overview {
  background: #FFF9E1;
  padding: 60px 20px 70px;
	padding-bottom: 20rem;
}

.fp-overview-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* -------------------------------------------------------
   上部リード 吹き出し「不用品1点から家一軒まで」
   ------------------------------------------------------- */
.fp-overview-lead-wrap {
  text-align: center;
  margin-bottom: 35px;
}
.fp-overview-lead {
    display: inline-block;
    position: relative;
    background: #27ab07;
    border: 2px dashed #27ab07;
    padding: 10px 28px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 5px;
}
/* 吹き出し三角（下向き） */
.fp-overview-lead::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
.fp-overview-lead::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #27ab07;
}
.fp-overview-lead-em {
  color: #fbfa53;
  font-size: 45px;
  font-weight: 900;
}

/* -------------------------------------------------------
   メイン見出し「激安・丁寧・迅速 に回収します！」
   ------------------------------------------------------- */
.fp-overview-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.4;
}
.fp-overview-heading-hl {
    color: #27ab07;
    font-size: 60px;
    text-shadow:
        -3px -3px 0 #fff,
         3px -3px 0 #fff,
        -3px  3px 0 #fff,
         3px  3px 0 #fff,
         0   -3px 0 #fff,
         0    3px 0 #fff,
        -3px  0   0 #fff,
         3px  0   0 #fff,
        -1.5px -1.5px 0 #fff,
         1.5px -1.5px 0 #fff,
        -1.5px  1.5px 0 #fff,
         1.5px  1.5px 0 #fff;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
    background: linear-gradient(transparent 65%, #fbfa53 65%);
    padding: 0 6px;
}

/* -------------------------------------------------------
   2カラム
   ------------------------------------------------------- */
.fp-overview-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左テキスト */
.fp-overview-text {
  flex: 1;
}

/* -------------------------------------------------------
   ゴールドバッジ（0217_2 / 0217_3 背景画像）
   ------------------------------------------------------- */
.fp-overview-badges-wrap {
  display: inline-block;
  margin-bottom: 20px;
}
.fp-overview-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fp-overview-badge {
  display: inline-block;
  position: relative;
}
.fp-overview-badge img {
  display: block;
  height: 55px;
  width: auto;
}
.fp-overview-badge span {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    text-shadow:
        -3px -3px 0 #7b5212,
         3px -3px 0 #7b5212,
        -3px  3px 0 #7b5212,
         3px  3px 0 #7b5212,
         0   -3px 0 #7b5212,
         0    3px 0 #7b5212,
        -3px  0   0 #7b5212,
         3px  0   0 #7b5212;
}
.fp-overview-badge-note {
    font-size: 14px;
    color: #7b5212;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: right;
    font-weight: bold;
}

/* -------------------------------------------------------
   サブ見出し + ドット下線
   ------------------------------------------------------- */
.fp-overview-subtitle {
  font-size: 26px;
  font-weight: 900;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.fp-overview-subtitle-line {
  border-bottom: 3px dotted #27ab07;
  padding-bottom: 3px;
}

/* 本文 */
.fp-overview-desc {
  font-size: 19px;
  color: #555;
  line-height: 2;
}

/* -------------------------------------------------------
   右：写真（0217_1.webp 1枚）
   ------------------------------------------------------- */
.fp-overview-photos {
  flex: 0 0 38%;
}
.fp-overview-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
  object-fit: cover;
  display: block;
}

/* -------------------------------------------------------
   レスポンシブ
   ------------------------------------------------------- */
@media (max-width: 768px) {
  #fp-overview {
    padding: 50px 15px 60px;
  }
  .fp-overview-lead {
    font-size: 16px;
    padding: 8px 20px;
  }
  .fp-overview-lead-em {
    font-size: 24px;
  }
  .fp-overview-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .fp-overview-heading-hl {
    font-size: 32px;
  }
  .fp-overview-content {
    flex-direction: column;
  }
  .fp-overview-photos {
    flex: none;
    width: 100%;
  }
  .fp-overview-badge img {
    height: 34px;
  }
  .fp-overview-badge span {
    font-size: 12px;
  }
  .fp-overview-subtitle {
    font-size: 22px;
  }
  .fp-overview-desc {
    font-size: 14px;
  }
}


/* ============================================================
   3つの特徴セクション（即日回収・スピーディー・大型対応）
   ============================================================ */
#fp-features {
  background: #d4edcf;
  padding: 80px 20px 70px;
  border-radius: 40% 40% 0 0 / 55% 55% 0 0;
  margin-top: -18rem;
  position: relative;
  z-index: 1;
}

.fp-features-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fp-features-grid {
  display: flex;
  gap: 35px;
  justify-content: center;
}

/* カード */
.fp-feature-card {
  flex: 1;
  max-width: 300px;
  text-align: center;
}

/* 写真（正円） */
.fp-feature-img {
  width: 85%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.fp-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* タイトル（緑帯） */
.fp-feature-title {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 8px 28px;
  border-radius: 8px;
  margin: -20px auto 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

/* テキスト */
.fp-feature-text {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  text-align: left;
}

/* レスポンシブ */
@media (max-width: 768px) {
  #fp-features {
    padding: 60px 15px 50px;
    border-radius: 150px 150px 0 0 / 50px 50px 0 0;
    margin-top: -25px;
  }
  .fp-features-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .fp-feature-card {
    max-width: 320px;
    width: 100%;
  }
}


/* ============================================================
   こんなお悩みありませんか？セクション
   ============================================================ */
#fp-worries {
  position: relative;
  overflow: hidden;
  --worries-content-w: 860px;  /* カード・バナー・下部の共通幅 */
}

/* 緑ストライプ背景（セクション全体をカバー） */
.fp-worries-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* タイトル + カードコンテナ */
.fp-worries-inner {
  position: relative;
  z-index: 1;
  max-width: calc(var(--worries-content-w) + 40px); /* 860 + padding 20*2 = 900px */
  margin: 0 auto;
  padding: 80px 20px 0;
}

/* タイトル */
.fp-worries-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 35px;
  line-height: 1.4;
}
.fp-worries-title-hl {
color:#fff;
  font-size: 48px;
  padding: 0 4px;
}

/* -------------------------------------------------------
   チェックリスト＋困り女性カード
   ------------------------------------------------------- */
.fp-worries-card {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px 30px 40px 45px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.fp-worries-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.fp-worries-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

.fp-worries-check {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}

.fp-worries-item p {
  margin: 0;
}
.fp-worries-item strong {
    color: #ff5400;
    font-weight: 900;
    padding-bottom: 1px;
}

/* 困り女性 — カード右上から大きくはみ出し配置 */
.fp-worries-woman {
  flex: 0 0 280px;
  align-self: flex-end;
  margin-top: -120px;
  margin-right: -15px;
  margin-bottom: -40px;
}
.fp-worries-woman img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------
   黄色矢印バナー（wor2.webp）+ ドット＋テキスト重ね
   ------------------------------------------------------- */
.fp-worries-banner {
  position: relative;
  z-index: 3;
  max-width: var(--worries-content-w);
  margin: 0 auto;
}
.fp-worries-banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-worries-banner-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.fp-worries-lead {
  font-size: 30px;
  font-weight: 900;
  color: #333;
  margin: 0;
  position: relative;
}
.fp-worries-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}
.fp-worries-dots span {
  width: 13px;
  height: 13px;
  background: #4CAF50;
  border-radius: 50%;
  display: block;
}

/* -------------------------------------------------------
   下部コンテンツ（緑背景のまま）
   ------------------------------------------------------- */
.fp-worries-lower-inner {
    position: relative;
    z-index: 1;
    max-width: var(--worries-content-w);  /* カード幅と統一 */
    margin: 0 auto;
    padding: 30px 20px 70px;
    background-color: #ffffff;
    padding-top: 9rem;
    margin-top: -5rem;
    margin-bottom: 9rem;
}

.fp-worries-cta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 36px;
  font-weight: 900;
  color: #333;
  margin: 0 0 50px;
  text-align: center;
}

.fp-worries-name {
  color: #2E7D32;
  font-size: 42px;
  font-weight: 900;
  background: none;
  padding: 0;
  border-bottom: 4px solid #fbfa53;
  text-shadow:
      -1px -1px 0 #fff,
       1px -1px 0 #fff,
      -1px  1px 0 #fff,
       1px  1px 0 #fff,
       0   -1px 0 #fff,
       0    1px 0 #fff,
      -1px  0   0 #fff,
       1px  0   0 #fff;
  filter: drop-shadow(2px 3px 0px rgba(0,0,0,0.15));
}

.fp-worries-omakase {
  font-size: 36px;
}

.fp-worries-deco {
  width: 44px;
  height: auto;
}
.fp-worries-deco--right {
  transform: scaleX(-1);
}

/* -------------------------------------------------------
   下部2カラム：スタッフ写真 + 3つの強み
   ------------------------------------------------------- */
.fp-worries-bottom {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.fp-worries-staff {
  flex: 0 0 38%;
}
.fp-worries-staff img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.fp-worries-strengths {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fp-worries-strength {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.fp-worries-strength-icon {
  flex-shrink: 0;
  width: 80px;
  position: relative;
}
.fp-worries-strength-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-worries-strength-label {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 900;
  color: #2E7D32;
  letter-spacing: 2px;
  white-space: nowrap;
}

.fp-worries-strength-text h3 {
  font-size: 19px;
  font-weight: 900;
  color: #2E7D32;
  margin: 0 0 5px;
  line-height: 1.4;
}

.fp-worries-strength-text p {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* -------------------------------------------------------
   レスポンシブ
   ------------------------------------------------------- */
@media (max-width: 768px) {
  .fp-worries-inner {
    padding: 60px 15px 0;
  }
  .fp-worries-title {
    font-size: 22px;
  }
  .fp-worries-title-hl {
    font-size: 34px;
  }
  .fp-worries-card {
    flex-direction: column;
    padding: 30px 25px;
    gap: 15px;
    align-items: center;
  }
  .fp-worries-woman {
    flex: none;
    width: 200px;
    margin-top: -60px;
    margin-right: 0;
    margin-bottom: -20px;
    align-self: center;
  }
  .fp-worries-item {
    font-size: 15px;
    padding: 8px 0;
    gap: 10px;
  }
  .fp-worries-check {
    width: 24px;
    height: 24px;
  }
  .fp-worries-lead {
    font-size: 18px;
  }
  .fp-worries-cta-text {
    font-size: 22px;
    flex-wrap: wrap;
  }
  .fp-worries-name {
    font-size: 26px;
  }
  .fp-worries-omakase {
    font-size: 22px;
  }
  .fp-worries-deco {
    width: 30px;
  }
  .fp-worries-lower-inner {
    padding: 20px 15px 50px;
  }
  .fp-worries-bottom {
    flex-direction: column;
    gap: 25px;
  }
  .fp-worries-staff {
    flex: none;
    width: 100%;
  }
  .fp-worries-strength-icon {
    width: 60px;
  }
  .fp-worries-strength-label {
    font-size: 11px;
  }
  .fp-worries-strength-text h3 {
    font-size: 16px;
  }
}


/* ============================================================
   イントロセクション（不用品の回収でお困りですか？）
   ============================================================ */
#fp-intro {
  background: #FFF9E1;
  padding: 80px 20px;
}

.fp-intro-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* 装飾ドット */
.fp-intro-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 15px;
}
.fp-intro-dots span {
  width: 14px;
  height: 14px;
  background: #4CAF50;
  border-radius: 50%;
  display: block;
}

/* 見出し */
.fp-intro-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.4;
}
.fp-intro-heading-bold {
  color: #2E7D32;
  font-size: 44px;
  border-bottom: 4px solid #2E7D32;
  padding-bottom: 2px;
}

/* コンテンツ 2カラム */
.fp-intro-content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

/* 左：写真エリア */
.fp-intro-photos {
  flex: 0 0 45%;
  position: relative;
  min-height: 350px;
}
.fp-intro-photo {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  object-fit: cover;
}
.fp-intro-photo--1 {
  width: 65%;
  height: auto;
  position: relative;
  z-index: 1;
}
.fp-intro-photo--2 {
  width: 55%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border: 3px solid #fff;
}
.fp-intro-truck {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 45%;
  z-index: 3;
}
.fp-intro-staff {
  position: absolute;
  top: -10px;
  right: 0;
  width: 80px;
  z-index: 3;
}

/* 右：テキストエリア */
.fp-intro-text {
  flex: 1;
}
.fp-intro-text-line1 {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  margin-bottom: 5px;
}
.fp-intro-text-line2 {
  font-size: 24px;
  font-weight: 900;
  color: #333;
  margin-bottom: 5px;
}
.fp-intro-text-line3 {
  font-size: 26px;
  font-weight: 900;
  color: #333;
  margin-bottom: 25px;
}
.fp-intro-text-accent {
  color: #4CAF50;
  font-size: 30px;
}

.fp-intro-desc {
  font-size: 15px;
  color: #555;
  line-height: 2;
}

@media (max-width: 768px) {
  #fp-intro {
    padding: 60px 15px;
  }
  .fp-intro-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .fp-intro-heading-bold {
    font-size: 30px;
  }
  .fp-intro-content {
    flex-direction: column;
    gap: 30px;
  }
  .fp-intro-photos {
    flex: none;
    width: 100%;
    min-height: 250px;
  }
  .fp-intro-text-line1 { font-size: 18px; }
  .fp-intro-text-line2 { font-size: 20px; }
  .fp-intro-text-line3 { font-size: 22px; }
  .fp-intro-text-accent { font-size: 24px; }
  .fp-intro-desc { font-size: 14px; }
}


/* ============================================================
   キャンペーンバナー
   ============================================================ */
#fp-campaign {
  padding: 0;
  background: #FFF9E1;
}
.fp-campaign-link {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  transition: opacity 0.3s ease;
}
.fp-campaign-link:hover {
  opacity: 0.85;
}
.fp-campaign-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


/* ============================================================
   選ばれる理由セクション
   ============================================================ */

/* -------------------------------------------------------
   ヘッダーバナー（0218-1 背景 + メダル + タイトル）
   ------------------------------------------------------- */
.fp-reasons-header-banner {
  position: relative;
  overflow: hidden;
}
.fp-reasons-header-bg {
  width: 100%;
  height: auto;
  display: block;
}
.fp-reasons-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
  gap: 20px;
}
.fp-reasons-medal {
    position: absolute;
    left: 5%;
}
/* メダル（0218-2.webp + テキスト重ね） */
.fp-reasons-medal-img {
  width: clamp(90px, 13vw, 170px);
  height: auto;
  display: block;
}
.fp-reasons-medal-text {
  position: absolute;
  top: 36%;
  left: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.fp-reasons-medal-label {
  display: block;
  font-size: clamp(7px, 1vw, 13px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.fp-reasons-medal-number {
  display: block;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.fp-reasons-medal-number small {
  font-size: 0.4em;
  font-weight: 800;
}

/* タイトル */
.fp-reasons-header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex: 1;
}
.fp-reasons-header-sub {
  font-size: clamp(14px, 2.2vw, 26px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: clamp(0px, 0.2vw, 4px);
}
.fp-reasons-header-main {
  font-size: clamp(30px, 5.5vw, 68px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}
.fp-reasons-header-num {
  color: #fbfa53;
  font-size: 1.4em;
  text-shadow:
      -1.5px -1.5px 0 #fff,
       1.5px -1.5px 0 #fff,
      -1.5px  1.5px 0 #fff,
       1.5px  1.5px 0 #fff,
       0     -1.5px 0 #fff,
       0      1.5px 0 #fff,
      -1.5px  0     0 #fff,
       1.5px  0     0 #fff;
  filter: drop-shadow(2px 3px 0px rgba(0,0,0,0.2));
}


/* -------------------------------------------------------
   理由カードエリア
   ------------------------------------------------------- */
#fp-reasons {
  background: #4CAF50 url('../image/bg_stripe2.png') repeat;
}

.fp-reasons-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}

.fp-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.fp-reason-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 25px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}
.fp-reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.fp-reason-icon {
  margin-bottom: 10px;
}
.fp-reason-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.fp-reason-number {
  width: 40px;
  height: 40px;
  background: #FF6D00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.fp-reason-number span {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.fp-reason-title {
  font-size: 18px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 12px;
  line-height: 1.4;
}

.fp-reason-text {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .fp-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .fp-reasons-inner {
    padding: 40px 15px 60px;
  }
  .fp-reasons-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fp-reason-card {
    padding: 25px 20px;
  }
}





/* ============================================================
   お喜びの声セクション
   ============================================================ */

/* -------------------------------------------------------
   お喜びの声ヘッダーバナー
   ------------------------------------------------------- */
.fp-voices-header-banner {
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 40px;
}
.fp-voices-header-content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 50px);
}

/* 左側テキスト */
.fp-voices-header-left {
  text-align: center;
	width: 45%;
}
.fp-voices-header-lead {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin: 0;
    margin-left: 5rem;
    margin-bottom: -2rem;
    margin-top: 3rem;
}
.fp-voices-header-main {
  margin: 8px 0;
}
.fp-voices-header-ribbon {
  width: 75%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.fp-voices-header-lead2 {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin: 0;
    margin-left: 5rem;
    margin-top: -2rem;
}

/* 右側メダル2つ */
.fp-voices-header-medals {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
	width: 20%;
}
.fp-voices-header-medal {
  position: relative;
}
.fp-voices-header-medal-img {
  width: 160px;
  height: auto;
  display: block;
}
.fp-voices-header-medal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.fp-voices-header-medal-label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #333;
  white-space: nowrap;
}
.fp-voices-header-medal-number {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #2E7D32;
    line-height: 0.7;
}
.fp-voices-header-medal-number small {
  font-size: 0.5em;
}

@media (max-width: 768px) {
  .fp-voices-header-banner {
    padding: 30px 15px;
  }
  .fp-voices-header-content {
    flex-direction: column;
    gap: 20px;
  }
  .fp-voices-header-lead,
  .fp-voices-header-lead2 {
    font-size: 18px;
  }
  .fp-voices-header-ribbon {
    width: 240px;
  }
  .fp-voices-header-medal-img {
    width: 100px;
  }
  .fp-voices-header-medal-number {
    font-size: 28px;
  }
}

/* -------------------------------------------------------
   お喜びの声コンテンツ
   ------------------------------------------------------- */
#fp-voices {
  background: #FFF9E1 url('../image/toppage/0218-14-3.webp') repeat;
  background-size: 200px;
  padding: 0 0 80px;
}

.fp-voices-inner {
  padding-top: 50px;
  max-width: 900px;
  margin: 0 auto;
}


/* お客様の声カード */
.fp-voice-card {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #4CAF50;
}

.fp-voice-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.fp-voice-stars {
  color: #FFB300;
  font-size: 20px;
  letter-spacing: 2px;
}
.fp-voice-customer {
  font-size: 14px;
  font-weight: 600;
  color: #2E7D32;
  background: #E8F5E9;
  padding: 4px 14px;
  border-radius: 20px;
}
.fp-voice-service {
  font-size: 13px;
  color: #fff;
  background: #4CAF50;
  padding: 4px 14px;
  border-radius: 20px;
}

.fp-voice-title {
  font-size: 20px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 12px;
}

.fp-voice-text {
  font-size: 15px;
  color: #666;
  line-height: 2;
  margin-bottom: 25px;
}
.fp-voice-text strong {
  color: #2E7D32;
  background: linear-gradient(transparent 60%, #E8D48A 60%);
}

/* Before/After */
.fp-voice-ba {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fp-voice-ba-item {
  flex: 1;
  max-width: 350px;
}
.fp-voice-ba-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 2px solid #eee;
}
.fp-voice-ba-label {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 20px;
  display: block;
}
.fp-voice-ba-label--before {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.fp-voice-ba-label--after {
  background: #2E7D32;
  color: #fff;
}

.fp-voice-ba-arrow {
  color: #C9A227;
  font-size: 22px;
  letter-spacing: -5px;
  flex-shrink: 0;
}

.fp-voices-more {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #fp-voices {
    padding: 60px 15px;
  }
  .fp-voice-card {
    padding: 25px 20px;
  }
  .fp-voice-title {
    font-size: 18px;
  }
  .fp-voice-text {
    font-size: 14px;
  }
  .fp-voice-ba {
    flex-direction: column;
    gap: 15px;
  }
  .fp-voice-ba-item {
    max-width: 100%;
  }
  .fp-voice-ba-arrow {
    transform: rotate(90deg);
  }
}




/* ============================================================
   買取でお得セクション
   ============================================================ */
#fp-buyback {
  padding: 50px 20px 60px;
}
.fp-buyback-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* CHECK見出し */
.fp-buyback-header {
    text-align: center;
    background-color: #4caf50;
    border-radius: 20px 20px 0 0;
    position: relative;
	height: 90px;
}
.fp-buyback-check-badge {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
    position: absolute;
    top: -37%;
    left: 12%;
}
.fp-buyback-title {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

/* コンテンツカード */
.fp-buyback-card {
  background: #e8ede4;
  border-radius: 0 0 20px 20px;
  padding: 35px 30px;
}
.fp-buyback-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* 左側テキスト */
.fp-buyback-text {
  flex: 1;
}
.fp-buyback-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #333;
  margin: 0 0 15px;
}
.green-check {
    width: 25px;
}
.fp-buyback-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  margin: 0;
}

/* 右側 料金比較画像 */
.fp-buyback-compare {
  flex-shrink: 0;
  width: 300px;
}
.fp-buyback-compare-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  #fp-buyback {
    padding: 40px 15px 50px;
  }
  .fp-buyback-title {
    font-size: 20px;
  }
  .fp-buyback-card {
    padding: 25px 20px;
  }
  .fp-buyback-content {
    flex-direction: column;
    gap: 25px;
  }
  .fp-buyback-compare {
    width: 100%;
  }
  .fp-buyback-subtitle {
    font-size: 17px;
  }
}


/* ============================================================
   買取可能な品目セクション
   ============================================================ */
#fp-buyitems {
  background: #d4edcf;
  padding: 70px 20px;
}
.fp-buyitems-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.fp-buyitems-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #333;
  margin: 0 0 10px;
}
.fp-buyitems-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #2E7D32;
  margin: 12px auto 40px;
  border-radius: 2px;
}

.fp-buyitems-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.fp-buyitem {
  text-align: center;
}
.fp-buyitem-icon {
  position: relative;
  margin: 0 auto 8px;
}
.fp-buyitem-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-buyitem-name {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: 800;
  white-space: nowrap;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  z-index: 2;
  letter-spacing: 0.05em;
}
.fp-buyitem-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 900px) {
  .fp-buyitems-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
  }
}
@media (max-width: 550px) {
  #fp-buyitems {
    padding: 50px 15px;
  }
  .fp-buyitems-title {
    font-size: 24px;
  }
  .fp-buyitems-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .fp-buyitem-name {
    font-size: 10px;
  }
}


/* ============================================================
   クレジットカードセクション
   ============================================================ */
#fp-creditcard {
  background: #fff;
  padding: 60px 20px;
}
.fp-creditcard-inner {
  max-width: 800px;
  margin: 0 auto;
}
.fp-creditcard-banner {
  background: #2E7D32;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.08em;
}
.fp-creditcard-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fp-creditcard-badges {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fp-creditcard-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #FFF8E1;
  border-radius: 8px;
  padding: 10px 14px;
}
.fp-creditcard-badge-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.fp-creditcard-badge-text {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  white-space: nowrap;
}
.fp-creditcard-logos {
  display: flex;
  align-items: center;
}
.fp-creditcard-logos-img {
  height: 55px;
  width: auto;
}

@media (max-width: 700px) {
  .fp-creditcard-banner {
    font-size: 18px;
    padding: 12px 15px;
  }
  .fp-creditcard-card {
    flex-direction: column;
    padding: 20px 15px;
    gap: 15px;
  }
  .fp-creditcard-badges {
    gap: 10px;
  }
  .fp-creditcard-badge-item {
    padding: 8px 10px;
  }
  .fp-creditcard-badge-icon {
    width: 35px;
    height: 35px;
  }
  .fp-creditcard-badge-text {
    font-size: 12px;
  }
  .fp-creditcard-logos-img {
    height: 45px;
  }
}
@media (max-width: 450px) {
  #fp-creditcard {
    padding: 40px 15px;
  }
  .fp-creditcard-banner {
    font-size: 15px;
  }
  .fp-creditcard-badges {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fp-creditcard-badge-icon {
    width: 30px;
    height: 30px;
  }
  .fp-creditcard-badge-text {
    font-size: 11px;
  }
  .fp-creditcard-logos-img {
    height: 35px;
  }
}


/* ============================================================
   悪徳業者注意セクション
   ============================================================ */
#fp-caution {
  overflow: hidden;
}
.fp-caution-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.fp-caution-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 20px 370px;
    text-align: center;
}
.fp-caution-icon {
  margin: 0 auto 10px;
}
.fp-caution-icon img {
  width: 60px;
  height: auto;
}
.fp-caution-title {
    /* 既存のプロパティ */
    color: #fff; /* グラデーション非対応ブラウザ用 */
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 20px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #521908 0%, #ff0000 100%);
    -webkit-background-clip: text; /* 背景を文字で切り抜く */
    background-clip: text;
    color: transparent;           /* 文字自体の色を透明にする */
    filter:
        drop-shadow(1px 0 0 #ffffff)
        drop-shadow(-1px 0 0 #ffffff)
        drop-shadow(0 1px 0 #ffffff)
        drop-shadow(0 -1px 0 #ffffff)
        drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.akutoku-posi {
    position: absolute;
    bottom: 4%;
    width: 100%;
    margin: auto;
}
.fp-caution-examples {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 30px;
}
.fp-caution-example {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fp-caution-label {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 14px rgb(0 0 0);
    filter: drop-shadow(2px 2px 4px rgba(4, 7, 8, 7));
}
.fp-caution-stripe {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fp-caution-stripe {
    /* 背景画像の設定 */
    background-image: url('https://fuyouhin-kirakirakko-miyazaki.com/wp-content/themes/WP/image/toppage/0218-15-1.webp');
    background-repeat: repeat-x; /* 横方向に繰り返す */
    background-size: auto 100%;  /* 高さを要素に合わせる */
    background-position: center;
    
    /* 中の文字を中央に寄せるための設定 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0; /* 上下の余白（画像の高さに合わせて調整してください） */
    min-height: 50px; /* 画像の高さが足りない場合の最低高さ */
}

.fp-caution-stripe-text {
    color: #000;            /* 文字色を黒に */
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
font-size:25px;
}
@media (max-width: 600px) {
  .fp-caution-inner {
    padding: 35px 15px 30px;
  }
  .fp-caution-icon img {
    width: 45px;
  }
  .fp-caution-title {
    font-size: 28px;
  }
  .fp-caution-examples {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .fp-caution-label {
    font-size: 15px;
  }
  .fp-caution-stripe-text {
    font-size: 14px;
  }
}


/* ============================================================
   他社との比較セクション
   ============================================================ */
#comparison-section {
  background-color: #fff;
  padding: 60px 10px;
  display: flex;
  justify-content: center;
}

.comp-container {
  max-width: 950px;
  width: 100%;
}

/* --- ヘッダー（虫眼鏡 + タイトル） --- */
.comp-header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.comp-magnifying-glass {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  flex-shrink: 0;
}
.comp-magnifying-glass svg {
  width: 100%;
  height: 100%;
}
.comp-sub-title {
  color: #2E7D32;
  font-weight: 900;
  margin: 0;
  font-size: 1.3rem;
}
.comp-main-title {
  color: #2E7D32;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0;
  font-weight: 900;
  border-bottom: 5px solid #2E7D32;
  padding-bottom: 5px;
  line-height: 1.2;
}

/* --- テーブル外枠 --- */
.comp-table-wrapper {
  overflow-x: auto;
  padding-top: 80px;
}
.comp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #faf6e8;
  border: 2px solid #4CAF50;
  border-radius: 16px;
  overflow: visible;
  table-layout: fixed;
}

/* --- セル共通 --- */
.comp-table th,
.comp-table td {
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid #c8e6c9;
  border-bottom: 1px solid #c8e6c9;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 700;
}
.comp-table th:last-child,
.comp-table td:last-child {
  border-right: none;
}
.comp-table tr:last-child td {
  border-bottom: none;
}

/* --- 行ラベル列 --- */
.comp-row-label {
  font-weight: 900;
  width: 18%;
  background: #f5f0dc;
  font-size: 0.95rem;
  letter-spacing: 1px;
}

/* --- A社/B社ヘッダー --- */
.comp-other-th {
  font-weight: 900;
  font-size: 1.2rem;
  background: #faf6e8;
}

/* --- 自社列（ハイライト） --- */
.comp-highlight-col {
  background-color: #e8f5e9 !important;
  border-left: 3px solid #4CAF50 !important;
  border-right: none !important;
  width: 30%;
}
.comp-highlight-col span,
.comp-highlight-col small {
  color: #f36d21;
  font-weight: 900;
}
.comp-highlight-col small {
  font-size: 0.8em;
}

/* --- 強調テキスト（全て0円、9,800円〜） --- */
.comp-big {
  color: #f36d21 !important;
  font-size: 1.5rem !important;
  font-weight: 900;
  display: inline-block;
  margin-top: 2px;
}

/* --- ヘッダー（自社列）リボンバッジ --- */
.comp-header-highlight {
  background: #4CAF50 !important;
  position: relative;
  overflow: visible;
  border-bottom: none !important;
  border-left: 3px solid #4CAF50 !important;
  vertical-align: bottom !important;
  padding: 14px 10px 12px !important;
  border-radius: 0 14px 0 0;
}
.comp-custom-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-crown-img {
  width: clamp(40px, 6vw, 65px);
  height: auto;
  display: block;
  margin-bottom: 4px;
}
.comp-header-label {
  color: #fff !important;
  font-weight: 900;
  font-size: clamp(0.85rem, 1.4vw, 1.15rem);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

/* --- テーブル角丸の処理 --- */
.comp-table thead tr th:first-child {
  border-radius: 14px 0 0 0;
}
.comp-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 14px;
}
.comp-table tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}

/* --- SP対応 --- */
@media (max-width: 768px) {
  .comp-table {
    width: 850px;
  }
  .comp-crown-img {
    width: 40px;
  }
  .comp-header-label {
    font-size: 0.75rem;
  }
  .comp-magnifying-glass {
    width: 60px;
    height: 60px;
  }
}


/* ============================================================
   口コミ・評価No.1セクション
   ============================================================ */
#fp-review-no1 {
  background: #f2f0eb;
  padding: 60px 20px 50px;
  text-align: center;
}
.fp-review-no1-inner {
  max-width: 600px;
  margin: 0 auto;
}
.fp-review-no1-crown {
  margin-bottom: 0;
}
.fp-review-no1-crown img {
  width: 80%;
  height: auto;
}
.fp-review-no1-sub {
  font-size: 42px;
  font-weight: 900;
  color: #2E7D32;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.fp-review-no1-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: -5px 0 10px;
  position: relative;
}
.fp-review-no1-gyoukai {
  font-size: 40px;
  font-weight: 900;
  color: #2E7D32;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.fp-review-no1-number {
  font-size: 120px;
  font-weight: 900;
  color: #2E7D32;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.08);
}
.fp-review-no1-medals {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -6rem;
}
.fp-review-no1-medal-wrap {
  position: relative;
  width: 140px;
}
.fp-review-no1-medal {
  width: 100%;
  height: auto;
  display: block;
}
.fp-review-no1-medal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
  line-height: 1;
  width: 100%;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.fp-review-no1-medal-text2 {
    top: 41%;
}
.fp-medal-top {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #003c29;
  margin-bottom: 6px;
}
.fp-medal-num {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #003c29;
  line-height: 0.7;
}
.fp-medal-num small {
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}

@media (max-width: 600px) {
  #fp-review-no1 {
    padding: 40px 15px 35px;
  }
  .fp-review-no1-crown img {
    width: 70px;
  }
  .fp-review-no1-sub {
    font-size: 28px;
  }
  .fp-review-no1-gyoukai {
    font-size: 28px;
  }
  .fp-review-no1-number {
    font-size: 80px;
  }
  .fp-review-no1-medal-wrap {
    width: 110px;
  }
  .fp-medal-num {
    font-size: 32px;
  }
  .fp-medal-top {
    font-size: 10px;
  }
}


/* ============================================================
   ビフォーアフター実績セクション
   ============================================================ */
#fp-ba-cases {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
}
.fp-ba-cases-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* アイコン行 */
.fp-ba-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}
.fp-ba-icon-item {
  position: relative;
  width: 90px;
}
.fp-ba-icon-item img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-ba-icon-label {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* CASE グリッド */
.fp-ba-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.fp-ba-case {
  text-align: left;
}
.fp-ba-case-num {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
  letter-spacing: 0.05em;
}
.fp-ba-case-title {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  background: #1f5c39;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
}
.fp-ba-case-highlight {
  color: #FFD600;
  font-size: 20px;
  font-weight: 900;
  text-shadow:
      -1px -1px 0 #2E7D32,
       1px -1px 0 #2E7D32,
      -1px  1px 0 #2E7D32,
       1px  1px 0 #2E7D32,
       0   -1px 0 #2E7D32,
       0    1px 0 #2E7D32,
      -1px  0   0 #2E7D32,
       1px  0   0 #2E7D32;
}
.fp-ba-sparkle {
  width: 22px;
  height: auto;
  vertical-align: middle;
  margin-left: 2px;
}

/* Before/After写真 */
.fp-ba-case-photos {
  position: relative;
  height: 280px;
}
.fp-ba-photo {
  position: absolute;
  background: #fff;
  padding: 5px 5px 20px;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.3);
}
.fp-ba-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fp-ba-photo.before {
  width: 42%;
  height: 80%;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: 2;
}
.fp-ba-photo.after {
  width: 52%;
  height: 95%;
  top: 0;
  right: 0;
  transform: rotate(2deg);
  z-index: 1;
}
.fp-ba-photo-label {
  position: absolute;
  font-weight: 900;
  font-style: italic;
}
.before-label {
  bottom: -10px;
  right: -10px;
  color: #000;
  font-size: 14px;
  font-style: italic;
  z-index: 4;
  background-image: url('../image/toppage/0218-17-8.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 16px 12px;
  text-shadow:
      -1px -1px 0 #fff,
       1px -1px 0 #fff,
      -1px  1px 0 #fff,
       1px  1px 0 #fff,
       0   -1px 0 #fff,
       0    1px 0 #fff,
      -1px  0   0 #fff,
       1px  0   0 #fff;
}
.after-label {
  bottom: -18px;
  right: -10px;
  color: #1f5c39;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  z-index: 5;
  background-image: url('../image/toppage/0218-17-9.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 18px 12px;
  text-shadow:
      -2px -2px 0 #f7df9e,
       2px -2px 0 #f7df9e,
      -2px  2px 0 #f7df9e,
       2px  2px 0 #f7df9e,
       0   -2px 0 #f7df9e,
       0    2px 0 #f7df9e,
      -2px  0   0 #f7df9e,
       2px  0   0 #f7df9e,
      -4px -4px 0 #fff,
       4px -4px 0 #fff,
      -4px  4px 0 #fff,
       4px  4px 0 #fff,
       0   -4px 0 #fff,
       0    4px 0 #fff,
      -4px  0   0 #fff,
       4px  0   0 #fff;
}
.fp-ba-arrow {
  position: absolute;
  width: 85px;
  bottom: 3%;
  left: 30%;
  z-index: 3;
}
.fp-ba-arrow img {
  width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .fp-ba-icons {
    gap: 10px;
    flex-wrap: wrap;
  }
  .fp-ba-icon-item {
    width: 65px;
  }
  .fp-ba-icon-label {
    font-size: 9px;
  }
  .fp-ba-cases-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 420px;
    margin: 0 auto;
  }
  .fp-ba-case-photos {
    height: 250px;
  }
  .fp-ba-case-highlight {
    font-size: 17px;
  }
  .fp-ba-case-title {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #fp-ba-cases {
    padding: 40px 15px;
  }
  .fp-ba-icon-item {
    width: 55px;
  }
  .fp-ba-icon-label {
    font-size: 8px;
  }
  .fp-ba-case-photos {
    height: 220px;
  }
  .after-label {
    font-size: 24px;
  }
  .before-label {
    font-size: 11px;
    padding: 6px 12px 10px;
  }
  .fp-ba-arrow {
    width: 40px;
  }
}



/* ============================================================
   サービス一覧セクション
   ============================================================ */
#fp-services {
  background: #fff;
  padding: 80px 20px;
}

.fp-services-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 10px;
}

.fp-service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none !important;
  color: #333 !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}
.fp-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.fp-service-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.fp-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.fp-service-card:hover .fp-service-img img {
  transform: scale(1.05);
}

.fp-service-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #2E7D32;
  padding: 18px 20px 8px;
}

.fp-service-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  padding: 0 20px 20px;
  flex: 1;
}

.fp-services-more {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .fp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .fp-services-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   対応エリアセクション
   ============================================================ */
#fp-area {
  background: #FFF9E1;
  padding: 80px 20px;
}

.fp-area-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.fp-area-desc {
  font-size: 15px;
  color: #666;
  line-height: 2;
  margin-bottom: 30px;
}

.fp-area-cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
.fp-area-cities span {
  background: #fff;
  color: #2E7D32;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #C8E6C9;
}

.fp-area-more {
  text-align: center;
}



/* ============================================================
   初めての方へバナー
   ============================================================ */
#fp-beginner {
  background: #FFF9E1;
  padding: 0 20px 40px;
}
.fp-beginner-link {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.fp-beginner-link:hover {
  opacity: 0.85;
}
.fp-beginner-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
