{"id":988889,"date":"2024-06-17T07:26:49","date_gmt":"2024-06-17T07:26:49","guid":{"rendered":"https:\/\/monolith.asia\/?page_id=988889"},"modified":"2026-06-24T06:39:11","modified_gmt":"2026-06-24T06:39:11","slug":"schedule","status":"publish","type":"page","link":"https:\/\/monolith.asia\/ja\/schedule\/","title":{"rendered":"Schedule Time With Monolith"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"988889\" class=\"elementor elementor-988889\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13a2d55c e-flex e-con-boxed e-con e-parent\" data-id=\"13a2d55c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6902a5d e-con-full e-flex e-con e-child\" data-id=\"6902a5d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-5923658 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5923658\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.21.0 - 08-05-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h4 class=\"elementor-heading-title elementor-size-default\">\u200e \u200e Schedule a time with Monolith<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14ab75c elementor-widget elementor-widget-html\" data-id=\"14ab75c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- ============================================================\n     MONOLITH LEAD FORM  \u2014  paste into a WordPress \"Custom HTML\" block.\n     STYLE: MINIMAL \u2014 layout & spacing only (inline layout).\n     Colors, fonts and borders inherit from your site's theme.\n\n     What it does (unchanged from the ABOS landing page):\n       \u2022 Captures every utm_* param + click IDs (li_fat_id, gclid,\n         fbclid, msclkid, campaign_id, creative_id, ...) from the URL.\n       \u2022 POSTs name\/email\/company(+phone) + page_url + referrer +\n         tracking to the Pipedrive Worker. The Worker derives the lead\n         \"source\" from page_url, so each page self-attributes.\n       \u2022 Fires LinkedIn CAPI + GA4 events into dataLayer (picked up by\n         your existing GTM container). No-ops safely if GTM is absent.\n       \u2022 Sends the visitor to CONFIG.destinationUrl.\n\n     To retarget another page: edit CONFIG.destinationUrl (and\n     fileName \/ source) below \u2014 nothing else needs to change.\n     ============================================================ -->\n<div class=\"mlf-card\" id=\"mlf-card\" lang=\"en\">\n    <div class=\"mlf-header\">\n      <h2 class=\"mlf-title\"><\/h2>\n    <\/div>\n    <form id=\"mlf-form\" class=\"mlf-form\" novalidate action=\"\">\n      <div class=\"mlf-field\"><input class=\"mlf-input\" type=\"text\" name=\"name\" required autocomplete=\"name\" placeholder=\"FULL NAME\" \/><\/div>\n      <div class=\"mlf-field\"><input class=\"mlf-input\" type=\"email\" name=\"email\" required autocomplete=\"email\" placeholder=\"WORK EMAIL\" \/><\/div>\n      <div class=\"mlf-field\"><input class=\"mlf-input\" type=\"text\" name=\"company\" required autocomplete=\"organization\" placeholder=\"COMPANY\" \/><\/div>\n      <div class=\"mlf-actions\">\n        <button class=\"mlf-btn\" type=\"submit\">SCHEDULE A MEETING<\/button>\n      <\/div>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"ja\"\/><\/form>\n    <p class=\"mlf-status\" id=\"mlf-status\"><\/p>\n    <p class=\"mlf-fine\">By submitting, you agree to our <a href=\"https:\/\/monolith.asia\/ja\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a> and consent to receive marketing emails. You can opt out anytime.<\/p>\n<\/div>\n\n<style>\n  #mlf-card{ box-sizing:border-box; width:100%; max-width:440px; }\n  #mlf-card *{ box-sizing:border-box; }\n  #mlf-card .mlf-form{ display:flex; flex-wrap:wrap; gap:10px; }\n  #mlf-card .mlf-field{ flex:1 1 180px; }\n  #mlf-card .mlf-field .mlf-input{ width:100%; padding:12px 16px; }\n  #mlf-card .mlf-actions{ flex:1 1 100%; }\n  #mlf-card .mlf-btn{ width:100%; padding:12px 16px; cursor:pointer; }\n<\/style>\n\n<script>\n(function(){\n  var CONFIG = {\n    \"endpoint\": \"https:\/\/monolith-pipedrive-lead.perez-jg22.workers.dev\",\n    \"destinationUrl\": \"https:\/\/cal.com\/monolithteam\/30min\",\n    \"destinationType\": \"page\",\n    \"behavior\": \"redirect\",\n    \"fileName\": \"https:\/\/cal.com\/monolithteam\/30min\",\n    \"linkedInConversionRuleId\": \"27641906\",\n    \"source\": null,\n    \"successMessage\": \"Thanks! You'll be directed to the booking screen.\"\n};\n\n  var form = document.getElementById('mlf-form');\n  if(!form || form.dataset.mlfBound) return;\n  form.dataset.mlfBound = '1';\n  var statusEl = document.getElementById('mlf-status');\n  var btn = form.querySelector('button[type=\"submit\"]');\n\n  function sha256Hex(input){\n    if(!input || !(window.crypto && crypto.subtle)) return Promise.resolve(undefined);\n    var buf = new TextEncoder().encode(input);\n    return crypto.subtle.digest('SHA-256', buf).then(function(hash){\n      return Array.prototype.map.call(new Uint8Array(hash), function(b){\n        return b.toString(16).padStart(2,'0');\n      }).join('');\n    });\n  }\n\n  function collectTracking(){\n    var out = {};\n    try{\n      var p = new URLSearchParams(location.search);\n      p.forEach(function(v,k){\n        if(!v) return;\n        var key = k.toLowerCase();\n        if(\/^utm_\/.test(key) || \/^(li_fat_id|li_gc|gclid|fbclid|msclkid|campaign_id|campaign_group_id|creative_id|account_id|ad_id)$\/.test(key)){\n          out[k] = v.slice(0,200);\n        }\n      });\n    }catch(_){}\n    return out;\n  }\n\n  function pushDataLayer(obj){\n    try{ window.dataLayer = window.dataLayer || []; window.dataLayer.push(obj); }\n    catch(_){}\n  }\n\n  function goToDestination(){\n    var url = CONFIG.destinationUrl;\n    if(!url){ return; }\n    if(CONFIG.behavior === 'redirect'){\n      location.href = url;\n    } else if(CONFIG.behavior === 'stay'){\n      var safe = url.replace(\/\"\/g,'&quot;');\n      statusEl.innerHTML = (CONFIG.successMessage || 'Thanks!') +\n        ' <a href=\"'+safe+'\" target=\"_blank\" rel=\"noopener\">Open it &rarr;<\/a>';\n    }\n  }\n\n  form.addEventListener('submit', function(e){\n    e.preventDefault();\n\n    var destTab = null;\n    if(CONFIG.behavior === 'newtab' && CONFIG.destinationUrl){\n      destTab = window.open('about:blank', '_blank');\n    }\n\n    var payload = {\n      name:    (form.name ? form.name.value.trim() : ''),\n      email:   (form.email ? form.email.value.trim() : ''),\n      company: (form.company ? form.company.value.trim() : ''),\n      page_url: location.href,\n      referrer: document.referrer || '',\n      tracking: collectTracking()\n    };\n    if(form.phone && form.phone.value.trim()) payload.phone = form.phone.value.trim();\n    if(CONFIG.source) payload.source = CONFIG.source;\n\n    if(!CONFIG.endpoint){\n      statusEl.textContent = 'Form not configured: missing endpoint.';\n      if(destTab && !destTab.closed) destTab.close();\n      return;\n    }\n\n    btn.disabled = true;\n    var original = btn.textContent;\n    btn.textContent = 'Sending\u2026';\n    statusEl.textContent = '';\n\n    fetch(CONFIG.endpoint, {\n      method:'POST',\n      headers:{ 'Content-Type':'application\/json' },\n      body: JSON.stringify(payload)\n    }).then(function(res){\n      if(!res.ok) throw new Error('Submission failed (' + res.status + ')');\n\n      if(CONFIG.linkedInConversionRuleId){\n        var emailLower = payload.email.toLowerCase();\n        var parts = payload.name.split(\/s+\/).filter(Boolean);\n        var firstRaw = parts[0] || '';\n        var lastRaw = parts.slice(1).join(' ');\n        Promise.all([\n          sha256Hex(emailLower),\n          firstRaw ? sha256Hex(firstRaw.toLowerCase()) : Promise.resolve(undefined),\n          lastRaw  ? sha256Hex(lastRaw.toLowerCase())  : Promise.resolve(undefined)\n        ]).then(function(h){\n          var userData = { sha256_email_address: h[0] };\n          if(h[1] || h[2]){\n            userData.address = {};\n            if(h[1]) userData.address.sha256_first_name = h[1];\n            if(h[2]) userData.address.sha256_last_name  = h[2];\n          }\n          pushDataLayer({\n            event: 'lead_submit',\n            conversion_rule_id: CONFIG.linkedInConversionRuleId,\n            event_id: 'mlf-' + Date.now() + '-' + Math.random().toString(36).slice(2,10),\n            conversion_happened_at: Math.floor(Date.now()\/1000),\n            value: 0, currency: 'USD',\n            user_data: userData\n          });\n        }).catch(function(err){ console.warn('LinkedIn CAPI push failed', err); });\n      }\n\n      if(CONFIG.destinationType === 'download'){\n        pushDataLayer({\n          event: 'file_download',\n          file_name: CONFIG.fileName || '',\n          file_extension: (CONFIG.fileName || '').split('.').pop(),\n          file_url: CONFIG.destinationUrl,\n          link_url: CONFIG.destinationUrl,\n          source: location.pathname\n        });\n      } else {\n        pushDataLayer({ event: 'generate_lead', source: location.pathname });\n      }\n\n      if(CONFIG.behavior === 'newtab' && CONFIG.destinationUrl){\n        if(destTab && !destTab.closed){\n          destTab.location.href = CONFIG.destinationUrl;\n          statusEl.textContent = CONFIG.successMessage || 'Thanks! Opened in a new tab.';\n        } else {\n          var safe = CONFIG.destinationUrl.replace(\/\"\/g,'&quot;');\n          statusEl.innerHTML = (CONFIG.successMessage || 'Thanks!') +\n            ' <a href=\"'+safe+'\" target=\"_blank\" rel=\"noopener\">Click here to open it &rarr;<\/a>';\n        }\n      } else {\n        goToDestination();\n      }\n\n      form.reset();\n      btn.textContent = 'Done \u2713';\n    }).catch(function(err){\n      if(destTab && !destTab.closed){ try{ destTab.close(); }catch(_){ } }\n      statusEl.textContent = 'Something went wrong. Email hello@monolith.asia and we will send it manually.';\n      statusEl.style.color = '#d23';\n      btn.disabled = false;\n      btn.textContent = original;\n    });\n  });\n})();\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-662fa923 e-con-full e-flex e-con e-child\" data-id=\"662fa923\" data-element_type=\"container\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-7a3c9b43 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7a3c9b43\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u30e2\u30ce\u30ea\u30b9\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u30ba\u682a\u5f0f\u4f1a\u793e<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-20bb7cda elementor-widget elementor-widget-heading\" data-id=\"20bb7cda\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/maps.google.com\/\" target=\"_blank\">\u30e2\u30ce\u30ea\u30b9\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u30ba\u682a\u5f0f\u4f1a\u793e<br>\n\u6771\u4eac\u90fd\u53f0\u6771\u533a\u5bff3\u4e01\u76ee16\u756a10\u53f7PRINCE301<br>\n\u3012111-0042<\/a><\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-505194b0 e-con-full e-flex e-con e-child\" data-id=\"505194b0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-b2aa2e6 elementor-widget elementor-widget-heading\" data-id=\"b2aa2e6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"tel: 81-90-8686-7567\">+81-90-8686-7567<\/a><\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b6f493f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1b6f493f\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"vamtamtheme- vamtam-theme-long-dash\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-7e9d7722 elementor-widget elementor-widget-heading\" data-id=\"7e9d7722\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"mailto:info@monolith.asia?subject=Hello Kyodo\">info@monolith.asia<\/a><\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f79b094 elementor-widget elementor-widget-spacer\" data-id=\"5f79b094\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.21.0 - 08-05-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-5eba2994 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5eba2994\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u63a1\u7528\u60c5\u5831<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebc012e elementor-widget elementor-widget-text-editor\" data-id=\"ebc012e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.21.0 - 08-05-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>\u30e2\u30ce\u30ea\u30b9\u306f\u5e38\u306b\u6210\u9577\u3092\u6c42\u3081\u308b\u7d20\u6674\u3089\u3057\u3044\u4eba\u6750\u3092\u63a2\u3057\u3066\u3044\u307e\u3059\u3002\u3054\u8208\u5473\u3044\u305f\u3060\u3051\u307e\u3057\u305f\u3089\u3001\u3054\u5fdc\u52df\u304a\u5f85\u3061\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-54715f09 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"54715f09\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"mailto:info@monolith.asia?subject=Hello Monolith PR Recruiting\">info@monolith.asia<\/a><\/span>\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>Thanks for your interest.<\/p>","protected":false},"author":9,"featured_media":988917,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-988889","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"rl_CSVOmsjTCczRVVkWheOUpyLvF09HnvKisoDk_0qI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/monolith.asia\/ja\/schedule\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Monolith Communications Inc. | Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Schedule Time With Monolith | Custom Digital Services\" \/>\n\t\t<meta property=\"og:description\" content=\"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/monolith.asia\/ja\/schedule\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-06-17T07:26:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-24T06:39:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Schedule Time With Monolith | Custom Digital Services\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/monolith.asia\\\/ja\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#listItem\",\"name\":\"Schedule Time With Monolith\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#listItem\",\"position\":2,\"name\":\"Schedule Time With Monolith\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/#organization\",\"name\":\"Monolith\",\"description\":\"Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.\",\"url\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/\",\"email\":\"info@monolith.asia\",\"telephone\":\"+819086867567\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/monolith.asia\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/01-Main-logo.png\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#organizationLogo\",\"width\":3662,\"height\":4299},\"image\":{\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#webpage\",\"url\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/\",\"name\":\"Schedule Time With Monolith | Custom Digital Services\",\"description\":\"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/monolith.asia\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Untitled-design-16.png\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#mainImage\",\"width\":1080,\"height\":1080},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/schedule\\\/#mainImage\"},\"datePublished\":\"2024-06-17T07:26:49+00:00\",\"dateModified\":\"2026-06-24T06:39:11+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/#website\",\"url\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/\",\"name\":\"Monolith Asia\",\"alternateName\":\"Monolith Communications\",\"description\":\"Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/monolith.asia\\\/ja\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Schedule Time With Monolith | Custom Digital Services","description":"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.","canonical_url":"https:\/\/monolith.asia\/ja\/schedule\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"rl_CSVOmsjTCczRVVkWheOUpyLvF09HnvKisoDk_0qI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/monolith.asia\/ja\/schedule\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/monolith.asia\/ja#listItem","position":1,"name":"Home","item":"https:\/\/monolith.asia\/ja","nextItem":{"@type":"ListItem","@id":"https:\/\/monolith.asia\/ja\/schedule\/#listItem","name":"Schedule Time With Monolith"}},{"@type":"ListItem","@id":"https:\/\/monolith.asia\/ja\/schedule\/#listItem","position":2,"name":"Schedule Time With Monolith","previousItem":{"@type":"ListItem","@id":"https:\/\/monolith.asia\/ja#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/monolith.asia\/ja\/#organization","name":"Monolith","description":"Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.","url":"https:\/\/monolith.asia\/ja\/","email":"info@monolith.asia","telephone":"+819086867567","logo":{"@type":"ImageObject","url":"https:\/\/monolith.asia\/wp-content\/uploads\/2024\/05\/01-Main-logo.png","@id":"https:\/\/monolith.asia\/ja\/schedule\/#organizationLogo","width":3662,"height":4299},"image":{"@id":"https:\/\/monolith.asia\/ja\/schedule\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/monolith.asia\/ja\/schedule\/#webpage","url":"https:\/\/monolith.asia\/ja\/schedule\/","name":"Schedule Time With Monolith | Custom Digital Services","description":"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.","inLanguage":"ja","isPartOf":{"@id":"https:\/\/monolith.asia\/ja\/#website"},"breadcrumb":{"@id":"https:\/\/monolith.asia\/ja\/schedule\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/monolith.asia\/wp-content\/uploads\/2024\/06\/Untitled-design-16.png","@id":"https:\/\/monolith.asia\/ja\/schedule\/#mainImage","width":1080,"height":1080},"primaryImageOfPage":{"@id":"https:\/\/monolith.asia\/ja\/schedule\/#mainImage"},"datePublished":"2024-06-17T07:26:49+00:00","dateModified":"2026-06-24T06:39:11+00:00"},{"@type":"WebSite","@id":"https:\/\/monolith.asia\/ja\/#website","url":"https:\/\/monolith.asia\/ja\/","name":"Monolith Asia","alternateName":"Monolith Communications","description":"Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.","inLanguage":"ja","publisher":{"@id":"https:\/\/monolith.asia\/ja\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"Monolith Communications Inc. | Multimedia, Media and Virtual Reality Prodution and Resource Staffing Services for Enterprise level clients. Monolith provides services in Japan, Hong Kong, Singapore, India, Australia and the UK.","og:type":"article","og:title":"Schedule Time With Monolith | Custom Digital Services","og:description":"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.","og:url":"https:\/\/monolith.asia\/ja\/schedule\/","og:image":"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg","og:image:secure_url":"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg","article:published_time":"2024-06-17T07:26:49+00:00","article:modified_time":"2026-06-24T06:39:11+00:00","twitter:card":"summary","twitter:title":"Schedule Time With Monolith | Custom Digital Services","twitter:description":"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.","twitter:image":"https:\/\/monolith.asia\/wp-content\/uploads\/2023\/10\/logo.svg"},"aioseo_meta_data":{"post_id":"988889","title":"#post_title | Custom Digital Services","description":"Book a time with our team to learn more about our services and how we can help you accomplish your business objectives.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-06-17 07:26:22","updated":"2026-06-24 07:30:05","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/monolith.asia\/ja\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSchedule Time With Monolith\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/monolith.asia\/ja"},{"label":"Schedule Time With Monolith","link":"https:\/\/monolith.asia\/ja\/schedule\/"}],"_links":{"self":[{"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/pages\/988889"}],"collection":[{"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/comments?post=988889"}],"version-history":[{"count":40,"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/pages\/988889\/revisions"}],"predecessor-version":[{"id":990750,"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/pages\/988889\/revisions\/990750"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/media\/988917"}],"wp:attachment":[{"href":"https:\/\/monolith.asia\/ja\/wp-json\/wp\/v2\/media?parent=988889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}