{"id":231,"date":"2026-03-24T08:40:57","date_gmt":"2026-03-23T23:40:57","guid":{"rendered":"https:\/\/okayama-chintaikanri.net\/?page_id=231"},"modified":"2026-04-07T08:46:37","modified_gmt":"2026-04-06T23:46:37","slug":"%e7%a9%ba%e5%ae%a4%e4%b8%80%e8%a6%a7%ef%bc%88%e4%bd%9c%e6%88%90%e4%b8%ad%ef%bc%89","status":"publish","type":"page","link":"https:\/\/okayama-chintaikanri.net\/?page_id=231","title":{"rendered":"\u7a7a\u5ba4\u4e00\u89a7"},"content":{"rendered":"\n\n\n\n\n\n\n<section class=\"cb-broker-page\">\n\n  <div id=\"cb-login-wrap\" class=\"cb-login-wrap\">\n    <div class=\"cb-login-card\">\n      <h1 class=\"cb-login-title\">\u696d\u8005\u69d8\u7528\u30da\u30fc\u30b8<\/h1>\n      <div class=\"cb-login-line\"><\/div>\n      <p class=\"cb-login-text\">\n        \u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\n        \u304a\u6c17\u8efd\u306b\u304a\u96fb\u8a71\u304f\u3060\u3055\u3044 086-256-6266\n      <\/p>\n\n      <input type=\"password\" id=\"cb-password-input\" class=\"cb-password-input\" placeholder=\"\u30d1\u30b9\u30ef\u30fc\u30c9\">\n      <button type=\"button\" id=\"cb-password-btn\" class=\"cb-password-btn\">\u8868\u793a\u3059\u308b<\/button>\n      <p id=\"cb-password-error\" class=\"cb-password-error\" style=\"display:none;\">\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u9055\u3044\u307e\u3059\u3002<\/p>\n    <\/div>\n  <\/div>\n\n  <div id=\"cb-sheet-wrap\" class=\"cb-sheet-wrap\" style=\"display:none;\">\n    <div class=\"cb-sheet-head\">\n      <h1 class=\"cb-sheet-title\">\u7a7a\u5ba4\u4e00\u89a7<\/h1>\n      <button type=\"button\" class=\"cb-sheet-print-btn\" onclick=\"window.print();\">\u5168\u7269\u4ef6\u3092A4\u5370\u5237<\/button>\n    <\/div>\n\n    <div id=\"cb-sheet-loading\" class=\"cb-sheet-status\">\u8aad\u307f\u8fbc\u307f\u4e2d&#8230;<\/div>\n    <div id=\"cb-sheet-error\" class=\"cb-sheet-status cb-sheet-status-error\" style=\"display:none;\">\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002<\/div>\n    <div id=\"cb-sheet-body\"><\/div>\n  <\/div>\n\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const PASSWORD = 'FCkanri15';\n  const STORAGE_KEY = 'cb_broker_auth_ok_v2';\n\n  const loginWrap = document.getElementById('cb-login-wrap');\n  const sheetWrap = document.getElementById('cb-sheet-wrap');\n  const passwordInput = document.getElementById('cb-password-input');\n  const passwordBtn = document.getElementById('cb-password-btn');\n  const passwordError = document.getElementById('cb-password-error');\n\n  function showContent() {\n    loginWrap.style.display = 'none';\n    sheetWrap.style.display = 'block';\n    loadVacancyData();\n  }\n\n  function tryLogin() {\n    const value = passwordInput.value || '';\n    if (value === PASSWORD) {\n      localStorage.setItem(STORAGE_KEY, '1');\n      passwordError.style.display = 'none';\n      showContent();\n    } else {\n      passwordError.style.display = 'block';\n    }\n  }\n\n  passwordBtn.addEventListener('click', tryLogin);\n  passwordInput.addEventListener('keydown', function (e) {\n    if (e.key === 'Enter') tryLogin();\n  });\n\n  if (localStorage.getItem(STORAGE_KEY) === '1') {\n    showContent();\n  }\n\n  function loadVacancyData() {\n    const SHEET_ID = '1lV7xyAwdHFq7c3xme0KqL92XiLJ-Y0Z1IWWh0uU6NrI';\n    const GID = '98793962';\n    const JSONP_URL = 'https:\/\/docs.google.com\/spreadsheets\/d\/' + SHEET_ID + '\/gviz\/tq?gid=' + GID + '&tqx=out:json';\n\n    const AREA_ORDER = [\n      '\u5ca1\u5c71\u5e02\u5317\u533a',\n      '\u5ca1\u5c71\u5e02\u4e2d\u533a',\n      '\u5ca1\u5c71\u5e02\u6771\u533a',\n      '\u5ca1\u5c71\u5e02\u5357\u533a',\n      '\u5009\u6577\u5e02',\n      '\u5099\u524d\u5e02',\n      '\u305d\u306e\u4ed6\u5730\u57df'\n    ];\n\n    const DISPLAY_HEADERS = [\n      '\u5e83\u544a\u6599',\n      '\u7269\u4ef6\u540d',\n      '\u53f7\u5ba4',\n      '\u7a2e\u5225',\n      '\u4f4f\u6240',\n      '\u9593\u53d6',\n      '\u5165\u5c45',\n      '\u5bb6\u8cc3',\n      '\u5171\u76ca\u8cbb',\n      '\u6c34\u9053',\n      '\u6577\u91d1',\n      '\u793c\u91d1',\n      '\u99d0\u8eca\u5834',\n      '\u99d0\u8eca\u5834\uff12',\n      '\u5411\u304d',\n      '\u5099\u8003',\n      '\u8a73\u7d30URL'\n    ];\n\n    const loadingEl = document.getElementById('cb-sheet-loading');\n    const errorEl = document.getElementById('cb-sheet-error');\n    const bodyEl = document.getElementById('cb-sheet-body');\n\n    function esc(v) {\n      if (v === null || v === undefined) return '';\n      return String(v)\n        .replace(\/&\/g, '&amp;')\n        .replace(\/<\/g, '&lt;')\n        .replace(\/>\/g, '&gt;')\n        .replace(\/\"\/g, '&quot;')\n        .replace(\/'\/g, '&#39;');\n    }\n\n    function cellValue(cell) {\n      if (!cell) return '';\n      if (cell.v !== undefined && cell.v !== null && String(cell.v).trim() !== '') return String(cell.v).trim();\n      if (cell.f !== undefined && cell.f !== null && String(cell.f).trim() !== '') return String(cell.f).trim();\n      return '';\n    }\n\n    function norm(name) {\n      return String(name || '').replace(\/\\s+\/g, '').replace(\/\u3000\/g, '').trim();\n    }\n\n    function isRealUrl(v) {\n      return \/^https?:\\\/\\\/\/i.test(String(v || '').trim());\n    }\n\n    function buildTable(headers, rows) {\n      let html = '<table class=\"cb-sheet-table\"><thead><tr>';\n\n      headers.forEach(function (h) {\n        html += '<th>' + esc(h) + '<\/th>';\n      });\n\n      html += '<\/tr><\/thead><tbody>';\n\n      rows.forEach(function (row) {\n        html += '<tr>';\n\n        headers.forEach(function (h) {\n          const value = row[h] || '';\n\n          if (h === '\u8a73\u7d30URL') {\n            if (value && isRealUrl(value)) {\n              html += '<td class=\"cb-url-cell\"><a href=\"' + esc(value) + '\" target=\"_blank\" rel=\"noopener noreferrer\">' + esc(value) + '<\/a><\/td>';\n            } else {\n              html += '<td class=\"cb-url-cell\">' + esc(value) + '<\/td>';\n            }\n          } else {\n            html += '<td>' + esc(value) + '<\/td>';\n          }\n        });\n\n        html += '<\/tr>';\n      });\n\n      html += '<\/tbody><\/table>';\n      return html;\n    }\n\n    function renderFromResponse(response) {\n      try {\n        const cols = (response.table && response.table.cols) ? response.table.cols : [];\n        const rows = (response.table && response.table.rows) ? response.table.rows : [];\n\n        const headerMap = {};\n        cols.forEach(function (col, index) {\n          headerMap[norm(col.label || col.id || '')] = index;\n        });\n\n        function getByHeader(cells, headerName) {\n          const idx = headerMap[norm(headerName)];\n          if (idx === undefined) return '';\n          return cellValue(cells[idx]);\n        }\n\n        let lastArea = '';\n\n        const items = rows.map(function (row) {\n          const c = row.c || [];\n          const item = {};\n\n          item['\u30a8\u30ea\u30a2'] = getByHeader(c, '\u30a8\u30ea\u30a2');\n          DISPLAY_HEADERS.forEach(function (header) {\n            item[header] = getByHeader(c, header);\n          });\n\n          if (item['\u30a8\u30ea\u30a2']) lastArea = item['\u30a8\u30ea\u30a2'];\n          if (!item['\u30a8\u30ea\u30a2']) item['\u30a8\u30ea\u30a2'] = lastArea || '\u305d\u306e\u4ed6\u5730\u57df';\n\n          return item;\n        }).filter(function (item) {\n          return String(item['\u7269\u4ef6\u540d'] || '').trim() !== '';\n        });\n\n        const grouped = {};\n        items.forEach(function (item) {\n          const area = item['\u30a8\u30ea\u30a2'] || '\u305d\u306e\u4ed6\u5730\u57df';\n          if (!grouped[area]) grouped[area] = [];\n          grouped[area].push(item);\n        });\n\n        let html = '';\n\n        AREA_ORDER.forEach(function (area) {\n          if (!grouped[area] || !grouped[area].length) return;\n          html += '<section class=\"cb-sheet-area\">';\n          html += '<div class=\"cb-sheet-area-head\">';\n          html += '<h2 class=\"cb-sheet-area-title\">' + esc(area) + '<\/h2>';\n          html += '<span class=\"cb-sheet-area-count\">' + grouped[area].length + '\u4ef6<\/span>';\n          html += '<\/div>';\n          html += buildTable(DISPLAY_HEADERS, grouped[area]);\n          html += '<\/section>';\n        });\n\n        Object.keys(grouped).forEach(function (area) {\n          if (AREA_ORDER.indexOf(area) !== -1 || !grouped[area].length) return;\n          html += '<section class=\"cb-sheet-area\">';\n          html += '<div class=\"cb-sheet-area-head\">';\n          html += '<h2 class=\"cb-sheet-area-title\">' + esc(area) + '<\/h2>';\n          html += '<span class=\"cb-sheet-area-count\">' + grouped[area].length + '\u4ef6<\/span>';\n          html += '<\/div>';\n          html += buildTable(DISPLAY_HEADERS, grouped[area]);\n          html += '<\/section>';\n        });\n\n        if (!html) {\n          html = '<div class=\"cb-sheet-status\">\u8868\u793a\u3067\u304d\u308b\u7a7a\u5ba4\u60c5\u5831\u304c\u3042\u308a\u307e\u305b\u3093\u3002<\/div>';\n        }\n\n        loadingEl.style.display = 'none';\n        bodyEl.innerHTML = html;\n      } catch (e) {\n        console.error(e);\n        loadingEl.style.display = 'none';\n        errorEl.style.display = 'block';\n      }\n    }\n\n    window.google = window.google || {};\n    google.visualization = google.visualization || {};\n    google.visualization.Query = google.visualization.Query || {};\n    google.visualization.Query.setResponse = renderFromResponse;\n\n    const script = document.createElement('script');\n    script.src = JSONP_URL;\n    script.onerror = function () {\n      loadingEl.style.display = 'none';\n      errorEl.style.display = 'block';\n    };\n    document.head.appendChild(script);\n  }\n});\n<\/script>\n\n\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u7a7a\u5ba4\u4e00\u89a7<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"liquid.php","meta":{"footnotes":""},"class_list":["post-231","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7<\/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:\/\/okayama-chintaikanri.net\/?page_id=231\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7\" \/>\n<meta property=\"og:description\" content=\"\u7a7a\u5ba4\u4e00\u89a7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/okayama-chintaikanri.net\/?page_id=231\" \/>\n<meta property=\"og:site_name\" content=\"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-06T23:46:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/?page_id=231\",\"url\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/?page_id=231\",\"name\":\"\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#website\"},\"datePublished\":\"2026-03-23T23:40:57+00:00\",\"dateModified\":\"2026-04-06T23:46:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/?page_id=231#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/okayama-chintaikanri.net\\\/?page_id=231\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/?page_id=231#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7a7a\u5ba4\u4e00\u89a7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#website\",\"url\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/\",\"name\":\"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#organization\",\"name\":\"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\",\"url\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/wp-content\\\/uploads\\\/image000003.jpg\",\"contentUrl\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/wp-content\\\/uploads\\\/image000003.jpg\",\"width\":440,\"height\":313,\"caption\":\"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\"},\"image\":{\"@id\":\"https:\\\/\\\/okayama-chintaikanri.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7","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:\/\/okayama-chintaikanri.net\/?page_id=231","og_locale":"ja_JP","og_type":"article","og_title":"\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7","og_description":"\u7a7a\u5ba4\u4e00\u89a7","og_url":"https:\/\/okayama-chintaikanri.net\/?page_id=231","og_site_name":"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7","article_modified_time":"2026-04-06T23:46:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/okayama-chintaikanri.net\/?page_id=231","url":"https:\/\/okayama-chintaikanri.net\/?page_id=231","name":"\u7a7a\u5ba4\u4e00\u89a7 - \u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7","isPartOf":{"@id":"https:\/\/okayama-chintaikanri.net\/#website"},"datePublished":"2026-03-23T23:40:57+00:00","dateModified":"2026-04-06T23:46:37+00:00","breadcrumb":{"@id":"https:\/\/okayama-chintaikanri.net\/?page_id=231#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/okayama-chintaikanri.net\/?page_id=231"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/okayama-chintaikanri.net\/?page_id=231#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/okayama-chintaikanri.net\/"},{"@type":"ListItem","position":2,"name":"\u7a7a\u5ba4\u4e00\u89a7"}]},{"@type":"WebSite","@id":"https:\/\/okayama-chintaikanri.net\/#website","url":"https:\/\/okayama-chintaikanri.net\/","name":"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af\u3000\u7a7a\u5ba4\u4e00\u89a7","description":"","publisher":{"@id":"https:\/\/okayama-chintaikanri.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/okayama-chintaikanri.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/okayama-chintaikanri.net\/#organization","name":"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af","url":"https:\/\/okayama-chintaikanri.net\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/okayama-chintaikanri.net\/#\/schema\/logo\/image\/","url":"https:\/\/okayama-chintaikanri.net\/wp-content\/uploads\/image000003.jpg","contentUrl":"https:\/\/okayama-chintaikanri.net\/wp-content\/uploads\/image000003.jpg","width":440,"height":313,"caption":"\u682a\u5f0f\u4f1a\u793e\u30ad\u30e3\u30d4\u30bf\u30eb\u30d0\u30f3\u30af"},"image":{"@id":"https:\/\/okayama-chintaikanri.net\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/pages\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=231"}],"version-history":[{"count":32,"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions"}],"predecessor-version":[{"id":335,"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions\/335"}],"wp:attachment":[{"href":"https:\/\/okayama-chintaikanri.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}