<?xml version="1.0" encoding="UTF-8"?>
<!--
  そのままアップロードして使えます。
  ★ 既に sitemap.xml がある場合は上書きせず、下の <url> ブロックを
    既存ファイルの </urlset> の直前にコピーしてください。
  ★ 英語サイトに他のページ（/insights.html など）がある場合は、
    同じ形式で <url> ブロックを追加してください。
  <lastmod> は内容を更新した日付に合わせて書き換えます。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- 英語トップ -->
  <url>
    <loc>https://thepmi.net/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/"/>
  </url>

  <!-- 日本語トップ -->
  <url>
    <loc>https://thepmi.net/ja/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/"/>
  </url>

  <!-- ケーススタディ（英語） -->
  <url>
    <loc>https://thepmi.net/case-studies.html</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/case-studies.html"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/case-studies.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/case-studies.html"/>
  </url>

  <!-- ケーススタディ（日本語） -->
  <url>
    <loc>https://thepmi.net/ja/case-studies.html</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/case-studies.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/case-studies.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/case-studies.html"/>
  </url>

  <!-- プライバシーポリシー（英語） -->
  <url>
    <loc>https://thepmi.net/privacy.html</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/privacy.html"/>
  </url>

  <!-- プライバシーポリシー（日本語） -->
  <url>
    <loc>https://thepmi.net/ja/privacy.html</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://thepmi.net/ja/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://thepmi.net/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://thepmi.net/privacy.html"/>
  </url>

</urlset>
