{"id":879,"date":"2024-04-02T11:55:30","date_gmt":"2024-04-02T11:55:30","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=879"},"modified":"2026-08-10T13:34:00","modified_gmt":"2026-08-10T13:34:00","slug":"about-home-lizards","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ja\/\u5bb6\u306e\u30c8\u30ab\u30b2\u306b\u3064\u3044\u3066\/","title":{"rendered":"\u30db\u30fc\u30e0\u30c8\u30ab\u30b2\u306b\u3064\u3044\u3066"},"content":{"rendered":"<!-- =========================================================\n     MPC ABOUT HOME LIZARDS (CICAK) \u2014 Custom HTML Block\n     Paste into a WordPress Custom HTML block on\n     \/about-home-lizards\/\n     Scoped to .mpc-cicak to avoid affecting theme.\n\n     CONVERSION STRATEGY:\n     - Preserve all existing content verbatim\n     - Add hero + breadcrumb\n     - Add \"Why food-source approach works\" strategy section\n     - Zone 1: Mid-page pest awareness bar\n     - Zone 3: Emotional trust strip\n     - Zone 2: 4-card conversion bridge (mosquitoes\/cockroaches\/ants\/flies)\n     - Direct treatment acknowledgment (repellents\/traps via WhatsApp)\n     ========================================================= -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC ABOUT HOME LIZARDS (CICAK) \u2014 scoped to .mpc-cicak\n   ============================================================ *\/\n.mpc-cicak {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-wa-green: #25D366;\n  --mpc-warning: #B85B25;\n  --mpc-success: #1F8A4F;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-cicak *,\n.mpc-cicak *::before,\n.mpc-cicak *::after { box-sizing: border-box; }\n.mpc-cicak a { color: inherit; text-decoration: none; }\n.mpc-cicak img { max-width: 100%; display: block; }\n.mpc-cicak p { margin: 0 0 1em 0; }\n.mpc-cicak ul { list-style: none; padding: 0; margin: 0; }\n.mpc-cicak h1, .mpc-cicak h2, .mpc-cicak h3,\n.mpc-cicak h4, .mpc-cicak h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-wa { background: var(--mpc-wa-green); color: #fff !important; }\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-section {\n  padding: 60px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n.mpc-section-head {\n  max-width: 760px;\n  margin-bottom: 40px;\n}\n.mpc-section-head.center {\n  margin-left: auto; margin-right: auto;\n  text-align: center;\n}\n.mpc-section-head.center .mpc-eyebrow { justify-content: center; }\n.mpc-section-head.center .mpc-eyebrow::before { display: none; }\n.mpc-section-head.center .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-section-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3.2vw, 38px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 15.5px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0;\n}\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 70px 0 80px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(11,59,140,0.08) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) { .mpc-hero-grid { grid-template-columns: 1fr; gap: 36px; } }\n.mpc-hero-breadcrumb {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a { color: var(--mpc-blue); font-weight: 500; }\n.mpc-hero-breadcrumb a:hover { text-decoration: underline !important; }\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(34px, 4.8vw, 54px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 22px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-blue); font-weight: 400; }\n.mpc-hero-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  max-width: 520px;\n  margin-bottom: 24px;\n}\n.mpc-hero-lead em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-meta {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n  margin-top: 4px;\n}\n@media (max-width: 540px) { .mpc-hero-meta { grid-template-columns: 1fr; } }\n.mpc-hero-meta-item {\n  background: #fff;\n  padding: 16px 18px;\n}\n.mpc-hero-meta-label {\n  font-size: 10px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.mpc-hero-meta-val {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-hero-meta-val em {\n  font-style: italic;\n  color: var(--mpc-gold);\n  font-size: 13.5px;\n}\n.mpc-hero-img {\n  position: relative;\n  aspect-ratio: 16 \/ 9;\n  overflow: hidden;\n  box-shadow: 0 30px 60px -30px rgba(11,59,140,0.35);\n}\n.mpc-hero-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n.mpc-hero-tag {\n  position: absolute;\n  bottom: 18px; left: 18px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  padding: 6px 12px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  z-index: 2;\n}\n\n\/* ============ INTRO SPLIT (2 species) ============ *\/\n.mpc-intro-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 20px;\n}\n@media (max-width: 720px) { .mpc-intro-split { grid-template-columns: 1fr; } }\n\n.mpc-species {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  transition: all 0.25s;\n}\n.mpc-species:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-2px);\n  box-shadow: 0 10px 28px -18px rgba(11,59,140,0.18);\n}\n.mpc-species-tag {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n.mpc-species h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 20px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-species h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-species p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0;\n}\n.mpc-species p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ PROSE BLOCK ============ *\/\n.mpc-prose {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 30px;\n  margin-bottom: 40px;\n}\n.mpc-prose p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.75;\n  margin: 0 0 14px 0;\n}\n.mpc-prose p:last-child { margin-bottom: 0; }\n.mpc-prose p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-prose ul {\n  margin: 14px 0 0 0;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.mpc-prose ul li {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 14px;\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  align-items: start;\n}\n.mpc-prose ul li::before {\n  content: '';\n  width: 6px; height: 6px;\n  background: var(--mpc-gold);\n  border-radius: 50%;\n  margin-top: 9px;\n}\n.mpc-prose ul li strong {\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n}\n.mpc-prose ul li em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n\/* ============ DROPPINGS CALLOUT (the real problem) ============ *\/\n.mpc-droppings {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  border-left: 4px solid var(--mpc-warning);\n  padding: 30px 34px;\n  margin-bottom: 20px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 24px;\n  align-items: start;\n}\n@media (max-width: 640px) {\n  .mpc-droppings { grid-template-columns: 1fr; padding: 24px; gap: 16px; }\n}\n.mpc-droppings-icon {\n  width: 60px; height: 60px;\n  background: rgba(184,91,37,0.08);\n  border: 1.5px solid var(--mpc-warning);\n  color: var(--mpc-warning);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n.mpc-droppings-icon svg { width: 30px; height: 30px; }\n.mpc-droppings-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-warning);\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n.mpc-droppings h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(20px, 2.2vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 10px;\n  letter-spacing: -0.01em;\n}\n.mpc-droppings h3 em { font-style: italic; color: var(--mpc-warning); }\n.mpc-droppings p {\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0;\n}\n.mpc-droppings p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ TWO-COL BLOCK ============ *\/\n.mpc-twocol {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n}\n@media (max-width: 820px) { .mpc-twocol { grid-template-columns: 1fr; gap: 32px; } }\n.mpc-twocol.reverse > div:first-child { order: 2; }\n@media (max-width: 820px) { .mpc-twocol.reverse > div:first-child { order: 0; } }\n\n.mpc-twocol h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(22px, 2.4vw, 30px);\n  line-height: 1.15;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n  letter-spacing: -0.01em;\n}\n.mpc-twocol h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-twocol p {\n  color: var(--mpc-ink-soft);\n  font-size: 14.5px;\n  line-height: 1.7;\n  margin-bottom: 14px;\n}\n.mpc-twocol p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-twocol-img {\n  background: var(--mpc-paper);\n  position: relative;\n  overflow: hidden;\n  aspect-ratio: 4 \/ 3;\n  box-shadow: 0 20px 40px -28px rgba(11,59,140,0.25);\n}\n.mpc-twocol-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n\n\/* ============ FOOD CHAIN STRATEGY (new \u2014 the smart pivot) ============ *\/\n.mpc-strategy {\n  background: linear-gradient(135deg, var(--mpc-blue-ink) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-strategy::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(201,163,74,0.18) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-strategy-inner {\n  position: relative;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.mpc-strategy-eyebrow {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 16px;\n}\n.mpc-strategy h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  color: #fff;\n  margin-bottom: 20px;\n  letter-spacing: -0.01em;\n}\n.mpc-strategy h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p {\n  color: rgba(255,255,255,0.9);\n  font-size: 15.5px;\n  line-height: 1.75;\n  margin: 0 0 16px 0;\n  max-width: 720px;\n}\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p strong { color: #fff; }\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p em {\n  font-style: italic;\n  color: var(--mpc-gold);\n}\n\n.mpc-strategy-flow {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr auto 1fr;\n  gap: 12px;\n  align-items: center;\n  margin: 32px 0 22px 0;\n  padding: 24px 0;\n  border-top: 1px dashed rgba(255,255,255,0.2);\n  border-bottom: 1px dashed rgba(255,255,255,0.2);\n}\n@media (max-width: 720px) {\n  .mpc-strategy-flow {\n    grid-template-columns: 1fr;\n    gap: 8px;\n  }\n  .mpc-strategy-arrow {\n    transform: rotate(90deg);\n    justify-self: center;\n    padding: 4px 0;\n  }\n}\n.mpc-strategy-step {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  padding: 16px 18px;\n  text-align: center;\n}\n.mpc-strategy-step-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  margin-bottom: 6px;\n}\n.mpc-strategy-step-text {\n  font-size: 13.5px;\n  color: #fff;\n  line-height: 1.4;\n  font-weight: 500;\n}\n.mpc-strategy-arrow {\n  color: var(--mpc-gold);\n  font-size: 18px;\n  display: grid;\n  place-items: center;\n}\n\n.mpc-strategy-note {\n  font-size: 13.5px;\n  color: rgba(255,255,255,0.75);\n  font-style: italic;\n  line-height: 1.6;\n  margin: 0;\n}\n.mpc-strategy-note strong { color: var(--mpc-gold); font-style: normal; }\n\n\/* ============ MID-PAGE PEST AWARENESS BAR (Zone 1) ============ *\/\n.mpc-midbar {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 24px 0;\n  margin: 0 -24px;\n}\n.mpc-midbar-inner {\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 22px;\n  align-items: center;\n}\n@media (max-width: 720px) {\n  .mpc-midbar-inner {\n    grid-template-columns: 1fr;\n    text-align: center;\n    gap: 14px;\n  }\n}\n.mpc-midbar-icon {\n  width: 44px; height: 44px;\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n@media (max-width: 720px) {\n  .mpc-midbar-icon { margin: 0 auto; }\n}\n.mpc-midbar-icon svg { width: 22px; height: 22px; }\n.mpc-midbar-text {\n  font-family: var(--mpc-serif);\n  font-size: 15.5px;\n  color: var(--mpc-blue-ink);\n  line-height: 1.5;\n  letter-spacing: -0.005em;\n}\n.mpc-midbar-text em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-midbar-link {\n  font-size: 12.5px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 10px 18px;\n  border: 1px solid var(--mpc-blue);\n  transition: all 0.2s;\n  white-space: nowrap;\n}\n.mpc-midbar-link:hover {\n  background: var(--mpc-blue);\n  color: #fff !important;\n}\n\n\/* ============ TRUST STRIP (Zone 3) ============ *\/\n.mpc-trust-strip {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  padding: 44px 0;\n  margin: 0 -24px;\n  text-align: center;\n}\n.mpc-trust-strip-inner {\n  max-width: 780px;\n  margin: 0 auto;\n}\n.mpc-trust-strip-label {\n  font-size: 10.5px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-trust-strip-badges {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  margin-top: 18px;\n  padding-top: 16px;\n  border-top: 1px dashed var(--mpc-line);\n}\n.mpc-trust-strip-badge {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.mpc-trust-strip-badge strong {\n  font-family: var(--mpc-serif);\n  color: var(--mpc-blue-ink);\n  font-weight: 500;\n  font-size: 15px;\n  font-style: italic;\n}\n\n\/* ============ CONVERSION BRIDGE \u2014 4 PEST CARDS (Zone 2) ============ *\/\n.mpc-conv-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-top: 8px;\n}\n@media (max-width: 720px) { .mpc-conv-grid { grid-template-columns: 1fr; } }\n\n.mpc-conv-card {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n  height: 100%;\n  min-width: 0;\n}\n.mpc-conv-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 0;\n  height: 3px;\n  background: var(--mpc-gold);\n  transition: width 0.3s ease;\n}\n.mpc-conv-card:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-3px);\n  box-shadow: 0 14px 32px -20px rgba(11,59,140,0.22);\n}\n.mpc-conv-card:hover::before {\n  width: 100%;\n}\n\n.mpc-conv-icon {\n  width: 48px; height: 48px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  transition: all 0.3s;\n  flex-shrink: 0;\n}\n.mpc-conv-card:hover .mpc-conv-icon {\n  background: var(--mpc-blue);\n  color: #fff;\n}\n.mpc-conv-icon svg { width: 24px; height: 24px; }\n\n.mpc-conv-hook {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(17px, 1.9vw, 19px);\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.005em;\n  line-height: 1.25;\n}\n.mpc-conv-hook em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n.mpc-conv-price-row {\n  display: flex;\n  align-items: baseline;\n  gap: 8px;\n  padding-top: 4px;\n  border-top: 1px dashed var(--mpc-line);\n  margin-top: 4px;\n}\n.mpc-conv-price-label {\n  font-size: 10.5px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n}\n.mpc-conv-price {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 22px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: -0.01em;\n  line-height: 1;\n}\n\n.mpc-conv-link {\n  margin-top: auto;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n}\n.mpc-conv-card:hover .mpc-conv-link { gap: 10px; }\n\n.mpc-conv-below {\n  margin-top: 26px;\n  text-align: center;\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-conv-below a {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  border-bottom: 1px solid rgba(11,59,140,0.3);\n  transition: border-color 0.2s;\n}\n.mpc-conv-below a:hover {\n  border-bottom-color: var(--mpc-blue);\n}\n.mpc-conv-below em {\n  font-style: italic;\n  color: var(--mpc-blue-ink);\n}\n\n\/* ============ DIRECT TREATMENT CARD ============ *\/\n.mpc-direct {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 32px 36px;\n  margin-top: 32px;\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 30px;\n  align-items: center;\n}\n@media (max-width: 820px) {\n  .mpc-direct { grid-template-columns: 1fr; gap: 20px; text-align: center; }\n}\n.mpc-direct-icon {\n  width: 64px; height: 64px;\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-gold);\n  color: var(--mpc-gold);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n@media (max-width: 820px) {\n  .mpc-direct-icon { margin: 0 auto; }\n}\n.mpc-direct-icon svg { width: 30px; height: 30px; }\n.mpc-direct-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n.mpc-direct h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(18px, 2.2vw, 22px);\n  line-height: 1.25;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 8px;\n  letter-spacing: -0.01em;\n}\n.mpc-direct h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-direct p {\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin: 0;\n}\n\n\/* ============ RELATED PAGES ============ *\/\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 820px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n\n.mpc-related {\n  background: #fff;\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: background 0.25s;\n  position: relative;\n}\n.mpc-related:hover {\n  background: var(--mpc-paper);\n}\n.mpc-related-icon {\n  width: 36px; height: 36px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 6px;\n}\n.mpc-related-icon svg { width: 18px; height: 18px; }\n.mpc-related-name {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related-link {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n  margin-top: 6px;\n}\n.mpc-related:hover .mpc-related-link { gap: 9px; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-cicak\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-grid\">\n        <div>\n          <div class=\"mpc-hero-breadcrumb\">\n            <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u866b\u3084\u5bb3\u866b\/\">\u866b\u3068\u5bb3\u866b<\/a> &nbsp;\u203a \u30db\u30fc\u30e0 &gt; \u30c8\u30ab\u30b2\u306b\u3064\u3044\u3066\n          <\/div>\n          <div class=\"mpc-eyebrow\">\u866b\u3068\u5bb3\u866b\u767e\u79d1\u4e8b\u5178<\/div>\n          <h1>\u30db\u30fc\u30e0 \u30c8\u30ab\u30b2\uff08\u30c1\u30ab\u30af\uff09\u2014 <em>\u5f79\u306b\u7acb\u3064\u306e\u306f\u3044\u3044\u3051\u3069\u3001\u3042\u3061\u3053\u3061\u306b\u7cde\u3092\u653e\u7f6e\u3059\u308b\u306e\u306f\u3069\u3046\u304b\u306a\uff1f<\/em><\/h1>\n          <p class=\"mpc-hero-lead\">\u591c\u306b\u306a\u308b\u3068\u58c1\u3092\u9019\u3044\u56de\u308b\u30e4\u30e2\u30ea\u306f\u3001\u868a\u3084\u86fe\u3001\u30cf\u30a8\u3092\u98df\u3079\u307e\u3059\u3002 <em>\u74b0\u5883\u306b\u6709\u76ca<\/em> \u3057\u304b\u3057\u3001\u58c1\u3084\u5929\u4e95\u3001\u30ab\u30fc\u30c6\u30f3\u306b\u4ed8\u7740\u3057\u305f\u7cde\u306f\u3001\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u307b\u3068\u3093\u3069\u306e\u4f4f\u5b85\u6240\u6709\u8005\u304c\u62b1\u3048\u308b\u6df1\u523b\u306a\u60a9\u307f\u3067\u3042\u308b\u3002.<\/p>\n\n          <div class=\"mpc-hero-meta\">\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\u7a2e<\/div>\n              <div class=\"mpc-hero-meta-val\"><em>\u30d8\u30df\u30c0\u30af\u30c6\u30a3\u30eb\u30b9\u30fb\u30d5\u30ec\u30ca\u30c8\u30a5\u30b9<\/em><\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\u30b5\u30a4\u30ba<\/div>\n              <div class=\"mpc-hero-meta-val\">3\uff5e6\u30a4\u30f3\u30c1<\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\u5225\u540d<\/div>\n              <div class=\"mpc-hero-meta-val\">Cicak \/ Biawak Rumah<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-hero-img\">\n          <span class=\"mpc-hero-tag\">\u30e4\u30e2\u30ea\u30fb\u30c1\u30ab\u30c3\u30dd<\/span>\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes16-1024x576.jpg\" alt=\"\u58c1\u306b\u3044\u308b\u30e4\u30e2\u30ea\uff08\u30d2\u30e8\u30b3\uff09\u2014 \u30de\u30ec\u30fc\u30b7\u30a2\u306e\u5bb6\u5ead\u3067\u3088\u304f\u898b\u3089\u308c\u308b\u30d8\u30df\u30c0\u30af\u30c6\u30a3\u30eb\u30b9\u30fb\u30d5\u30ec\u30ca\u30c8\u30a5\u30b9\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTRODUCTION (preserved verbatim) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u5c0e\u5165<\/div>\n        <h2>\u6700\u3082\u983b\u7e41\u306b <em>\u5bb6\u5ead\u5185\u3067\u767a\u898b\u3055\u308c\u305f\u3002.<\/em><\/h2>\n        <p>\u5bb6\u306e\u4e2d\u3067\u3088\u304f\u898b\u304b\u3051\u308b\u30c8\u30ab\u30b2\u306f\u3001\u305d\u306e\u5b58\u5728\u304c\u4e0d\u5feb\u3067\u3042\u3063\u305f\u308a\u3001\u5358\u306b\u500b\u4eba\u7684\u306a\u4e0d\u5feb\u611f\u304b\u3089\u5bb3\u866b\u3068\u307f\u306a\u3055\u308c\u308b\u3053\u3068\u3082\u3042\u308a\u307e\u3059\u304c\u3001\u7a2e\u985e\u306f\u5730\u57df\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u4e16\u754c\u306e\u591a\u304f\u306e\u5730\u57df\u3067\u5bb6\u306e\u4e2d\u3084\u305d\u306e\u5468\u8fba\u3067\u6700\u3082\u3088\u304f\u898b\u304b\u3051\u308b\u30c8\u30ab\u30b2\u306e\u7a2e\u985e\u3068\u3057\u3066\u306f\u3001\u30a4\u30a8\u30e4\u30e2\u30ea\u3068\u30cb\u30db\u30f3\u30e4\u30e2\u30ea\u304c\u6319\u3052\u3089\u308c\u307e\u3059\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-intro-split\">\n\n        <div class=\"mpc-species\">\n          <div class=\"mpc-species-tag\">\u7a2e01 \u00b7 \u30de\u30ec\u30fc\u30b7\u30a2\u3067\u6700\u3082\u4e00\u822c\u7684\u306a\u7a2e<\/div>\n          <h3>\u30e4\u30e2\u30ea <em>(Hemidactylus frenatus)<\/em><\/h3>\n          <p>\u30e4\u30e2\u30ea\u306f\u58c1\u3084\u5929\u4e95\u3067\u3088\u304f\u898b\u304b\u3051\u3089\u308c\u3001\u4f53\u9577\u306f\u7d04 <strong>3\uff5e6\u30a4\u30f3\u30c1<\/strong> \u9577\u3055\u306f\u3002\u67d4\u3089\u304b\u304f\u534a\u900f\u660e\u306a\u76ae\u819a\u3092\u6301\u3061\u3001\u5185\u81d3\u304c\u304b\u3059\u304b\u306b\u898b\u3048\u308b\u3053\u3068\u304c\u3042\u308a\u3001\u8272\u306f\u8584\u8336\u8272\u304b\u3089\u7070\u8272\u307e\u3067\u69d8\u3005\u3067\u3059\u3002 <strong>\u7279\u5fb4\u7684\u306a\u3055\u3048\u305a\u308a<\/strong> \u2015\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u5bb6\u5ead\u3067\u591c\u306b\u3088\u304f\u8033\u306b\u3059\u308b\u3001\u304a\u306a\u3058\u307f\u306e\u300c\u30c1\u30e3\u30c3\u30af\u30c1\u30e3\u30c3\u30af\u30c1\u30e3\u30c3\u30af\u300d\u3068\u3044\u3046\u97f3\u3002.<\/p>\n        <\/div>\n\n        <div class=\"mpc-species\">\n          <div class=\"mpc-species-tag\">\u7a2e02\u30fb\u3088\u308a\u5927\u578b\u306e\u8fd1\u7e01\u7a2e<\/div>\n          <h3>\u4e00\u822c\u7684\u306a\u30e4\u30e2\u30ea <em>(\u30bf\u30ec\u30f3\u30c8\u30e9\u30fb\u30de\u30a6\u30ea\u30bf\u30cb\u30ab)<\/em><\/h3>\n          <p>\u3053\u308c\u3089\u306e\u30e4\u30e2\u30ea\u306f <strong>\u5c11\u3057\u5927\u304d\u3081<\/strong> \u307e\u305f\u3001\u30e4\u30e2\u30ea\u306b\u6bd4\u3079\u3066\u4f53\u683c\u304c\u3088\u308a\u9811\u4e08\u3067\u3059\u3002\u76ae\u819a\u306f <strong>\u3056\u3089\u3056\u3089\u3057\u3066\u3044\u3066\u3001\u307e\u3060\u3089\u6a21\u69d8\u304c\u3042\u308b<\/strong> \u305d\u308c\u306f\u5f7c\u3089\u304c\u5468\u56f2\u306e\u74b0\u5883\u306b\u6eb6\u3051\u8fbc\u3080\u306e\u306b\u5f79\u7acb\u3064\u3002.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BIOLOGY & LIFECYCLE (preserved) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u751f\u7269\u5b66\u3068\u30e9\u30a4\u30d5\u30b5\u30a4\u30af\u30eb<\/div>\n        <h2>\u30e4\u30e2\u30ea <em>\u7e41\u6b96\u3057\u3001\u6210\u9577\u3059\u308b\u3002.<\/em><\/h2>\n        <p>\u30e4\u30e2\u30ea\u306e\u500b\u4f53\u6570\u304c\u3069\u306e\u3088\u3046\u306b\u5897\u52a0\u3059\u308b\u304b\u3092\u7406\u89e3\u3059\u308c\u3070\u3001\u5358\u306b\u500b\u3005\u306e\u30e4\u30e2\u30ea\u3092\u6bba\u3059\u3060\u3051\u3067\u306f\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u7406\u7531\u304c\u308f\u304b\u308b\u3002\u30e4\u30e2\u30ea\u306f\u6025\u901f\u306b\u7e41\u6b96\u3057\u3001\u540c\u3058\u901f\u3055\u3067\u65b0\u305f\u306a\u751f\u606f\u5730\u306b\u5b9a\u7740\u3059\u308b\u304b\u3089\u3060\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <ul>\n          <li><div><strong>\u518d\u751f\uff1a<\/strong> \u3069\u3061\u3089\u306e\u7a2e\u3082\u5375\u3092\u7523\u307f\u307e\u3059\u304c\u3001\u30a4\u30a8\u30e4\u30e2\u30ea\u306f\u5e74\u306b\u6570\u56de\u30012 \u500b\u306e\u5375\u3092\u7523\u307f\u307e\u3059\u3002\u30a4\u30a8\u30e4\u30e2\u30ea\u306e\u7e41\u6b96\u7fd2\u6163\u306f\u4f3c\u3066\u3044\u307e\u3059\u304c\u3001\u74b0\u5883\u6761\u4ef6\u306b\u3088\u3063\u3066\u82e5\u5e72\u7570\u306a\u308a\u307e\u3059\u3002<\/div><\/li>\n          <li><div><strong>\u6210\u9577\uff1a<\/strong> \u82e5\u3044\u30e4\u30e2\u30ea\u306f\u5375\u304b\u3089\u5b75\u5316\u3059\u308b <em>\u5b8c\u5168\u306b\u5f62\u6210\u3055\u308c\u3001\u72ec\u7acb\u3057\u3066\u3044\u308b<\/em> \u751f\u307e\u308c\u305f\u3068\u304d\u304b\u3089\u3002\u751f\u5f8c1\u5e74\u9593\u3067\u6025\u901f\u306b\u6210\u9577\u3057\u3001\u7a2e\u3084\u74b0\u5883\u306b\u3082\u3088\u308b\u304c\u3001\u6570\u5e74\u9593\u751f\u304d\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002.<\/div><\/li>\n          <li><div><strong>\u9069\u5fdc\uff1a<\/strong> \u3053\u308c\u3089\u306e\u30e4\u30e2\u30ea\u306f\u90fd\u5e02\u74b0\u5883\u306b\u3046\u307e\u304f\u9069\u5fdc\u3057\u3066\u304a\u308a\u3001\u4eba\u9593\u306e\u4f4f\u5c45\u3067\u5341\u5206\u306a\u98df\u6599\u3068\u4f4f\u51e6\u3092\u898b\u3064\u3051\u3066\u3044\u307e\u3059\u3002<\/div><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BEHAVIOUR & HABITAT (preserved) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-twocol\">\n        <div>\n          <div class=\"mpc-eyebrow\">\u884c\u52d5\u3068\u751f\u606f\u5730<\/div>\n          <h3>\u591c\u884c\u6027\u306e\u6606\u866b\u30cf\u30f3\u30bf\u30fc\u3001, <em>\u5149\u306b\u5f15\u304d\u5bc4\u305b\u3089\u308c\u308b\u3002.<\/em><\/h3>\n          <p><strong>\u6442\u98df\u7fd2\u6163:<\/strong> \u4e21\u7a2e\u3068\u3082\u591c\u884c\u6027\u3067\u6606\u866b\u3092\u990c\u3068\u3059\u308b\u305f\u3081\u3001 <em>\u5929\u7136\u306e\u5bb3\u866b\u99c6\u9664\u5264<\/em>. \u5f7c\u3089\u306f\u7279\u306b\u86fe\u3084\u868a\u3001\u305d\u306e\u4ed6\u5149\u306b\u5f15\u304d\u5bc4\u305b\u3089\u308c\u308b\u5c0f\u3055\u306a\u6606\u866b\u3092\u597d\u3080\u3002.<\/p>\n          <p><strong>\u751f\u606f\u5730\u306e\u597d\u307f:<\/strong> \u3053\u308c\u3089\u306e\u30c8\u30ab\u30b2\u306f\u58c1\u3084\u5929\u4e95\u3067\u3088\u304f\u898b\u304b\u3051\u3089\u308c\u307e\u3059\u304c\u3001 <strong>\u6e29\u6696\u3067\u6e7f\u5ea6\u306e\u9ad8\u3044\u74b0\u5883<\/strong> \u65e5\u4e2d\u306f\u5bb6\u5177\u306e\u5f8c\u308d\u3084\u58c1\u306e\u9699\u9593\u3001\u9262\u690d\u3048\u306e\u690d\u7269\u306e\u9593\u306a\u3069\u306b\u96a0\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u591a\u3044\u3002.<\/p>\n        <\/div>\n        <div class=\"mpc-twocol-img\">\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes16-1024x576.jpg\" alt=\"\u5149\u6e90\u8fd1\u304f\u306e\u58c1\u3067\u6606\u866b\u3092\u6355\u98df\u3059\u308b\u30e4\u30e2\u30ea\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTERACTION WITH HUMANS & PETS + DROPPINGS CALLOUT -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u4eba\u9593\u3084\u30da\u30c3\u30c8\u3068\u306e\u4ea4\u6d41<\/div>\n        <h2>\u30c1\u30ab\u30af <em>\u5b9f\u969b\u306b\u5371\u967a\u3067\u3059\u304b\uff1f<\/em><\/h2>\n        <p>\u6b63\u76f4\u306a\u3068\u3053\u308d\u3001\u3044\u3044\u3048\u3001\u4e00\u822c\u7684\u306b\u306f\u7121\u5bb3\u3067\u3059\u3002\u3057\u304b\u3057\u3001\u3060\u304b\u3089\u3068\u3044\u3063\u3066\u3001\u5f7c\u3089\u306e\u5b58\u5728\u304c\u8ab0\u306b\u3068\u3063\u3066\u3082\u6b53\u8fce\u3055\u308c\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <p><strong>\u5bb3\u866b\u72b6\u6cc1:<\/strong> \u3053\u308c\u3089\u306e\u30e4\u30e2\u30ea\u306f <em>\u7121\u5bb3\u3067\u6709\u76ca<\/em> \u6606\u866b\u3092\u990c\u3068\u3059\u308b\u305f\u3081\u3001\u7cde\u3084\u6642\u306b\u306f\u305d\u306e\u6570\u306e\u591a\u3055\u304b\u3089\u5bb3\u866b\u3068\u307f\u306a\u3055\u308c\u308b\u3053\u3068\u304c\u591a\u3044\u3002 <strong>\u565b\u307f\u3064\u3044\u305f\u308a\u3001\u76f4\u63a5\u7684\u306a\u8105\u5a01\u3092\u4e0e\u3048\u305f\u308a\u3057\u306a\u3044<\/strong> \u4eba\u9593\u307e\u305f\u306f\u30da\u30c3\u30c8\u306b\u5bfe\u3057\u3066\u3002.<\/p>\n        <p><strong>\u75c5\u6c17\u306e\u4f1d\u67d3:<\/strong> \u304c\u3042\u308b <em>\u75c5\u6c17\u306e\u4f1d\u67d3\u30ea\u30b9\u30af\u306f\u6700\u5c0f\u9650<\/em> \u3053\u308c\u3089\u306e\u30c8\u30ab\u30b2\u304b\u3089\u611f\u67d3\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u4ed6\u306e\u91ce\u751f\u52d5\u7269\u3068\u540c\u69d8\u306b\u3001\u3053\u308c\u3089\u306e\u30c8\u30ab\u30b2\u3082\u7d30\u83cc\u3084\u5bc4\u751f\u866b\u3092\u4fdd\u6709\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u3001\u305d\u308c\u3089\u304c\u8868\u9762\u3092\u6c5a\u67d3\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002.<\/p>\n      <\/div>\n\n      <!-- The real problem \u2014 droppings -->\n      <div class=\"mpc-droppings\">\n        <div class=\"mpc-droppings-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"8\" cy=\"8\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"14\" cy=\"6\" r=\"1.2\" fill=\"currentColor\"\/><circle cx=\"17\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"10\" cy=\"14\" r=\"1.3\" fill=\"currentColor\"\/><circle cx=\"15\" cy=\"17\" r=\"1.4\" fill=\"currentColor\"\/><circle cx=\"7\" cy=\"18\" r=\"1.2\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"mpc-droppings-label\">\u672c\u5f53\u306e\u82e6\u60c5\u30fb\u7cde\u4fbf<\/div>\n          <h3>\u307b\u3068\u3093\u3069\u306e\u4f4f\u5b85\u6240\u6709\u8005\u304c\u62b1\u3048\u308b\u554f\u984c\u306f <em>\u554f\u984c\u306f\u30d2\u30e7\u30a6\u305d\u306e\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u30d2\u30e7\u30a6\u304c\u6b8b\u3057\u3066\u3044\u304f\u3082\u306e\u3060\u3002.<\/em><\/h3>\n          <p>\u30b9\u30ab\u30fc\u30d5\u306e\u7cde\u306f <strong>\u5148\u7aef\u304c\u767d\u3044\u5c0f\u3055\u306a\u9ed2\u3044\u7c92<\/strong>, \u30e4\u30e2\u30ea\u304c\u65e5\u4e2d\u4f11\u3080\u5834\u6240\u306a\u3089\u3069\u3053\u306b\u3067\u3082\u3001\u58c1\u3001\u5929\u4e95\u3001\u30ab\u30fc\u30c6\u30f3\u3001\u7a93\u67a0\u306a\u3069\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u307e\u3059\u3002\u6383\u9664\u304c\u5927\u5909\u3067\u3001\u898b\u305f\u76ee\u3082\u60aa\u304f\u3001\u8868\u9762\u306b\u30b7\u30df\u304c\u3064\u304f\u3053\u3068\u3082\u3042\u308a\u307e\u3059\u3002\u304a\u5ba2\u69d8\u306e\u591a\u304f\u306f\u30e4\u30e2\u30ea\u81ea\u4f53\u306f\u6c17\u306b\u3057\u306a\u3044\u306e\u3067\u3059\u304c\u3001\u6bce\u65e5\u306e\u6383\u9664\u306b\u306f\u3046\u3093\u3056\u308a\u3057\u3066\u3044\u308b\u306e\u3067\u3059\u3002.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PREVENTION (preserved) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u7ba1\u7406\u3068\u4e88\u9632<\/div>\n        <h2>\u5b9f\u969b\u306b\u52b9\u679c\u306e\u3042\u308b\u3082\u306e\u306f <em>\u30bc\u30fc\u30c1\u30e7\u30a6\u306e\u6570\u3092\u6e1b\u3089\u3059\u305f\u3081\u3002.<\/em><\/h2>\n        <p>\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u4f4f\u5b85\u6240\u6709\u8005\u306e\u307b\u3068\u3093\u3069\u304c\u65e2\u306b\u77e5\u3063\u3066\u3044\u308b2\u3064\u306e\u57fa\u672c\u7684\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u3060\u304c\u3001\u305d\u308c\u3089\u306f\u75c7\u72b6\u306b\u5bfe\u51e6\u3059\u308b\u3060\u3051\u3067\u3001\u6839\u672c\u539f\u56e0\u306b\u306f\u5bfe\u51e6\u3057\u3066\u3044\u306a\u3044\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <ul>\n          <li><div><strong>\u9664\u5916\uff1a<\/strong> \u30c9\u30a2\u3001\u7a93\u3001\u96fb\u7dda\u306e\u5468\u308a\u306e\u9699\u9593\u306a\u3069\u306e\u4fb5\u5165\u53e3\u3092\u5bc6\u9589\u3059\u308b\u3068\u3001\u30c8\u30ab\u30b2\u304c\u5bb6\u306e\u4e2d\u306b\u5165\u308b\u306e\u3092\u9632\u3050\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/div><\/li>\n          <li><div><strong>\u751f\u606f\u5730\u306e\u6539\u5909:<\/strong> \u5c4b\u5916\u306e\u7167\u660e\u3092\u6e1b\u3089\u3059\u3068\u3001\u6606\u866b\u306e\u8a98\u5f15\u3092\u6700\u5c0f\u9650\u306b\u6291\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u9593\u63a5\u7684\u306b\u30c8\u30ab\u30b2\u306e\u500b\u4f53\u6570\u3092\u6e1b\u3089\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u6e9c\u307e\u3063\u305f\u6c34\u3084\u30b4\u30df\u3092\u53d6\u308a\u9664\u304f\u3068\u3001\u30c8\u30ab\u30b2\u306e\u96a0\u308c\u5834\u6240\u3082\u5236\u9650\u3055\u308c\u307e\u3059\u3002<\/div><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ ZONE 1: MID-PAGE PEST AWARENESS BAR ============ -->\n  <section class=\"mpc-midbar\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-midbar-inner\">\n        <div class=\"mpc-midbar-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\/><circle cx=\"12\" cy=\"12\" r=\"4\"\/><\/svg>\n        <\/div>\n        <div class=\"mpc-midbar-text\">\n          \u305f\u304f\u3055\u3093\u306e\u30bb\u30c3\u30ab\u306f\u305f\u3044\u3066\u3044\u305f\u304f\u3055\u3093\u306e <em>\u98db\u7fd4\u6606\u866b<\/em> \u5f7c\u3089\u304c\u98df\u3079\u308b\u305f\u3081\u3067\u3059\u3002\u591c\u306b\u5bb6\u306e\u660e\u304b\u308a\u306e\u5468\u308a\u306b\u868a\u3084\u86fe\u3001\u5c0f\u3055\u306a\u30cf\u30a8\u304c\u96c6\u307e\u3063\u3066\u3044\u308b\u306e\u3092\u898b\u304b\u3051\u305f\u3089\u3001\u305d\u308c\u306f\u30b7\u30ab\u30af\u304c\u8ffd\u3044\u304b\u3051\u3066\u3044\u308b\u3082\u306e\u306a\u306e\u3067\u3059\u3002.\n        <\/div>\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u30b5\u30fc\u30d3\u30b9-2\/\" class=\"mpc-midbar-link\">\u3059\u3079\u3066\u306e\u5bb3\u866b\u99c6\u9664\u30b5\u30fc\u30d3\u30b9\u3092\u898b\u308b \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 1 ============ -->\n\n  <!-- ENVIRONMENTAL CONSIDERATION (preserved) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u74b0\u5883\u3078\u306e\u914d\u616e<\/div>\n        <h2>\u304a\u3059\u3059\u3081\u3059\u308b\u7406\u7531 <em>\u76f4\u63a5\u7684\u306b\u30b8\u30e3\u30b3\u30a6\u30cd\u30b3\u3092\u6bba\u3055\u306a\u3044\u3002.<\/em><\/h2>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <p>\u3053\u308c\u3089\u306e\u30c8\u30ab\u30b2\u304c\u679c\u305f\u3059\u5f79\u5272\u3092\u899a\u3048\u3066\u304a\u304f\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002 <strong>\u6606\u866b\u500b\u4f53\u7fa4\u306e\u5236\u5fa1\u306b\u304a\u3044\u3066\u6709\u76ca\u306a\u5f79\u5272\u3092\u679c\u305f\u3059<\/strong>. \u5f7c\u3089\u306e\u5b58\u5728\u306f <em>\u5065\u5168\u306a\u751f\u614b\u7cfb\u306e\u5146\u5019<\/em>. \u751f\u7269\u591a\u69d8\u6027\u3068\u751f\u614b\u7cfb\u306e\u30d0\u30e9\u30f3\u30b9\u3092\u7dad\u6301\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u4eba\u9053\u7684\u3067\u975e\u81f4\u6b7b\u7684\u306a\u7ba1\u7406\u65b9\u6cd5\u3092\u691c\u8a0e\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u308b\u3002.<\/p>\n        <p>\u8981\u7d04\u3059\u308b\u3068\u3001\u5bb6\u3084\u58c1\u306e\u30e4\u30e2\u30ea\u306f\u5bb6\u306b\u4fb5\u5165\u3059\u308b\u3068\u5bb3\u7363\u3068\u307f\u306a\u3055\u308c\u308b\u304c\u3001\u81ea\u7136\u306e\u5bb3\u866b\u99c6\u9664\u306b\u304a\u3051\u308b\u5f79\u5272\u306f\u3057\u3070\u3057\u3070 <strong>\u30de\u30a4\u30ca\u30b9\u9762\u3092\u4e0a\u56de\u308b\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308b<\/strong>. \u305d\u308c\u3089\u306e\u7fd2\u6027\u3084\u751f\u614b\u7cfb\u3078\u306e\u6069\u6075\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u3067\u3001\u4f4f\u5b85\u6240\u6709\u8005\u306f\u305d\u308c\u3089\u306e\u5b58\u5728\u3092\u7ba1\u7406\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u3001\u3088\u308a\u9069\u5207\u306a\u5224\u65ad\u3092\u4e0b\u3059\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u3002.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOD CHAIN STRATEGY \u2014 the smart pivot -->\n  <section class=\"mpc-strategy\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-strategy-inner\">\n        <div class=\"mpc-strategy-eyebrow\">\u30b9\u30de\u30fc\u30c8\u306a\u30a2\u30d7\u30ed\u30fc\u30c1<\/div>\n        <h2>\u98df\u6599\u4f9b\u7d66\u3092\u524a\u6e1b\u3059\u308b <em>\u305d\u3057\u3066\u3001\u30bb\u30c3\u30ab\u306e\u6570\u306f\u81ea\u7136\u306b\u6e1b\u5c11\u3059\u308b\u3002.<\/em><\/h2>\n        <p>\u30e4\u30af\u306f\u7e41\u6b96\u529b\u304c\u5f37\u304f\u3001\u624b\u306e\u5c4a\u304b\u306a\u3044\u9699\u9593\u306b\u96a0\u308c\u3001\u305f\u3068\u3048\u4eca\u65e510\u5339\u99c6\u9664\u3057\u3066\u3082\u3001\u30e4\u30af\u304c\u307e\u3060\u5468\u56f2\u306b\u3044\u308c\u3070\u6570\u9031\u9593\u4ee5\u5185\u306b\u3055\u3089\u306b\u5897\u3048\u308b\u3002 <strong>\u6839\u672c\u7684\u306a\u539f\u56e0<\/strong> \u554f\u984c\u306f\u30c8\u30ab\u30b2\u305d\u306e\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u30c8\u30ab\u30b2\u3092\u5f15\u304d\u5bc4\u305b\u3066\u3044\u308b\u306e\u306f\u98db\u3093\u3067\u3044\u308b\u6606\u866b\u306e\u6570\u306a\u306e\u3060\u3002.<\/p>\n        <p>\u868a\u3001\u30b4\u30ad\u30d6\u30ea\u3001\u30a2\u30ea\u3001\u30cf\u30a8\u3092\u6e1b\u3089\u3059\u3068\u3044\u3046\u3053\u3068\u306f <em>\u30c1\u30ab\u30af\u306e\u990c\u304c\u6e1b\u308b<\/em>. \u990c\u5834\u304c\u6e1b\u308c\u3070\u3001\u305d\u3053\u306b\u4f4f\u307f\u7740\u304f\u30bb\u30c3\u30ab\u3082\u6e1b\u308a\u3001\u6383\u9664\u3059\u308b\u7cde\u306e\u91cf\u3082\u5287\u7684\u306b\u6e1b\u308b\u3002.<\/p>\n\n        <div class=\"mpc-strategy-flow\">\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">\u30b9\u30c6\u30c3\u30d701<\/div>\n            <div class=\"mpc-strategy-step-text\">\u98db\u7fd4\u6606\u866b\uff08\u868a\u3001\u30cf\u30a8\u3001\u86fe\uff09\u3092\u99c6\u9664\u3059\u308b<\/div>\n          <\/div>\n          <div class=\"mpc-strategy-arrow\">\u2192<\/div>\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">\u30b9\u30c6\u30c3\u30d702<\/div>\n            <div class=\"mpc-strategy-step-text\">\u30c1\u30ab\u30af\u306f\u98df\u6599\u6e90\u3092\u5931\u3046<\/div>\n          <\/div>\n          <div class=\"mpc-strategy-arrow\">\u2192<\/div>\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">\u30b9\u30c6\u30c3\u30d703<\/div>\n            <div class=\"mpc-strategy-step-text\">\u30c1\u30ab\u30af\u306e\u500b\u4f53\u6570\u306f\u81ea\u7136\u306b\u6e1b\u5c11\u3059\u308b<\/div>\n          <\/div>\n        <\/div>\n\n        <p class=\"mpc-strategy-note\"><strong>\u30dc\u30fc\u30ca\u30b9\uff1a<\/strong> \u868a\u3084\u30cf\u30a8\u3092\u6e1b\u3089\u3059\u3053\u3068\u306f\u3001\u30c7\u30f3\u30b0\u71b1\u3084\u98df\u54c1\u6c5a\u67d3\u304b\u3089\u5bb6\u65cf\u3092\u5b88\u308b\u3053\u3068\u306b\u3082\u3064\u306a\u304c\u308a\u307e\u3059\u3002\u3064\u307e\u308a\u30011\u3064\u306e\u5bfe\u7b56\u30672\u3064\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3067\u304d\u308b\u306e\u3067\u3059\u3002.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ ZONE 3: EMOTIONAL TRUST STRIP ============ -->\n  <section class=\"mpc-trust-strip\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-trust-strip-inner\">\n        <div class=\"mpc-trust-strip-label\">\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u3069\u306e\u5bb6\u306b\u3082Cicak\u304c\u3044\u307e\u3059<\/div>\n        <h3>\u7cde\u3092\u597d\u3080\u4eba\u3082\u3044\u308c\u3070\u3001\u5acc\u3046\u4eba\u3082\u3044\u308b\u3002. <em>\u79c1\u305f\u3061\u306f1967\u5e74\u304b\u3089\u4e21\u8005\u3092\u652f\u63f4\u3057\u3066\u304d\u307e\u3057\u305f\u3002.<\/em><\/h3>\n        <div class=\"mpc-trust-strip-badges\">\n          <div class=\"mpc-trust-strip-badge\"><strong>59\u6b73<\/strong>&nbsp;\u5c02\u9580\u77e5\u8b58<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1,000+<\/strong>&nbsp;\u30b5\u30fc\u30d3\u30b9\u3092\u53d7\u3051\u305f\u30af\u30e9\u30a4\u30a2\u30f3\u30c8<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>ISO9001<\/strong>&nbsp;\u8a8d\u5b9a\u6e08\u307f<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1967\u5e74\u4ee5\u6765<\/strong><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 3 ============ -->\n\n  <!-- ============ ZONE 2: CONVERSION BRIDGE \u2014 4 PEST CARDS ============ -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">\u30d2\u30e7\u30a6\u306e\u990c\u306e\u4f9b\u7d66\u3092\u6e1b\u3089\u3059<\/div>\n        <h2>\u30bb\u30df\u304c\u98df\u3079\u308b\u6606\u866b\u305f\u3061 <em>\u305d\u3057\u3066\u3001\u79c1\u305f\u3061\u304c\u5f7c\u3089\u3092\u3069\u306e\u3088\u3046\u306b\u6271\u3046\u304b\u3002.<\/em><\/h2>\n        <p>\u3053\u308c\u3089\u306e\u5bb3\u866b\u306f\u3069\u308c\u3082\u30e4\u30e2\u30ea\u306e\u990c\u3068\u306a\u308b\u3002\u99c6\u9664\u3059\u308b\u3053\u3068\u3067\u3001\u5bb3\u866b\u554f\u984c\u3060\u3051\u3067\u306a\u304f\u3001\u305d\u308c\u3089\u3092\u990c\u3068\u3059\u308b\u30e4\u30e2\u30ea\u306e\u500b\u4f53\u6570\u3082\u6e1b\u5c11\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-conv-grid\">\n\n        <!-- Card 1: Mosquitoes -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u868a\u306e\u99c6\u9664\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 22V8M9 4l3 4 3-4M4 12l4 3M20 12l-4 3M6 18l2 1M18 18l-2 1\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">\u30c1\u30ab\u30af\u306f\u868a\u3092\u98df\u3079\u308b \u2014 <em>\u868a\u3082\u6e1b\u308a\u3001\u30b7\u30ab\u3082\u6e1b\u308a\u307e\u3057\u305f\u3002.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">\u304b\u3089\u59cb\u307e\u308b<\/div>\n            <div class=\"mpc-conv-price\">RM 150<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">\u868a\u306e\u99c6\u9664 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 2: Cockroaches -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30b4\u30ad\u30d6\u30ea\u99c6\u9664\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"14\" rx=\"6\" ry=\"8\"\/><path d=\"M6 10l-3-3M18 10l3-3M8 3l1 3M16 3l-1 3M4 16l-2 2M20 16l2 2\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">\u5c0f\u3055\u306a\u30b4\u30ad\u30d6\u30ea\u306f <em>\u6700\u9ad8\u7d1a\u306e\u30c1\u30ab\u30af\u306e\u990c<\/em> \u4e21\u65b9\u3068\u3082\u6e1b\u3089\u3059\u3002.<\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">\u304b\u3089\u59cb\u307e\u308b<\/div>\n            <div class=\"mpc-conv-price\">RM 130<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">\u30b4\u30ad\u30d6\u30ea\u99c6\u9664 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 3: Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30a2\u30ea\u99c6\u9664\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"8\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"13\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"19\" rx=\"2\" ry=\"2.5\"\/><path d=\"M10 8l-4-2M14 8l4-2M10 13l-5 1M14 13l5 1M10 19l-4 2M14 19l4 2\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">\u7fbd\u30a2\u30ea\u3068\u50cd\u304d\u30a2\u30ea \u2014 <em>\u30c1\u30af\u30c1\u30af\u306e\u30b9\u30ca\u30c3\u30af\u3002.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">\u304b\u3089\u59cb\u307e\u308b<\/div>\n            <div class=\"mpc-conv-price\">RM 130<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">\u30a2\u30ea\u99c6\u9664 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 4: Flies -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30cf\u30a8\u306e\u5236\u5fa1\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"12\" rx=\"4\" ry=\"3\"\/><path d=\"M12 12l-6-4M12 12l6-4M12 12l-6 4M12 12l6 4M12 8V4M12 20v-4\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">\u5149\u306b\u5f15\u304d\u5bc4\u305b\u3089\u308c\u308b\u86fe\u3084\u30cf\u30a8\u2015\u2015 <em>\u30c1\u30c1\u30e3\u30af\u306e\u304a\u6c17\u306b\u5165\u308a\u306e\u5915\u98df\u3002.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">\u304b\u3089\u59cb\u307e\u308b<\/div>\n            <div class=\"mpc-conv-price\">1\u30e6\u30cb\u30c3\u30c8\u3042\u305f\u308aRM60<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">\u30cf\u30a8\u99c6\u9664 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n      <!-- Direct cicak treatment card -->\n      <div class=\"mpc-direct\">\n        <div class=\"mpc-direct-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M3 12c3-3 6-3 9 0s6 3 9 0M6 8c1-1 2-1 3 0M15 8c1-1 2-1 3 0M9 16v3M15 16v3\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"mpc-direct-label\">\u30c1\u30ab\u30af\u306e\u76f4\u63a5\u6cbb\u7642\u3092\u3054\u5e0c\u671b\u3067\u3059\u304b\uff1f<\/div>\n          <h4>\u307e\u305f\u3001 <em>\u30d2\u30e7\u30a6\u3088\u3051\u3068\u7269\u7406\u7684\u306a\u6392\u9664<\/em> \u3054\u8981\u671b\u306b\u5fdc\u3058\u3066\u3002.<\/h4>\n          <p>\u30e4\u30e2\u30ea\u5fcc\u907f\u5264\u51e6\u7406\u3001\u7c98\u7740\u30c8\u30e9\u30c3\u30d7\u3001\u5c02\u9580\u5bb6\u306b\u3088\u308b\u7269\u7406\u7684\u306a\u4fb5\u5165\u9632\u6b62\uff08\u4fb5\u5165\u53e3\u306e\u5c01\u9396\uff09\u306a\u3069\u3001\u76f4\u63a5\u7684\u306a\u5bfe\u7b56\u3092\u3054\u5e0c\u671b\u306e\u304a\u5ba2\u69d8\u306f\u3001\u7269\u4ef6\u306e\u8a73\u7d30\u3092WhatsApp\u3067\u304a\u9001\u308a\u304f\u3060\u3055\u3044\u3002\u6700\u9069\u306a\u65b9\u6cd5\u3092\u3054\u63d0\u6848\u3044\u305f\u3057\u307e\u3059\u3002.<\/p>\n        <\/div>\n        <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-wa\" target=\"_blank\" rel=\"noopener\">\n          <svg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n          WhatsApp\u3067\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\n        <\/a>\n      <\/div>\n\n      <div class=\"mpc-conv-below\">\n        \u898b\u305f\u3044\u3067\u3059\u304b <em>\u307e\u305a\u306f\u4fa1\u683c\u8868\u5168\u4f53\u304b\u3089\uff1f<\/em> \u900f\u660e\u6027\u306e\u3042\u308b\u5f53\u793e\u306e <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/\">\u5bb3\u866b\u99c6\u9664\u6599\u91d1\u30ac\u30a4\u30c9<\/a> \u2015 \u30b5\u30d7\u30e9\u30a4\u30ba\u306a\u3057\u3001\u305f\u3089\u3044\u56de\u3057\u306a\u3057\u3002.\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 2 ============ -->\n\n  <!-- RELATED BUGS -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">\u7d9a\u304d\u3092\u8aad\u3080<\/div>\n        <h2>\u305d\u306e\u4ed6\u306e\u5bb3\u866b <em>\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u5bb6\u5ead\u3067\u767a\u898b\u3055\u308c\u305f\u3002.<\/em><\/h2>\n        <p>\u3053\u306e\u8a18\u4e8b\u304c\u304a\u5f79\u306b\u7acb\u3066\u3070\u5e78\u3044\u3067\u3059\u3002\u4ed6\u306b\u3082\u3001\u3054\u5bb6\u5ead\u3067\u3088\u304f\u898b\u304b\u3051\u308b\u6606\u866b\u3084\u751f\u304d\u7269\u306b\u3064\u3044\u3066\u89e3\u8aac\u3057\u305f\u5bb3\u866b\u5bfe\u7b56\u30ac\u30a4\u30c9\u3092\u3054\u7528\u610f\u3057\u3066\u3044\u307e\u3059\u3002\u305c\u3072\u3054\u89a7\u304f\u3060\u3055\u3044\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u868a\u306b\u3064\u3044\u3066\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 22V8M9 4l3 4 3-4M4 12l4 3M20 12l-4 3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u868a\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30b4\u30ad\u30d6\u30ea\u306b\u3064\u3044\u3066\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"14\" rx=\"6\" ry=\"8\"\/><path d=\"M6 10l-3-3M18 10l3-3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u30b4\u30ad\u30d6\u30ea\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30a2\u30ea\u306b\u3064\u3044\u3066\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"8\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"13\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"19\" rx=\"2\" ry=\"2.5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u30a2\u30ea\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30af\u30e2\u306b\u3064\u3044\u3066\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M9 9L3 3M15 9l6-6M9 15L3 21M15 15l6 6\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u30af\u30e2\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30e0\u30ab\u30c7\u306b\u3064\u3044\u3066\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12h18M5 8v8M8 6v12M11 8v8M14 6v12M17 8v8M20 6v12\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u30e0\u30ab\u30c7\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ja\/\u30d8\u30d3\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12c3-3 6-3 9 0s6 3 9 0M12 12v6M9 21h6\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u30d8\u30d3\u306b\u3064\u3044\u3066<\/div>\n          <span class=\"mpc-related-link\">\u3082\u3063\u3068\u8aad\u3080 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC ABOUT HOME LIZARDS PAGE -->","protected":false},"excerpt":{"rendered":"<p>Bugs &#038; Pests &nbsp;\u203a&nbsp; About Home Lizards Bug &#038; Pest Encyclopaedia Home Lizards (Cicak) \u2014 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-879","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/comments?post=879"}],"version-history":[{"count":3,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/879\/revisions"}],"predecessor-version":[{"id":1375,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/879\/revisions\/1375"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/media?parent=879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}