{"id":4742,"date":"2025-03-14T14:18:43","date_gmt":"2025-03-14T14:18:43","guid":{"rendered":"https:\/\/job.leximco.jp\/?page_id=4742"},"modified":"2025-03-30T00:10:56","modified_gmt":"2025-03-29T17:10:56","slug":"consultation-information","status":"publish","type":"page","link":"https:\/\/job.leximco.jp\/en\/consultation-information\/","title":{"rendered":"Consultation"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4742\" class=\"elementor elementor-4742\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f189d60 e-flex e-con-boxed e-con e-parent\" data-id=\"f189d60\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dc3817f e-con-full e-flex e-con e-child\" data-id=\"dc3817f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-975109a elementor-widget elementor-widget-heading\" data-id=\"975109a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Consultant information\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9058a24 elementor-widget__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"9058a24\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Consultant form<\/title>\n    <style>\n        h1 {\n            margin: 5px 0;\n            font-weight: bold;\n        }\n\n        p {\n            margin: 5px 0;\n            font-weight: bold;\n        }\n\n        .form-row {\n            width: 70%;\n            display: flex;\n            gap: 20px;\n            margin-bottom: 15px;\n        }\n\n        .form-left {\n            width: 100%;\n        }\n\n        .form-name {\n            width: 50%;\n        }\n\n        .full-width {\n            display: flex;\n\n            width: 100%;\n            margin-top: 15px;\n        }\n\n\n        .form-group {\n    \n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n            align-items: flex-start;\n            \/* Align content to the left *\/\n\n        }\n\n        .form-group p {\n            min-width: 160px;\n            margin: 0;\n        }\n\n        .form-label {\n            min-width: 140px;\n            \/* Adjust width to keep label in place *\/\n            white-space: nowrap;\n            \/* Prevent label from wrapping *\/\n            font-weight: bold;\n        }\n\n        .form-name {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n            \/* Space between last name and first name *\/\n            flex: 1;\n            \/* Allow inputs to take up remaining space *\/\n            \/* Ensure fields stay in one row *\/\n        }\n\n        .name-field {\n            display: flex;\n            align-items: center;\n            \/* Keep label and input inline *\/\n            gap: 5px;\n            \/* Reduce space between label and input *\/\n            flex: 1;\n            \/* Ensures both fields take equal width *\/\n            white-space: nowrap;\n            \/* Prevents text wrapping *\/\n        }\n\n        .name-field label {\n            font-weight: bold;\n            white-space: nowrap;\n            \/* Prevent \"\u59d3\" and \"\u540d\" from wrapping *\/\n        }\n\n\n        input,\n        select,\n        textarea {\n            width: 100%;\n            padding: 10px;\n            background-color: #F6F6F6;\n            border: 1px solid #BEBEBE !important;\n            border-radius: 5px;\n            font-size: 14px;\n        }\n\n        .radio-group {\n            display: flex;\n            gap: 20px;\n            \/* Adjust spacing between options *\/\n        }\n\n        .radio-group label {\n            display: flex;\n            align-items: center;\n            \/* Ensure radio and text align properly *\/\n            gap: 5px;\n            \/* Reduce spacing between radio and text *\/\n            white-space: nowrap;\n            \/* Prevent wrapping *\/\n        }\n\n        .radio-group input {\n            margin: 0;\n            \/* Remove unnecessary margin *\/\n            width: 16px;\n            \/* Standard radio button size *\/\n            height: 16px;\n        }\n\n        \/* Custom Date Picker Styling *\/\n        input[type=\"date\"] {\n            background-color: #F6F6F6 !important;\n            background-image:\n                linear-gradient(to bottom, #5B5B5B 0%, #5B5B5B 100%),\n                \/* Vertical Line *\/\n                url('https:\/\/cdn-icons-png.flaticon.com\/512\/747\/747310.png');\n            \/* Dropdown Arrow *\/\n            ;\n\n            background-repeat: no-repeat;\n\n            \/* Position the vertical line *\/\n            background-size: 1px 100%, 14px;\n            \/* Line width and height, Arrow size *\/\n            background-position: right 35px center, right 10px center;\n            \/* Line position, Arrow position *\/\n            appearance: none;\n            -webkit-appearance: none;\n            -moz-appearance: none;\n        }\n\n        \/* Custom Select Dropdown *\/\n        select {\n\n            cursor: pointer;\n\n            appearance: none;\n\n            color: #AEAEAE;\n\n            \/* Custom dropdown arrow + vertical line *\/\n            background-image:\n                linear-gradient(to bottom, #5B5B5B 0%, #5B5B5B 100%),\n                \/* Vertical Line *\/\n                url('https:\/\/cdn-icons-png.flaticon.com\/512\/25\/25623.png');\n            \/* Dropdown Arrow *\/\n            ;\n\n            background-repeat: no-repeat;\n\n            \/* Position the vertical line *\/\n            background-size: 1px 100%, 14px;\n            \/* Line width and height, Arrow size *\/\n            background-position: right 35px center, right 10px center;\n            \/* Line position, Arrow position *\/\n        }\n\n        \/* Privacy Policy Box *\/\n        .policy-box {\n            margin-left: 20px !important;\n            border: 1px solid #ccc;\n            padding: 10px;\n            border-radius: 5px;\n            font-size: 14px;\n            line-height: 1.5;\n            max-height: 200px;\n            overflow-y: auto;\n        }\n\n        .policy-box p {\n\n            font-weight: normal;\n            margin-bottom: 5px;\n        }\n\n        \/* Fix Phone Number Text Spacing *\/\n        .phone-info {\n            font-size: 12px;\n            color: #666;\n            margin-top: 5px;\n        }\n\n        \/* Improve Radio Button Spacing *\/\n        .radio-group input {\n            margin-right: 5px;\n        }\n\n        \/* Submit Button Styling *\/\n        .submit-btn {                \n            margin-top: 20px;\n        }\n\n        .submit-btn input {\n            background-color: #a03030;\n            color: white;\n            border: none;\n            padding: 12px 20px;\n            font-size: 16px;\n            cursor: pointer;\n            border-radius: 5px;\n        }\n\n        .submit-btn input:hover {\n            background-color: #8a2929;\n        }\n\n\n        @media (max-width: 768px) {\n            .form-row {\n                width: 100%;\n\n                flex-direction: column;\n            }\n\n            .form-group {\n\n                flex-direction: column;\n\n            }\n\n            .form-group p {\n                margin-left: 0px !important;\n\n            }\n\n            .full-width p {\n                margin-left: 0px !important;\n\n            }\n\n            .form-left,\n            .form-right {\n                width: 100%;\n            }\n\n\n            .radio-group {\n                margin-top: 15px;\n            }\n\n            .form-name {\n\n                flex-direction: column;\n                gap: 10px;\n                width: 100%;\n            }\n\n\n            .full-width {\n\n                flex-direction: column;\n            }\n\n            .policy-box {\n                margin-left: 0 !important;\n            }\n            .submit-btn input {\n            width: 100%;\n            padding: 10px;\n        }\n        }\n\n        @media (max-width: 480px) {\n            .form-group p {\n                min-width: 80px;\n            }\n\n            .form-label {\n                min-width: 100px;\n            }\n\n            .submit-btn input {\n                width: 100%;\n                padding: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <div class=\"form-container\">\n        <form id=\"consultant-form\" method=\"GET\" action=\"\">\n            <div class=\"form-row\">\n                <p class=\"form-label\">Full name *<\/p>\n                <div class=\"form-name\">\n                    <div class=\"name-field\">\n                        <input type=\"text\" id=\"last-name\" name=\"last-name\" placeholder=\"Family name\" required>\n                    <\/div>\n                    <div class=\"name-field\">\n                        <input type=\"text\" id=\"first-name\" name=\"first-name\" placeholder=\"Name\" required>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"form-row\">\n                <div class=\"form-left\">\n                    <div class=\"form-group\">\n                        <p>Phone Number<\/p>\n                        <input type=\"text\" name=\"phone-number\">\n                    <\/div>\n                    <div class=\"form-group\">\n                        <p> Email *<\/p>\n                        <input type=\"email\" id=\"email\" name=\"email\" required>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"full-width\">\n                <p style=\"font-weight: 400;\">\n               Fill in your details and start the conversation<\/p>\n            <\/div>\n    <label style=\"display: flex; align-items: center;\">\n        <input type=\"checkbox\" id=\"privacy-policy\" style=\"width: auto; margin-right: 10px;\">\n        <a href=\"https:\/\/job.leximco.jp\/wp-content\/uploads\/2025\/03\/%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1%E4%BF%9D%E8%AD%B7%E6%96%B9%E9%87%9D2025_03.pdf\" \n           target=\"_blank\" \n           style=\"text-decoration: underline; color: blue;\" \n           rel=\"noopener noreferrer\">\n            I agree to the Privacy policy\n\n        <\/a>\n    <\/label>      \n            <div class=\"submit-btn\">\n            <input type=\"submit\" value=\"Submit\" id=\"submit-btn\" disabled>\n\n            <\/div>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n    <\/div>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    const form = document.getElementById(\"consultant-form\");\n    const checkbox = document.getElementById(\"privacy-policy\");\n    const submitBtn = document.getElementById(\"submit-btn\");\n\n    \/\/ Disable button until checkbox is checked\n    checkbox.addEventListener(\"change\", function () {\n        submitBtn.disabled = !checkbox.checked;\n    });\n\n    form.addEventListener(\"submit\", function (event) {\n        event.preventDefault();\n        if (!checkbox.checked) {\n            alert(\"\u26a0\ufe0f \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\u306b\u540c\u610f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\");\n            return;\n        }\n\n        const formData = new FormData(form);\n        formData.append(\"action\", \"save_chat_guest\");\n\n        fetch(\"\/wp-admin\/admin-ajax.php\", {\n            method: \"POST\",\n            body: formData\n        })\n        .then(response => response.json())\n        .then(data => {\n            if (data.success) {\n                localStorage.setItem('guest_id', data.data.guest_id);\n                localStorage.setItem('guest_name', data.data.guest_name);\n\n                if (typeof elementorProFrontend !== \"undefined\") {\n                    elementorProFrontend.modules.popup.showPopup({ id: 531 });\n                } else {\n                    console.error(\"Elementor Pro is not loaded properly.\");\n                }\n            } else {\n                console.error(\"Error:\", data.message);\n                alert(\"\u26a0\ufe0f L\u1ed7i: \" + data.message);\n            }\n        })\n        .catch(error => {\n            console.error(\"Fetch error:\", error);\n            alert(\"\u26a0\ufe0f \u0110\u00e3 x\u1ea3y ra l\u1ed7i khi g\u1eedi d\u1eef li\u1ec7u.\");\n        });\n    });\n});\n\n\n\n<\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u30b3\u30f3\u30b5\u30eb\u30bf\u30f3\u30c8\u60c5\u5831 Consultant form \u30d5\u30eb\u30cd\u30fc\u30e0 * \u96fb\u8a71\u756a\u53f7 \u96fb\u5b50\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9* \u60c5\u5831\u3092\u3054\u5165 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4742","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.8 (Yoast SEO v24.8.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Consultation - Leximco<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/job.leximco.jp\/en\/consultation-information\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Consultation\" \/>\n<meta property=\"og:description\" content=\"\u30b3\u30f3\u30b5\u30eb\u30bf\u30f3\u30c8\u60c5\u5831 Consultant form \u30d5\u30eb\u30cd\u30fc\u30e0 * \u96fb\u8a71\u756a\u53f7 \u96fb\u5b50\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9* \u60c5\u5831\u3092\u3054\u5165 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/job.leximco.jp\/en\/consultation-information\/\" \/>\n<meta property=\"og:site_name\" content=\"Leximco\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-29T17:10:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/job.leximco.jp\/consultation-information\/\",\"url\":\"https:\/\/job.leximco.jp\/consultation-information\/\",\"name\":\"Consultation - Leximco\",\"isPartOf\":{\"@id\":\"https:\/\/job.leximco.jp\/#website\"},\"datePublished\":\"2025-03-14T14:18:43+00:00\",\"dateModified\":\"2025-03-29T17:10:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/job.leximco.jp\/consultation-information\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/job.leximco.jp\/consultation-information\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/job.leximco.jp\/consultation-information\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/job.leximco.jp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Consultation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/job.leximco.jp\/#website\",\"url\":\"https:\/\/job.leximco.jp\/\",\"name\":\"Leximco\",\"description\":\"\u7121\u6599\u8ee2\u8077\u30b5\u30dd\u30fc\u30c8\",\"publisher\":{\"@id\":\"https:\/\/job.leximco.jp\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/job.leximco.jp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/job.leximco.jp\/#organization\",\"name\":\"Leximco\",\"url\":\"https:\/\/job.leximco.jp\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/job.leximco.jp\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/job.leximco.jp\/wp-content\/uploads\/2025\/04\/cropped-z6451993174049_bd5eb7045102a0a8c2f06ec3b4dabb6f.jpg\",\"contentUrl\":\"https:\/\/job.leximco.jp\/wp-content\/uploads\/2025\/04\/cropped-z6451993174049_bd5eb7045102a0a8c2f06ec3b4dabb6f.jpg\",\"width\":512,\"height\":512,\"caption\":\"Leximco\"},\"image\":{\"@id\":\"https:\/\/job.leximco.jp\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Consultation - Leximco","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/job.leximco.jp\/en\/consultation-information\/","og_locale":"en_US","og_type":"article","og_title":"Consultation","og_description":"\u30b3\u30f3\u30b5\u30eb\u30bf\u30f3\u30c8\u60c5\u5831 Consultant form \u30d5\u30eb\u30cd\u30fc\u30e0 * \u96fb\u8a71\u756a\u53f7 \u96fb\u5b50\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9* \u60c5\u5831\u3092\u3054\u5165 [&hellip;]","og_url":"https:\/\/job.leximco.jp\/en\/consultation-information\/","og_site_name":"Leximco","article_modified_time":"2025-03-29T17:10:56+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/job.leximco.jp\/consultation-information\/","url":"https:\/\/job.leximco.jp\/consultation-information\/","name":"Consultation - Leximco","isPartOf":{"@id":"https:\/\/job.leximco.jp\/#website"},"datePublished":"2025-03-14T14:18:43+00:00","dateModified":"2025-03-29T17:10:56+00:00","breadcrumb":{"@id":"https:\/\/job.leximco.jp\/consultation-information\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/job.leximco.jp\/consultation-information\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/job.leximco.jp\/consultation-information\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/job.leximco.jp\/"},{"@type":"ListItem","position":2,"name":"Consultation"}]},{"@type":"WebSite","@id":"https:\/\/job.leximco.jp\/#website","url":"https:\/\/job.leximco.jp\/","name":"Leximco","description":"\u7121\u6599\u8ee2\u8077\u30b5\u30dd\u30fc\u30c8","publisher":{"@id":"https:\/\/job.leximco.jp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/job.leximco.jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/job.leximco.jp\/#organization","name":"Leximco","url":"https:\/\/job.leximco.jp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/job.leximco.jp\/#\/schema\/logo\/image\/","url":"https:\/\/job.leximco.jp\/wp-content\/uploads\/2025\/04\/cropped-z6451993174049_bd5eb7045102a0a8c2f06ec3b4dabb6f.jpg","contentUrl":"https:\/\/job.leximco.jp\/wp-content\/uploads\/2025\/04\/cropped-z6451993174049_bd5eb7045102a0a8c2f06ec3b4dabb6f.jpg","width":512,"height":512,"caption":"Leximco"},"image":{"@id":"https:\/\/job.leximco.jp\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/pages\/4742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/comments?post=4742"}],"version-history":[{"count":116,"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/pages\/4742\/revisions"}],"predecessor-version":[{"id":8096,"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/pages\/4742\/revisions\/8096"}],"wp:attachment":[{"href":"https:\/\/job.leximco.jp\/en\/wp-json\/wp\/v2\/media?parent=4742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}