<!-- Lightning専用スタイル調整 -->
<style>
  /* Lightningのデフォルトスタイル打ち消し */
  .entry-body .nk-lp-wrapper h1,
  .entry-body .nk-lp-wrapper h2,
  .entry-body .nk-lp-wrapper h3,
  .entry-body .nk-lp-wrapper h4 {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none !important;
  }
  .entry-body .nk-lp-wrapper h2::after,
  .entry-body .nk-lp-wrapper h3::after {
    display: none !important;
  }
  .entry-body .nk-lp-wrapper table {
    margin-bottom: 0 !important;
  }

  /* LP全体設定 */
  .nk-lp-wrapper {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
  .nk-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Hero Section */
  .nk-hero {
    background: linear-gradient(135deg, #0a2540 0%, #1a4a75 100%);
    color: #ffffff !important;
    padding: 70px 20px;
    text-align: center;
  }
  .nk-hero-badge {
    display: inline-block;
    background: #ff6b00;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .nk-hero h1 {
    font-size: 2.2rem !important;
    color: #ffffff !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
  }
  .nk-hero p {
    font-size: 1.1rem;
    color: #ffffff;
    margin: 0;
    opacity: 0.95;
  }

  /* Section Base */
  .nk-section {
    padding: 60px 0;
  }
  .nk-section-title {
    text-align: center;
    font-size: 1.8rem !important;
    color: #0a2540 !important;
    font-weight: bold !important;
    margin-bottom: 35px !important;
    position: relative;
  }
  .nk-section-title::after {
    content: '' !important;
    display: block !important;
    width: 50px !important;
    height: 3px !important;
    background: #ff6b00 !important;
    margin: 12px auto 0 !important;
  }

  /* Grid & Cards */
  .nk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .nk-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  }
  .nk-card h4 {
    color: #0a2540 !important;
    border-left: 4px solid #ff6b00 !important;
    padding-left: 10px !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }
  .nk-card p {
    font-size: 0.95rem;
    margin: 0;
  }

  /* Table */
  .nk-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
  }
  .nk-table th, .nk-table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
  }
  .nk-table th {
    width: 30%;
    background: #f8f9fa;
    color: #0a2540;
    font-weight: bold;
    white-space: nowrap;
  }

  /* Contact Box */
  .nk-contact-box {
    background: #0a2540;
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
    padding: 40px 20px;
  }
  .nk-contact-box h3 {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
  }
  .nk-tel-btn {
    display: inline-block;
    background: #ff6b00;
    color: #ffffff !important;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none !important;
    margin-top: 15px;
    box-shadow: 0 4px 12px rgba(255,107,0,0.3);
  }
</style>

<div class="nk-lp-wrapper">

  <!-- Hero Section -->
  <div class="nk-hero">
    <div class="nk-container">
      <span class="nk-hero-badge">地域密着 創業31年</span>
      <h1>技術の力で未来を支える</h1>
      <p>電気のお困りごとは、中野電業にお任せください。</p>
    </div>
  </div>

  <!-- About Section -->
  <div class="nk-section">
    <div class="nk-container" style="text-align: center;">
      <h2 class="nk-section-title">社会の安全を支える</h2>
      <p style="font-size: 1.15rem; font-weight: bold; color: #0a2540; margin-bottom: 15px;">【 調査 ・ 設計 ・ 管理 ・ 保守 】</p>
      <p style="max-width: 800px; margin: 0 auto; text-align: left;">株式会社中野電業は、地域に根ざして31年。電気工事・電気通信工事のプロフェッショナルとして、建物のインフラから最新の再生可能エネルギー・EV設備まで、安全で快適な社会づくりに貢献しています。</p>
    </div>
  </div>

  <!-- Services Section -->
  <div class="nk-section" style="background: #f8f9fa;">
    <div class="nk-container">
      <h2 class="nk-section-title">事業内容</h2>
      
      <h3 style="color: #0a2540; font-size: 1.4rem; font-weight: bold; margin-bottom: 20px; border-bottom: 2px solid #0a2540; padding-bottom: 5px;">⚡ 電気工事</h3>
      <div class="nk-grid" style="margin-bottom: 40px;">
        <div class="nk-card">
          <h4>配線工事</h4>
          <p>建物内外に電線を引き回し、コンセントやスイッチ、照明器具などを設置する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>電気設備の設置</h4>
          <p>分電盤やブレーカー、変圧器などの電気設備を設置する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>保守・点検</h4>
          <p>既存の電気設備が正常に動作しているかを確認し、必要に応じて修理や交換を行う作業です。</p>
        </div>
        <div class="nk-card">
          <h4>改修・更新</h4>
          <p>古くなった電気設備を最新のものに交換する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>防災設備の設置</h4>
          <p>火災報知器や非常用照明などの防災設備を設置する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>太陽光発電システム</h4>
          <p>住宅や施設に太陽光パネルを設置し、再生可能エネルギーを利用した発電システムを構築します。</p>
        </div>
        <div class="nk-card">
          <h4>EV充電設備の設置</h4>
          <p>電気自動車用の充電スタンドや充電設備を設置する作業です。</p>
        </div>
      </div>

      <h3 style="color: #0a2540; font-size: 1.4rem; font-weight: bold; margin-bottom: 20px; border-bottom: 2px solid #0a2540; padding-bottom: 5px;">📡 電気通信工事</h3>
      <div class="nk-grid">
        <div class="nk-card">
          <h4>通信ケーブルの敷設</h4>
          <p>光ファイバーケーブルや銅線ケーブルなどを地中や建物内に敷設する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>通信設備の設置</h4>
          <p>ルーター、スイッチ、モデム、アンテナなどの通信機器を設置する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>保守・点検</h4>
          <p>既存の通信設備の正常動作を確認し、故障や障害が発生した場合に修理を行います。</p>
        </div>
        <div class="nk-card">
          <h4>改修・更新</h4>
          <p>古くなった通信設備を最新のものに更新する作業です。</p>
        </div>
        <div class="nk-card">
          <h4>ネットワーク構築</h4>
          <p>企業や家庭内でのネットワーク環境を整備するための工事です。</p>
        </div>
      </div>
    </div>
  </div>

  <!-- Company Section -->
  <div class="nk-section">
    <div class="nk-container">
      <h2 class="nk-section-title">会社概要</h2>
      <table class="nk-table">
        <tr>
          <th>会社名</th>
          <td>株式会社中野電業</td>
        </tr>
        <tr>
          <th>代表取締役</th>
          <td>小泉 勇貴</td>
        </tr>
        <tr>
          <th>所在地</th>
          <td>〒500-8241 岐阜県岐阜市領下5丁目20番地1</td>
        </tr>
        <tr>
          <th>TEL</th>
          <td>058-213-6162</td>
        </tr>
        <tr>
          <th>従業員数</th>
          <td>5名</td>
        </tr>
      </table>
    </div>
  </div>

  <!-- Contact Call Section -->
  <div class="nk-section" style="padding-top: 0;">
    <div class="nk-container">
      <div class="nk-contact-box">
        <h3>電気・通信のご相談はこちら</h3>
        <p>お見積もり・施工に関するご質問など、お気軽にお問い合わせください。</p>
        <a href="tel:0582136162" class="nk-tel-btn">📞 058-213-6162</a>
      </div>
    </div>
  </div>

</div>