{"id":2671,"date":"2025-05-03T17:45:50","date_gmt":"2025-05-03T08:45:50","guid":{"rendered":"https:\/\/kojifmu.com\/?page_id=2671"},"modified":"2025-05-03T23:52:16","modified_gmt":"2025-05-03T14:52:16","slug":"%e4%b8%8d%e5%8b%95%e7%94%a3%e7%84%a1%e6%96%99%e6%9f%bb%e5%ae%9a","status":"publish","type":"page","link":"https:\/\/kojifmu.com\/?page_id=2671","title":{"rendered":"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a"},"content":{"rendered":"<p><!-- EMPATHY ESTATE \u4e0d\u52d5\u7523\u67fb\u5b9a\u30d5\u30a9\u30fc\u30e0 --><\/p>\n<section style=\"background-color: #fff; max-width: 720px; margin: 2em auto; padding: 2em; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-family: 'Helvetica Neue', sans-serif;\">\n<div style=\"text-align: center;\"><img decoding=\"async\" style=\"width: 100%; height: auto; display: block; border-radius: 8px; margin-bottom: 1em;\" src=\"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png\" alt=\"EMPATHY ESTATE LLC\" \/><\/p>\n<p style=\"color: #003366; font-size: 1.1em; margin: 0; font-weight: bold;\">30\u79d2\u3067\u5b8c\u4e86\uff01\u533f\u540d\u30fb\u7121\u6599\u306e\u4e0d\u52d5\u7523\u67fb\u5b9a<\/p>\n<h1 style=\"font-size: 1.8em; color: #003366; margin: 0.5em 0 1em;\">\u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u3001\u4eca\u3044\u304f\u3089\uff1f<\/h1>\n<\/div>\n<p><!-- \u7c21\u6613\u67fb\u5b9a\u30d5\u30a9\u30fc\u30e0 --><\/p>\n<script type=\"text\/javascript\" charset=\"UTF-8\" src=\"https:\/\/zipaddr.github.io\/zipaddrx.js?v=1.42\"><\/script><script defer src=\"data:text\/javascript;base64,ZnVuY3Rpb24gemlwYWRkcl9vd25iKCl7WlAuZGxpPSctJztaUC53cD0nMSc7WlAudXZlcj0nMzYyMzQuNjkxOTUuOTI2MTUnO1pQLnN5c2lkPSdDb250YWN0Rm9ybTcnO30=\"><\/script><script type=\"text\/javascript\" charset=\"UTF-8\" src=\"https:\/\/zipaddr.github.io\/contactform7.js\"><\/script><form id=\"simple-valuation-form\">\n  <select name=\"property-type\" id=\"property-type\" required><option value=\"\">\u7269\u4ef6\u7a2e\u5225<\/option><option value=\"\u6238\u5efa\u3066\">\u6238\u5efa\u3066<\/option><option value=\"\u30de\u30f3\u30b7\u30e7\u30f3\">\u30de\u30f3\u30b7\u30e7\u30f3<\/option><option value=\"\u571f\u5730\">\u571f\u5730<\/option><\/select><br \/>\n  <input name=\"area\" id=\"area\" type=\"number\" placeholder=\"\u9762\u7a4d\uff08\u33a1\uff09\" required oninput=\"convertArea(this.value)\"><br \/>\n  <input name=\"age\" id=\"age\" type=\"number\" placeholder=\"\u7bc9\u5e74\u6570\" required><br \/>\n  <button type=\"button\" onclick=\"calculateEstimate()\">\u67fb\u5b9a\u3059\u308b<\/button><br \/>\n<\/form>\n<div>\n  \u576a\u63db\u7b97\uff1a\u7d04 <span id=\"tsubo-value\">0<\/span> \u576a\n<\/div>\n<p><!-- \u6982\u7b97\u7d50\u679c\u8868\u793a --><\/p>\n<div id=\"valuation-result\" style=\"display: none;\">\n<p>\u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u306f\u3001\u6982\u7b97\u3067<\/p>\n<p id=\"estimated-price\" style=\"color:red;\">\n<p>  <button onclick=\"scrollToDetailedForm()\">\u6b63\u5f0f\u67fb\u5b9a\u3092\u7533\u3057\u8fbc\u3080<\/button>\n<\/div>\n<p><!-- JavaScript --><br \/>\n<script>\nfunction convertArea(m2) {\n  const tsubo = (m2 \/ 3.3058).toFixed(1);\n  document.getElementById('tsubo-value').textContent = isNaN(tsubo) ? '0' : tsubo;\n}\nfunction calculateEstimate() {\n  const area = parseFloat(document.getElementById('area').value);\n  const age = parseInt(document.getElementById('age').value);\n  const type = document.getElementById('property-type').value;\n  if (!area || area <= 0 || !age || age < 0 || !type) {\n    alert('\u6b63\u3057\u3044\u60c5\u5831\u3092\u3059\u3079\u3066\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044');\n    return;\n  }\n  let basePricePerM2 = 300000;\n  if (type === '\u571f\u5730') basePricePerM2 = 150000;\n  if (type === '\u30de\u30f3\u30b7\u30e7\u30f3') basePricePerM2 = 400000;\n  const depreciation = age * 5000;\n  const priceMin = Math.round((basePricePerM2 - depreciation) * area * 0.9);\n  const priceMax = Math.round((basePricePerM2 - depreciation) * area * 1.1);\n  document.getElementById('estimated-price').textContent =\n    (priceMin \/ 10000).toLocaleString() + '\u4e07 \uff5e ' + (priceMax \/ 10000).toLocaleString() + '\u4e07\u5186';\n  document.getElementById('valuation-result').style.display = 'block';\n  \/\/ \u30d5\u30a9\u30fc\u30e0\u9023\u643a\n  const formInputs = {\n    'property-type': 'your-property-type',\n    'area': 'your-area',\n    'age': 'your-age'\n  };\n  for (const [sourceId, destName] of Object.entries(formInputs)) {\n    const val = document.getElementById(sourceId).value;\n    const hiddenInput = document.querySelector(`#valuation-contact-form input[name=\"${destName}\"]`);\n    if (hiddenInput) {\n      hiddenInput.value = val;\n    }\n  }\n}\nfunction scrollToDetailedForm() {\n  document.getElementById('valuation-contact-form').scrollIntoView({ behavior: 'smooth' });\n}\n<\/script><\/p>\n<p style=\"font-size: 0.8em; color: #666;\">\u203b \u4e0a\u8a18\u306f\u7a0e\u629c\u4fa1\u683c\u306e\u6982\u7b97\u3067\u3059\u3002\u5b9f\u969b\u306e\u4fa1\u683c\u306f\u67fb\u5b9a\u5f8c\u306b\u5909\u52d5\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p><!-- Contact Form 7 \u57cb\u3081\u8fbc\u307f\uff1a\u4fa1\u683c\u67fb\u5b9a\u5c02\u7528 --><\/p>\n<div id=\"valuation-contact-form\" style=\"margin-top: 2em; border: 1px solid #d0d7e2; border-radius: 10px; padding: 1em;\">\n<p style=\"font-weight: bold; font-size: 1.1em; margin-bottom: 1em;\">\u6b63\u5f0f\u67fb\u5b9a\uff08\u8a2a\u554f\u307e\u305f\u306f\u30aa\u30f3\u30e9\u30a4\u30f3\uff09\u3092\u3054\u5e0c\u671b\u306e\u65b9\u306f\u3053\u3061\u3089<\/p>\n<div>\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2723-o1\" lang=\"ja\" dir=\"ltr\" data-wpcf7-id=\"2723\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<script type=\"text\/javascript\" charset=\"UTF-8\" src=\"https:\/\/zipaddr.github.io\/zipaddrx.js?v=1.42\"><\/script><script defer src=\"data:text\/javascript;base64,ZnVuY3Rpb24gemlwYWRkcl9vd25iKCl7WlAuZGxpPSctJztaUC53cD0nMSc7WlAudXZlcj0nMzYyMzQuNjkxOTUuOTI2MTUnO1pQLnN5c2lkPSdDb250YWN0Rm9ybTcnO30=\"><\/script><script type=\"text\/javascript\" charset=\"UTF-8\" src=\"https:\/\/zipaddr.github.io\/contactform7.js\"><\/script><form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2671#wpcf7-f2723-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u30b3\u30f3\u30bf\u30af\u30c8\u30d5\u30a9\u30fc\u30e0\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2723\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ja\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2723-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<table class=\"CF7_table\">\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span> \u304a\u554f\u3044\u5408\u308f\u305b\u7a2e\u5225\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-inq\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><input type=\"checkbox\" name=\"checkbox-inq[]\" value=\"\u6238\u5efa\u3066\" \/><span class=\"wpcf7-list-item-label\">\u6238\u5efa\u3066<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"checkbox-inq[]\" value=\"\u30de\u30f3\u30b7\u30e7\u30f3\" \/><span class=\"wpcf7-list-item-label\">\u30de\u30f3\u30b7\u30e7\u30f3<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"checkbox-inq[]\" value=\"\u571f\u5730\" \/><span class=\"wpcf7-list-item-label\">\u571f\u5730<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"checkbox\" name=\"checkbox-inq[]\" value=\"\u305d\u306e\u4ed6\" \/><span class=\"wpcf7-list-item-label\">\u305d\u306e\u4ed6<\/span><\/span><\/span><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span>\u7269\u4ef6\u6240\u5728\u5730\u3001\u7bc9\u5e74\u6570\u3001\u9762\u7a4d\u3001\u3054\u5e0c\u671b\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td class=\"message-100\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u7269\u4ef6\u6240\u5728\u5730\u3001\u7bc9\u5e74\u6570\u3001\u9762\u7a4d\u3001\u3054\u5e0c\u671b\u3001\u304a\u554f\u3044\u5408\u308f\u305b\u5185\u5bb9\u3092\u3054\u8a18\u5165\u304f\u3060\u3055\u3044\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span> \u304a\u540d\u524d\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a\u3042\u306a\u305f\u306e\u304a\u540d\u524d\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span> \u2709\u30a2\u30c9\u30ec\u30b9\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a\u00d7\u00d7\u00d7@\u00d7\u00d7\u00d7.com\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_unreq\">\u4efb\u610f<\/span>\u4f1a\u793e\u540d\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a\u25ef\u25ef\u682a\u5f0f\u4f1a\u793e\" value=\"\" type=\"text\" name=\"your-company\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span>\u90f5\u4fbf\u756a\u53f7\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"zip\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"zip\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a123-4567\" value=\"\" type=\"text\" name=\"zip\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span>\u90fd\u9053\u5e9c\u770c\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"pref\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"pref\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a\u6771\u4eac\u90fd\" value=\"\" type=\"text\" name=\"pref\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span>\u3054\u4f4f\u6240\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td class=\"address-100\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"addr\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"addr\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a\u4e2d\u592e\u533a\u9280\u5ea7\uff11\uff12\uff13\uff14\uff15\" value=\"\" type=\"text\" name=\"addr\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n\t<tr>\n\t\t<th>\n\t\t\t<div align=left>\n\t\t\t\t<p><span class=\"CF7_req\">\u5fc5\u9808<\/span>\u304a\u96fb\u8a71\u756a\u53f7\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<td>\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u4f8b\uff1a03-1234-5678\" value=\"\" type=\"text\" name=\"your-tel\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/td>\n\t<\/tr>\n<\/table>\n<p class=\"CF7_btn\"><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u9001\u4fe1\u3059\u308b\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<br \/>\n<input type=\"hidden\" name=\"your-property-type\" value=\"\"><br \/>\n<input type=\"hidden\" name=\"your-area\" value=\"\"><br \/>\n<input type=\"hidden\" name=\"your-age\" value=\"\">\n<\/div>\n<\/div>\n<p><!-- \u30d5\u30c3\u30bf\u30fc\u30b3\u30d4\u30fc --><\/p>\n<div style=\"text-align: center; margin-top: 2em; font-size: 0.95em; color: #003366;\">\n<p style=\"margin: 0.3em 0;\">\u5171\u611f\u3068\u30ea\u30b9\u30da\u30af\u30c8\u3067\u3001\u3042\u306a\u305f\u306b\u6700\u9069\u306a\u4e0d\u52d5\u7523\u30d7\u30e9\u30f3\u3092\u3002<\/p>\n<p style=\"margin: 0.3em 0;\">\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e<br \/>\n<a style=\"color: #008060; text-decoration: none;\" href=\"https:\/\/kojifmu.com\" target=\"_blank\" rel=\"noopener\">https:\/\/kojifmu.com<\/a><\/p>\n<\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>30\u79d2\u3067\u5b8c\u4e86\uff01\u533f\u540d\u30fb\u7121\u6599\u306e\u4e0d\u52d5\u7523\u67fb\u5b9a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u3001\u4eca\u3044\u304f\u3089\uff1f \u7269\u4ef6\u7a2e\u5225\u6238\u5efa\u3066\u30de\u30f3\u30b7\u30e7\u30f3\u571f\u5730 \u67fb\u5b9a\u3059\u308b \u576a\u63db\u7b97\uff1a\u7d04 0 \u576a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u306f\u3001\u6982\u7b97\u3067 \u6b63\u5f0f\u67fb\u5b9a\u3092\u7533\u3057\u8fbc\u3080 \u203b \u4e0a\u8a18\u306f\u7a0e\u629c\u4fa1\u683c\u306e\u6982\u7b97\u3067\u3059\u3002\u5b9f\u969b\u306e\u4fa1\u683c\u306f\u67fb\u5b9a\u5f8c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"vkexunit_cta_each_option":"","footnotes":""},"class_list":["post-2671","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>\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kojifmu.com\/?page_id=2671\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8\" \/>\n<meta property=\"og:description\" content=\"30\u79d2\u3067\u5b8c\u4e86\uff01\u533f\u540d\u30fb\u7121\u6599\u306e\u4e0d\u52d5\u7523\u67fb\u5b9a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u3001\u4eca\u3044\u304f\u3089\uff1f \u7269\u4ef6\u7a2e\u5225\u6238\u5efa\u3066\u30de\u30f3\u30b7\u30e7\u30f3\u571f\u5730 \u67fb\u5b9a\u3059\u308b \u576a\u63db\u7b97\uff1a\u7d04 0 \u576a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u306f\u3001\u6982\u7b97\u3067 \u6b63\u5f0f\u67fb\u5b9a\u3092\u7533\u3057\u8fbc\u3080 \u203b \u4e0a\u8a18\u306f\u7a0e\u629c\u4fa1\u683c\u306e\u6982\u7b97\u3067\u3059\u3002\u5b9f\u969b\u306e\u4fa1\u683c\u306f\u67fb\u5b9a\u5f8c [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kojifmu.com\/?page_id=2671\" \/>\n<meta property=\"og:site_name\" content=\"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-03T14:52:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png\" \/>\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=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671\",\"url\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671\",\"name\":\"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kojifmu.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kojifmu.com\\\/wp-content\\\/uploads\\\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png\",\"datePublished\":\"2025-05-03T08:45:50+00:00\",\"dateModified\":\"2025-05-03T14:52:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671#primaryimage\",\"url\":\"https:\\\/\\\/kojifmu.com\\\/wp-content\\\/uploads\\\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png\",\"contentUrl\":\"https:\\\/\\\/kojifmu.com\\\/wp-content\\\/uploads\\\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png\",\"width\":1431,\"height\":683},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kojifmu.com\\\/?page_id=2671#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kojifmu.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kojifmu.com\\\/#website\",\"url\":\"https:\\\/\\\/kojifmu.com\\\/\",\"name\":\"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8\",\"description\":\"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kojifmu.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","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:\/\/kojifmu.com\/?page_id=2671","og_locale":"ja_JP","og_type":"article","og_title":"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","og_description":"30\u79d2\u3067\u5b8c\u4e86\uff01\u533f\u540d\u30fb\u7121\u6599\u306e\u4e0d\u52d5\u7523\u67fb\u5b9a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u3001\u4eca\u3044\u304f\u3089\uff1f \u7269\u4ef6\u7a2e\u5225\u6238\u5efa\u3066\u30de\u30f3\u30b7\u30e7\u30f3\u571f\u5730 \u67fb\u5b9a\u3059\u308b \u576a\u63db\u7b97\uff1a\u7d04 0 \u576a \u3042\u306a\u305f\u306e\u4e0d\u52d5\u7523\u306f\u3001\u6982\u7b97\u3067 \u6b63\u5f0f\u67fb\u5b9a\u3092\u7533\u3057\u8fbc\u3080 \u203b \u4e0a\u8a18\u306f\u7a0e\u629c\u4fa1\u683c\u306e\u6982\u7b97\u3067\u3059\u3002\u5b9f\u969b\u306e\u4fa1\u683c\u306f\u67fb\u5b9a\u5f8c [&hellip;]","og_url":"https:\/\/kojifmu.com\/?page_id=2671","og_site_name":"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","article_modified_time":"2025-05-03T14:52:16+00:00","og_image":[{"url":"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kojifmu.com\/?page_id=2671","url":"https:\/\/kojifmu.com\/?page_id=2671","name":"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a - \u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","isPartOf":{"@id":"https:\/\/kojifmu.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kojifmu.com\/?page_id=2671#primaryimage"},"image":{"@id":"https:\/\/kojifmu.com\/?page_id=2671#primaryimage"},"thumbnailUrl":"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png","datePublished":"2025-05-03T08:45:50+00:00","dateModified":"2025-05-03T14:52:16+00:00","breadcrumb":{"@id":"https:\/\/kojifmu.com\/?page_id=2671#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kojifmu.com\/?page_id=2671"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/kojifmu.com\/?page_id=2671#primaryimage","url":"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png","contentUrl":"https:\/\/kojifmu.com\/wp-content\/uploads\/e6000b12d7e7c7bb45ebe77d22d5a8f4.png","width":1431,"height":683},{"@type":"BreadcrumbList","@id":"https:\/\/kojifmu.com\/?page_id=2671#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kojifmu.com\/"},{"@type":"ListItem","position":2,"name":"\u4e0d\u52d5\u7523\u7121\u6599\u67fb\u5b9a"}]},{"@type":"WebSite","@id":"https:\/\/kojifmu.com\/#website","url":"https:\/\/kojifmu.com\/","name":"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","description":"\u30a8\u30f3\u30d1\u30b7\u30fc\u30a8\u30b9\u30c6\u30fc\u30c8\u5408\u540c\u4f1a\u793e\u3000\u30db\u30fc\u30e0\u30da\u30fc\u30b8","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kojifmu.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/pages\/2671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kojifmu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2671"}],"version-history":[{"count":49,"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/pages\/2671\/revisions"}],"predecessor-version":[{"id":2731,"href":"https:\/\/kojifmu.com\/index.php?rest_route=\/wp\/v2\/pages\/2671\/revisions\/2731"}],"wp:attachment":[{"href":"https:\/\/kojifmu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}