<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^jp/company/links.html$ https://%{HTTP_HOST}/ja/company/agency/ [L,R=301]
RewriteRule ^jp/company/QualityPolicy.html$ https://%{HTTP_HOST}/ja/company/qualitypolicy/ [L,R=301]
RewriteRule ^jp/product/$ https://%{HTTP_HOST}/ja/product/brand/ [L,R=301]
RewriteRule ^jp/product/new.html$ https://%{HTTP_HOST}/ja/product/ [L,R=301]
RewriteRule ^jp(.*?).html$ https://%{HTTP_HOST}/ja$1/ [L,R=301]
RewriteRule ^jp(.*?)$ https://%{HTTP_HOST}/ja$1 [L,R=301]
</IfModule>