{"id":11,"date":"2026-08-28T16:46:51","date_gmt":"2026-08-28T07:46:51","guid":{"rendered":"https:\/\/house-cook.com\/ai-sb\/?page_id=11"},"modified":"2026-08-30T19:22:51","modified_gmt":"2026-08-30T10:22:51","slug":"new-member-sign-up","status":"publish","type":"page","link":"https:\/\/house-cook.com\/ai-sb\/new-member-sign-up\/","title":{"rendered":"\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u304a\u7533\u8fbc\u307f"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_fullwidth_image_0 et_pb_fullwidth_image et-pb-has-background-video et_pb_preload et_pb_module\" title=\"\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal\"><span class=\"et-pb-background-video et-pb-background-video_tablet\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><span class=\"et-pb-background-video\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\">== \u4e16\u754cPOD\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8 ==<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span style=\"color: #00a5d4;\">\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u304a\u7533\u8fbc\u307f<\/span><\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<script type=\"text\/javascript\">\njQuery(document).ready(function($) {\n    \/\/ \ud83c\udf1f 1. \u9001\u4fe1\u30dc\u30bf\u30f3\u306e\u30af\u30ea\u30c3\u30af\u30a4\u30d9\u30f3\u30c8\u3092\u6a2a\u53d6\u308a\n    $(document).on('click', '.et_pb_contact_submit', function(e) {\n        e.preventDefault(); \n        e.stopPropagation(); \n\n        var $form = $(this).closest('form');\n        var $submitButton = $(this);\n\n        \/\/ \u9001\u4fe1\u30dc\u30bf\u30f3\u3092\u7269\u7406\u7684\u306b\u7121\u52b9\u5316\u3057\u3001\u9023\u6253\u3068\u91cd\u8907\u9001\u4fe1\u3092\u5b8c\u5168\u9632\u6b62\uff01\n        $submitButton.prop('disabled', true);\n        var originalButtonText = $submitButton.text();\n        $submitButton.text('\u23f3 \u9001\u4fe1\u4e2d...');\n\n        \/\/ \ud83d\udd0d 2. \u5404\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\u3092\u5b89\u5168\u306b\u5f15\u3063\u3053\u629c\u304f\u30d8\u30eb\u30d1\u30fc\u95a2\u6570\n        var getVal = function(key) {\n            var found = $form.find('input, select, textarea').filter(function() {\n                var dId = $(this).attr('data-id') || '';\n                var doId = $(this).attr('data-original_id') || '';\n                var name = $(this).attr('name') || '';\n                var type = $(this).attr('type') || '';\n                \n                if (dId === key || doId === key) { return true; }\n                if (name.toLowerCase().indexOf(key.toLowerCase()) >= 0) { return true; }\n                if (key === 'email' && type === 'email') { return true; }\n                return false;\n            });\n            \n            var checked = found.filter(':checked');\n            if (checked.length > 0) {\n                return checked.val() || '';\n            }\n            return found.val() || '';\n        };\n\n        \/\/ \ud83c\udf1f 3. \u5e0c\u671bID\uff08desired_id\uff09\u306e\u7cbe\u5bc6\u62bd\u51fa\n        var getDesiredId = function() {\n            var primaryVal = getVal(\"desired_id\");\n            if (primaryVal && primaryVal.trim() !== \"\") {\n                return primaryVal.trim();\n            }\n            var fallbackVal = \"\";\n            $form.find('input').each(function() {\n                var type = $(this).attr('type') || 'text';\n                if (type !== 'text' && type !== '') { return; }\n                var name = $(this).attr('name') || '';\n                var id = $(this).attr('id') || '';\n                var val = $(this).val() || '';\n                var skipPattern = \/last_name|first_name|email|mail|prefecture|gender|age|captcha|wise\/i;\n                if (name.match(skipPattern) || id.match(skipPattern)) { return; }\n                if (val && val.trim() !== \"\") {\n                    fallbackVal = val.trim();\n                    return false;\n                }\n            });\n            return fallbackVal;\n        };\n\n        \/\/ \ud83c\udf1f 4. \u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u7cbe\u5bc6\u62bd\u51fa\n        var getEmail = function() {\n            var primaryVal = getVal(\"email\");\n            if (primaryVal && primaryVal.trim() !== \"\") {\n                return primaryVal.trim();\n            }\n            var fallbackVal = \"\";\n            $form.find('input').each(function() {\n                var v = $(this).val() || '';\n                if (v.indexOf('@') > 0 && v.indexOf('.') > 0) {\n                    fallbackVal = v.trim();\n                    return false;\n                }\n            });\n            return fallbackVal;\n        };\n\n        \/\/ \ud83d\ude80 5. \u9001\u4fe1\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\n        var creatorData = {\n            \"creator_id\": \"NIP-\" + Math.random().toString(36).substring(2, 7).toUpperCase(),\n            \"last_name\": getVal(\"last_name\"),\n            \"first_name\": getVal(\"first_name\"),\n            \"prefecture\": getVal(\"prefecture\"),\n            \"gender\": getVal(\"gender\"),\n            \"age_group\": getVal(\"age\"),\n            \"desired_id\": getDesiredId(),\n            \"email\": getEmail()\n        };\n\n        \/\/ \ud83d\uded1 \u5fc5\u9808\u5165\u529b\u30c1\u30a7\u30c3\u30af\n        if (!creatorData.email || !creatorData.desired_id) {\n            alert('\u300c\u5e0c\u671b\u3059\u308b\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\u300d\u3068\u300c\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u300d\u306f\u5165\u529b\u5fc5\u9808\u3084\u3067\uff01');\n            $submitButton.prop('disabled', false);\n            $submitButton.text(originalButtonText);\n            return false;\n        }\n\n        \/\/ \ud83c\udf10 6. \u30b5\u30f3\u30c9\u30d0\u30c3\u30b0\u5074\u306e Python API\uff08app.py\uff09\u3078\u9001\u4fe1\uff01\n        $.ajax({\n            url: 'https:\/\/house-cook.com\/ai-sb\/api-creators\/new-member',\n            type: 'POST',\n            contentType: 'application\/json',\n            headers: { 'X-API-TOKEN': 'PODagentTKN' },\n            data: JSON.stringify(creatorData),\n            success: function(response) {\n                if (response.status === 'partial_success') {\n                    \/\/ \ud83c\udf1f \u30e1\u30fc\u30eb\u9001\u4fe1\u5931\u6557\u306e\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u753b\u9762\u4e0a\u306b\u76f4\u6483\u3067\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u8868\u793a\u3055\u305b\u308b\uff01\n                    alert('\u3010DB\u767b\u9332\u6210\u529f\u3001\u3057\u304b\u3057\u30e1\u30fc\u30eb\u9001\u4fe1\u5931\u6557\u3011\\n\\n\u25a0\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u306e\u30a8\u30e9\u30fc\u5fdc\u7b54:\\n' + response.debug + '\\n\\n\u203b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u4fdd\u5b58\u306f\u6210\u529f\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u30e1\u30fc\u30eb\u9001\u4fe1\uff08SMTP\u8a8d\u8a3c\u306a\u3069\uff09\u3067\u5f15\u3063\u304b\u304b\u3063\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30aa\u30d3\u30ef\u30f3\u307e\u3067\u304a\u4f1d\u3048\u304f\u3060\u3055\u3044\uff01');\n                    $submitButton.prop('disabled', false);\n                    $submitButton.text(originalButtonText);\n                } else {\n                    \/\/ \u9001\u4fe1\u5b8c\u5168\u5927\u6210\u529f\uff01\u672c\u5bb6\u306e\u5b8c\u4e86\u30da\u30fc\u30b8\u3078\u30ef\u30fc\u30d7\uff01\n                    window.location.href = 'https:\/\/candgcloud.us\/pod-agent\/new-member-sign-up-completed\/';\n                }\n            },\n            error: function(xhr, status, error) {\n                var serverResponse = \"\";\n                try {\n                    var responseJson = JSON.parse(xhr.responseText);\n                    serverResponse = responseJson.message || responseJson.debug || \"\";\n                } catch(e) {\n                    serverResponse = xhr.responseText || error;\n                }\n                alert('\u3010\u901a\u4fe1\u30a8\u30e9\u30fc\uff08\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: ' + xhr.status + '\uff09\u3011\\n\\n\u25a0\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u306e\u30a8\u30e9\u30fc\u5fdc\u7b54:\\n' + serverResponse + '\\n\\n\u203b\u3053\u306e\u30a8\u30e9\u30fc\u306f\u30b5\u30fc\u30d0\u30fc\u5074\uff08Python\/\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u63a5\u7d9a\uff09\u3067\u767a\u751f\u3057\u3066\u3044\u307e\u3059\u3002cPanel\u306eapp.py\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u30ef\u30fc\u30c9\u8a2d\u5b9a\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u540d\u3001\u307e\u305f\u306f\u30c6\u30fc\u30d6\u30eb\u4f5c\u6210\u72b6\u6cc1\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002');\n                $submitButton.prop('disabled', false);\n                $submitButton.text(originalButtonText);\n            }\n        });\n    });\n});\n<\/script>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_contact_form_0 et_pb_contact_form_container clearfix et_pb_module et_flex_module\" data-form_unique_num=\"0\" data-form_unique_id=\"168d8df1-ac47-467c-b362-1b82585f77dd\" id=\"et_pb_contact_form_168d8df1-ac47-467c-b362-1b82585f77dd\"><h1 class=\"et_pb_contact_main_title\">== New Member Sign-up ==<\/h1><div class=\"et-pb-contact-message\"><\/div><div class=\"et_pb_contact\"><form class=\"et_pb_contact_form et_flex_module\" method=\"post\" action=\"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/pages\/11\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u4e16\u754cPOD\u3078\u306e\u51fa\u6483\u306b\u5fc5\u8981\u306a\u767b\u9332\u7121\u6599\u306e Wise\u53e3\u5ea7\uff01<span style=\"color: #00a5d4;\"><\/span><\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_0 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"wise_account_confirmed\" data-type=\"checkbox\"><input type=\"hidden\" name=\"et_pb_contact_0_wise_account_confirmed_0\" class=\"et_pb_checkbox_handle\" data-required_mark=\"not_required\" data-field_type=\"checkbox\" data-original_id=\"wise_account_confirmed\" \/><span class=\"et_pb_contact_field_options_wrapper et_pb_field_module_checkbox\"><span class=\"et_pb_contact_field_options_title\"><\/span><span class=\"et_pb_contact_field_options_list\"><span class=\"et_pb_contact_field_checkbox\"><input type=\"checkbox\" id=\"et_pb_contact_0_wise_account_confirmed_0_0\" class=\"input\" value=\"\ud83d\udc48 \u3054\u81ea\u8eab\u306eWise\u53e3\u5ea7\u304c\u3042\u308b\u5834\u5408\u306f\u30c1\u30a7\u30c3\u30af\uff01\" data-required_mark=\"not_required\" data-field_type=\"checkbox\" data-original_id=\"wise_account_confirmed\" \/><label for=\"et_pb_contact_0_wise_account_confirmed_0_0\"><i><\/i>\ud83d\udc48 \u3054\u81ea\u8eab\u306eWise\u53e3\u5ea7\u304c\u3042\u308b\u5834\u5408\u306f\u30c1\u30a7\u30c3\u30af\uff01<\/label><\/span><\/span><\/span>\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span style=\"text-decoration: underline; color: #993366;\"><a href=\"https:\/\/candgcloud.us\/pod-agent\/jemi\/#wise-account\" target=\"_blank\" rel=\"noopener\" style=\"color: #993366; text-decoration: underline;\">\u300c\u4eca\u304b\u3089Wise\u53e3\u5ea7\u3092\u958b\u8a2d\u3055\u308c\u308b\u5834\u5408\u300d<\/a><\/span><\/p>\n<p>\u203b\u91cd\u8981\u203b \u30de\u30a4\u30da\u30fc\u30b8\u3067Wise\u53e3\u5ea7\u3092\u3054\u767b\u9332\u5f8c\u306b \u201d\u3054\u51fa\u54c1\u958b\u59cb\u201d \u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- ==========================================\n  1. \u9001\u4fe1\u7528\u30cf\u30a4\u30b8\u30e3\u30c3\u30af\u30d7\u30ed\u30b0\u30e9\u30e0\uff08JavaScript\uff09\n=========================================== -->\n<script>\njQuery(document).ready(function($) {\n    $(document).on('submit', '.et_pb_contact_form form', function(e) {\n        e.preventDefault();\n        e.stopImmediatePropagation();\n\n        var $form = $(this);\n        var $submitButton = $form.find('button[type=\"submit\"]');\n\n        $submitButton.prop('disabled', true).text('\u9001\u4fe1\u4e2d...');\n\n        \/\/ \u5165\u529b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u5404\u5c5e\u6027\u30c7\u30fc\u30bf\u3092\u6b63\u78ba\u306b\u53d6\u5f97\n        var formData = {\n            name: $form.find('[data-id=\"name\"] input').val() || $form.find('[data-id=\"name\"]').val(),\n            email: $form.find('[data-id=\"email\"] input').val() || $form.find('[data-id=\"email\"]').val(),\n            shop_name: $form.find('[data-id=\"creator_name\"] input').val() || $form.find('[data-id=\"creator_name\"]').val(),\n            prefecture: $form.find('[data-id=\"prefecture\"] select').val() || '\u672a\u8a2d\u5b9a',\n            age_group: $form.find('[data-id=\"age_group\"] select').val() || $form.find('[data-id=\"age_group\"] input:checked').val() || '\u672a\u8a2d\u5b9a',\n            gender: $form.find('[data-id=\"gender\"] select').val() || $form.find('[data-id=\"gender\"] input:checked').val() || '\u56de\u7b54\u3057\u306a\u3044'\n        };\n\n        \/\/ cPanel\u4e0a\u306ePython API\u3078\u30c7\u30fc\u30bf\u3092\u9001\u4fe1\n        $.ajax({\n            url: 'https:\/\/candgcloud.us\/api-creator\/register',\n            type: 'POST',\n            contentType: 'application\/json',\n            headers: {\n                'Authorization': 'Bearer PODagentTKN'\n            },\n            data: JSON.stringify(formData),\n            success: function(response) {\n                if (response.status === 'success') {\n                    \/\/ \u9001\u4fe1\u6210\u529f\u6642\u306e\u5b8c\u4e86\u30e1\u30c3\u30bb\u30fc\u30b8\u8868\u793a\n                    $form.html('<div style=\"padding: 20px; background-color: #f9f9f9; border-left: 4px solid #ff0055; border-radius: 4px;\"><h3 style=\"color: #008080; margin-bottom: 10px;\">\u51fa\u6483\u30b3\u30de\u30f3\u30c9\u3001\u78ba\u304b\u306b\u53d7\u4fe1\u3057\u305f\u3067\uff01\ud83d\ude80<\/h3><p>\u4e16\u754c\u6700\u5927\u306ePOD\u5e02\u5834\u3078\u306e\u4e00\u756a\u4e57\u308a\u306e\u5207\u7b26\u3001\u30b2\u30c3\u30c8\u304a\u3081\u3067\u3068\u3046\uff01<\/p><p>\u767b\u9332\u3055\u308c\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u5b9b\u3066\u306b\u300c\u672c\u767b\u9332\u5b8c\u4e86\u30e1\u30fc\u30eb\u300d\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u2728<\/p><\/div>');\n                } else {\n                    alert('\u9001\u4fe1\u30a8\u30e9\u30fc\uff1a' + response.message);\n                    $submitButton.prop('disabled', false).text('\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u306b\u7533\u8fbc\u3080\uff08\u4e16\u754c\u3078\u51fa\u6483\uff09');\n                }\n            },\n            error: function(xhr, status, error) {\n                console.error('\u901a\u4fe1\u30a8\u30e9\u30fc\uff1a', error);\n                alert('API\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002cPanel\u306ePython App\u306e\u518d\u8d77\u52d5\u72b6\u614b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002');\n                $submitButton.prop('disabled', false).text('\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u306b\u7533\u8fbc\u3080\uff08\u4e16\u754c\u3078\u51fa\u6483\uff09');\n            }\n        });\n\n        return false;\n    });\n});\n<\/script>\n\n<!-- ==========================================\n  2. \u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9150%\u62e1\u5927 \uff06 \u53f3\u5074\u306e\u30b0\u30ec\u30fc\u25a0\u524a\u9664\uff08CSS\u30b9\u30bf\u30a4\u30eb\uff09\n=========================================== -->\n<style>\n\/* \u5143\u306e\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\uff08\u53f3\u5074\u306e\u30b0\u30ec\u30fc\u25a0\uff09\u3092\u5b8c\u5168\u306b\u975e\u8868\u793a\u306b\u3057\u3066\u524a\u9664 *\/\n.et_pb_contact_field_checkbox input {\n    position: absolute !important;\n    opacity: 0 !important;\n    width: 0 !important;\n    height: 0 !important;\n    overflow: hidden !important;\n    pointer-events: none !important;\n}\n\n\/* \u65b0\u3057\u3044\u30c1\u30a7\u30c3\u30af\u7a93\uff08\u25a1\uff09\u309224px\uff08\u6a19\u6e96\u6bd4150%\uff09\u306b\u62e1\u5927\u3057\u3001\u6975\u592a\u9ed2\u67a0\u30fb\u767d\u80cc\u666f\u3067\u5f37\u5236\u8868\u793a *\/\n.et_pb_contact_field_checkbox label::before, \n.et_pb_contact_checkbox_label::before {\n    content: \"\" !important;\n    display: inline-block !important;\n    width: 24px !important;\n    height: 24px !important;\n    border: 3px solid #000000 !important;\n    background: #FFFFFF !important;\n    vertical-align: middle !important;\n    margin-right: 10px !important;\n    box-sizing: border-box !important;\n    border-radius: 4px !important;\n}\n\n\/* \u30c1\u30a7\u30c3\u30af\u304c\u5165\u3063\u305f\u6642\u306b\u9ed2\u3044\u300c\u2713\u300d\u3092\u4e2d\u592e\u306b\u7dba\u9e97\u306b\u8868\u793a *\/\n.et_pb_contact_field_checkbox input:checked + label::before, \n.et_pb_contact_field_checkbox input:checked + .et_pb_contact_checkbox_label::before {\n    content: \"\u2713\" !important;\n    color: #000000 !important;\n    font-size: 18px !important;\n    font-weight: bold !important;\n    line-height: 1 !important;\n    text-align: center !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n}\n<\/style><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff01 \uff08\u4e16\u754cPOD\u3067\u306e\u3054\u51fa\u54c1\u8005\u540d\uff09<\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_1 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"creator_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_creator_name_1\">\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff08\u82f1\u6570\u5b57\uff09<\/label><input type=\"text\" name=\"et_pb_contact_0_creator_name_1\" id=\"et_pb_contact_0_creator_name_1\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"creator_name\" placeholder=\"\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff08\u82f1\u6570\u5b57\uff09\" pattern=\"[\\w\\s\\-]{4,15}\" title=\"\u82f1\u6570\u5b57\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u6700\u5c0f\u6587\u5b57\u6570: 4 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 15 \u6587\u5b57\u3002\" maxlength=\"15\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_row_3 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u6700\u5c0f\u300c4\u6587\u5b57\u300d \u301c \u6700\u5927\u300c15\u6587\u5b57\u300d\u3001\u534a\u89d2\u82f1\u5c0f\u6587\u5b57\uff08a-z\uff09\u3001\u6570\u5b57\uff080-9\uff09\u3001\u8a18\u53f7\u30c0\u30c3\u30b7\u30e5\uff08-\uff09<br \/><span style=\"color: #ff0000;\">\uff08\u30b9\u30da\u30fc\u30b9\u3001\u65e5\u672c\u8a9e\u3001\u5927\u6587\u5b57\u306f\u4e0d\u53ef\uff09<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u304a\u7533\u8fbc\u8005\u306e\u60c5\u5831\uff01\u3000\u3000\u3000\u3000\u3000\u3000 \u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000<\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_2 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"last_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_last_name_2\">\u6c0f<\/label><input type=\"text\" name=\"et_pb_contact_0_last_name_2\" id=\"et_pb_contact_0_last_name_2\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"last_name\" placeholder=\"\u6c0f\" pattern=\".{1,10}\" title=\"\u6700\u5c0f\u6587\u5b57\u6570: 1 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 10 \u6587\u5b57\u3002\" maxlength=\"10\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_3 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"first_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_first_name_3\">\u540d<\/label><input type=\"text\" name=\"et_pb_contact_0_first_name_3\" id=\"et_pb_contact_0_first_name_3\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"first_name\" placeholder=\"\u540d\" pattern=\".{1,10}\" title=\"\u6700\u5c0f\u6587\u5b57\u6570: 1 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 10 \u6587\u5b57\u3002\" maxlength=\"10\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_4 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"email\" data-type=\"email\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_email_4\">\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<\/label><input type=\"text\" name=\"et_pb_contact_0_email_4\" id=\"et_pb_contact_0_email_4\" class=\"input\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\" title=\"\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_5 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"prefecture\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_prefecture_5\">\u90fd\u9053\u5e9c\u770c\uff08\u4e00\u756a\u4e57\u308a\u8a8d\u5b9a\u7528\uff01\uff09<\/label><select name=\"et_pb_contact_0_prefecture_5\" id=\"et_pb_contact_0_prefecture_5\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"prefecture\"><option value=\"\">\u90fd\u9053\u5e9c\u770c\uff08\u4e00\u756a\u4e57\u308a\u8a8d\u5b9a\u7528\uff01\uff09<\/option><option value=\"\uff1d\u6d77\u5916\uff1d\" data-id=\"\">\uff1d\u6d77\u5916\uff1d<\/option><option value=\"\u5317\u6d77\u9053\" data-id=\"\">\u5317\u6d77\u9053<\/option><option value=\"\u9752\u68ee\u770c\" data-id=\"\">\u9752\u68ee\u770c<\/option><option value=\"\u5ca9\u624b\u770c\" data-id=\"\">\u5ca9\u624b\u770c<\/option><option value=\"\u5bae\u57ce\u770c\" data-id=\"\">\u5bae\u57ce\u770c<\/option><option value=\"\u79cb\u7530\u770c\" data-id=\"\">\u79cb\u7530\u770c<\/option><option value=\"\u5c71\u5f62\u770c\" data-id=\"\">\u5c71\u5f62\u770c<\/option><option value=\"\u798f\u5cf6\u770c\" data-id=\"\">\u798f\u5cf6\u770c<\/option><option value=\"\u8328\u57ce\u770c\" data-id=\"\">\u8328\u57ce\u770c<\/option><option value=\"\u6803\u6728\u770c\" data-id=\"\">\u6803\u6728\u770c<\/option><option value=\"\u7fa4\u99ac\u770c\" data-id=\"\">\u7fa4\u99ac\u770c<\/option><option value=\"\u57fc\u7389\u770c\" data-id=\"\">\u57fc\u7389\u770c<\/option><option value=\"\u5343\u8449\u770c\" data-id=\"\">\u5343\u8449\u770c<\/option><option value=\"\u6771\u4eac\u90fd\" data-id=\"\">\u6771\u4eac\u90fd<\/option><option value=\"\u795e\u5948\u5ddd\u770c\" data-id=\"\">\u795e\u5948\u5ddd\u770c<\/option><option value=\"\u65b0\u6f5f\u770c\" data-id=\"\">\u65b0\u6f5f\u770c<\/option><option value=\"\u5bcc\u5c71\u770c\" data-id=\"\">\u5bcc\u5c71\u770c<\/option><option value=\"\u77f3\u5ddd\u770c\" data-id=\"\">\u77f3\u5ddd\u770c<\/option><option value=\"\u798f\u4e95\u770c\" data-id=\"\">\u798f\u4e95\u770c<\/option><option value=\"\u5c71\u68a8\u770c\" data-id=\"\">\u5c71\u68a8\u770c<\/option><option value=\"\u9577\u91ce\u770c\" data-id=\"\">\u9577\u91ce\u770c<\/option><option value=\"\u5c90\u961c\u770c\" data-id=\"\">\u5c90\u961c\u770c<\/option><option value=\"\u9759\u5ca1\u770c\" data-id=\"\">\u9759\u5ca1\u770c<\/option><option value=\"\u611b\u77e5\u770c\" data-id=\"\">\u611b\u77e5\u770c<\/option><option value=\"\u4e09\u91cd\u770c\" data-id=\"\">\u4e09\u91cd\u770c<\/option><option value=\"\u6ecb\u8cc0\u770c\" data-id=\"\">\u6ecb\u8cc0\u770c<\/option><option value=\"\u4eac\u90fd\u5e9c\" data-id=\"\">\u4eac\u90fd\u5e9c<\/option><option value=\"\u5927\u962a\u5e9c\" data-id=\"\">\u5927\u962a\u5e9c<\/option><option value=\"\u5175\u5eab\u770c\" data-id=\"\">\u5175\u5eab\u770c<\/option><option value=\"\u5948\u826f\u770c\" data-id=\"\">\u5948\u826f\u770c<\/option><option value=\"\u548c\u6b4c\u5c71\u770c\" data-id=\"\">\u548c\u6b4c\u5c71\u770c<\/option><option value=\"\u9ce5\u53d6\u770c\" data-id=\"\">\u9ce5\u53d6\u770c<\/option><option value=\"\u5cf6\u6839\u770c\" data-id=\"\">\u5cf6\u6839\u770c<\/option><option value=\"\u5ca1\u5c71\u770c\" data-id=\"\">\u5ca1\u5c71\u770c<\/option><option value=\"\u5e83\u5cf6\u770c\" data-id=\"\">\u5e83\u5cf6\u770c<\/option><option value=\"\u5c71\u53e3\u770c\" data-id=\"\">\u5c71\u53e3\u770c<\/option><option value=\"\u5fb3\u5cf6\u770c\" data-id=\"\">\u5fb3\u5cf6\u770c<\/option><option value=\"\u9999\u5ddd\u770c\" data-id=\"\">\u9999\u5ddd\u770c<\/option><option value=\"\u611b\u5a9b\u770c\" data-id=\"\">\u611b\u5a9b\u770c<\/option><option value=\"\u9ad8\u77e5\u770c\" data-id=\"\">\u9ad8\u77e5\u770c<\/option><option value=\"\u798f\u5ca1\u770c\" data-id=\"\">\u798f\u5ca1\u770c<\/option><option value=\"\u4f50\u8cc0\u770c\" data-id=\"\">\u4f50\u8cc0\u770c<\/option><option value=\"\u9577\u5d0e\u770c\" data-id=\"\">\u9577\u5d0e\u770c<\/option><option value=\"\u718a\u672c\u770c\" data-id=\"\">\u718a\u672c\u770c<\/option><option value=\"\u5927\u5206\u770c\" data-id=\"\">\u5927\u5206\u770c<\/option><option value=\"\u5bae\u5d0e\u770c\" data-id=\"\">\u5bae\u5d0e\u770c<\/option><option value=\"\u9e7f\u5150\u5cf6\u770c\" data-id=\"\">\u9e7f\u5150\u5cf6\u770c<\/option><option value=\"\u6c96\u7e04\" data-id=\"\">\u6c96\u7e04<\/option><\/select><\/div>\n\n<div class=\"et_pb_contact_field_6 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"gender\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_gender_6\">\u6027\u5225<\/label><select name=\"et_pb_contact_0_gender_6\" id=\"et_pb_contact_0_gender_6\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"gender\"><option value=\"\">\u6027\u5225<\/option><option value=\"\u5973\u6027\" data-id=\"\">\u5973\u6027<\/option><option value=\"\u7537\u6027\" data-id=\"\">\u7537\u6027<\/option><option value=\"\u56de\u7b54\u3057\u306a\u3044\" data-id=\"\">\u56de\u7b54\u3057\u306a\u3044<\/option><\/select><\/div>\n\n<div class=\"et_pb_contact_field_7 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"age_group\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_age_group_7\">\u5e74\u9f62<\/label><select name=\"et_pb_contact_0_age_group_7\" id=\"et_pb_contact_0_age_group_7\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"age_group\"><option value=\"\">\u5e74\u9f62<\/option><option value=\"10\u4ee3\" data-id=\"\">10\u4ee3<\/option><option value=\"20\u4ee3\" data-id=\"\">20\u4ee3<\/option><option value=\"30\u4ee3\" data-id=\"\">30\u4ee3<\/option><option value=\"40\u4ee3\" data-id=\"\">40\u4ee3<\/option><option value=\"50\u4ee3\" data-id=\"\">50\u4ee3<\/option><option value=\"60\u4ee3\u4ee5\u4e0a\" data-id=\"\">60\u4ee3\u4ee5\u4e0a<\/option><\/select><\/div>\n<input type=\"hidden\" name=\"et_pb_contactform_submit_168d8df1-ac47-467c-b362-1b82585f77dd\" value=\"et_contact_proccess\" \/><div class=\"et_contact_bottom_container\"><div class=\"et_pb_contact_right et_pb_contact_field\"><p class=\"clearfix\"><label><span class=\"et_pb_contact_captcha_question\">11 + 12<\/span> = <input type=\"text\" size=\"2\" class=\"input et_pb_contact_captcha\" data-first_digit=\"11\" data-second_digit=\"12\" data-required_mark=\"required\" name=\"et_pb_contact_captcha_168d8df1-ac47-467c-b362-1b82585f77dd\" autocomplete=\"off\" \/><\/label><\/p><\/div><div class=\"et_pb_button_wrapper\"><button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_button et_pb_contact_submit\" data-icon=\"\ue03c\"> \uff1c\u9001\u4fe1\u30dc\u30bf\u30f3\uff1e\u3000\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u306b\u7533\u8fbc\u3080\uff08\u4e16\u754c\u3078\u51fa\u6483\uff09<\/button><\/div><\/div><input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-168d8df1-ac47-467c-b362-1b82585f77dd\" name=\"_wpnonce-et-pb-contact-form-submitted-168d8df1-ac47-467c-b362-1b82585f77dd\" value=\"b749d5e91b\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ai-sb\/wp-json\/wp\/v2\/pages\/11\" \/><\/form><\/div><\/div>\n\n<div class=\"et_pb_fullwidth_image_1 et_pb_fullwidth_image et-pb-has-background-video et_pb_preload et_pb_module\" title=\"\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal\"><span class=\"et-pb-background-video et-pb-background-video_tablet\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><span class=\"et-pb-background-video\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>","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":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":8,"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":758,"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/pages\/11\/revisions\/758"}],"wp:attachment":[{"href":"https:\/\/house-cook.com\/ai-sb\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}