{"id":33821,"date":"2024-07-02T00:40:06","date_gmt":"2024-07-01T19:10:06","guid":{"rendered":"https:\/\/synergymarinegroup.com\/meet-the-team\/%e7%b1%b3%e5%9b%bd\/"},"modified":"2026-08-24T15:44:36","modified_gmt":"2026-08-24T10:14:36","slug":"usa","status":"publish","type":"page","link":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/","title":{"rendered":"\u7c73\u56fd"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"33821\" class=\"elementor elementor-33821 elementor-31455\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4054da3 e-flex e-con-boxed e-con e-parent\" data-id=\"4054da3\" data-element_type=\"container\" data-e-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\t\t<div class=\"elementor-element elementor-element-1e34301 elementor-widget elementor-widget-breadcrumbs\" data-id=\"1e34301\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.synergymarinegroup.com\/ja\/homepage-2\/\">Home<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3800fd e-flex e-con-boxed e-con e-parent\" data-id=\"f3800fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed285da elementor-widget elementor-widget-heading\" data-id=\"ed285da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u7c73\u56fd<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f855851 w-100 elementor-widget elementor-widget-image\" data-id=\"f855851\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1170\" height=\"600\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg\" class=\"attachment-full size-full wp-image-31725\" alt=\"\u7c73\u56fd\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg 1170w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover-300x154.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover-1024x525.jpg 1024w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover-150x77.jpg 150w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5505f3 e-flex e-con-boxed e-con e-parent\" data-id=\"b5505f3\" data-element_type=\"container\" data-e-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\t\t<div class=\"elementor-element elementor-element-62b2cd6 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"62b2cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n    \u56fd\u3092\u9078\u629e...\n    \u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\n    \u30b7\u30f3\u30ac\u30dd\u30fc\u30eb\n    \u30c7\u30f3\u30de\u30fc\u30af\n    \u30a4\u30f3\u30c9\n    \u30a2\u30e9\u30d6\u9996\u9577\u56fd\u9023\u90a6\n    \u30c9\u30a4\u30c4\n    \u9999\u6e2f\n    \u30d5\u30a3\u30ea\u30d4\u30f3\n    \u7c73\u56fd\n    \u30a4\u30f3\u30c9\u30cd\u30b7\u30a2\n\n\n\n\/\/ Get current language from URL or HTML\nfunction getCurrentLanguage() {\n    const languageCodes = ['ko', 'zh', 'ja'];\n    const pathSegments = window.location.pathname.split('\/');\n    const pathLang = pathSegments.find(segment =&gt; languageCodes.includes(segment));\n    if (pathLang) return pathLang;\n\n    const htmlLang = document.documentElement.lang;\n    if (htmlLang &amp;&amp; languageCodes.includes(htmlLang)) return htmlLang;\n\n    return 'en';\n}\n\n\/\/ Get current country from URL\nfunction getCurrentCountry() {\n    const path = window.location.pathname;\n    const countries = ['australia', 'singapore', 'copenhagen', 'india', 'dubai', 'germany', 'hongkong', 'philippines', 'usa','indonesia'];\n    \n    \/\/ Look for country name in URL\n    const currentCountry = countries.find(country =&gt; \n        path.toLowerCase().includes(`\/meet-the-team\/${country}\/`)\n    );\n    \n    return currentCountry || '';\n}\n\n\/\/ Set the dropdown to current country\nfunction setCurrentCountry() {\n    const currentCountry = getCurrentCountry();\n    const dropdown = document.getElementById('countryRedirect');\n    if (currentCountry &amp;&amp; dropdown) {\n        dropdown.value = currentCountry;\n    }\n}\n\nfunction redirectToCountry(country) {\n    if (!country) return;\n\n    const baseUrl = 'https:\/\/www.synergymarinegroup.com';\n    const lang = getCurrentLanguage();\n    \n    \/\/ Construct URL based on language\n    let url;\n    if (lang === 'en') {\n        url = `${baseUrl}\/about\/meet-the-team\/${country}\/`;\n    } else {\n        url = `${baseUrl}\/${lang}\/about\/meet-the-team\/${country}\/`;\n    }\n\n    \/\/ Only redirect if we're going to a different country\n    if (country !== getCurrentCountry()) {\n        window.location.href = url;\n    }\n}\n\n\/\/ Set current country when page loads\ndocument.addEventListener('DOMContentLoaded', setCurrentCountry);\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ddfad5 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"1ddfad5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_type&quot;:&quot;none&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"\u65b0\u3057\u3044\u30d5\u30a9\u30fc\u30e0\" aria-label=\"\u65b0\u3057\u3044\u30d5\u30a9\u30fc\u30e0\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"33821\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"1ddfad5\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\u7c73\u56fd\u3067\u306e\u8239\u8236\u7ba1\u7406 - \u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"33821\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-name elementor-col-25\">\n\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"1\">\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"2\">\u30b7\u30f3\u30ac\u30dd\u30fc\u30eb<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"3\">\u30c7\u30f3\u30de\u30fc\u30af<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"4\">\u30a4\u30f3\u30c9<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"5\">UAE<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"6\">\u30c9\u30a4\u30c4<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"7\">\u9999\u6e2f<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"8\">\u30d5\u30a3\u30ea\u30d4\u30f3<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"9\">\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"10\">\u30a4\u30f3\u30c9\u30cd\u30b7\u30a2<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"11\">\u30b5\u30a6\u30b8\u30a2\u30e9\u30d3\u30a2<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\" id=\"location-btn\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67d00a2 elementor-widget elementor-widget-html\" data-id=\"67d00a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function () {\r\n\r\n  const slugMap = {\r\n    \"1\": \"\/about\/meet-the-team\/australia\/\",\r\n    \"2\": \"\/about\/meet-the-team\/singapore\/\",\r\n    \"3\": \"\/about\/meet-the-team\/copenhagen\/\",\r\n    \"4\": \"\/about\/meet-the-team\/india\/\",\r\n    \"5\": \"\/about\/meet-the-team\/dubai\/\",\r\n    \"6\": \"\/about\/meet-the-team\/germany\/\",\r\n    \"7\": \"\/about\/meet-the-team\/hongkong\/\",\r\n    \"8\": \"\/about\/meet-the-team\/philippines\/\",\r\n    \"9\": \"\/about\/meet-the-team\/usa\/\",\r\n    \"10\": \"\/about\/meet-the-team\/indonesia\/\",\r\n    \"11\": \"\/about\/meet-the-team\/saudi-arabia\/\"\r\n  };\r\n\r\n\r\n  \/*\r\n   * Get language prefix from URL\r\n   *\/\r\n  function getLanguagePrefix() {\r\n\r\n    const parts = window.location.pathname.split('\/');\r\n\r\n    if (parts[1] === 'ja') {\r\n      return '\/ja';\r\n    }\r\n\r\n    if (parts[1] === 'ko') {\r\n      return '\/ko';\r\n    }\r\n\r\n    if (parts[1] === 'zh') {\r\n      return '\/zh';\r\n    }\r\n\r\n    return '';\r\n  }\r\n\r\n\r\n  \/*\r\n   * Check if this is the location dropdown\r\n   *\/\r\n  function isLocationSelect(select) {\r\n\r\n    if (!select) {\r\n      return false;\r\n    }\r\n\r\n    const options = Array.from(select.options);\r\n\r\n    return options.some(function (option) {\r\n      return Object.prototype.hasOwnProperty.call(\r\n        slugMap,\r\n        option.value\r\n      );\r\n    });\r\n  }\r\n\r\n\r\n  \/*\r\n   * Find the location dropdown\r\n   *\/\r\n  function getLocationSelect() {\r\n\r\n    const selects = document.querySelectorAll(\r\n      'select[name=\"form_fields[name]\"]'\r\n    );\r\n\r\n    for (const select of selects) {\r\n\r\n      if (isLocationSelect(select)) {\r\n        return select;\r\n      }\r\n\r\n    }\r\n\r\n    return null;\r\n  }\r\n\r\n\r\n  \/*\r\n   * Select the current location\r\n   *\/\r\n  function setCurrentLocation() {\r\n\r\n    const select = getLocationSelect();\r\n\r\n    if (!select) {\r\n      return false;\r\n    }\r\n\r\n    const langPrefix = getLanguagePrefix();\r\n\r\n    const currentPath = window.location.pathname\r\n      .replace(\/\\\/+$\/, '');\r\n\r\n\r\n    for (const value in slugMap) {\r\n\r\n      const targetPath = (\r\n        langPrefix + slugMap[value]\r\n      ).replace(\/\\\/+$\/, '');\r\n\r\n\r\n      if (currentPath === targetPath) {\r\n\r\n        select.value = value;\r\n\r\n        return true;\r\n      }\r\n\r\n    }\r\n\r\n    return false;\r\n  }\r\n\r\n\r\n  \/*\r\n   * Handle dropdown change\r\n   *\r\n   * Event delegation is important because\r\n   * Elementor\/WPML can recreate the select.\r\n   *\/\r\n  document.addEventListener(\r\n    'change',\r\n    function (event) {\r\n\r\n      const select = event.target;\r\n\r\n      if (!select.matches(\r\n        'select[name=\"form_fields[name]\"]'\r\n      )) {\r\n        return;\r\n      }\r\n\r\n\r\n      if (!isLocationSelect(select)) {\r\n        return;\r\n      }\r\n\r\n\r\n      const value = select.value;\r\n\r\n      const slug = slugMap[value];\r\n\r\n      if (!slug) {\r\n        return;\r\n      }\r\n\r\n\r\n      const langPrefix = getLanguagePrefix();\r\n\r\n      const targetUrl =\r\n        window.location.origin +\r\n        langPrefix +\r\n        slug;\r\n\r\n\r\n      console.log(\r\n        'Location:',\r\n        value\r\n      );\r\n\r\n      console.log(\r\n        'Redirect URL:',\r\n        targetUrl\r\n      );\r\n\r\n\r\n      window.location.assign(targetUrl);\r\n\r\n    },\r\n    true\r\n  );\r\n\r\n\r\n  \/*\r\n   * Initialize\r\n   *\/\r\n  function initialize() {\r\n\r\n    setCurrentLocation();\r\n\r\n    \/*\r\n     * Elementor\/WPML may render the form\r\n     * slightly after page load.\r\n     *\/\r\n    setTimeout(setCurrentLocation, 300);\r\n    setTimeout(setCurrentLocation, 1000);\r\n    setTimeout(setCurrentLocation, 2000);\r\n    setTimeout(setCurrentLocation, 4000);\r\n\r\n  }\r\n\r\n\r\n  if (document.readyState === 'loading') {\r\n\r\n    document.addEventListener(\r\n      'DOMContentLoaded',\r\n      initialize\r\n    );\r\n\r\n  } else {\r\n\r\n    initialize();\r\n\r\n  }\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88b9f0b meet-team-leadership-title-wrap elementor-widget elementor-widget-heading\" data-id=\"88b9f0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u30ea\u30fc\u30c0\u30fc\u30b7\u30c3\u30d7\u30c1\u30fc\u30e0<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3850fe e-grid e-con-boxed e-con e-child\" data-id=\"c3850fe\" data-element_type=\"container\" data-e-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-fd5dccf e-flex e-con-boxed e-con e-child\" data-id=\"fd5dccf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e62f630 team-text-parent-container e-flex e-con-boxed e-con e-child\" data-id=\"e62f630\" data-element_type=\"container\" data-e-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\t\t<div class=\"elementor-element elementor-element-c21d29b team-text-image elementor-widget elementor-widget-image\" data-id=\"c21d29b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"780\" height=\"780\" data-src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra.png\" class=\"attachment-large size-large wp-image-31721 lazyload\" alt=\"\u30b5\u30f3\u30b8\u30d6\u30fb\u30df\u30b7\u30e5\u30e9\" data-srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra.png 800w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-300x300.png 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-150x150.png 150w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-320x320.png 320w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-760x760.png 760w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-96x96.png 96w\" data-sizes=\"auto\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 780px; --smush-placeholder-aspect-ratio: 780\/780;\" data-original-sizes=\"(max-width: 780px) 100vw, 780px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5fdaf elementor-absolute wheel-image elementor-widget elementor-widget-image\" data-id=\"5a5fdaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"360\" data-src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel.png\" class=\"attachment-large size-large wp-image-65016 lazyload\" alt=\"\" data-srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel.png 360w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-300x300.png 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-150x150.png 150w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-320x320.png 320w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-96x96.png 96w\" data-sizes=\"auto\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 360px; --smush-placeholder-aspect-ratio: 360\/360;\" data-original-sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6616d3f team-text-container e-flex e-con-boxed e-con e-child\" data-id=\"6616d3f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4313ecf team-text-box elementor-widget elementor-widget-text-editor\" data-id=\"4313ecf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>30\u5e74\u4ee5\u4e0a\u306e\u696d\u754c\u7d4c\u9a13\u3092\u6301\u3064\u6d77\u6d0b\u30a8\u30f3\u30b8\u30cb\u30a2\u3067\u3042\u308bSanjiv\u306f\u3001Synergy\u306e\u8239\u8236\u7ba1\u7406\u90e8\u9580\u3092\u7387\u3044\u3066\u3044\u307e\u3059\u3002 \u5f7c\u306f2015\u5e74\u304b\u3089Synergy\u306e\u4e3b\u8981\u30e1\u30f3\u30d0\u30fc\u3067\u3042\u308a\u3001\u8239\u8236\u7ba1\u7406\u306e\u76e3\u7763\u8005\u3068\u7ba1\u7406\u8005\u3092\u6307\u5c0e\u3057\u3001\u65b0\u3057\u3044\u30d9\u30f3\u30c1\u30e3\u30fc\u306e\u6210\u529f\u3092\u76e3\u7763\u3059\u308b\u4e0a\u3067\u91cd\u8981\u306a\u5f79\u5272\u3092\u679c\u305f\u3057\u3066\u3044\u307e\u3059\u3002 \u30b5\u30f3\u30b8\u30d6\u306f\u3001\u7d30\u90e8\u306b\u6c17\u3092\u914d\u308b\u3053\u3068\u3067\u3001\u5168\u4f53\u50cf\u304c\u3046\u307e\u304f\u3044\u304f\u3068\u4fe1\u3058\u3066\u3044\u307e\u3059\u3002  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-887c235 elementor-widget elementor-widget-heading\" data-id=\"887c235\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u30b5\u30f3\u30b8\u30d6\u30fb\u30df\u30b7\u30e5\u30e9<\/p>\t\t\t\t<\/div>\n\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e369070 e-flex e-con-boxed e-con e-parent\" data-id=\"e369070\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff525d0 elementor-widget elementor-widget-heading\" data-id=\"ff525d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306e\u4e00\u4eba\u306b\u76f8\u8ac7\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e06f0df lqd-btn-filled-rounded lqd-btn-icon-filled-rounded elementor-align-center elementor-widget elementor-widget-lqd-button\" data-id=\"e06f0df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;lqd_predefined_style_button&quot;:&quot;filled-rounded&quot;,&quot;lqd_predefined_style_button_icon&quot;:&quot;filled-rounded&quot;}\" data-widget_type=\"lqd-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<a href=\"https:\/\/www.synergymarinegroup.com\/ja\/contact\/reach-us\/\" role=\"button\" class=\"lqd-btn inline-flex items-center relative lqd-group lqd-group-btn lqd-btn-has-bg\" data-lqd-local-scroll-el=\"\">\t\t<span class=\"lqd-bg-layer lqd-color-wrap lqd-bg-color-wrap block w-full h-full rounded-inherit overflow-hidden elementor-repeater-item-771bda5-e06f0df pointer-events-none absolute top-0 start-0 z-0\"><\/span>\n\t\t<span class=\"lqd-btn-txt relative z-1 transition-all\">&nbsp;\u5c02\u9580\u5bb6\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044<\/span>\n\t\t<span class=\"lqd-btn-icon inline-flex items-center justify-center relative z-1 -order-1\">\t\t<span class=\"lqd-bg-layer lqd-color-wrap lqd-bg-color-wrap block w-full h-full rounded-inherit overflow-hidden elementor-repeater-item-0ba1e97-e06f0df pointer-events-none absolute top-0 start-0 z-0\"><\/span>\n\t\t<svg aria-hidden=\"true\" class=\"w-1em h-auto align-middle fill-current relative e-font-icon-svg e-fas-comment\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"><\/path><\/svg><\/span>\n\n\t\t<\/a>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<style>.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0;background-color:var(--e-global-color-primary)}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0;background-color:var(--e-global-color-primary)}@media (max-width:1366px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:1200px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:1024px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:767px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}<\/style>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u7c73\u56fd \u56fd\u3092\u9078\u629e&#8230; \u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2 \u30b7\u30f3\u30ac\u30dd\u30fc\u30eb \u30c7\u30f3\u30de\u30fc\u30af \u30a4\u30f3\u30c9 \u30a2\u30e9\u30d6\u9996\u9577\u56fd\u9023\u90a6 \u30c9\u30a4\u30c4 \u9999\u6e2f \u30d5\u30a3\u30ea\u30d4\u30f3 \u7c73\u56fd \u30a4\u30f3\u30c9\u30cd\u30b7\u30a2 \/\/ Get current language from URL or HT [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":31725,"parent":33687,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-33821","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u7c73\u56fd\u3067\u306e\u8239\u8236\u7ba1\u7406 - \u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7<\/title>\n<meta name=\"description\" content=\"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7c73\u56fd\" \/>\n<meta property=\"og:description\" content=\"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/\" \/>\n<meta property=\"og:site_name\" content=\"\u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/synergymarinegroup\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T10:14:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/\",\"name\":\"\u7c73\u56fd\u3067\u306e\u8239\u8236\u7ba1\u7406 - \u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"datePublished\":\"2024-07-01T19:10:06+00:00\",\"dateModified\":\"2026-08-24T10:14:36+00:00\",\"description\":\"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"width\":1170,\"height\":600,\"caption\":\"\u7c73\u56fd\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/usa\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/homepage-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u306b\u95a2\u3057\u3066\u306f\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u30c1\u30fc\u30e0\u306e\u7d39\u4ecb\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/about\\\/meet-the-team\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u7c73\u56fd\"}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/#organization\",\"name\":\"Synergy Marine Group\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/syn-logo-transparent.png\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/syn-logo-transparent.png\",\"width\":500,\"height\":500,\"caption\":\"Synergy Marine Group\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ja\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/synergymarinegroup\",\"https:\\\/\\\/x.com\\\/SynergyGroup06\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/synergy-marine\\\/\",\"https:\\\/\\\/www.instagram.com\\\/synergymarine_moments\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/SynergyMarineGroup\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u7c73\u56fd\u3067\u306e\u8239\u8236\u7ba1\u7406 - \u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7","description":"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002","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:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/","og_locale":"ja_JP","og_type":"article","og_title":"\u7c73\u56fd","og_description":"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002","og_url":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/","og_site_name":"\u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7","article_publisher":"https:\/\/www.facebook.com\/synergymarinegroup","article_modified_time":"2026-08-24T10:14:36+00:00","og_image":[{"width":1170,"height":600,"url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","type":"image\/jpeg"}],"twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/","url":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/","name":"\u7c73\u56fd\u3067\u306e\u8239\u8236\u7ba1\u7406 - \u30b7\u30ca\u30b8\u30fc\u30fb\u30de\u30ea\u30f3\u30fb\u30b0\u30eb\u30fc\u30d7","isPartOf":{"@id":"https:\/\/www.synergymarinegroup.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/#primaryimage"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","datePublished":"2024-07-01T19:10:06+00:00","dateModified":"2026-08-24T10:14:36+00:00","description":"\u7c73\u56fd\u306b\u304a\u3051\u308bSynergy Marine Group\u306e\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30c1\u30fc\u30e0\u306f\u3001\u4e00\u6d41\u306e\u8239\u8236\u7ba1\u7406\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u6700\u5927\u306e\u52b9\u7387\u3068\u6210\u529f\u306e\u305f\u3081\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/#primaryimage","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","width":1170,"height":600,"caption":"\u7c73\u56fd"},{"@type":"BreadcrumbList","@id":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/usa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.synergymarinegroup.com\/ja\/homepage-2\/"},{"@type":"ListItem","position":2,"name":"\u306b\u95a2\u3057\u3066\u306f","item":"https:\/\/www.synergymarinegroup.com\/ja\/about\/"},{"@type":"ListItem","position":3,"name":"\u30c1\u30fc\u30e0\u306e\u7d39\u4ecb","item":"https:\/\/www.synergymarinegroup.com\/ja\/about\/meet-the-team\/"},{"@type":"ListItem","position":4,"name":"\u7c73\u56fd"}]},{"@type":"Organization","@id":"https:\/\/www.synergymarinegroup.com\/ja\/#organization","name":"Synergy Marine Group","url":"https:\/\/www.synergymarinegroup.com\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.synergymarinegroup.com\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/syn-logo-transparent.png","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/syn-logo-transparent.png","width":500,"height":500,"caption":"Synergy Marine Group"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ja\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/synergymarinegroup","https:\/\/x.com\/SynergyGroup06","https:\/\/www.linkedin.com\/company\/synergy-marine\/","https:\/\/www.instagram.com\/synergymarine_moments\/","https:\/\/www.youtube.com\/user\/SynergyMarineGroup"]}]}},"_links":{"self":[{"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/pages\/33821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/comments?post=33821"}],"version-history":[{"count":18,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/pages\/33821\/revisions"}],"predecessor-version":[{"id":68028,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/pages\/33821\/revisions\/68028"}],"up":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/pages\/33687"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/media\/31725"}],"wp:attachment":[{"href":"https:\/\/www.synergymarinegroup.com\/ja\/wp-json\/wp\/v2\/media?parent=33821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}