{"id":227,"date":"2023-06-07T14:52:19","date_gmt":"2023-06-07T14:52:19","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=227"},"modified":"2026-04-23T02:20:46","modified_gmt":"2026-04-23T02:20:46","slug":"pest-control-price-or-charges","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/","title":{"rendered":"\u5bb3\u866b\u99c6\u9664\u306e\u6599\u91d1\u3084\u6599\u91d1\u306f\uff1f"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<!-- =========================================================\n     MPC PRICING PAGE \u2014 Custom HTML Block\n     Paste this entire block into a WordPress \"Custom HTML\" block\n     inside your Pest Control Pricing page.\n     All styles are scoped with .mpc-pricing-page so they do NOT\n     affect the rest of your site.\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   ALL STYLES SCOPED TO .mpc-pricing-page\n   This prevents any leakage into the rest of the site.\n   ============================================================ *\/\n.mpc-pricing-page {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-cream: #F7F4EC;\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-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-pricing-page *,\n.mpc-pricing-page *::before,\n.mpc-pricing-page *::after {\n  box-sizing: border-box;\n}\n.mpc-pricing-page a { color: inherit; text-decoration: none; }\n.mpc-pricing-page img { max-width: 100%; display: block; }\n.mpc-pricing-page p { margin: 0 0 1em 0; }\n.mpc-pricing-page ul { list-style: none; padding: 0; margin: 0; }\n\n.mpc-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ INTRO \/ HERO (lighter than before) ============ *\/\n.mpc-intro {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 60px 0 70px;\n  margin: 0 -24px 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-intro::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(11,59,140,0.07) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-intro-grid {\n  display: grid;\n  grid-template-columns: 1.3fr 1fr;\n  gap: 60px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) {\n  .mpc-intro-grid { grid-template-columns: 1fr; gap: 40px; }\n}\n\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;\n  height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-intro h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(32px, 4.5vw, 54px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin: 0 0 22px 0;\n}\n.mpc-intro h1 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n  font-weight: 400;\n}\n.mpc-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  max-width: 540px;\n  margin-bottom: 30px;\n}\n\n.mpc-cta-row {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  margin-bottom: 36px;\n}\n\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 12px 22px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  border: none;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n}\n.mpc-btn-primary {\n  background: var(--mpc-blue);\n  color: #fff !important;\n}\n.mpc-btn-primary:hover { background: var(--mpc-blue-deep); transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-wa {\n  background: var(--mpc-wa-green);\n  color: #fff !important;\n}\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-ghost {\n  background: transparent;\n  color: var(--mpc-blue) !important;\n  border: 1px solid var(--mpc-blue);\n}\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold {\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink) !important;\n}\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n\n.mpc-stats {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 0;\n  border-top: 1px solid var(--mpc-line);\n  padding-top: 22px;\n  max-width: 540px;\n}\n.mpc-stat { padding-right: 12px; }\n.mpc-stat + .mpc-stat {\n  padding-left: 22px;\n  border-left: 1px solid var(--mpc-line);\n}\n.mpc-stat-num {\n  font-family: var(--mpc-serif);\n  font-size: 30px;\n  font-weight: 500;\n  color: var(--mpc-blue-ink);\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n.mpc-stat-label {\n  font-size: 11px;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  margin-top: 6px;\n}\n\n\/* intro right card *\/\n.mpc-intro-card {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 32px 30px;\n  position: relative;\n  box-shadow: 0 24px 50px -30px rgba(11,59,140,0.18);\n}\n.mpc-intro-card::before {\n  content: '';\n  position: absolute;\n  top: -1px; left: -1px; right: -1px;\n  height: 4px;\n  background: var(--mpc-blue);\n}\n.mpc-card-label {\n  font-size: 10px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 14px;\n}\n.mpc-intro-card h3 {\n  font-family: var(--mpc-serif);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--mpc-blue-ink);\n  line-height: 1.2;\n  margin: 0 0 10px 0;\n  letter-spacing: -0.01em;\n}\n.mpc-intro-card p {\n  color: var(--mpc-ink-soft);\n  font-size: 14px;\n  line-height: 1.6;\n  margin-bottom: 18px;\n}\n.mpc-card-list li {\n  display: flex;\n  gap: 12px;\n  padding: 10px 0;\n  border-bottom: 1px dashed var(--mpc-line);\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-card-list li:last-child { border-bottom: none; }\n.mpc-card-list li::before {\n  content: '';\n  width: 11px; height: 11px;\n  background: var(--mpc-blue);\n  border-radius: 50%;\n  flex-shrink: 0;\n  margin-top: 5px;\n}\n.mpc-card-list li strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-intro-card .mpc-btn { width: 100%; justify-content: center; margin-top: 18px; }\n\n\/* ============ TRUST BAR ============ *\/\n.mpc-trust {\n  background: #fff;\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 24px 0;\n  margin: 0 -24px;\n}\n.mpc-trust-inner {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.mpc-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-trust-icon {\n  width: 36px; height: 36px;\n  border: 1px solid var(--mpc-blue);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  font-family: var(--mpc-serif);\n  font-weight: 600;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n.mpc-trust-item strong {\n  display: block;\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n  font-size: 13px;\n}\n.mpc-trust-item span {\n  font-size: 11px;\n  color: var(--mpc-ink-muted);\n}\n\n\/* ============ SECTIONS ============ *\/\n.mpc-section {\n  padding: 70px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n.mpc-section-head {\n  max-width: 720px;\n  margin-bottom: 48px;\n}\n.mpc-section-head.center {\n  margin-left: auto;\n  margin-right: auto;\n  text-align: center;\n}\n.mpc-section-head.center .mpc-eyebrow {\n  justify-content: center;\n}\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(28px, 3.5vw, 42px);\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin: 0 0 16px 0;\n}\n.mpc-section-head h2 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-section-head p {\n  font-size: 16px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0;\n}\n\n\/* ============ PRICING CARDS ============ *\/\n.mpc-price-note {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  border-left: 3px solid var(--mpc-gold);\n  padding: 16px 20px;\n  margin-bottom: 40px;\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.mpc-price-note strong { color: var(--mpc-blue-ink); }\n\n.mpc-cat-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px;\n}\n@media (max-width: 820px) { .mpc-cat-grid { grid-template-columns: 1fr; } }\n\n.mpc-cat-card {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 30px 30px 26px;\n  position: relative;\n  transition: all 0.25s ease;\n}\n.mpc-cat-card:hover {\n  border-color: var(--mpc-blue);\n  box-shadow: 0 12px 32px -20px rgba(11,59,140,0.3);\n  transform: translateY(-2px);\n}\n.mpc-cat-card.featured {\n  background: linear-gradient(180deg, #fff 0%, #FAFBFE 100%);\n  border-color: var(--mpc-blue);\n}\n.mpc-cat-card.featured::before {\n  content: 'MOST REQUESTED';\n  position: absolute;\n  top: -10px; left: 24px;\n  background: var(--mpc-blue);\n  color: #fff;\n  font-size: 9.5px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  padding: 4px 10px;\n}\n\n.mpc-cat-head {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  gap: 14px;\n  padding-bottom: 18px;\n  border-bottom: 1px solid var(--mpc-line);\n  margin-bottom: 18px;\n}\n.mpc-cat-head-left { flex: 1; }\n.mpc-cat-kicker {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 6px;\n}\n.mpc-cat-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 22px;\n  line-height: 1.15;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin: 0;\n}\n.mpc-cat-icon {\n  width: 42px; height: 42px;\n  background: #F2EEE2;\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  color: var(--mpc-blue);\n  flex-shrink: 0;\n}\n.mpc-cat-icon svg { width: 20px; height: 20px; }\n\n.mpc-cat-list li {\n  display: grid;\n  grid-template-columns: 1fr auto;\n  gap: 14px;\n  padding: 11px 0;\n  border-bottom: 1px dashed var(--mpc-line);\n  font-size: 14px;\n  align-items: baseline;\n}\n.mpc-cat-list li:last-child { border-bottom: none; }\n.mpc-cat-service { color: var(--mpc-ink-soft); padding-right: 6px; }\n.mpc-cat-service small {\n  display: block;\n  color: var(--mpc-ink-muted);\n  font-size: 11.5px;\n  margin-top: 2px;\n  line-height: 1.4;\n}\n.mpc-cat-price {\n  font-family: var(--mpc-serif);\n  font-weight: 600;\n  color: var(--mpc-blue-ink);\n  font-size: 15px;\n  white-space: nowrap;\n  text-align: right;\n}\n.mpc-cat-price .from {\n  font-family: var(--mpc-sans);\n  font-size: 9.5px;\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  display: block;\n  margin-bottom: 2px;\n}\n.mpc-cat-price .mpc-free { color: #1F8A4F; }\n\n.mpc-cat-cta {\n  margin-top: 18px;\n  padding-top: 16px;\n  border-top: 1px solid var(--mpc-line);\n  font-size: 13px;\n  color: var(--mpc-ink-muted);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.mpc-cat-cta a {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n}\n.mpc-cat-cta a:hover { gap: 10px; }\n\n.mpc-footnote {\n  margin-top: 40px;\n  padding: 20px;\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  font-size: 13px;\n  color: var(--mpc-ink-muted);\n  line-height: 1.65;\n}\n.mpc-footnote strong {\n  color: var(--mpc-blue-ink);\n  font-size: 11px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  display: block;\n  margin-bottom: 8px;\n}\n\n\/* ============ WHY NOT CHEAPEST ============ *\/\n.mpc-why {\n  background: var(--mpc-blue-ink);\n  color: #EDEEF3;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-why::before {\n  content: '';\n  position: absolute;\n  top: -200px; left: -200px;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, rgba(201,163,74,0.12) 0%, transparent 60%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-why .mpc-section-head h2 { color: #fff; }\n.mpc-why .mpc-section-head p { color: #B9BFD0; }\n.mpc-why .mpc-eyebrow { color: var(--mpc-gold); }\n.mpc-why .mpc-eyebrow::before { background: var(--mpc-gold); }\n\n.mpc-why-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) {\n  .mpc-why-grid { grid-template-columns: 1fr; gap: 40px; }\n}\n\n.mpc-why-quote {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-weight: 300;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.3;\n  color: #fff;\n  border-left: 2px solid var(--mpc-gold);\n  padding-left: 22px;\n  margin-bottom: 22px;\n}\n.mpc-why-sub {\n  color: #B9BFD0;\n  font-size: 15px;\n  line-height: 1.65;\n  margin-bottom: 22px;\n}\n\n.mpc-why-points li {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 16px;\n  padding: 18px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n}\n.mpc-why-points li:last-child { border-bottom: none; }\n.mpc-why-num {\n  font-family: var(--mpc-serif);\n  font-size: 26px;\n  font-weight: 400;\n  color: var(--mpc-gold);\n  line-height: 1;\n}\n.mpc-why-points h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 18px;\n  color: #fff;\n  margin: 0 0 6px 0;\n  letter-spacing: -0.01em;\n}\n.mpc-why-points p {\n  color: #B9BFD0;\n  font-size: 14px;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ============ FACTORS ============ *\/\n.mpc-factors-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-factors-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 520px) { .mpc-factors-grid { grid-template-columns: 1fr; } }\n\n.mpc-factor {\n  background: #fff;\n  padding: 30px 26px;\n  transition: background 0.25s;\n}\n.mpc-factor:hover { background: var(--mpc-paper); }\n.mpc-factor-num {\n  font-family: var(--mpc-serif);\n  font-size: 12px;\n  font-weight: 500;\n  color: var(--mpc-gold);\n  letter-spacing: 0.18em;\n  margin-bottom: 12px;\n}\n.mpc-factor h4 {\n  font-family: var(--mpc-serif);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--mpc-blue-ink);\n  margin: 0 0 10px 0;\n  line-height: 1.25;\n  letter-spacing: -0.01em;\n}\n.mpc-factor p {\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  margin: 0;\n}\n.mpc-factor-cta { background: var(--mpc-blue); color: #fff; grid-column: span 2; }\n.mpc-factor-cta .mpc-factor-num { color: var(--mpc-gold); }\n.mpc-factor-cta h4 { color: #fff; }\n.mpc-factor-cta p { color: #C9CFE0; margin-bottom: 14px; }\n@media (max-width: 820px) { .mpc-factor-cta { grid-column: span 2; } }\n@media (max-width: 520px) { .mpc-factor-cta { grid-column: 1; } }\n\n\/* ============ CTA BAND ============ *\/\n.mpc-cta-band {\n  background: linear-gradient(135deg, var(--mpc-blue) 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-cta-band::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-cta-inner {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 820px) { .mpc-cta-inner { grid-template-columns: 1fr; gap: 30px; } }\n.mpc-cta-band h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  margin: 0 0 12px 0;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n.mpc-cta-band h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-cta-band p {\n  color: #C9CFE0;\n  font-size: 15px;\n  line-height: 1.65;\n  margin: 0;\n}\n.mpc-cta-right { display: flex; flex-direction: column; gap: 12px; }\n.mpc-cta-contact {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  padding: 18px 22px;\n}\n.mpc-cta-contact-label {\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  margin-bottom: 6px;\n  font-weight: 600;\n}\n.mpc-cta-contact-val {\n  font-family: var(--mpc-serif);\n  font-size: 20px;\n  color: #fff;\n  font-weight: 500;\n}\n.mpc-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }\n.mpc-cta-band .mpc-btn-ghost {\n  color: #fff !important;\n  border-color: rgba(255,255,255,0.3);\n}\n.mpc-cta-band .mpc-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-pricing-page\">\n\n  <!-- INTRO \/ HERO -->\n  <section class=\"mpc-intro\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-intro-grid\">\n        <div>\n          <div class=\"mpc-eyebrow\">\u4fa1\u683c\u8a2d\u5b9a\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30ac\u30a4\u30c9<\/div>\n          <h1>Fair pricing.<br>Honest work.<br><em>Since 1967.<\/em><\/h1>\n          <p class=\"mpc-lead\">We don&#8217;t compete on being the cheapest \u2014 we compete on being trusted. Our pricing reflects 58 years of specialist craft, certified protocols, and follow-through that actually solves your pest problem.<\/p>\n          <div class=\"mpc-cta-row\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-wa\">\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 +6012 267 1577\n            <\/a>\n            <a href=\"#mpc-pricing\" class=\"mpc-btn mpc-btn-ghost\">See Pricing Guide<\/a>\n          <\/div>\n          <div class=\"mpc-stats\">\n            <div class=\"mpc-stat\">\n              <div class=\"mpc-stat-num\">58<\/div>\n              <div class=\"mpc-stat-label\">Years Trusted<\/div>\n            <\/div>\n            <div class=\"mpc-stat\">\n              <div class=\"mpc-stat-num\">ISO<\/div>\n              <div class=\"mpc-stat-label\">9001 Certified<\/div>\n            <\/div>\n            <div class=\"mpc-stat\">\n              <div class=\"mpc-stat-num\">FOC<\/div>\n              <div class=\"mpc-stat-label\">\u691c\u67fb<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-intro-card\">\n          <div class=\"mpc-card-label\">Free Site Inspection<\/div>\n          <h3>Not sure which service you need?<\/h3>\n          <p>We&#8217;ll inspect your premises at no charge and give you a written recommendation with transparent pricing \u2014 no obligation.<\/p>\n          <ul class=\"mpc-card-list\">\n            <li><div><strong>On-site assessment<\/strong> \u2014 termites, rodents, general pests<\/div><\/li>\n            <li><div><strong>Commercial &#038; industrial<\/strong> inspections included free<\/div><\/li>\n            <li><div><strong>Written quotation<\/strong> delivered within 24 hours<\/div><\/li>\n          <\/ul>\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-primary\">Request Free Inspection<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST BAR -->\n  <div class=\"mpc-trust\">\n    <div class=\"mpc-container mpc-trust-inner\">\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2713<\/div>\n        <div><strong>ISO 9001 Certified<\/strong><span>Quality management<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2605<\/div>\n        <div><strong>HACCP Approved<\/strong><span>Food-safe protocols<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">58<\/div>\n        <div><strong>Since 1967<\/strong><span>Established reputation<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">Rx<\/div>\n        <div><strong>Licensed Pesticides<\/strong><span>BASF \u00b7 Bayer \u00b7 Syngenta<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">$<\/div>\n        <div><strong>Honest Pricing<\/strong><span>No hidden charges<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PRICING -->\n  <section class=\"mpc-section mpc-section-paper\" id=\"mpc-pricing\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Pricing Reference<\/div>\n        <h2>Transparent prices for <em>every treatment<\/em>.<\/h2>\n        <p>The rates below are starting points. Final pricing depends on premise size, infestation severity, chemical preference, and visit frequency \u2014 we&#8217;ll confirm your exact quote after a free inspection.<\/p>\n      <\/div>\n\n      <div class=\"mpc-price-note\">\n        <div style=\"color: var(--mpc-gold); font-size: 20px; line-height: 1;\">\u24d8<\/div>\n        <div><strong>Inspection is always free.<\/strong> All treatment prices are <em>&#8220;starting from&#8221;<\/em> references. Final quotations are issued after site assessment. We adhere to an honest pricing policy \u2014 our rates reflect quality service, follow-up visits, and re-inspection where applicable.<\/div>\n      <\/div>\n\n      <div class=\"mpc-cat-grid\">\n\n        <!-- INSPECTION -->\n        <div class=\"mpc-cat-card\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">01 \u2014 Assessment<\/div>\n              <div class=\"mpc-cat-title\">Inspection &#038; Survey<\/div>\n            <\/div>\n            <div class=\"mpc-cat-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"11\" cy=\"11\" r=\"7\"\/><path d=\"m21 21-4.3-4.3\"\/><\/svg>\n            <\/div>\n          <\/div>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">Termites or other infestation<small>Residential premises<\/small><\/span><span class=\"mpc-cat-price mpc-free\"><span class=\"from\">Cost<\/span>Free<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Commercial \/ industrial<small>Factories, warehouses, offices<\/small><\/span><span class=\"mpc-cat-price mpc-free\"><span class=\"from\">Cost<\/span>Free<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Ad-hoc urgent call<small>Same-day response<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 150<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>No obligation quotation<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Book inspection \u2192<\/a><\/div>\n        <\/div>\n\n        <!-- GENERAL PESTS -->\n        <div class=\"mpc-cat-card featured\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">02 \u2014 General Pests<\/div>\n              <div class=\"mpc-cat-title\">Ants, Cockroaches, Mosquitos<\/div>\n            <\/div>\n            <div class=\"mpc-cat-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>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">Ants &#038; cockroaches<small>Residual spray &#038; bait<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 130<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Composite treatment<small>Multi-pest package<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 150<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Mosquito fogging &#038; larviciding<small>Outdoor fogging<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 150<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>Most requested by homeowners<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Get quote \u2192<\/a><\/div>\n        <\/div>\n\n        <!-- TERMITES -->\n        <div class=\"mpc-cat-card\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">03 \u2014 Specialist<\/div>\n              <div class=\"mpc-cat-title\">Termite Treatment<\/div>\n            <\/div>\n            <div class=\"mpc-cat-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\"\/><\/svg>\n            <\/div>\n          <\/div>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">Monitoring stations<small>In-ground baiting<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 20<small style=\"display:inline;font-size:11px;\">\/station<\/small><\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Above-ground baiting<small>With active infestation<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 1,600<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Drilling termiticide<small>Chemical barrier treatment<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 2,800<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Residual spray<small>Targeted application<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 200<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Pre-construction soil<small>Depends on chemical preference<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">Per m\u00b2<\/span>RM 4\u20136<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>58 years termite expertise<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Discuss options \u2192<\/a><\/div>\n        <\/div>\n\n        <!-- RODENTS -->\n        <div class=\"mpc-cat-card\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">04 \u2014 Rodents<\/div>\n              <div class=\"mpc-cat-title\">Rat &#038; Rodent Control<\/div>\n            <\/div>\n            <div class=\"mpc-cat-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2a5 5 0 015 5c0 1.5-.5 3-1.5 4 1 .5 2 1.5 2 3 0 2-2 4-5.5 4s-5.5-2-5.5-4c0-1.5 1-2.5 2-3-1-1-1.5-2.5-1.5-4a5 5 0 015-5z\"\/><path d=\"M15 20l3 2M9 20l-3 2\"\/><\/svg>\n            <\/div>\n          <\/div>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">Anti-coagulant baiting<small>Min 2 visits<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 250<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Non-anti-coagulant baiting<small>Min 2 visits<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 250<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Trap &#038; glue board stations<small>Depends on quantity<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 10<small style=\"display:inline;font-size:11px;\">\/station<\/small><\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Netting work<small>Depends on size<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 1,000<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>Food-safe protocols available<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Get quote \u2192<\/a><\/div>\n        <\/div>\n\n        <!-- FLIES -->\n        <div class=\"mpc-cat-card\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">05 \u2014 Flies<\/div>\n              <div class=\"mpc-cat-title\">Fly Control<\/div>\n            <\/div>\n            <div class=\"mpc-cat-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2v20M4 8l16 8M4 16l16-8\"\/><\/svg>\n            <\/div>\n          <\/div>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">\u30c8\u30e9\u30c3\u30d7<small>Per unit per month<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 60<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Baits<small>Depends on size<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 150<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">ULV misting<small>Depends on size<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 150<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>F&#038;B and commercial ready<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Get quote \u2192<\/a><\/div>\n        <\/div>\n\n        <!-- SPECIALTY -->\n        <div class=\"mpc-cat-card\">\n          <div class=\"mpc-cat-head\">\n            <div class=\"mpc-cat-head-left\">\n              <div class=\"mpc-cat-kicker\">06 \u2014 Specialty<\/div>\n              <div class=\"mpc-cat-title\">Bed Bugs, Civet &#038; Others<\/div>\n            <\/div>\n            <div class=\"mpc-cat-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2l2 4h4l-3 3 1 4-4-2-4 2 1-4-3-3h4z\"\/><\/svg>\n            <\/div>\n          <\/div>\n          <ul class=\"mpc-cat-list\">\n            <li><span class=\"mpc-cat-service\">Bed bugs treatment<small>3-visit programme<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 600<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Musang \/ civet cat trap<small>2 visits<\/small><\/span><span class=\"mpc-cat-price\"><span class=\"from\">From<\/span>RM 350<\/span><\/li>\n            <li><span class=\"mpc-cat-service\">Other pests<small>Spiders, birds, snakes, bees<\/small><\/span><span class=\"mpc-cat-price\" style=\"color:var(--mpc-blue); font-size:13px;\">Contact us<\/span><\/li>\n          <\/ul>\n          <div class=\"mpc-cat-cta\"><span>Custom programmes available<\/span><a href=\"https:\/\/wa.link\/ghnbe5\">Discuss \u2192<\/a><\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"mpc-footnote\">\n        <strong>Important Notes<\/strong>\n        Prices listed are for reference only. HACCP-approved insecticides are available at premium rates. There is always a cheaper alternative and a premium option \u2014 we&#8217;ll walk you through the trade-offs. Final quotation follows a free site assessment.\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHY NOT CHEAPEST -->\n  <section class=\"mpc-section mpc-why\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-why-grid\">\n        <div>\n          <div class=\"mpc-eyebrow\">Why we&#8217;re not RM88<\/div>\n          <div class=\"mpc-why-quote\">&#8220;A cheap price often means cutting corners \u2014 compromising service quality, and ultimately, your peace of mind.&#8221;<\/div>\n          <p class=\"mpc-why-sub\">Some operators advertise RM88 treatments. We don&#8217;t. Here&#8217;s what that number doesn&#8217;t cover \u2014 and what our pricing does.<\/p>\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\">Talk to a specialist \u2192<\/a>\n        <\/div>\n\n        <ul class=\"mpc-why-points\">\n          <li>\n            <div class=\"mpc-why-num\">01<\/div>\n            <div>\n              <h4>Correct chemical dilution<\/h4>\n              <p>Customers can&#8217;t verify dilution ratios on-site. We don&#8217;t under-dose to save on chemical cost \u2014 treatments work first time.<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"mpc-why-num\">02<\/div>\n            <div>\n              <h4>Follow-up &#038; re-inspection<\/h4>\n              <p>Our price includes return visits and re-inspection where the service calls for it. Pest control is rarely one-and-done.<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"mpc-why-num\">03<\/div>\n            <div>\n              <h4>Branded pesticides<\/h4>\n              <p>Imported pesticides from BASF, Bayer, FMC, Syngenta, Sumitomo cost more than local generics \u2014 and they perform.<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"mpc-why-num\">04<\/div>\n            <div>\n              <h4>Accountability<\/h4>\n              <p>We&#8217;ve been here since 1967 under the same name. If something isn&#8217;t right, you know where to find us.<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FACTORS -->\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\">Factors Affecting Your Quote<\/div>\n        <h2>What goes into <em>your price<\/em>.<\/h2>\n        <p>Pest control pricing isn&#8217;t one-size-fits-all. Here are the seven factors we assess before issuing any quotation.<\/p>\n      <\/div>\n\n      <div class=\"mpc-factors-grid\">\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">01<\/div><h4>Scale of the problem<\/h4><p>A small localised infestation is less costly than a widespread one. We size the treatment to the actual issue \u2014 never oversell.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">02<\/div><h4>Property size &#038; location<\/h4><p>Larger premises need more manpower and materials. Remote sites may carry travel costs \u2014 we disclose this upfront.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">03<\/div><h4>Type of pest<\/h4><p>Bed bugs and termites need specialist treatment and equipment. Common pests like ants are more straightforward.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">04<\/div><h4>Infestation severity<\/h4><p>Deep infiltration may need multiple treatments or advanced techniques. Complexity drives cost.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">05<\/div><h4>Visit frequency<\/h4><p>Some programmes need several visits to eradicate and prevent recurrence. More visits = higher, but justified, cost.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">06<\/div><h4>Pesticide choice<\/h4><p>Imported (BASF, Bayer, FMC, Syngenta, Sumitomo) vs local \u2014 we offer both and explain the trade-off.<\/p><\/div>\n        <div class=\"mpc-factor\"><div class=\"mpc-factor-num\">07<\/div><h4>Treatment strategy<\/h4><p>Termite baiting vs drilling? Chemical vs non-chemical? Each approach has its own cost and merit \u2014 you choose.<\/p><\/div>\n        <div class=\"mpc-factor mpc-factor-cta\">\n          <div class=\"mpc-factor-num\">\u2014<\/div>\n          <h4>Still unsure what your job will cost?<\/h4>\n          <p>Book a free site inspection. We&#8217;ll assess, explain every option, and issue a written quote within 24 hours.<\/p>\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\">WhatsApp us now \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA BAND -->\n  <section class=\"mpc-cta-band\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-cta-inner\">\n        <div>\n          <div class=\"mpc-eyebrow\" style=\"color: var(--mpc-gold);\">Ready to get started?<\/div>\n          <h2>Let&#8217;s solve your pest problem \u2014 <em>the right way.<\/em><\/h2>\n          <p>Free inspection. Honest quotation. Work delivered by Malaysia&#8217;s longest-serving pest control specialist.<\/p>\n        <\/div>\n        <div class=\"mpc-cta-right\">\n          <div class=\"mpc-cta-contact\">\n            <div class=\"mpc-cta-contact-label\">WhatsApp \/ Call<\/div>\n            <div class=\"mpc-cta-contact-val\">+6012 267 1577<\/div>\n          <\/div>\n          <div class=\"mpc-cta-buttons\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\">Message on WhatsApp<\/a>\n            <a href=\"mailto:help@msianpestcontrol.com\" class=\"mpc-btn mpc-btn-ghost\">Email us<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC PRICING PAGE -->\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Pricing Reference Guide Fair pricing.Honest work.Since 1967. We don&#8217;t compete on being the cheapest \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-227","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pest Control Prices | Quality Service at Affordable Prices | 2026<\/title>\n<meta name=\"description\" content=\"Need a free inspection by our Sales Manager or Entomologist? Upholding Fairness as our core value, we charge fair prices for quality...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pest Control Prices | Quality Service at Affordable Prices | 2026\" \/>\n<meta property=\"og:description\" content=\"Need a free inspection by our Sales Manager or Entomologist? Upholding Fairness as our core value, we charge fair prices for quality...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/\" \/>\n<meta property=\"og:site_name\" content=\"MALAYSIAN PEST CONTROL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/msianpestcontrol\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T02:20:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/pest-control-price-or-charges\\\/\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/pest-control-price-or-charges\\\/\",\"name\":\"Pest Control Prices | Quality Service at Affordable Prices | 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#website\"},\"datePublished\":\"2023-06-07T14:52:19+00:00\",\"dateModified\":\"2026-04-23T02:20:46+00:00\",\"description\":\"Need a free inspection by our Sales Manager or Entomologist? Upholding Fairness as our core value, we charge fair prices for quality...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/pest-control-price-or-charges\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/msianpestcontrol.com\\\/pest-control-price-or-charges\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/pest-control-price-or-charges\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/msianpestcontrol.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pest control price or charges?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#website\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/\",\"name\":\"MALAYSIAN PEST CONTROL\",\"description\":\"Guarding Homes, Offices and Buildings Since 1967\",\"publisher\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/msianpestcontrol.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#organization\",\"name\":\"MALAYSIAN PEST CONTROL\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mpc-blue-transparent.png\",\"contentUrl\":\"https:\\\/\\\/msianpestcontrol.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mpc-blue-transparent.png\",\"width\":2378,\"height\":2378,\"caption\":\"MALAYSIAN PEST CONTROL\"},\"image\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/msianpestcontrol\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pest Control Prices | Quality Service at Affordable Prices | 2026","description":"\u5f0a\u793e\u306e\u55b6\u696d\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u307e\u305f\u306f\u6606\u866b\u5b66\u8005\u306b\u3088\u308b\u7121\u6599\u691c\u67fb\u304c\u5fc5\u8981\u3067\u3059\u304b? \u5f0a\u793e\u306f\u516c\u5e73\u6027\u3092\u57fa\u672c\u7406\u5ff5\u3068\u3057\u3066\u63b2\u3052\u3001\u54c1\u8cea\u306b\u5bfe\u3057\u3066\u516c\u6b63\u306a\u4fa1\u683c\u3092\u8acb\u6c42\u3057\u3066\u3044\u307e\u3059...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/","og_locale":"ja_JP","og_type":"article","og_title":"Pest Control Prices | Quality Service at Affordable Prices | 2026","og_description":"Need a free inspection by our Sales Manager or Entomologist? Upholding Fairness as our core value, we charge fair prices for quality...","og_url":"https:\/\/msianpestcontrol.com\/ja\/\u5bb3\u866b\u99c6\u9664\u306e\u4fa1\u683c\u307e\u305f\u306f\u6599\u91d1\/","og_site_name":"MALAYSIAN PEST CONTROL","article_publisher":"https:\/\/www.facebook.com\/msianpestcontrol\/","article_modified_time":"2026-04-23T02:20:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"4\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/","url":"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/","name":"Pest Control Prices | Quality Service at Affordable Prices | 2026","isPartOf":{"@id":"https:\/\/msianpestcontrol.com\/#website"},"datePublished":"2023-06-07T14:52:19+00:00","dateModified":"2026-04-23T02:20:46+00:00","description":"\u5f0a\u793e\u306e\u55b6\u696d\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u307e\u305f\u306f\u6606\u866b\u5b66\u8005\u306b\u3088\u308b\u7121\u6599\u691c\u67fb\u304c\u5fc5\u8981\u3067\u3059\u304b? \u5f0a\u793e\u306f\u516c\u5e73\u6027\u3092\u57fa\u672c\u7406\u5ff5\u3068\u3057\u3066\u63b2\u3052\u3001\u54c1\u8cea\u306b\u5bfe\u3057\u3066\u516c\u6b63\u306a\u4fa1\u683c\u3092\u8acb\u6c42\u3057\u3066\u3044\u307e\u3059...","breadcrumb":{"@id":"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/msianpestcontrol.com\/"},{"@type":"ListItem","position":2,"name":"Pest control price or charges?"}]},{"@type":"WebSite","@id":"https:\/\/msianpestcontrol.com\/#website","url":"https:\/\/msianpestcontrol.com\/","name":"\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u5bb3\u866b\u99c6\u9664","description":"1967 \u5e74\u4ee5\u6765\u3001\u4f4f\u5b85\u3001\u30aa\u30d5\u30a3\u30b9\u3001\u5efa\u7269\u306e\u8b66\u5099\u3092\u884c\u3063\u3066\u3044\u307e\u3059","publisher":{"@id":"https:\/\/msianpestcontrol.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/msianpestcontrol.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/msianpestcontrol.com\/#organization","name":"\u30de\u30ec\u30fc\u30b7\u30a2\u306e\u5bb3\u866b\u99c6\u9664","url":"https:\/\/msianpestcontrol.com\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/msianpestcontrol.com\/#\/schema\/logo\/image\/","url":"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2026\/04\/mpc-blue-transparent.png","contentUrl":"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2026\/04\/mpc-blue-transparent.png","width":2378,"height":2378,"caption":"MALAYSIAN PEST CONTROL"},"image":{"@id":"https:\/\/msianpestcontrol.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/msianpestcontrol\/"]}]}},"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/227","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=227"}],"version-history":[{"count":4,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/227\/revisions"}],"predecessor-version":[{"id":1249,"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/pages\/227\/revisions\/1249"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ja\/wp-json\/wp\/v2\/media?parent=227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}