{"id":7892,"date":"2025-10-22T08:00:00","date_gmt":"2025-10-21T23:00:00","guid":{"rendered":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/?page_id=7892"},"modified":"2025-10-22T12:35:47","modified_gmt":"2025-10-22T03:35:47","slug":"leave-resign-money-simulator","status":"publish","type":"page","link":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/leave-resign-money-simulator","title":{"rendered":"\u4f11\u8077\u30fb\u9000\u8077\u306e\u304a\u91d1\u7c21\u6613\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc"},"content":{"rendered":"\n<p><strong>\u300c\u4f11\u8077\u3057\u305f\u3044\u3051\u3069\u3001\u4f11\u8077\u4e2d\u306e\u8cc7\u91d1\u304c\u4e0d\u5b89\u2026\u300d<br>\u300c\u4f11\u307f\u305f\u3044\u3051\u3069\u3001\u304a\u91d1\u304c\u539f\u56e0\u3067\u7121\u7406\u3057\u3066\u50cd\u3044\u3066\u3044\u308b\u2026\u300d<\/strong><\/p>\n\n\n\n<p>\u4f11\u8077\u3084\u9000\u8077\u3092\u3059\u308b\u969b\u306e\u304a\u91d1\u306b\u95a2\u3059\u308b\u516c\u7684\u5236\u5ea6\u306f\u8907\u96d1\u3067\u3001\u81ea\u5206\u304c\u3069\u306e\u624b\u5f53\u3084\u4fdd\u967a\u306e\u5bfe\u8c61\u306b\u306a\u308b\u306e\u304b\u3092\u8abf\u3079\u308b\u306e\u306f\u5927\u5909\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u300c<span class=\"swl-inline-color has-swl-deep-01-color\"><strong>\u4f11\u8077\u30fb\u9000\u8077\u306e\u304a\u91d1\u7c21\u6613\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc<\/strong><\/span>\u300d\u3067\u306f\u3001\u7c21\u5358\u306a\u8cea\u554f\u306b\u7b54\u3048\u308b\u3060\u3051\u3067\u3001\u3042\u306a\u305f\u304c\u5229\u7528\u3067\u304d\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u5236\u5ea6\u3092\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\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    #money-sim-container-v3 {\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    #money-sim-container-v3 .screen { display: none; }\n    #money-sim-container-v3 .screen.active { display: block; animation: fadeInMSv3 0.7s ease-in-out; }\n    @keyframes fadeInMSv3 { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }\n    \n    #money-sim-container-v3 .question-card.shake { animation: shakeHorizontalMSv3 0.5s; }\n    @keyframes shakeHorizontalMSv3 {\n        25%, 75% { transform: translateX(8px); }\n        50% { transform: translateX(-8px); }\n    }\n    #money-sim-container-v3 .diagnosis-header { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); padding: 2rem 2.5rem; }\n    #money-sim-container-v3 .progress-bar-gradient { background: linear-gradient(90deg, var(--color-accent), var(--color-accent-dark)); }\n    #money-sim-container-v3 .option-label { transition: all 0.2s ease-in-out; border: 2px solid #ced4da; background-color: var(--color-surface); display: flex; align-items: center; cursor: pointer; padding: 0.8em 1em; border-radius: 8px; }\n    #money-sim-container-v3 .option-label:hover { transform: translateY(-3px); box-shadow: 0 6px 20px -5px rgba(38, 164, 227, 0.3); border-color: var(--color-primary); }\n    #money-sim-container-v3 .option-input:checked + .option-label { background-color: #eaf6fd; border-color: var(--color-primary); color: var(--color-primary); font-weight: 700; transform: translateY(-3px); box-shadow: 0 6px 20px -5px rgba(38, 164, 227, 0.3); }\n    #money-sim-container-v3 .option-input { display: none; }\n    #money-sim-container-v3 .nav-button { padding: 0.8em 1.5em; font-size: 1em; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }\n    #money-sim-container-v3 .nav-button:hover { transform: translateY(-2px); }\n    #money-sim-container-v3 .prev-button { background-color: #6c757d; color: white; box-shadow: 0 4px 10px rgba(108, 117, 125, 0.2); }\n    #money-sim-container-v3 .prev-button:hover { box-shadow: 0 6px 15px rgba(108, 117, 125, 0.3); }\n    #money-sim-container-v3 .next-button, #money-sim-container-v3 .submit-button { background: linear-gradient(45deg, var(--color-primary), var(--color-primary-dark)); color: #fff; box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2); }\n    #money-sim-container-v3 .next-button:hover, #money-sim-container-v3 .submit-button:hover { box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3); }\n    #money-sim-container-v3 .cta-button { background: linear-gradient(135deg, var(--color-cta), var(--color-cta-dark)); transition: all 0.3s ease; }\n    #money-sim-container-v3 .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4); }\n    #money-sim-container-v3 .disclaimer b { font-weight: 700; }\n    @media (max-width: 640px) {\n        #money-sim-container-v3 .diagnosis-header { padding: 1.5rem; }\n    }\n<\/style>\n\n<div id=\"money-sim-container-v3\" class=\"w-full max-w-2xl mx-auto rounded-2xl shadow-xl\">\n    <div id=\"diagnosis-screen-area-ms\"><\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    const questions = [\n        { key: \"status\", text: \"1. \u73fe\u5728\u691c\u8a0e\u3057\u3066\u3044\u308b\u306e\u306f\u3069\u3061\u3089\u3067\u3059\u304b\uff1f\", options: [ { text: \"\u4f11\u8077\uff08\u4f1a\u793e\u306b\u306f\u5728\u7c4d\u3057\u305f\u307e\u307e\u4f11\u3080\uff09\", value: \"leave\" }, { text: \"\u9000\u8077\uff08\u4f1a\u793e\u3092\u8f9e\u3081\u308b\uff09\", value: \"resign\" } ] },\n        { key: \"reason\", text: \"2. \u4e3b\u306a\u7406\u7531\u306f\u4f55\u3067\u3059\u304b\uff1f\", options: [ { text: \"\u81ea\u5df1\u90fd\u5408\uff08\u8ee2\u8077\u3001\u5bb6\u5ead\u306e\u4e8b\u60c5\u306a\u3069\uff09\", value: \"self\" }, { text: \"\u4f1a\u793e\u90fd\u5408\uff08\u5012\u7523\u3001\u89e3\u96c7\u306a\u3069\uff09\", value: \"company\" }, { text: \"\u696d\u52d9\u5916\u306e\u75c5\u6c17\u3084\u30b1\u30ac\", value: \"private_sickness\" }, { text: \"\u696d\u52d9\u3084\u901a\u52e4\u304c\u539f\u56e0\u306e\u75c5\u6c17\u3084\u30b1\u30ac\", value: \"work_sickness\" } ] },\n        { key: \"unpaid\", text: \"3. \u4f11\u3093\u3067\u3044\u308b\u9593\u3001\u4f1a\u793e\u304b\u3089\u7d66\u4e0e\u306f\u652f\u6255\u308f\u308c\u307e\u3059\u304b\uff1f\", options: [ { text: \"\u652f\u6255\u308f\u308c\u306a\u3044\", value: \"yes\" }, { text: \"\u652f\u6255\u308f\u308c\u308b\uff08\u6709\u7d66\u4f11\u6687\u306a\u3069\uff09\", value: \"no\" }, { text: \"\u4e00\u90e8\u652f\u6255\u308f\u308c\u308b\", value: \"partial\" } ] },\n        { key: \"health_insurance_period\", text: \"4. \u73fe\u5728\u306e\u4f1a\u793e\u306e\u5065\u5eb7\u4fdd\u967a\u306b\u306f\u3001\u7d99\u7d9a\u3057\u3066\u3069\u306e\u304f\u3089\u3044\u52a0\u5165\u3057\u3066\u3044\u307e\u3059\u304b\uff1f\", options: [ { text: \"1\u5e74\u672a\u6e80\", value: \"under_1y\" }, { text: \"1\u5e74\u4ee5\u4e0a\", value: \"over_1y\" } ] },\n        { key: \"employment_insurance_period\", text: \"5. \u73fe\u5728\u306e\u4f1a\u793e\u306e\u96c7\u7528\u4fdd\u967a\u306b\u306f\u3001\u901a\u7b97\u3067\u3069\u306e\u304f\u3089\u3044\u52a0\u5165\u3057\u3066\u3044\u307e\u3059\u304b\uff1f\", options: [ { text: \"12\u30f6\u6708\u672a\u6e80\", value: \"under_12m\" }, { text: \"12\u30f6\u6708\u4ee5\u4e0a\", value: \"over_12m\" } ] },\n        { key: \"seeking_work\", text: \"6. \u9000\u8077\u5f8c\u3001\u3059\u3050\u306b\u65b0\u3057\u3044\u4ed5\u4e8b\u3092\u63a2\u3059\u610f\u601d\u3068\u80fd\u529b\u306f\u3042\u308a\u307e\u3059\u304b\uff1f\", options: [ { text: \"\u306f\u3044\", value: \"yes\" }, { text: \"\u3044\u3044\u3048\uff08\u7642\u990a\u306b\u5c02\u5ff5\u3001\u3057\u3070\u3089\u304f\u4f11\u307f\u305f\u3044\u306a\u3069\uff09\", value: \"no\" }, { text: \"\u9000\u8077\u306f\u691c\u8a0e\u3057\u3066\u3044\u306a\u3044\", value: \"not_applicable\" } ] },\n        { key: \"severance_pay\", text: \"7. \u3042\u306a\u305f\u306e\u4f1a\u793e\u306b\u9000\u8077\u91d1\u5236\u5ea6\u306f\u3042\u308a\u307e\u3059\u304b\uff1f\", options: [ { text: \"\u3042\u308b\", value: \"yes\" }, { text: \"\u306a\u3044\", value: \"no\" }, { text: \"\u308f\u304b\u3089\u306a\u3044\", value: \"unknown\" } ] }\n    ];\n    const resultsMaster = {\n        shobyo: { title: \"\u50b7\u75c5\u624b\u5f53\u91d1\", description: \"\u696d\u52d9\u5916\u306e\u75c5\u6c17\u3084\u30b1\u30ac\u3067\u9023\u7d9a\u3057\u30664\u65e5\u4ee5\u4e0a\u4ed5\u4e8b\u3092\u4f11\u307f\u3001\u7d66\u4e0e\u304c\u652f\u6255\u308f\u308c\u306a\u3044\u5834\u5408\u306b\u53d7\u3051\u53d6\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5728\u7c4d\u4e2d\u306b\u7533\u8acb\u3059\u308b\u306e\u304c\u4e00\u822c\u7684\u3067\u3059\u304c\u3001\u9000\u8077\u5f8c\u3067\u3082\u6761\u4ef6\u3092\u6e80\u305f\u305b\u3070\u7d99\u7d9a\u3057\u3066\u53d7\u3051\u53d6\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\" },\n        shitsugyo: { title: \"\u5931\u696d\u4fdd\u967a\uff08\u57fa\u672c\u624b\u5f53\uff09\", description: \"\u9000\u8077\u5f8c\u306b\u50cd\u304f\u610f\u601d\u3068\u80fd\u529b\u304c\u3042\u308b\u306b\u3082\u95a2\u308f\u3089\u305a\u3001\u5c31\u8077\u3067\u304d\u306a\u3044\u5834\u5408\u306b\u53d7\u3051\u53d6\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u81ea\u5df1\u90fd\u5408\u304b\u4f1a\u793e\u90fd\u5408\u304b\u306a\u3069\u3001\u9000\u8077\u7406\u7531\u306b\u3088\u3063\u3066\u7d66\u4ed8\u958b\u59cb\u6642\u671f\u3084\u671f\u9593\u304c\u7570\u306a\u308a\u307e\u3059\u3002\" },\n        rosai: { title: \"\u52b4\u707d\u4fdd\u967a\", description: \"\u696d\u52d9\u4e2d\u3084\u901a\u52e4\u4e2d\u306e\u51fa\u6765\u4e8b\u304c\u539f\u56e0\u306e\u75c5\u6c17\u3084\u30b1\u30ac\u306b\u5bfe\u3057\u3066\u3001\u6cbb\u7642\u8cbb\u3084\u4f11\u696d\u4e2d\u306e\u6240\u5f97\u3092\u88dc\u511f\u3059\u308b\u5236\u5ea6\u3067\u3059\u3002\u96c7\u7528\u5f62\u614b\u306b\u304b\u304b\u308f\u3089\u305a\u3001\u3059\u3079\u3066\u306e\u52b4\u50cd\u8005\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059\u3002\" },\n        taishoku: { title: \"\u9000\u8077\u91d1\", description: \"\u4f1a\u793e\u306e\u898f\u5b9a\u306b\u57fa\u3065\u3044\u3066\u652f\u6255\u308f\u308c\u308b\u304a\u91d1\u3067\u3059\u3002\u652f\u7d66\u6761\u4ef6\uff08\u52e4\u7d9a\u5e74\u6570\u306a\u3069\uff09\u3084\u91d1\u984d\u306f\u4f1a\u793e\u306b\u3088\u3063\u3066\u5927\u304d\u304f\u7570\u306a\u308a\u307e\u3059\u3002\u5c31\u696d\u898f\u5247\u3092\u78ba\u8a8d\u3059\u308b\u304b\u3001\u62c5\u5f53\u90e8\u7f72\u306b\u554f\u3044\u5408\u308f\u305b\u3066\u307f\u307e\u3057\u3087\u3046\u3002\" }\n    };\n    const container = document.getElementById(\"money-sim-container-v3\");\n    const screenArea = document.getElementById(\"diagnosis-screen-area-ms\");\n    if (!container || !screenArea) return;\n    let currentQuestionIndex = 0;\n    const userAnswers = {};\n    function initialize() {\n        currentQuestionIndex = 0;\n        for (const key in userAnswers) { delete userAnswers[key]; }\n        renderQuestionScreen();\n    }\n    function renderQuestionScreen() {\n        let questionsHTML = '';\n        questions.forEach((q, qIndex) => {\n            let optionsHTML = '';\n            q.options.forEach((opt, oIndex) => {\n                const inputId = `ms-q${qIndex}-o${oIndex}`;\n                optionsHTML += `\n                    <input type=\"radio\" name=\"question${qIndex}\" value=\"${opt.value}\" id=\"${inputId}\" class=\"option-input\">\n                    <label for=\"${inputId}\" class=\"option-label\">${opt.text}<\/label>\n                `;\n            });\n            questionsHTML += `\n                <div id=\"ms-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        const screenHTML = `\n            <div id=\"question-screen-ms\" class=\"screen active\">\n                <div class=\"diagnosis-header\">\n                    <div class=\"text-white text-[18px] font-bold\">\ud83d\udcb0 \u3042\u306a\u305f\u306f\u3082\u3089\u3048\u308b\uff1f<br>\u4f11\u8077\u30fb\u9000\u8077\u306e\u304a\u91d1 \u7c21\u6613\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc<\/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-ms\" 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-ms\" class=\"h-2 rounded-full transition-all duration-500 progress-bar-gradient\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div id=\"questions-wrapper-ms\">${questionsHTML}<\/div>\n                    <div class=\"flex justify-between mt-8\">\n                        <button id=\"prev-btn-ms\" class=\"nav-button prev-button\">\u623b\u308b<\/button>\n                        <button id=\"next-btn-ms\" class=\"nav-button next-button\">\u6b21\u3078<\/button>\n                        <button id=\"submit-btn-ms\" class=\"nav-button submit-button\" style=\"display: none;\">\u7d50\u679c\u3092\u898b\u308b<\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        `;\n        screenArea.innerHTML = screenHTML;\n        addQuestionListeners();\n        updateView();\n    }\n    function updateView() {\n        const progress = ((currentQuestionIndex + 1) \/ questions.length) * 100;\n        document.getElementById(\"progress-bar-ms\").style.width = `${progress}%`;\n        document.getElementById(\"progress-text-ms\").textContent = `${currentQuestionIndex + 1} \/ ${questions.length}`;\n        document.querySelectorAll(\".question-card\").forEach((el, index) => {\n            el.style.display = index === currentQuestionIndex ? 'block' : 'none';\n        });\n        document.getElementById(\"prev-btn-ms\").style.display = currentQuestionIndex === 0 ? 'none' : 'inline-block';\n        document.getElementById(\"next-btn-ms\").style.display = currentQuestionIndex === questions.length - 1 ? 'none' : 'inline-block';\n        document.getElementById(\"submit-btn-ms\").style.display = currentQuestionIndex === questions.length - 1 ? 'inline-block' : 'none';\n    }\n    function addQuestionListeners(){\n        document.getElementById(\"next-btn-ms\").addEventListener(\"click\", () => {\n            if (!validateAnswer()) {\n                const card = document.getElementById(`ms-q-container-${currentQuestionIndex}`);\n                card.classList.add(\"shake\");\n                setTimeout(() => card.classList.remove(\"shake\"), 500);\n                return;\n            }\n            currentQuestionIndex++;\n            updateView();\n        });\n        document.getElementById(\"prev-btn-ms\").addEventListener(\"click\", () => {\n            currentQuestionIndex--;\n            updateView();\n        });\n        document.getElementById(\"submit-btn-ms\").addEventListener(\"click\", showResult);\n    }\n    function validateAnswer() {\n        const q = questions[currentQuestionIndex];\n        const selected = document.querySelector(`input[name=\"question${currentQuestionIndex}\"]:checked`);\n        if (!selected) return false;\n        userAnswers[q.key] = selected.value;\n        return true;\n    }\n    function showResult() {\n        if (!validateAnswer()) {\n            const card = document.getElementById(`ms-q-container-${currentQuestionIndex}`);\n            card.classList.add(\"shake\");\n            setTimeout(() => card.classList.remove(\"shake\"), 500);\n            return;\n        }\n        let potentialItems = [];\n        if (userAnswers.reason === 'private_sickness' && (userAnswers.unpaid === 'yes' || userAnswers.unpaid === 'partial') && userAnswers.health_insurance_period === 'over_1y') { potentialItems.push('shobyo'); }\n        if (userAnswers.status === 'resign' && userAnswers.employment_insurance_period === 'over_12m' && userAnswers.seeking_work === 'yes') { potentialItems.push('shitsugyo'); }\n        if (userAnswers.reason === 'work_sickness') { potentialItems.push('rosai'); }\n        if (userAnswers.status === 'resign' && userAnswers.severance_pay === 'yes') { potentialItems.push('taishoku'); }\n        let resultItemsHTML = '';\n        let resultTitle = '';\n        if (potentialItems.length > 0) {\n            resultTitle = `\u3042\u306a\u305f\u304c\u53d7\u3051\u53d6\u308c\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u304a\u91d1`;\n            potentialItems.forEach(key => {\n                const item = resultsMaster[key];\n                resultItemsHTML += `\n                    <div class=\"bg-gray-50 p-5 sm:p-6 rounded-xl border-l-4 mb-4\" style=\"border-left-color: var(--color-primary);\">\n                        <p class=\"text-[16px] mb-2 font-bold text-left flex items-center\" style=\"color: var(--color-text-primary);\">${item.title}<\/p>\n                        <p class=\"text-[14px] text-left leading-relaxed\" style=\"color: var(--color-text-secondary);\">${item.description}<\/p>\n                    <\/div>\n                `;\n            });\n        } else {\n            resultTitle = `\u8a3a\u65ad\u7d50\u679c`;\n            resultItemsHTML = `<div class=\"text-center p-6 bg-gray-50 rounded-lg\">\u4eca\u56de\u306e\u56de\u7b54\u5185\u5bb9\u3067\u306f\u3001\u5bfe\u8c61\u3068\u306a\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u5236\u5ea6\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5236\u5ea6\u306b\u306f\u8a73\u7d30\u306a\u6761\u4ef6\u304c\u3042\u308b\u305f\u3081\u3001\u8a73\u3057\u304f\u306f\u516c\u7684\u6a5f\u95a2\u306b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/div>`;\n        }\n        const resultHTML = `\n            <div id=\"result-screen-ms\" class=\"screen active\">\n                <div class=\"diagnosis-header\">\n                    <div class=\"text-white text-[18px] font-bold\">\ud83d\udcca \u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u7d50\u679c<\/div>\n                <\/div>\n                <div class=\"p-6 sm:p-10\">\n                    <div class=\"text-[18px] font-bold mb-6 text-center\">${resultTitle}<\/div>\n                    <div id=\"result-items-ms\">${resultItemsHTML}<\/div>\n                    <div class=\"disclaimer text-[12px] leading-relaxed text-gray-500 mt-8 p-4 bg-gray-100 rounded-lg\">\n                        <b>\u3010\u514d\u8cac\u4e8b\u9805\u3011<\/b><br>\n                        \u3053\u306e\u7d50\u679c\u306f\u3001\u5165\u529b\u3055\u308c\u305f\u60c5\u5831\u306b\u57fa\u3065\u304f\u7c21\u6613\u7684\u306a\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002\u53d7\u7d66\u3092\u4fdd\u8a3c\u3059\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b63\u78ba\u306a\u60c5\u5831\u3084\u7533\u8acb\u624b\u7d9a\u304d\u306b\u3064\u3044\u3066\u306f\u3001\u5fc5\u305a\u30cf\u30ed\u30fc\u30ef\u30fc\u30af\u3001\u5168\u56fd\u5065\u5eb7\u4fdd\u967a\u5354\u4f1a\uff08\u5354\u4f1a\u3051\u3093\u307d\uff09\u3001\u4f1a\u793e\u306e\u62c5\u5f53\u90e8\u7f72\u7b49\u306e\u516c\u7684\u6a5f\u95a2\u306b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\n                    <\/div>\n                    <div class=\"mt-10 pt-8 border-t border-gray-200 text-center\">\n                        <div class=\"mb-6\">\n                           <a href=\"https:\/\/karidome.net\/lp\/hajimari-no-tomarigi\/\" target=\"_blank\" rel=\"noopener\">\n                                <div class=\"border-4 rounded-lg p-2 bg-white inline-block transition-transform transform hover:scale-105\" style=\"border-color: var(--color-logo-border);\">\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                                <\/div>\n                           <\/a>\n                        <\/div>\n                        \n                        <!-- \u25bc\u25bc\u25bc \u3053\u3053\u304b\u3089\u304c\u4fee\u6b63\u7b87\u6240\u3067\u3059 \u25bc\u25bc\u25bc -->\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                        <!-- \u25b2\u25b2\u25b2 \u3053\u3053\u307e\u3067\u304c\u4fee\u6b63\u7b87\u6240\u3067\u3059 \u25b2\u25b2\u25b2 -->\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                    <\/div>\n                    <button id=\"retry-btn-ms\" class=\"mt-6 w-full max-w-sm mx-auto block bg-gray-200 hover:bg-gray-300 text-gray-700 font-semibold py-3 px-6 rounded-full shadow transition-all duration-200 ease-in-out transform hover:scale-105\">\u3082\u3046\u4e00\u5ea6\u8a3a\u65ad\u3059\u308b<\/button>\n                <\/div>\n            <\/div>\n        `;\n        screenArea.innerHTML = resultHTML;\n        document.getElementById(\"retry-btn-ms\").addEventListener('click', initialize);\n    }\n    initialize();\n});\n<\/script>\n\n\n\n\n<div class=\"swell-block-capbox cap_box is-style-small_ttl\"><div class=\"cap_box_ttl\"><span>\u4e3b\u306a\u5236\u5ea6\u306e\u7a2e\u985e<\/span><\/div><div class=\"cap_box_content\">\n<ul class=\"wp-block-list is-style-num_circle -list-under-dashed\">\n<li><strong>\u50b7\u75c5\u624b\u5f53\u91d1<\/strong><\/li>\n\n\n\n<li><strong>\u5931\u696d\u4fdd\u967a\uff08\u57fa\u672c\u624b\u5f53\uff09<\/strong><\/li>\n\n\n\n<li><strong>\u52b4\u707d\u4fdd\u967a<\/strong><\/li>\n\n\n\n<li><strong>\u9000\u8077\u91d1<\/strong><\/li>\n<\/ul>\n<\/div><\/div>\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>\u3044\u3056\u3068\u3044\u3046\u6642\u306e\u305f\u3081\u306b\u3001\u307e\u305a\u306f\u3042\u306a\u305f\u304c\u4f7f\u3048\u308b\u5236\u5ea6\u3092\u628a\u63e1\u3057\u3066\u304a\u304f\u3053\u3068\u304c\u3001\u5fc3\u306e\u4f59\u88d5\u306b\u7e4b\u304c\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p> \u96e3\u3057\u3044\u624b\u7d9a\u304d\u3092\u8abf\u3079\u308b\u524d\u306b\u3001\u3053\u306e\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc\u3067\u300c\u77e5\u308b\u300d\u3053\u3068\u304b\u3089\u59cb\u3081\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u300c\u4f11\u8077\u3057\u305f\u3044\u3051\u3069\u3001\u4f11\u8077\u4e2d\u306e\u8cc7\u91d1\u304c\u4e0d\u5b89\u2026\u300d\u300c\u4f11\u307f\u305f\u3044\u3051\u3069\u3001\u304a\u91d1\u304c\u539f\u56e0\u3067\u7121\u7406\u3057\u3066\u50cd\u3044\u3066\u3044\u308b\u2026\u300d \u4f11\u8077\u3084\u9000\u8077\u3092\u3059\u308b\u969b\u306e\u304a\u91d1\u306b\u95a2\u3059\u308b\u516c\u7684\u5236\u5ea6\u306f\u8907\u96d1\u3067\u3001\u81ea\u5206\u304c\u3069\u306e\u624b\u5f53\u3084\u4fdd\u967a\u306e\u5bfe\u8c61\u306b\u306a\u308b\u306e\u304b\u3092\u8abf\u3079\u308b\u306e\u306f\u5927\u5909\u3067\u3059\u3002 \u300c\u4f11\u8077\u30fb\u9000\u8077\u306e\u304a\u91d1 [&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-7892","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7892","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=7892"}],"version-history":[{"count":10,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7892\/revisions"}],"predecessor-version":[{"id":7984,"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/pages\/7892\/revisions\/7984"}],"wp:attachment":[{"href":"https:\/\/www.shimamura-hosp.com\/kokoro-dock\/wp-json\/wp\/v2\/media?parent=7892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}