{"id":7880,"date":"2025-10-22T08:00:00","date_gmt":"2025-10-21T23:00:00","guid":{"rendered":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/?page_id=7880"},"modified":"2025-10-22T12:41:08","modified_gmt":"2025-10-22T03:41:08","slug":"human-relations-fatigue-checker","status":"publish","type":"page","link":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/human-relations-fatigue-checker","title":{"rendered":"\u300c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u300d5\u3064\u306e\u7406\u7531\u8a3a\u65ad"},"content":{"rendered":"\n<p><strong>\u300c\u6700\u8fd1\u3001\u306a\u3093\u3060\u304b\u4eba\u3068\u95a2\u308f\u308b\u306e\u304c\u5104\u52ab\u2026\u300d<br>\u300c\u8ab0\u3068\u3082\u63a5\u3057\u305f\u304f\u306a\u3044\u3068\u611f\u3058\u308b\u3053\u3068\u304c\u591a\u3044\u300d<\/strong><\/p>\n\n\n\n<p>\u300c<span class=\"swl-marker mark_yellow\"><strong>\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044<\/strong><\/span>\u300d\u3068\u3044\u3046\u6c17\u6301\u3061\u306e\u88cf\u306b\u306f\u3001\u5b9f\u306f\u3055\u307e\u3056\u307e\u306a\u539f\u56e0\u304c\u96a0\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3053\u306e\u8a3a\u65ad\u3067\u306f\u300110\u500b\u306e\u8cea\u554f\u304b\u3089\u3042\u306a\u305f\u304c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u3068\u611f\u3058\u3066\u3044\u308b\u8981\u56e0\u3092\u5206\u6790\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    #mental-distance-container {\n        --color-primary: #26A4E3;\n        --color-primary-dark: #1E88C7;\n        --color-accent: #F8BE2F;\n        --color-accent-dark: #FDC830;\n        --color-cta: #F97316;\n        --color-cta-dark: #EA580C;\n        --color-logo-border: #16a34a;\n        --color-surface: #FFFFFF;\n        --color-text-primary: #212529;\n        --color-text-secondary: #6C757D;\n        font-family: 'Noto Sans JP', sans-serif;\n        color: var(--color-text-primary);\n        background-color: var(--color-surface);\n        border: 1px solid #e5e7eb;\n        overflow: hidden;\n    }\n\n    #mental-distance-container .screen { display: none; }\n    #mental-distance-container .screen.active { display: block; animation: fadeInMental 0.7s ease-in-out; }\n    @keyframes fadeInMental {\n        from { opacity: 0; transform: translateY(15px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n     #mental-distance-container .question-card.shake {\n        animation: shakeHorizontal 0.5s;\n    }\n    @keyframes shakeHorizontal {\n        25%, 75% { transform: translateX(8px); }\n        50% { transform: translateX(-8px); }\n    }\n\n    #mental-distance-container .diagnosis-header {\n        background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));\n        padding: 2rem 2.5rem;\n    }\n\n    #mental-distance-container .progress-bar-gradient {\n        background: linear-gradient(90deg, var(--color-accent), var(--color-accent-dark));\n    }\n\n    #mental-distance-container .option-label {\n        transition: all 0.2s ease-in-out; border: 2px solid #ced4da; background-color: var(--color-surface);\n        display: flex; align-items: center; cursor: pointer; padding: 0.8em 1em; border-radius: 8px;\n    }\n    #mental-distance-container .option-label:hover {\n        transform: translateY(-3px); box-shadow: 0 6px 20px -5px rgba(38, 164, 227, 0.3); border-color: var(--color-primary);\n    }\n    #mental-distance-container .option-input:checked + .option-label {\n        background-color: #eaf6fd; border-color: var(--color-primary); color: var(--color-primary); font-weight: 700;\n        transform: translateY(-3px); box-shadow: 0 6px 20px -5px rgba(38, 164, 227, 0.3);\n    }\n    #mental-distance-container .option-input { display: none; }\n\n    #mental-distance-container .nav-button {\n        padding: 0.8em 1.5em; font-size: 1em; font-weight: 600; border: none; border-radius: 8px; cursor: pointer;\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n    #mental-distance-container .nav-button:hover { transform: translateY(-2px); }\n\n    #mental-distance-container .prev-button {\n        background-color: #6c757d; color: white; box-shadow: 0 4px 10px rgba(108, 117, 125, 0.2);\n    }\n    #mental-distance-container .prev-button:hover { box-shadow: 0 6px 15px rgba(108, 117, 125, 0.3); }\n\n    #mental-distance-container .next-button, #mental-distance-container .submit-button {\n        background: linear-gradient(45deg, var(--color-primary), var(--color-primary-dark)); color: #fff;\n        box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);\n    }\n    #mental-distance-container .next-button:hover, #mental-distance-container .submit-button:hover {\n        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);\n    }\n\n    #mental-distance-container .cta-button {\n        background: linear-gradient(135deg, var(--color-cta), var(--color-cta-dark));\n        transition: all 0.3s ease;\n    }\n    #mental-distance-container .cta-button:hover {\n        transform: translateY(-3px) scale(1.05);\n        box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);\n    }\n    \n    #mental-distance-container #result-description b {\n        color: var(--color-primary); font-weight: 700;\n    }\n\n    @media (max-width: 640px) {\n        #mental-distance-container .diagnosis-header {\n            padding: 1.5rem;\n        }\n    }\n<\/style>\n\n<div id=\"mental-distance-container\" class=\"w-full max-w-2xl mx-auto rounded-2xl shadow-xl\">\n    <div id=\"diagnosis-screen-area\"><\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    const questions = [\n      { text: \"1. \u65b0\u3057\u3044\u4eba\u3068\u4f1a\u3046\u3068\u304d\u3001\u3069\u3046\u611f\u3058\u308b\u3053\u3068\u304c\u591a\u3044\u3067\u3059\u304b\uff1f\", options: [{ text: \"\u5f37\u3044\u7dca\u5f35\u3084\u4e0d\u5b89\u3092\u611f\u3058\u308b\", type: \"anxiety\" },{ text: \"\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u6d88\u8017\u3059\u308b\u3068\u611f\u3058\u308b\", type: \"introvert\" },{ text: \"\u9762\u5012\u3060\u3068\u611f\u3058\u3066\u3057\u307e\u3046\", type: \"burnout\" },{ text: \"\u76f8\u624b\u3092\u4fe1\u7528\u3067\u304d\u308b\u304b\u8003\u3048\u3066\u3057\u307e\u3046\", type: \"distrust\" },],},\n      { text: \"2. \u5927\u52e2\u3067\u306e\u96c6\u307e\u308a\uff08\u98f2\u307f\u4f1a\u306a\u3069\uff09\u306e\u5f8c\u306f\u3069\u3046\u306a\u308a\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u3050\u3063\u305f\u308a\u3068\u75b2\u308c\u679c\u3066\u3001\u4e00\u4eba\u3067\u4f11\u307f\u305f\u304f\u306a\u308b\", type: \"introvert\" },{ text: \"\u81ea\u5206\u306e\u8a00\u52d5\u3092\u5f8c\u304b\u3089\u601d\u3044\u51fa\u3057\u3066\u4e0d\u5b89\u306b\u306a\u308b\", type: \"anxiety\" },{ text: \"\u697d\u3057\u304b\u3063\u305f\u3051\u3069\u3001\u4eca\u306f\u4f55\u3082\u3057\u305f\u304f\u306a\u3044\", type: \"burnout\" },{ text: \"\u8868\u9762\u7684\u306a\u4f1a\u8a71\u3070\u304b\u308a\u3067\u865a\u3057\u304f\u306a\u308b\", type: \"distrust\" },],},\n      { text: \"3. \u53cb\u4eba\u3084\u540c\u50da\u304b\u3089\u306e\u8a98\u3044\u3092\u65ad\u308b\u3068\u304d\u3001\u3069\u3093\u306a\u6c17\u6301\u3061\u306b\u306a\u308a\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u65ad\u308b\u3053\u3068\u306b\u7f6a\u60aa\u611f\u3084\u7533\u3057\u8a33\u306a\u3055\u3092\u611f\u3058\u308b\", type: \"anxiety\" },{ text: \"\u65ad\u308c\u3066\u30db\u30c3\u3068\u3059\u308b\u3002\u81ea\u5206\u306e\u6642\u9593\u304c\u5927\u4e8b\", type: \"introvert\" },{ text: \"\u8a98\u3063\u3066\u304f\u308c\u305f\u306e\u306f\u5b09\u3057\u3044\u304c\u3001\u884c\u304f\u6c17\u529b\u304c\u306a\u3044\", type: \"burnout\" },{ text: \"\u3069\u3046\u305b\u884c\u3063\u3066\u3082\u697d\u3057\u304f\u306a\u3044\u3060\u308d\u3046\u3068\u601d\u3046\", type: \"distrust\" },],},\n      { text: \"4. \u4e00\u4eba\u3067\u904e\u3054\u3059\u6642\u9593\u306b\u3064\u3044\u3066\u3001\u3069\u3046\u601d\u3044\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u6700\u9ad8\u306b\u5e78\u305b\u3067\u3001\u8ab0\u306b\u3082\u90aa\u9b54\u3055\u308c\u305f\u304f\u306a\u3044\", type: \"introvert\" },{ text: \"\u5b64\u72ec\u3092\u611f\u3058\u308b\u6642\u3082\u3042\u308b\u304c\u3001\u57fa\u672c\u7684\u306b\u306f\u697d\", type: \"anxiety\" },{ text: \"\u4eba\u3068\u4f1a\u3046\u6c17\u529b\u304c\u306a\u3044\u304b\u3089\u3001\u7d50\u679c\u7684\u306b\u4e00\u4eba\u3067\u3044\u308b\", type: \"burnout\" },{ text: \"\u4ed6\u4eba\u306b\u6c17\u3092\u9063\u308f\u306a\u304f\u3066\u3044\u3044\u304b\u3089\u697d\", type: \"distrust\" },],},\n      { text: \"5. \u4ed5\u4e8b\u3084\u5b66\u6821\u3067\u306e\u30b0\u30eb\u30fc\u30d7\u30ef\u30fc\u30af\u306f\u5f97\u610f\u3067\u3059\u304b\uff1f\", options: [{ text: \"\u4ed6\u4eba\u306e\u76ee\u304c\u6c17\u306b\u306a\u3063\u3066\u3001\u767a\u8a00\u3092\u305f\u3081\u3089\u3063\u3066\u3057\u307e\u3046\", type: \"anxiety\" },{ text: \"\u4e00\u4eba\u3067\u9ed9\u3005\u3068\u9032\u3081\u308b\u65b9\u304c\u52b9\u7387\u7684\u3060\u3068\u611f\u3058\u308b\", type: \"introvert\" },{ text: \"\u4eba\u3068\u610f\u898b\u3092\u5408\u308f\u305b\u308b\u306e\u304c\u3001\u3068\u306b\u304b\u304f\u75b2\u308c\u308b\", type: \"burnout\" },{ text: \"\u7d50\u5c40\u81ea\u5206\u304c\u3084\u3063\u305f\u65b9\u304c\u65e9\u3044\u3068\u601d\u3063\u3066\u3057\u307e\u3046\", type: \"distrust\" },],},\n      { text: \"6. \u6700\u8fd1\u3001\u4f55\u306b\u5bfe\u3057\u3066\u3082\u300c\u3084\u308b\u6c17\u304c\u51fa\u306a\u3044\u300d\u3068\u611f\u3058\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u7279\u306b\u4eba\u9593\u95a2\u4fc2\u306b\u304a\u3044\u3066\u3001\u305d\u3046\u611f\u3058\u308b\u3053\u3068\u304c\u591a\u3044\", type: \"burnout\" },{ text: \"\u3084\u308b\u6c17\u306f\u3042\u308b\u304c\u3001\u4eba\u3068\u95a2\u308f\u308b\u306e\u304c\u6016\u3044\", type: \"anxiety\" },{ text: \"\u3084\u308a\u305f\u3044\u3053\u3068\u306f\u3042\u308b\u304c\u3001\u305d\u308c\u306f\u4e00\u4eba\u3067\u3067\u304d\u308b\u3053\u3068\u3060\", type: \"introvert\" },{ text: \"\u4ed6\u4eba\u3068\u5354\u529b\u3057\u3066\u3082\u826f\u3044\u7d50\u679c\u306b\u306a\u3089\u306a\u3044\u3068\u601d\u3046\", type: \"distrust\" },],},\n      { text: \"7. \u4ed6\u4eba\u306eSNS\u6295\u7a3f\u3092\u898b\u3066\u3001\u3069\u3093\u306a\u6c17\u6301\u3061\u306b\u306a\u308a\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u81ea\u5206\u3068\u6bd4\u8f03\u3057\u3066\u843d\u3061\u8fbc\u3093\u3060\u308a\u3001\u7126\u3063\u305f\u308a\u3059\u308b\", type: \"anxiety\" },{ text: \"\u3042\u307e\u308a\u8208\u5473\u304c\u306a\u3044\u3001\u307e\u305f\u306f\u81ea\u5206\u306b\u306f\u95a2\u4fc2\u306a\u3044\u3068\u601d\u3046\", type: \"introvert\" },{ text: \"\u30ad\u30e9\u30ad\u30e9\u3057\u305f\u6295\u7a3f\u3092\u898b\u308b\u3068\u3001\u3069\u3063\u3068\u75b2\u308c\u308b\", type: \"burnout\" },{ text: \"\u3069\u3046\u305b\u826f\u3044\u90e8\u5206\u3057\u304b\u898b\u305b\u3066\u3044\u306a\u3044\u306e\u3060\u308d\u3046\u3068\u601d\u3046\", type: \"distrust\" },],},\n      { text: \"8. \u96d1\u8ac7\u3084\u4e16\u9593\u8a71\u306b\u3064\u3044\u3066\u3001\u3069\u3046\u611f\u3058\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u4f55\u3092\u8a71\u305b\u3070\u3044\u3044\u304b\u5206\u304b\u3089\u305a\u3001\u6c88\u9ed9\u304c\u6016\u3044\", type: \"anxiety\" },{ text: \"\u6df1\u3044\u8a71\u304c\u3067\u304d\u308b\u76f8\u624b\u3068\u306a\u3089\u8a71\u3057\u305f\u3044\", type: \"introvert\" },{ text: \"\u8a71\u3059\u5185\u5bb9\u3092\u8003\u3048\u308b\u3053\u3068\u81ea\u4f53\u304c\u5104\u52ab\u3060\", type: \"burnout\" },{ text: \"\u5f53\u305f\u308a\u969c\u308a\u306e\u306a\u3044\u8a71\u306f\u6642\u9593\u306e\u7121\u99c4\u3060\u3068\u611f\u3058\u308b\", type: \"distrust\" },],},\n      { text: \"9. \u8ab0\u304b\u306b\u60a9\u307f\u3092\u76f8\u8ac7\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u304b\uff1f\", options: [{ text: \"\u672c\u97f3\u3092\u8a71\u3059\u3068\u3069\u3046\u601d\u308f\u308c\u308b\u304b\u4e0d\u5b89\u3067\u3001\u306a\u304b\u306a\u304b\u3067\u304d\u306a\u3044\", type: \"anxiety\" },{ text: \"\u81ea\u5206\u3067\u8003\u3048\u3066\u89e3\u6c7a\u3057\u305f\u3044\u30bf\u30a4\u30d7\u3060\", type: \"introvert\" },{ text: \"\u76f8\u8ac7\u3059\u308b\u30a8\u30cd\u30eb\u30ae\u30fc\u3059\u3089\u306a\u3044\", type: \"burnout\" },{ text: \"\u7d50\u5c40\u306f\u4ed6\u4eba\u4e8b\u3060\u3068\u601d\u308f\u308c\u305d\u3046\u3067\u3001\u8a71\u3059\u6c17\u306b\u306a\u308c\u306a\u3044\", type: \"distrust\" },],},\n      { text: \"10. \u300c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u300d\u3068\u611f\u3058\u308b\u4e00\u756a\u306e\u7406\u7531\u306f\u4f55\u306b\u8fd1\u3044\u3067\u3059\u304b\uff1f\", options: [{ text: \"\u50b7\u3064\u3044\u305f\u308a\u3001\u5931\u6557\u3057\u305f\u308a\u3059\u308b\u306e\u304c\u6016\u3044\u304b\u3089\", type: \"anxiety\" },{ text: \"\u4e00\u4eba\u306e\u6642\u9593\u304c\u4f55\u3088\u308a\u3082\u5927\u5207\u3060\u304b\u3089\", type: \"introvert\" },{ text: \"\u5fc3\u8eab\u3068\u3082\u306b\u75b2\u308c\u5207\u3063\u3066\u3044\u308b\u304b\u3089\", type: \"burnout\" },{ text: \"\u904e\u53bb\u306e\u7d4c\u9a13\u304b\u3089\u3001\u4eba\u3092\u5fc3\u304b\u3089\u4fe1\u7528\u3067\u304d\u306a\u3044\u304b\u3089\", type: \"distrust\" },],},\n    ];\n\n    const results = {\n      anxiety: { title: \"\ud83e\udd14 \u5bfe\u4eba\u4e0d\u5b89\u30bf\u30a4\u30d7\", description: \"\u3042\u306a\u305f\u306f\u3001\u4eba\u3068\u95a2\u308f\u308b\u969b\u306b\u300c\u5931\u6557\u3057\u305f\u3089\u3069\u3046\u3057\u3088\u3046\u300d\u300c\u5909\u306b\u601d\u308f\u308c\u305f\u3089\u3069\u3046\u3057\u3088\u3046\u300d\u3068\u3044\u3063\u305f\u4e0d\u5b89\u3092\u5f37\u304f\u611f\u3058\u3084\u3059\u3044\u30bf\u30a4\u30d7\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u4ed6\u4eba\u306e\u8a55\u4fa1\u304c\u6c17\u306b\u306a\u3063\u305f\u308a\u3001\u904e\u53bb\u306e\u7d4c\u9a13\u304c\u539f\u56e0\u3067\u3001\u4eba\u3068\u306e\u4ea4\u6d41\u306b\u81c6\u75c5\u306b\u306a\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305a\u306f\u3001\u3054\u304f\u89aa\u3057\u3044\u53cb\u4eba\u306a\u3069\u3001\u5b89\u5fc3\u3067\u304d\u308b\u5c0f\u3055\u306a\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u304b\u3089\u5c11\u3057\u305a\u3064\u6163\u308c\u3066\u3044\u304f\u306e\u304c\u826f\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\", },\n      introvert: { title: \"\ud83e\uddd8\u200d\u2640\ufe0f \u5185\u5411\u7684\u6027\u8cea\u30bf\u30a4\u30d7\", description: \"\u3042\u306a\u305f\u306f\u3001\u4e00\u4eba\u306e\u6642\u9593\u3092\u5927\u5207\u306b\u3057\u3001\u5185\u9762\u7684\u306a\u4e16\u754c\u3067\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u5145\u96fb\u3059\u308b\u30bf\u30a4\u30d7\u3067\u3059\u3002\u4eba\u3068\u95a2\u308f\u308b\u306e\u304c\u5acc\u3044\u306a\u308f\u3051\u3067\u306f\u306a\u304f\u3001\u5927\u4eba\u6570\u3084\u9577\u6642\u9593\u306e\u4ea4\u6d41\u3067\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u6d88\u8017\u3057\u3084\u3059\u3044\u3060\u3051\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u81ea\u5206\u306e\u30da\u30fc\u30b9\u3092\u5927\u5207\u306b\u3057\u3001\u7121\u7406\u306b\u793e\u4ea4\u7684\u306b\u632f\u308b\u821e\u3046\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8cea\u306e\u9ad8\u3044\u4eba\u9593\u95a2\u4fc2\u3092\u5c11\u6570\u7bc9\u304f\u3053\u3068\u3067\u3001\u5fc3\u5730\u3088\u3044\u30d0\u30e9\u30f3\u30b9\u304c\u898b\u3064\u304b\u308b\u3067\u3057\u3087\u3046\u3002\", },\n      burnout: { title: \"\ud83d\ude29 \u5fc3\u8eab\u304a\u75b2\u308c\u30bf\u30a4\u30d7\uff08\u30d0\u30fc\u30f3\u30a2\u30a6\u30c8\uff09\", description: \"\u3042\u306a\u305f\u306f\u3001\u4ed5\u4e8b\u3084\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u3067\u306e\u30b9\u30c8\u30ec\u30b9\u304c\u7a4d\u307f\u91cd\u306a\u308a\u3001\u5fc3\u8eab\u3068\u3082\u306b\u30a8\u30cd\u30eb\u30ae\u30fc\u304c\u67af\u6e07\u3057\u3066\u3044\u308b\u72b6\u614b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u4ee5\u524d\u306f\u697d\u3057\u3081\u3066\u3044\u305f\u4eba\u4ed8\u304d\u5408\u3044\u3082\u3001\u4eca\u3067\u306f\u5927\u304d\u306a\u8ca0\u62c5\u306b\u611f\u3058\u3066\u3057\u307e\u3046\u306e\u3067\u306f\u306a\u3044\u3067\u3057\u3087\u3046\u304b\u3002\u4eca\u306f\u7121\u7406\u306b\u4eba\u3068\u95a2\u308f\u308d\u3046\u3068\u305b\u305a\u3001\u307e\u305a\u306f\u5341\u5206\u306a\u4f11\u606f\u3092\u53d6\u308a\u3001\u81ea\u5206\u3092\u7652\u3059\u3053\u3068\u3092\u6700\u512a\u5148\u306b\u8003\u3048\u307e\u3057\u3087\u3046\u3002\u4f55\u3082\u3057\u306a\u3044\u6642\u9593\u3092\u4f5c\u308b\u3053\u3068\u304c\u3001\u56de\u5fa9\u3078\u306e\u7b2c\u4e00\u6b69\u3067\u3059\u3002\", },\n      distrust: { title: \"\ud83e\udd28 \u4eba\u9593\u4e0d\u4fe1\u30bf\u30a4\u30d7\", description: \"\u3042\u306a\u305f\u306f\u3001\u904e\u53bb\u306e\u7d4c\u9a13\u304b\u3089\u300c\u3069\u3046\u305b\u88cf\u5207\u3089\u308c\u308b\u300d\u300c\u8ab0\u3082\u672c\u5f53\u306f\u81ea\u5206\u306e\u3053\u3068\u306a\u3069\u6c17\u306b\u3057\u3066\u3044\u306a\u3044\u300d\u3068\u3044\u3063\u305f\u6c17\u6301\u3061\u3092\u62b1\u3048\u3066\u3044\u308b\u306e\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u4eba\u3092\u4fe1\u3058\u308b\u3053\u3068\u306b\u614e\u91cd\u306b\u306a\u308a\u3001\u8868\u9762\u7684\u306a\u4ed8\u304d\u5408\u3044\u306f\u3067\u304d\u3066\u3082\u3001\u5fc3\u3092\u5b8c\u5168\u306b\u958b\u304f\u3053\u3068\u306b\u62b5\u6297\u3092\u611f\u3058\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3059\u3050\u306b\u8003\u3048\u3092\u5909\u3048\u308b\u306e\u306f\u96e3\u3057\u3044\u3067\u3059\u304c\u3001\u6642\u9593\u3092\u304b\u3051\u3066\u4fe1\u983c\u3067\u304d\u308b\u4eba\u3092\u4e00\u4eba\u3067\u3082\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3001\u72b6\u6cc1\u3092\u5909\u3048\u308b\u304d\u3063\u304b\u3051\u306b\u306a\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\", },\n    };\n\n    const container = document.getElementById(\"mental-distance-container\");\n    const screenArea = document.getElementById(\"diagnosis-screen-area\");\n    if (!container || !screenArea) return;\n\n    let currentQuestionIndex = 0;\n    const userAnswers = {};\n\n    function initialize() {\n        currentQuestionIndex = 0;\n        for (const key in userAnswers) { delete userAnswers[key]; }\n        renderQuestionScreen();\n    }\n\n    function renderQuestionScreen() {\n        let questionsHTML = '';\n        questions.forEach((q, qIndex) => {\n            let optionsHTML = '';\n            q.options.forEach((opt, oIndex) => {\n                const inputId = `q${qIndex}-o${oIndex}`;\n                optionsHTML += `\n                    <input type=\"radio\" name=\"question${qIndex}\" value=\"${opt.type}\" id=\"${inputId}\" class=\"option-input\">\n                    <label for=\"${inputId}\" class=\"option-label\">${opt.text}<\/label>\n                `;\n            });\n            questionsHTML += `\n                <div id=\"q-container-${qIndex}\" class=\"question-card\" style=\"display: none;\">\n                    <div class=\"text-[16px] sm:text-[18px] font-bold text-center mb-8 min-h-[6em] flex items-center justify-center\">${q.text}<\/div>\n                    <div class=\"flex flex-col gap-3\">${optionsHTML}<\/div>\n                <\/div>\n            `;\n        });\n\n        const screenHTML = `\n            <div id=\"question-screen\" class=\"screen active\">\n                <div class=\"diagnosis-header\">\n                    <div class=\"text-white text-[18px] font-bold\">\ud83e\udde0 \u300c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u300d\u5fc3\u306e\u539f\u56e0\u8a3a\u65ad<\/div>\n                <\/div>\n                <div class=\"p-6 sm:p-10\">\n                    <div class=\"mb-8\">\n                        <div class=\"flex justify-between items-center mb-2\">\n                            <p class=\"text-[14px] font-bold\" style=\"color: var(--color-primary);\">\u9032\u6357<\/p>\n                            <p id=\"progress-text\" class=\"text-[14px] font-semibold\" style=\"color: var(--color-text-secondary);\"><\/p>\n                        <\/div>\n                        <div class=\"w-full bg-gray-200 rounded-full h-2\">\n                            <div id=\"progress-bar\" class=\"h-2 rounded-full transition-all duration-500 progress-bar-gradient\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div id=\"questions-wrapper\">${questionsHTML}<\/div>\n                    <div class=\"flex justify-between mt-8\">\n                        <button id=\"prev-btn\" class=\"nav-button prev-button\">\u623b\u308b<\/button>\n                        <button id=\"next-btn\" class=\"nav-button next-button\">\u6b21\u3078<\/button>\n                        <button id=\"submit-btn\" class=\"nav-button submit-button\" style=\"display: none;\">\u8a3a\u65ad\u3059\u308b<\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        `;\n        screenArea.innerHTML = screenHTML;\n        addQuestionListeners();\n        updateView();\n    }\n\n    function updateView() {\n        const progress = ((currentQuestionIndex + 1) \/ questions.length) * 100;\n        document.getElementById(\"progress-bar\").style.width = `${progress}%`;\n        document.getElementById(\"progress-text\").textContent = `${currentQuestionIndex + 1} \/ ${questions.length}`;\n\n        document.querySelectorAll(\".question-card\").forEach((el, index) => {\n            el.style.display = index === currentQuestionIndex ? 'block' : 'none';\n        });\n\n        document.getElementById(\"prev-btn\").style.display = currentQuestionIndex === 0 ? 'none' : 'inline-block';\n        document.getElementById(\"next-btn\").style.display = currentQuestionIndex === questions.length - 1 ? 'none' : 'inline-block';\n        document.getElementById(\"submit-btn\").style.display = currentQuestionIndex === questions.length - 1 ? 'inline-block' : 'none';\n    }\n    \n    function addQuestionListeners(){\n        document.getElementById(\"next-btn\").addEventListener(\"click\", () => {\n            if (!validateAnswer()) {\n                const card = document.getElementById(`q-container-${currentQuestionIndex}`);\n                card.classList.add(\"shake\");\n                setTimeout(() => card.classList.remove(\"shake\"), 500);\n                return;\n            }\n            currentQuestionIndex++;\n            updateView();\n        });\n\n        document.getElementById(\"prev-btn\").addEventListener(\"click\", () => {\n            currentQuestionIndex--;\n            updateView();\n        });\n        \n        document.getElementById(\"submit-btn\").addEventListener(\"click\", showResult);\n\n        document.querySelectorAll(\".option-input\").forEach(input => {\n            input.addEventListener('change', () => {\n                setTimeout(() => {\n                    if (currentQuestionIndex < questions.length - 1) {\n                         if (!validateAnswer()) return;\n                        currentQuestionIndex++;\n                        updateView();\n                    }\n                }, 300);\n            });\n        });\n    }\n\n    function validateAnswer() {\n        const selected = document.querySelector(`input[name=\"question${currentQuestionIndex}\"]:checked`);\n        if (!selected) return false;\n        userAnswers[currentQuestionIndex] = selected.value;\n        return true;\n    }\n    \n    function showResult() {\n        if (!validateAnswer()) {\n            const card = document.getElementById(`q-container-${currentQuestionIndex}`);\n            card.classList.add(\"shake\");\n            setTimeout(() => card.classList.remove(\"shake\"), 500);\n            return;\n        }\n\n        const scores = { anxiety: 0, introvert: 0, burnout: 0, distrust: 0 };\n        for (const key in userAnswers) { scores[userAnswers[key]]++; }\n\n        let maxScore = 0, resultType = \"anxiety\";\n        for (const type in scores) {\n            if (scores[type] > maxScore) {\n                maxScore = scores[type];\n                resultType = type;\n            }\n        }\n        \n        const resultData = results[resultType];\n        const resultHTML = `\n            <div id=\"result-screen\" class=\"screen active\">\n                <div class=\"diagnosis-header\">\n                    <div class=\"text-white text-[18px] font-bold\">\ud83d\udcca \u8a3a\u65ad\u7d50\u679c<\/div>\n                <\/div>\n                <div class=\"p-6 sm:p-10 text-center\">\n                    <div class=\"bg-gray-50 p-5 sm:p-6 rounded-xl border-l-4 my-8\" style=\"border-left-color: var(--color-primary);\">\n                        <p id=\"result-title\" class=\"text-[16px] mb-2 font-bold text-left flex items-center\" style=\"color: var(--color-text-primary);\">${resultData.title}<\/p>\n                        <p id=\"result-description\" class=\"text-[14px] text-left leading-relaxed\" style=\"color: var(--color-text-secondary);\">${resultData.description}<\/p>\n                    <\/div>\n\n                    <!-- \u25bc\u25bc\u25bc \u3053\u3053\u304b\u3089\u304c\u4fee\u6b63\u7b87\u6240\u3067\u3059 \u25bc\u25bc\u25bc -->\n                    <div class=\"mt-10 pt-8 border-t border-gray-200\">\n                        <div class=\"mb-6\">\n                            <div class=\"border-4 rounded-lg p-2 bg-white\" style=\"border-color: var(--color-logo-border);\">\n                                <a href=\"https:\/\/karidome.net\/lp\/hajimari-no-tomarigi\/\" target=\"_blank\" rel=\"noopener\">\n                                    <img decoding=\"async\" src=\"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-content\/uploads\/2025\/10\/hajimari-no-tomarigi-logo.png\" alt=\"\u306f\u3058\u307e\u308a\u306e\u6b62\u307e\u308a\u6728 \u30ed\u30b4\" class=\"w-full h-auto\">\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <p class=\"text-[14px] text-gray-600 mb-8 max-w-lg mx-auto leading-relaxed\">\n                            \u300c\u306f\u3058\u307e\u308a\u306e\u6b62\u307e\u308a\u6728\u300d\u3067\u306f\u5fc3\u306e\u4f11\u3081\u65b9\u30fb\u4f11\u8077\u306e\u65b9\u6cd5\u30fb\u4f11\u606f\u671f\u9593\u306e\u304a\u5f79\u7acb\u3061\u60c5\u5831\u306a\u3069\u3092\u7121\u6599\u3067\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002\n                        <\/p>\n\n                        <div class=\"w-full max-w-lg mx-auto mb-8 rounded-lg overflow-hidden shadow border border-gray-200 text-left\">\n                            <div class=\"p-3 font-bold text-white text-center text-[15px]\" style=\"background-color: #0a6a31;\">\n                                LINE\u3067\u304a\u5c4a\u3051\u3059\u308b\u5185\u5bb9\n                            <\/div>\n                            <div class=\"p-5\" style=\"background-color: #f5fff8;\">\n                                <ul class=\"space-y-3\">\n                                    <li class=\"flex items-start\">\n                                        <svg class=\"w-5 h-5 mr-2 flex-shrink-0 mt-0.5\" fill=\"currentColor\" style=\"color: var(--color-cta);\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                                        <span class=\"text-[14px] font-semibold leading-snug\" style=\"color: #403f3d;\">\u30e1\u30f3\u30bf\u30eb\u304c\u8f9b\u3044\u3068\u304d\u306b\u3001\u6700\u521d\u306b\u3084\u308b\u3079\u304d3\u3064\u306e\u884c\u52d5<\/span>\n                                    <\/li>\n                                    <li class=\"flex items-start\">\n                                        <svg class=\"w-5 h-5 mr-2 flex-shrink-0 mt-0.5\" fill=\"currentColor\" style=\"color: var(--color-cta);\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                                        <span class=\"text-[14px] font-semibold leading-snug\" style=\"color: #403f3d;\">\u4f1a\u793e\u3092\u4f11\u3080\u524d\u306b\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u652f\u63f4\u91d1\u5236\u5ea6<\/span>\n                                    <\/li>\n                                    <li class=\"flex items-start\">\n                                        <svg class=\"w-5 h-5 mr-2 flex-shrink-0 mt-0.5\" fill=\"currentColor\" style=\"color: var(--color-cta);\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                                        <span class=\"text-[14px] font-semibold leading-snug\" style=\"color: #403f3d;\">\u304a\u91d1\u30fb\u4ed5\u4e8b\u30fb\u5fc3\u3092\u7acb\u3066\u76f4\u3059\u305f\u3081\u306e\u518d\u51fa\u767a\u30de\u30cb\u30e5\u30a2\u30eb<\/span>\n                                    <\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n\n                        <a href=\"https:\/\/karidome.net\/lp\/hajimari-no-tomarigi\/\" target=\"_blank\" rel=\"noopener\" class=\"cta-button flex items-center justify-center text-white font-bold py-4 rounded-full shadow-lg w-full max-w-sm mx-auto\">\n                            <div class=\"text-center leading-tight\">\n                                <span class=\"block text-sm font-bold\">\u306f\u3058\u307e\u308a\u306e\u6b62\u307e\u308a\u6728<\/span>\n                                <span class=\"block text-base font-semibold tracking-wider\">LINE\u8ffd\u52a0\u306f\u3053\u3061\u3089<\/span>\n                            <\/div>\n                        <\/a>\n                        <p class=\"text-[13px] text-gray-500 mt-2\">\u203b\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u5225\u30b5\u30a4\u30c8\u306b\u9077\u79fb\u3057\u307e\u3059\u3002<\/p>\n                        <!-- \u25b2\u25b2\u25b2 \u3053\u3053\u307e\u3067\u304c\u4fee\u6b63\u7b87\u6240\u3067\u3059 \u25b2\u25b2\u25b2 -->\n                    <\/div>\n                    <button id=\"retry-btn\" class=\"mt-8 text-[13px] font-semibold transition hover:opacity-75\" style=\"color: var(--color-text-secondary);\">\u3082\u3046\u4e00\u5ea6\u8a3a\u65ad\u3059\u308b<\/button>\n                <\/div>\n            <\/div>\n        `;\n        screenArea.innerHTML = resultHTML;\n        document.getElementById(\"retry-btn\").addEventListener('click', initialize);\n    }\n\n    initialize();\n});\n<\/script>\n\n\n\n<div class=\"wp-block-image u-mb-ctrl u-mb-10\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/karidome.net\/lp\/hajimari-no-tomarigi\/\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-content\/uploads\/2025\/10\/hajimari-no-tomarigi-pr-banner.png\" alt=\"\" class=\"wp-image-7954\"\/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"is-style-icon_good u-mb-ctrl u-mb-0\">LINE\uff20\u7121\u6599\u60c5\u5831\u30b5\u30fc\u30d3\u30b9\u300c<strong><span style=\"color:#146f2e\" class=\"swl-inline-color\">\u306f\u3058\u307e\u308a\u306e\u6b62\u307e\u308a\u6728<\/span><\/strong>\u300d\u306b\u3042\u306a\u305f\u3082\u53c2\u52a0\u3057\u307e\u305b\u3093\u304b\uff1f<\/p>\n\n\n\n<div class=\"swell-block-capbox cap_box u-mb-ctrl u-mb-10\" data-colset=\"col2\"><div class=\"cap_box_ttl\"><span>LINE\u3067\u304a\u5c4a\u3051\u3059\u308b\u5185\u5bb9<\/span><\/div><div class=\"cap_box_content\">\n<ul class=\"wp-block-list is-style-good_list -list-under-dashed\">\n<li><strong><span class=\"swl-fz u-fz-s\">\u30e1\u30f3\u30bf\u30eb\u304c\u8f9b\u3044\u3068\u304d\u306b\u3001\u6700\u521d\u306b\u3084\u308b\u3079\u304d3\u3064\u306e\u884c\u52d5<\/span><\/strong><\/li>\n\n\n\n<li><strong><span class=\"swl-fz u-fz-s\">\u4f1a\u793e\u3092\u4f11\u3080\u524d\u306b\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u652f\u63f4\u91d1\u5236\u5ea6<\/span><\/strong><\/li>\n\n\n\n<li><strong><span class=\"swl-fz u-fz-s\">\u304a\u91d1\u30fb\u4ed5\u4e8b\u30fb\u5fc3\u3092\u7acb\u3066\u76f4\u3059\u305f\u3081\u306e\u518d\u51fa\u767a\u30de\u30cb\u30e5\u30a2\u30eb<\/span><\/strong><\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"swell-block-button red_ -size-l u-mb-ctrl u-mb-20 is-style-btn_shiny\" style=\"--the-icon-size:1.4em\"><a href=\"https:\/\/karidome.net\/lp\/hajimari-no-tomarigi\/\" target=\"_blank\" rel=\"noopener\" class=\"swell-block-button__link\" data-has-icon=\"1\"><span>\u306f\u3058\u307e\u308a\u306e\u6b62\u307e\u308a\u6728<br><span style=\"font-size:18px\" class=\"swl-fz\">LINE\u8ffd\u52a0\u306f\u3053\u3061\u3089<\/span><\/span><svg class=\"__icon -right\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" viewBox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"><\/rect><path d=\"M168,112V100a20,20,0,0,0-40,0V36a20,20,0,0,0-40,0V157.3l-21.9-38a20,20,0,0,0-34.7,20C64,208,83.8,232,128,232a80,80,0,0,0,80-80V112a20,20,0,0,0-40,0Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"><\/path><\/svg><\/a><\/div>\n\n\n\n<p>\u300c<span class=\"swl-inline-color has-swl-deep-01-color\"><strong>\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u539f\u56e0\u8a3a\u65ad<\/strong><\/span>\u300d\u3067\u306f\u3001\u3042\u306a\u305f\u306e\u56de\u7b54\u3092\u3082\u3068\u306b\u3001\u30b9\u30c8\u30ec\u30b9\u306e\u539f\u56e0\u30924\u3064\u306e\u30bf\u30a4\u30d7\u306b\u5206\u985e\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"swell-block-capbox cap_box is-style-small_ttl\"><div class=\"cap_box_ttl\"><span>\u30b9\u30c8\u30ec\u30b9\u30bf\u30a4\u30d7<\/span><\/div><div class=\"cap_box_content\">\n<ul class=\"wp-block-list is-style-num_circle -list-under-dashed\">\n<li><strong>\u5bfe\u4eba\u4e0d\u5b89\u30bf\u30a4\u30d7<\/strong><\/li>\n\n\n\n<li><strong>\u5185\u5411\u7684\u6027\u8cea\u30bf\u30a4\u30d7<\/strong><\/li>\n\n\n\n<li><strong>\u5fc3\u8eab\u30b9\u30c8\u30ec\u30b9\u30bf\u30a4\u30d7<\/strong><\/li>\n\n\n\n<li><strong>\u4eba\u9593\u4e0d\u4fe1\u30bf\u30a4\u30d7<\/strong><\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<p>\u3054\u81ea\u8eab\u306e\u5fc3\u306e\u30af\u30bb\u3084\u50be\u5411\u3092\u77e5\u308b\u3053\u3068\u3067\u3001\u7121\u7406\u306e\u306a\u3044\u4eba\u9593\u95a2\u4fc2\u3092\u7bc9\u304f\u305f\u3081\u306e\u30d2\u30f3\u30c8\u304c\u898b\u3064\u304b\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<p>\u307e\u305a\u306f\u3001\u3042\u306a\u305f\u306e\u5fc3\u3092\u30bb\u30eb\u30d5\u30c1\u30a7\u30c3\u30af\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u300c\u6700\u8fd1\u3001\u306a\u3093\u3060\u304b\u4eba\u3068\u95a2\u308f\u308b\u306e\u304c\u5104\u52ab\u2026\u300d\u300c\u8ab0\u3068\u3082\u63a5\u3057\u305f\u304f\u306a\u3044\u3068\u611f\u3058\u308b\u3053\u3068\u304c\u591a\u3044\u300d \u300c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u300d\u3068\u3044\u3046\u6c17\u6301\u3061\u306e\u88cf\u306b\u306f\u3001\u5b9f\u306f\u3055\u307e\u3056\u307e\u306a\u539f\u56e0\u304c\u96a0\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \u3053\u306e\u8a3a\u65ad\u3067\u306f\u300110\u500b\u306e\u8cea\u554f\u304b\u3089\u3042\u306a\u305f\u304c\u4eba\u3068\u95a2\u308f\u308a\u305f\u304f\u306a\u3044\u3068 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"swell_btn_cv_data":"","footnotes":""},"class_list":["post-7880","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/comments?post=7880"}],"version-history":[{"count":17,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7880\/revisions"}],"predecessor-version":[{"id":7986,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7880\/revisions\/7986"}],"wp:attachment":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/media?parent=7880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}