{"id":897,"date":"2026-07-31T15:16:03","date_gmt":"2026-07-31T06:16:03","guid":{"rendered":"https:\/\/joho-joho.info\/?page_id=897"},"modified":"2026-07-31T15:16:03","modified_gmt":"2026-07-31T06:16:03","slug":"897-2","status":"publish","type":"page","link":"https:\/\/joho-joho.info\/?page_id=897","title":{"rendered":""},"content":{"rendered":"<div class=\"box_style box_style_green\">\n<div class=\"box_inner\">\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1.jpg\" alt=\"\" width=\"1729\" height=\"910\" class=\"aligncenter size-full wp-image-892\" srcset=\"https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1.jpg 1729w, https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1-300x158.jpg 300w, https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1-1024x539.jpg 1024w, https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1-768x404.jpg 768w, https:\/\/joho-joho.info\/wp-content\/uploads\/2026\/07\/\u30d8\u30c3\u30c0\u30fc\u753b\u50cf1-1536x808.jpg 1536w\" sizes=\"auto, (max-width: 1729px) 100vw, 1729px\" \/><\/p>\n<div class=\"wpn-form-wrap\">\n    <h3 class=\"wpn-form-title\">\u307f\u3064\u304a\u306e\u30e1\u30eb\u30de\u30ac\u767b\u9332\u30d5\u30a9\u30fc\u30e0<\/h3>\n    <div class=\"wpn-form-message\" style=\"display:none;\"><\/div>\n        <div class=\"wpn-field\">\n        <label>\u304a\u540d\u524d\uff08\u30cf\u30f3\u30c9\u30eb\u30cd\u30fc\u30e0\u53ef\uff09 <span class=\"wpn-required\">*<\/span><\/label>\n        <input type=\"text\" class=\"wpn-input-name\"\n               placeholder=\"\u5c71\u7530 \u592a\u90ce\"\n               autocomplete=\"name\"\n               required>\n                <p class=\"description\" style=\"margin-top:4px;color:#666;font-size:.9em;\">\u304a\u540d\u524d\u306f\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3067\u3082OK\u3067\u3059\u3002<\/p>\n            <\/div>\n        <div class=\"wpn-field\">\n        <label>\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 <span class=\"wpn-required\">*<\/span><\/label>\n        <input type=\"email\" class=\"wpn-input-email\" placeholder=\"example@email.com\" required autocomplete=\"email\">\n    <\/div>\n        <button class=\"wpn-submit-btn\"\n            data-nonce=\"b0c936fde5\"\n            data-scenario=\"15\"\n            data-name-field=\"required\"\n            data-form-id=\"6\"\n            data-form-slug=\"atlasnote\"\n            data-source-url=\"https:\/\/joho-joho.info\/index.php?rest_route=wpv2pages897\"\n            data-redirect-enabled=\"1\"\n            data-redirect-url=\"https:\/\/joho-joho.info\/?page_id=890\">\n        \u767b\u9332\u3057\u3066\u30d7\u30ec\u30bc\u30f3\u30c8\u3092\u53d7\u3051\u53d6\u308b    <\/button>\n<\/div>\n<script>\n(function(){\n    var wrap = document.currentScript.previousElementSibling;\n    wrap.querySelector('.wpn-submit-btn').addEventListener('click', function(){\n        var btn      = this;\n        var email    = wrap.querySelector('.wpn-input-email').value.trim();\n        var nameEl   = wrap.querySelector('.wpn-input-name');\n        var name     = nameEl ? nameEl.value.trim() : '';\n        var msg      = wrap.querySelector('.wpn-form-message');\n        var nameReq  = btn.dataset.nameField === 'required';\n        if ( ! email ) {\n            msg.style.display = 'block';\n            msg.className = 'wpn-form-message wpn-error';\n            msg.textContent = '\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002';\n            return;\n        }\n        if ( nameReq && ! name ) {\n            msg.style.display = 'block';\n            msg.className = 'wpn-form-message wpn-error';\n            msg.textContent = '\u304a\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002';\n            return;\n        }\n        btn.disabled = true;\n        btn.textContent = '\u9001\u4fe1\u4e2d...';\n        fetch( 'https:\/\/joho-joho.info\/wp-admin\/admin-ajax.php', {\n            method: 'POST',\n            headers: { 'Content-Type': 'application\/x-www-form-urlencoded' },\n            body: 'action=wpn_subscribe'\n                + '&nonce='      + encodeURIComponent( btn.dataset.nonce )\n                + '&email='      + encodeURIComponent( email )\n                + '&name='       + encodeURIComponent( name )\n                + '&scenario='   + encodeURIComponent( btn.dataset.scenario )\n                + '&form_id='    + encodeURIComponent( btn.dataset.formId )\n                + '&form_slug='  + encodeURIComponent( btn.dataset.formSlug )\n                + '&source_url=' + encodeURIComponent( btn.dataset.sourceUrl )\n        })\n        .then( r => r.json() )\n        .then( function(data) {\n            msg.style.display = 'block';\n            msg.className = 'wpn-form-message ' + ( data.success ? 'wpn-success' : 'wpn-error' );\n            msg.textContent = data.message;\n            if ( data.success ) {\n                wrap.querySelector('.wpn-input-email').value = '';\n                if ( nameEl ) nameEl.value = '';\n                var rdEnabled = btn.dataset.redirectEnabled === '1';\n                var rdUrl     = btn.dataset.redirectUrl || '';\n                if ( rdEnabled && rdUrl ) {\n                    btn.textContent = '\u79fb\u52d5\u4e2d...';\n                    btn._redirecting = true;\n                    setTimeout( function() {\n                        window.location.href = rdUrl;\n                    }, 800 );\n                }\n            }\n        })\n        .finally( function() {\n            if ( btn._redirecting ) { return; }\n            btn.disabled = false;\n            btn.textContent = '\u767b\u9332\u3057\u3066\u30d7\u30ec\u30bc\u30f3\u30c8\u3092\u53d7\u3051\u53d6\u308b';\n        });\n    });\n})();\n<\/script>\n        \n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"tags":[],"class_list":["post-897","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/pages\/897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/joho-joho.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=897"}],"version-history":[{"count":1,"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/pages\/897\/revisions"}],"predecessor-version":[{"id":898,"href":"https:\/\/joho-joho.info\/index.php?rest_route=\/wp\/v2\/pages\/897\/revisions\/898"}],"wp:attachment":[{"href":"https:\/\/joho-joho.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=897"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/joho-joho.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}