{"id":15398,"date":"2026-07-09T21:28:37","date_gmt":"2026-07-09T21:28:37","guid":{"rendered":"https:\/\/humanoid.guide\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/"},"modified":"2026-07-30T10:58:49","modified_gmt":"2026-07-30T10:58:49","slug":"neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb","status":"publish","type":"post","link":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/","title":{"rendered":"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb"},"content":{"rendered":"\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1 \u2013 humanoid.guide<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,500;0,700;0,800;0,900;1,500;1,700&#038;family=Inter:wght@400;500;6meta charset=\" utf-8=\"\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1 \u2013 humanoid.guide<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,500;0,700;0,800;0,900;1,500;1,700&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  \/* ============================================================\n     humanoid.guide \u2013 Field Report styling (white report variant)\n     1X NEO hands reveal \u2013 news analysis.\n     Everything is scoped under .hg so nothing leaks into the\n     WordPress theme. Paste the <style> block + the .hg wrapper\n     into a Custom HTML block.\n     ============================================================ *\/\n  body{margin:0}\n  .hg{\n    --bg:#ffffff;\n    --ink:#141414;\n    --ink-2:#3a3a3a;\n    --ink-dim:#666;\n    --ink-faint:#9a9a9a;\n    --grid:#e9e9e9;\n    --yellow:#ffe500;\n    --amber:#f5a623;\n    --gold:#c9a200;\n    --maxw:1080px;\n\n    background:var(--bg);\n    color:var(--ink);\n    font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;\n    line-height:1.7;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n    border-top:5px solid var(--yellow);\n  }\n  \/* reset \u2013 but leave foreign markup alone so it keeps its own look:\n     1) the manual hg-banner shortcode slots,\n     2) anything Kadence Elements hooks inject into the content\n        (kadence \/ kb- \/ wp-block class prefixes), and\n     3) the banner slider's own markup (hgbv- class prefix), which the\n        Elements hook injects without our .hg-banner wrapper.\n     The :where() wrappers keep specificity at the same level as a plain\n     .hg * rule, so the theme\/plugin CSS wins inside that markup.\n     NB: never write the shortcode name in square brackets inside this\n     style block \u2013 WordPress expands shortcodes even here and that breaks\n     the whole stylesheet. *\/\n  .hg *:where(:not(.hg-banner,[class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"])):where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){box-sizing:border-box;margin:0;padding:0}\n  .hg img:where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){max-width:100%}\n\n  .hg .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}\n\n  \/* highlighter *\/\n  .hg .hl{\n    background:linear-gradient(transparent 14%, var(--yellow) 14%, var(--yellow) 86%, transparent 86%);\n    padding:0 .06em;\n  }\n\n  \/* masthead *\/\n  .hg .masthead{\n    max-width:var(--maxw);margin:0 auto;padding:26px 28px 22px;\n    display:flex;justify-content:space-between;align-items:center;\n    border-bottom:1px solid var(--ink);\n  }\n  .hg .brand{font-family:'Playfair Display',serif;font-weight:900;font-size:19px;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}\n  .hg .brand b{color:var(--gold)}\n  .hg .masthead .tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}\n\n  \/* hero *\/\n  .hg .hero{padding:74px 0 58px;border-bottom:2px solid var(--ink)}\n  .hg .kicker{font-size:13px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--ink);margin-bottom:26px;display:flex;align-items:center;gap:14px}\n  .hg .kicker::before{content:\"\";width:32px;height:10px;background:var(--yellow);border-radius:0;flex:0 0 auto}\n  \/* h1\/h2 are scoped to OUR containers only, so injected element headings\n     are never touched *\/\n  .hg .hero h1{\n    font-family:'Playfair Display',serif;font-weight:900;\n    font-size:clamp(44px,8.4vw,98px);line-height:.96;letter-spacing:-.02em;color:var(--ink);\n  }\n  .hg .withline{\n    font-family:'Playfair Display',serif;font-style:italic;font-weight:500;\n    font-size:clamp(20px,3vw,30px);color:var(--ink-2);margin-top:16px;\n  }\n  .hg .withline b{font-style:normal;font-weight:700;color:var(--ink)}\n  .hg .withline b i{font-style:italic;color:var(--gold)}\n  .hg .dek{font-size:clamp(19px,2.3vw,25px);line-height:1.45;max-width:700px;margin-top:30px;color:var(--ink-2);font-weight:400}\n  .hg .dek b{color:var(--ink);font-weight:600}\n  .hg .byline{margin-top:38px;font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-dim);display:flex;flex-wrap:wrap;gap:10px 26px}\n  .hg .byline span{color:var(--ink-faint)}\n  .hg .byline b{color:var(--ink);font-weight:700}\n\n  \/* sections \u2013 direct children of .hg only, so injected markup is untouched *\/\n  .hg > section{padding:64px 0;border-bottom:1px solid #ececec}\n  \/* eyebrows are h2 elements for SEO \u2013 pin font\/size explicitly so the\n     theme's own h2 rules can't leak in *\/\n  .hg .eyebrow{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);line-height:1.7;margin:0 0 18px}\n  .hg .eyebrow::before{content:\"\";display:inline-block;width:8px;height:8px;background:var(--yellow);border-radius:0;margin-right:9px;vertical-align:middle;flex:0 0 auto}\n  .hg .closing h2{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(28px,4.4vw,48px);line-height:1.05;letter-spacing:-.01em;max-width:18ch;color:var(--ink)}\n  .hg p.body{font-size:17.5px;line-height:1.75;color:var(--ink-2);max-width:680px;margin-top:18px}\n  .hg p.body:first-of-type{margin-top:0}\n  .hg p.body b{color:var(--ink);font-weight:600}\n  .hg p.body + p.body{margin-top:16px}\n  .hg p.body a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* lede + drop cap *\/\n  .hg .lede{padding-top:56px}\n  .hg .lede p{font-family:'Playfair Display',serif;font-size:clamp(22px,2.7vw,29px);line-height:1.5;max-width:800px;color:var(--ink);font-weight:500}\n  .hg .lede .drop::first-letter{\n    font-family:'Playfair Display',serif;font-weight:900;float:left;font-size:92px;line-height:.7;\n    padding:10px 16px 0 0;color:var(--ink);\n    background:linear-gradient(transparent 60%, var(--yellow) 60%);\n  }\n\n  \/* stat band *\/\n  .hg .statband{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-top:46px}\n  .hg .stat{padding:26px 18px;border-right:1px solid #e2e2e2}\n  .hg .stat:last-child{border-right:none}\n  .hg .stat .n{font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(32px,4.8vw,54px);line-height:1;letter-spacing:-.02em;color:var(--ink)}\n  .hg .stat .l{font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-dim);margin-top:10px}\n\n  \/* numbered feature list \u2013 the \"three of three\" pattern *\/\n  .hg .trio{list-style:none;max-width:760px;margin-top:30px;counter-reset:trio}\n  .hg .trio li{counter-increment:trio;padding:24px 0 26px 74px;border-bottom:1px solid #ececec;position:relative}\n  .hg .trio li:first-child{border-top:2px solid var(--ink)}\n  .hg .trio li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .trio li::before{\n    content:counter(trio);position:absolute;left:0;top:24px;\n    width:46px;height:46px;display:flex;align-items:center;justify-content:center;\n    font-family:'Playfair Display',serif;font-weight:900;font-size:26px;color:var(--ink);\n    background:var(--yellow);border-radius:0;\n  }\n  .hg .trio .t{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(20px,2.6vw,26px);line-height:1.2;color:var(--ink)}\n  .hg .trio .d{font-size:16.5px;line-height:1.7;color:var(--ink-2);margin-top:8px;max-width:640px}\n  .hg .trio .d b{color:var(--ink);font-weight:600}\n  .hg .trio .d a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* pull quote *\/\n  .hg .pull{\n    max-width:760px;margin:44px 0 6px;padding:6px 0 6px 30px;\n    border-left:10px solid var(--yellow);\n  }\n  .hg .pull p{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;font-size:clamp(21px,2.6vw,28px);line-height:1.45;color:var(--ink)}\n  .hg .pull .who{font-family:'Inter',sans-serif;font-style:normal;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim);margin-top:12px}\n\n  \/* \u2500\u2500 \"Did you know?\" boxes \u2500\u2500 *\/\n  .hg .dyk{\n    max-width:660px;margin:42px 0 6px;padding:22px 26px 24px;\n    background:#fffbdc;border:1.5px solid var(--ink);border-radius:5px;\n    box-shadow:8px 8px 0 var(--yellow);\n  }\n  .hg .dyk.right{margin-left:auto}\n  .hg .dyk .dyk-label{font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-bottom:9px;display:flex;align-items:center;gap:9px}\n  .hg .dyk .dyk-label::before{content:\"\";width:9px;height:9px;background:var(--ink);flex:0 0 auto}\n  .hg .dyk p{font-size:15.5px;line-height:1.65;color:var(--ink-2)}\n  .hg .dyk p b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 photo figure \u2500\u2500 *\/\n  .hg .figwrap{max-width:560px;margin:34px 0 6px}\n  .hg .figwrap.wide{max-width:760px}\n  .hg .figwrap img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55)}\n  .hg .vcap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 4px 0;line-height:1.5}\n  .hg .vcap b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 video embed \u2013 16:9 \u2500\u2500 *\/\n  .hg .vidwrap{max-width:760px;margin:0 0 40px}\n  .hg .vid{\n    position:relative;width:100%;aspect-ratio:16\/9;background:#0b0b0b;\n    border-radius:16px;overflow:hidden;\n    box-shadow:0 22px 44px -28px rgba(0,0,0,.55);\n  }\n  .hg .vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n  \/* spec sheet table *\/\n  .hg .spec{max-width:680px;margin-top:32px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}\n  .hg .spec .srow{display:grid;grid-template-columns:1fr auto;gap:18px;padding:11px 2px;border-bottom:1px solid #ececec;align-items:baseline}\n  .hg .spec .srow:last-child{border-bottom:none}\n  .hg .spec .k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim)}\n  .hg .spec .v{font-size:15.5px;font-weight:700;color:var(--ink);text-align:right}\n  .hg .speccap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 2px 0;max-width:680px}\n\n  \/* hype-check list \u2013 claim vs. field *\/\n  .hg .vs{list-style:none;max-width:760px;margin-top:26px}\n  .hg .vs li{padding:16px 0 18px 26px;border-bottom:1px solid #ececec;position:relative;font-size:16px;line-height:1.65;color:var(--ink-2)}\n  .hg .vs li:first-child{border-top:2px solid var(--ink)}\n  .hg .vs li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .vs li::before{content:\"\";position:absolute;left:0;top:24px;width:10px;height:10px;background:var(--yellow);border-radius:0}\n  .hg .vs .who{color:var(--ink);font-weight:700}\n  .hg .vs a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* WordPress shortcode banners \u2013 keep the slot's spacing, but reset the\n     inherited report typography so the banners render as designed *\/\n  .hg .hg-banner{margin:18px auto;padding:34px 0;font-family:revert;font-size:medium;font-weight:normal;line-height:normal;letter-spacing:normal;text-align:initial;color:initial}\n  .hg .hg-banner.bottom{padding:42px 0 6px}\n  \/* banner headings (manual slots + hooked Kadence elements): cap the size\n     so they fit the narrower article column instead of wrapping onto four\n     lines and overflowing the slide *\/\n  \/* !important needed: Kadence's generated per-block CSS has higher\n     specificity than anything reasonable we can write here *\/\n  .hg .hg-banner :is(h1,h2,h3),\n  .hg :is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]) :is(h1,h2,h3),\n  .hg :is(h1,h2,h3):is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]){\n    font-size:clamp(22px,2.8vw,34px) !important;\n    line-height:1.15 !important;\n  }\n\n  \/* linked product card (closing) *\/\n  .hg .neocard{display:block;max-width:400px;margin:44px auto 0;text-decoration:none}\n  .hg .neocard img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55);transition:transform .5s cubic-bezier(.2,.7,.2,1)}\n  .hg .neocard:hover img{transform:translateY(-4px)}\n  .hg .neocard .cap{font-size:13px;font-weight:700;color:var(--ink);margin-top:14px;text-align:center;text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:3px}\n  .hg .neocard .sub{font-size:12px;font-weight:500;color:var(--ink-faint);margin-top:4px;text-align:center}\n\n  \/* closing *\/\n  .hg .closing{padding:90px 0;text-align:center;border-bottom:2px solid var(--ink)}\n  .hg .closing .eyebrow{justify-content:center}\n  .hg .closing h2{max-width:22ch;margin:0 auto;font-size:clamp(30px,5.4vw,58px)}\n  .hg .closing p{font-size:18px;color:var(--ink-dim);max-width:600px;margin:24px auto 0}\n  .hg .closing p a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* footer *\/\n  .hg > footer{padding:50px 0 80px;text-align:center}\n  .hg .foot-brand{font-family:'Playfair Display',serif;font-weight:900;font-size:24px;letter-spacing:-.01em;color:var(--ink)}\n  .hg .foot-brand b{color:var(--gold)}\n  .hg .foot-tag{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);margin-top:10px}\n  .hg .srcnote{max-width:720px;margin:34px auto 0;padding:24px 28px;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;text-align:left;font-size:13.5px;line-height:1.7;color:var(--ink-dim)}\n  .hg .srcnote b.label{color:var(--ink);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:11px;display:block;margin-bottom:10px}\n  .hg .srcnote a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px;word-break:break-word}\n  .hg .srcnote strong{color:var(--ink);font-weight:700}\n\n  \/* reveal on scroll *\/\n  .hg .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1)}\n  .hg .reveal.in{opacity:1;transform:none}\n\n  \/* responsive *\/\n  @media(max-width:860px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n    .hg .stat:nth-child(2){border-right:none}\n    .hg .stat:nth-child(1),.hg .stat:nth-child(2){border-bottom:1px solid #e2e2e2}\n  }\n  @media(max-width:760px){\n    \/* break the whole article out of the theme's content container so it spans the full screen width *\/\n    .hg{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}\n    .hg .hero{padding:40px 0 34px}\n    .hg > section{padding:38px 0}\n    .hg .lede{padding-top:34px}\n    .hg .wrap{padding:0 15px}\n    .hg .masthead{padding:18px 15px 16px}\n    .hg .dyk{margin:30px 0 4px;box-shadow:6px 6px 0 var(--yellow)}\n    .hg .trio li{padding:20px 0 22px 60px}\n    .hg .trio li::before{width:40px;height:40px;font-size:22px;top:20px}\n    .hg .pull{padding-left:18px;border-left-width:8px}\n  }\n  @media(max-width:480px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n  }\n<\/style>\n\n\n<div class=\"hg\">\n\n  <!-- MASTHEAD -->\n  <div class=\"masthead\">\n    <div class=\"brand\">humanoid<b>.<\/b>guide<\/div>\n    <div class=\"tag\">\u30cb\u30e5\u30fc\u30b9\u5206\u6790<\/div>\n  <\/div>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"wrap\">\n      <div class=\"kicker\">1X Technologies \u00b7 \u65b0\u88fd\u54c1\u767a\u8868 \u00b7 2026\u5e747\u6708<\/div>\n      <h1>NEO\u306b\u65b0\u305f\u306a<span class=\"hl\">\u904b\u55b6\u9663\u304c<\/span>\u5c31\u4efb<\/h1>\n      <div class=\"withline\"><b>humanoid<i>.<\/i>guide\u3067<\/b>\u4ed5\u69d8\u66f8\u3092\u78ba\u8a8d\u3057\u306a\u304c\u3089<\/div>\n      <p class=\"dek\">\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2\u6c0f\u306f\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u300d\u3068\u4e88\u544a\u3057\u3066\u3044\u305f\u3002\u305d\u3057\u3066\u4eca\u3001\u65b0\u578b\u300c<b>1X NEO\u300d\u30cf\u30f3\u30c9\u304c<\/b>\u6b63\u5f0f\u306b\u767a\u8868\u3055\u308c\u305f\u3002<b>25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3092\u5099\u3048<\/b>\u3001\u6307\u5148\u3067\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3067\u304d\u3001\u4eca\u5e74\u306f\u793e\u5185\u30671\u4e07\u53f0\u306e\u88fd\u9020\u3092\u76ee\u6a19\u3068\u3057\u3066\u3044\u308b\u3002 <\/p>\n      <div class=\"byline\">\n        <div><span>\u5206\u6790\uff1a<\/span> <b>humanoid.guide\u306b\u3088\u308b\u5206\u6790<\/b><\/div>\n        <div><span>\u65e5\u4ed8<\/span> <b>2026\u5e747\u670810\u65e5<\/b><\/div>\n        <div><span>\u5199\u771f\u30fb\u52d5\u753b\u306e\u9759\u6b62\u753b<\/span> <b>1X Technologies\u63d0\u4f9b<\/b><\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- LEDE -->\n  <section class=\"lede\">\n    <div class=\"wrap\">\n      <div class=\"vidwrap reveal\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/QRyXV3csReA?rel=0\" title=\"\u65b0\u578b\u300c1X NEO\u300d\u30cf\u30f3\u30c9\u2015\u2015\u30ed\u30fc\u30f3\u30c1\u6620\u50cf\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\u767a\u8868\u6620\u50cf<\/b>\u30fb\u65b0\u4f5c\u300c\u30b6\u30fb\u30cf\u30f3\u30ba\u300d\u306e\u30ed\u30fc\u30f3\u30c1\u30e0\u30fc\u30d3\u30fc<b>\u3092\u3054\u89a7\u304f\u3060\u3055\u3044<\/b>\u30fb\u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"drop reveal\">\u88fd\u54c1\u306e\u4e88\u544a\u306b\u306f\u63a7\u3048\u3081\u306a\u3082\u306e\u3082\u3042\u308b\u304c\u3001\u3053\u308c\u306f\u305d\u3046\u3067\u306f\u306a\u304b\u3063\u305f\u3002\u300c\u660e\u65e5\u3001\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u3092\u767a\u8868\u3059\u308b\u300d\u3068\u30011X\u306e\u5275\u696d\u8005\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2\u6c0f\u306fX\u306b\u6295\u7a3f\u3057\u3001\u8171\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30af\u30ed\u30fc\u30ba\u30a2\u30c3\u30d7\u753b\u50cf\u3092\u6dfb\u3048\u305f\u3002\u3053\u306e\u6295\u7a3f\u306b\u3088\u308a\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u4e0a\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u306f\u3001\u30d7\u30fc\u30ea\u30fc\u306e\u6570\u3092\u6570\u3048\u59cb\u3081\u308b\u307b\u3069\u8a71\u984c\u3068\u306a\u3063\u305f\u3002 \u73fe\u5728\u3001\u305d\u306e\u767a\u8868\u304c\u30e9\u30a4\u30d6\u914d\u4fe1\u4e2d\u3060\u2015\u2015\u305d\u3057\u3066\u73cd\u3057\u304f\u3001\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u306f\u3001\u305d\u306e\u5927\u3005\u7684\u306a\u5ba3\u4f1d\u306b\u8ca0\u3051\u306a\u3044\u307b\u3069\u8208\u5473\u6df1\u3044\u5185\u5bb9\u3068\u306a\u3063\u3066\u3044\u308b\u3002  <\/p>\n      <div class=\"statband reveal\">\n        <div class=\"stat\"><div class=\"n\">25<\/div><div class=\"l\">\u529b\u5236\u5fa1\u306b\u3088\u308b\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">\u00b10.2mm<\/div><div class=\"l\">\u6e2c\u4f4d\u7cbe\u5ea6<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">IP68<\/div><div class=\"l\">\u9632\u6c34\u30fb\u98df\u54c1\u7528<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">10,000<\/div><div class=\"l\">2026\u5e74\u306b\u7126\u70b9\u304c\u5f53\u3066\u3089\u308c\u308b\u5206\u91ce<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE REVEAL -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u300cThe Reveal\u300d\u30fb\u65b0\u578b\u300c1X NEO Hands\u300d\u306e\u6b63\u4f53\u3068\u306f<\/h2>\n      <p class=\"body reveal\">1X\u306f\u3001\u3053\u306e\u65b0\u3057\u3044\u30cf\u30f3\u30c9\u3092<b>\u300c\u7269\u7406\u4e16\u754c\u3078\u306eAPI\u300d<\/b>\u3068\u4f4d\u7f6e\u4ed8\u3051\u3066\u304a\u308a\u3001\u305d\u306e\u8a00\u8449\u306e\u88cf\u306b\u3042\u308b\u6570\u5024\u306f<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\u30ed\u30fc\u30f3\u30c1\u30da\u30fc\u30b8<\/a>\u306b\u63b2\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002<b>\u6307\u3068\u624b\u306e\u3072\u3089\u306b\u306f22\u306e\u5b8c\u5168\u99c6\u52d5\u81ea\u7531\u5ea6\u3001\u624b\u9996\u306b\u306f3\u3064\u306e\u81ea\u7531\u5ea6\u304c\u3042\u308a\u3001\u3053\u308c\u3089<\/b>25\u306e\u81ea\u7531\u5ea6\u3059\u3079\u3066\u304c\u529b\u5236\u5fa1\u3055\u308c\u3066\u304a\u308a\u3001\u7af6\u5408\u4ed6\u793e\u306e\u6570\u5024\u3092\u6c34\u5897\u3057\u3057\u3066\u3044\u308b\u3088\u3046\u306a\u30d0\u30cd\u5f0f\u306e\u53d7\u52d5\u95a2\u7bc0\u306f\u4e00\u3064\u3082\u3042\u308a\u307e\u305b\u3093\u3002 \u3059\u3079\u3066\u306f\u540c\u793e\u306e<b>\u300cTendon Drive\u300d<\/b>\u306b\u3088\u3063\u3066\u99c6\u52d5\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306f\u30011X\u72ec\u81ea\u306e\u30e2\u30fc\u30bf\u30fc\u306b\u3088\u3063\u3066\u727d\u5f15\u3055\u308c\u308b\u30dd\u30ea\u30de\u30fc\u88fd\u306e\u8171\u3067\u3001\u7d045:1\u304b\u308915:1\u306e\u6e96\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\u6bd4\u3092\u5b9f\u73fe\u3057\u3066\u304a\u308a\u3001\u3053\u308c\u306b\u3088\u308a\u3059\u3079\u3066\u306e\u95a2\u7bc0\u3067<b>\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u304c\u53ef\u80fd<\/b>\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u624b\u306f\u5916\u754c\u304b\u3089\u306e\u53cd\u529b\u3092\u611f\u3058\u53d6\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3059\u3002 <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X01.webp\" alt=\"\u5c0f\u3055\u306a\u7269\u4f53\u3092\u624b\u3067\u62fe\u3046\u65b0\u3057\u3044\u300c1X NEO\u300d\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u4e9b\u7d30\u306a\u3053\u3068<\/b>\u30fb\u5c0f\u3055\u306a\u3082\u306e\u3092\u62fe\u3044\u4e0a\u3052\u308b<b>\u4f5c\u696d<\/b>\u3053\u305d\u3001\u00b10.2 mm\u306e\u7cbe\u5ea6\u304c\u771f\u4fa1\u3092\u767a\u63ee\u3059\u308b\u5834\u9762\u3067\u3059\u30fb\u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"body reveal\">\u305d\u306e\u8cc7\u6599\u306e\u4e2d\u3067\u30013\u3064\u306e\u70b9\u304c\u7279\u306b\u76ee\u306b\u3064\u304d\u307e\u3059\u3002<\/p>\n      <ul class=\"trio reveal\">\n        <li>\n          <div class=\"t\">\u3042\u3089\u3086\u308b\u5834\u6240\u3067\u306e\u529b<\/div>\n          <div class=\"d\">\u89aa\u6307<b>\u30673.5 Nm<\/b>\u3001\u6307\u306e\u95a2\u7bc0\u3067<b>2.6 Nm<\/b>\u3001\u624b\u9996<b>\u306717.75 Nm\u306e<\/b>\u30d4\u30fc\u30af\u30c8\u30eb\u30af\u3092\u767a\u63ee\u3057\u3001\u6307\u5148\u306e\u5c48\u66f2\u529b\u306f<b>\u6700\u592745 N<\/b>\u306b\u9054\u3057\u307e\u3059\u3002\u307e\u305f\u3001\u30b9\u30d7\u30ea\u30f3\u30b0\u306b\u3088\u308b\u4f4d\u7f6e\u5236\u5fa1\u3060\u3051\u3067\u306a\u304f\u3001\u3059\u3079\u3066\u306e\u95a2\u7bc0\u3067\u30cd\u30a4\u30c6\u30a3\u30d6\u306a\u529b\u5236\u5fa1\u304c\u53ef\u80fd\u3067\u3059\u3002<\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\u305b\u3093\u65ad\u3092\u542b\u3080\u63a5\u89e6<\/div>\n          <div class=\"d\">\u67d4\u3089\u304b\u3044\u30dd\u30ea\u30de\u30fc\u306b\u6210\u5f62\u3055\u308c\u305f\u89e6\u899a\u30b9\u30bf\u30c3\u30af\u306f\u3001<b>\u6cd5\u7dda\u529b\u3001\u63a5\u89e6\u4f4d\u7f6e\u3001\u305b\u3093\u65ad\u529b\u3092<\/b>\u6e2c\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30ac\u30e9\u30b9\u304c\u6ed1\u308a\u59cb\u3081\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u691c\u77e5\u3057\u3001\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u628a\u6301\u72b6\u614b\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002\u305b\u3093\u65ad\u529b\u306e\u691c\u77e5\u306f\u3001\u4f9d\u7136\u3068\u3057\u3066\u591a\u304f\u306e\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u304c\u7701\u7565\u3057\u3066\u3044\u308b\u90e8\u5206\u3067\u3059\u3002 <\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\u98df\u5668\u6d17\u3044\u7528\u306b\u8a2d\u8a08\u3055\u308c\u305f<\/div>\n          <div class=\"d\"><b>IP68\u9632\u6c34\u3001\u98df\u54c1\u7528\u5b89\u5168\u57fa\u6e96\u306b\u9069\u5408<\/b>\u3001\u6975\u9650\u6e29\u5ea6\u4e0b\u3067\u306e\u90e8\u54c1\u8a66\u9a13\u3092\u30af\u30ea\u30a2\u3057\u3001\u624b\u9996\u306e\u95a2\u7bc0\u306f\u8ca0\u8377\u3092\u304b\u3051\u305f\u72b6\u614b\u3067<b>200\u4e07\u30b5\u30a4\u30af\u30eb<\/b>\u4ee5\u4e0a\u306e\u8010\u4e45\u8a66\u9a13\u306b\u5408\u683c\u3057\u3066\u3044\u307e\u3059\u3002\u5bb6\u5ead\u7528\u30ed\u30dc\u30c3\u30c8\u306b\u3068\u3063\u3066\u3001\u3053\u306e\u6700\u5f8c\u306e\u70b9\u306f\u3001\u3069\u3093\u306a\u5668\u7528\u3055\u306e\u30c7\u30e2\u30f3\u30b9\u30c8\u30ec\u30fc\u30b7\u30e7\u30f3\u3088\u308a\u3082\u91cd\u8981\u3067\u3059\u3002 <\/div>\n        <\/li>\n      <\/ul>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/kYh6WM48eM4?rel=0\" title=\"1X NEO\u304c\u65b0\u578b\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u306e\u30b9\u30d4\u30fc\u30c9\u3092\u5b9f\u6f14\u2015\u20151X\u306b\u3088\u308b\u30aa\u30ea\u30b8\u30ca\u30eb\u52d5\u753b\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\u7d20\u65e9\u3044\u6307\u3055\u3070\u304d<\/b>\u30fbNEO\u304c\u65b0\u30cf\u30f3\u30c9\u306e\u30b9\u30d4\u30fc\u30c9\u3092\u62ab\u9732\u3001\u308f\u305a\u304b14\u79d2\u3067\u30fb\u30aa\u30ea\u30b8\u30ca\u30eb\u52d5\u753b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"body reveal\">\u305d\u3057\u3066\u3001\u3064\u3044\u8aad\u307f\u98db\u3070\u3057\u3066\u3057\u307e\u3044\u304c\u3061\u306a\u4e00\u6587\u304c\u3042\u308b\u3002\u3059\u3079\u3066\u306e\u30e6\u30cb\u30c3\u30c8\u306f\u3001\u30c6\u30f3\u30c9\u30f3\u7d20\u6750\u3001\u30e2\u30fc\u30bf\u30fc\u3001\u30dd\u30ea\u30de\u30fc\u306b\u81f3\u308b\u307e\u3067\u3001<b>\u793e\u5185\u3067\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u3067<\/b>\u88fd\u9020\u3055\u308c\u3066\u304a\u308a\u3001<b>2026\u5e74\u307e\u3067\u306b1\u4e07\u500b\u306e\u30cf\u30f3\u30c9\u3092\u751f\u7523\u3059\u308b\u3068\u3044\u3046<\/b>\u76ee\u6a19\u304c\u63b2\u3052\u3089\u308c\u3066\u3044\u308b\u3002<\/p>\n      <p class=\"body reveal\">1X\u304c\u516c\u958b\u3057\u305f\u5168\u6587\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\uff1a<\/p>\n      <div class=\"spec reveal\">\n        <div class=\"srow\"><div class=\"k\">\u81ea\u7531\u5ea6<\/div><div class=\"v\">25\u81ea\u7531\u5ea6\u30fb\u3059\u3079\u3066\u529b\u5236\u5fa1\u5f0f<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6307\u3068\u624b\u306e\u3072\u3089<\/div><div class=\"v\">22\u306e\u5b8c\u5168\u99c6\u52d5\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u624b\u9996\u306e\u5668\u7528\u3055<\/div><div class=\"v\">3\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4f5c\u52d5<\/div><div class=\"v\">1X \u30c6\u30f3\u30c9\u30f3\u30c9\u30e9\u30a4\u30d6\u30fb\u30dd\u30ea\u30de\u30fc\u30c6\u30f3\u30c9\u30f3<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u8171\u306e\u4f1d\u9054\u6bd4<\/div><div class=\"v\">5:1 \u2013 15:1\uff08\u6e96\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u6027<\/div><div class=\"v\">\u5b8c\u5168\u306a\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u5bfe\u5fdc<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u89e6\u899a\u30bb\u30f3\u30b7\u30f3\u30b0<\/div><div class=\"v\">\u5727\u529b\uff0b\u4f4d\u7f6e\uff0b\u3059\u3079\u308a<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6307\u306b\u304b\u304b\u308b\u529b<\/div><div class=\"v\">\u6700\u592745 N<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6700\u5927\u30c8\u30eb\u30af\u30fb\u30b5\u30e0<\/div><div class=\"v\">3.5 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6700\u5927\u30c8\u30eb\u30af\u30fb\u6307\u306e\u95a2\u7bc0<\/div><div class=\"v\">2.6 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u624b\u9996\u306e\u30c8\u30eb\u30af<\/div><div class=\"v\">17.75 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4f4d\u7f6e\u7cbe\u5ea6<\/div><div class=\"v\">\u00b10.2 mm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u9632\u6c34\u7b49\u7d1a<\/div><div class=\"v\">IP68\u30fb\u98df\u54c1\u7528<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4fe1\u983c\u6027<\/div><div class=\"v\">>200\u4e07\u30b5\u30a4\u30af\u30eb\uff08\u624b\u9996\u3001\u8ca0\u8377\u4e0b\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u88fd\u9020<\/div><div class=\"v\">\u793e\u5185 \u00b7 \u30d8\u30a4\u30ef\u30fc\u30c9\uff08\u7c73\u56fd\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u751f\u7523\u76ee\u6a19<\/div><div class=\"v\">2026\u5e74\u306b10,000\u30cf\u30f3\u30c9<\/div><\/div>\n      <\/div>\n      <p class=\"speccap reveal\">\u767a\u58f2\u6642\u306b1X\u304c\u516c\u8868\u3057\u305f\u4ed5\u69d8\uff08<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit\">1x.tech<\/a>\uff09\u2015\u2015\u30e1\u30fc\u30ab\u30fc\u767a\u8868\u306e\u6570\u5024\u3002<\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X03.webp\" alt=\"\u30ec\u30b4\u30d6\u30ed\u30c3\u30af\u3067\u5efa\u7269\u3092\u7d44\u307f\u7acb\u3066\u308b1X NEO\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u4e00\u584a\u305a\u3064<\/b>\u00b7 \u30ec\u30b4\u306f\u3001\u529b\u52a0\u6e1b\u3084\u624b\u5148\u306e\u611f\u899a\u3092\u9759\u304b\u306b\u6c42\u3081\u3089\u308c\u308b\u3001\u3061\u3087\u3063\u3068\u3057\u305f\u30d1\u30fc\u30c6\u30a3\u30fc\u306e\u4f59\u8208\u306e\u3088\u3046\u306a\u3082\u306e\u3067\u3059 \u00b7 \u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <div class=\"pull reveal\">\n        <p>\u300c\u3053\u306e\u4e21\u624b\u306f\u3001\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u3092\u771f\u306b\u6709\u7528\u306a\u3082\u306e\u306b\u3059\u308b\u3053\u3068\u306b\u7126\u70b9\u3092\u5f53\u3066\u305f\u3001\u5fb9\u5e95\u7684\u306a\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306e\u96c6\u5927\u6210\u3067\u3059\u3002\u300d<\/p>\n        <div class=\"who\">\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2 \u00b7 1X \u5275\u696d\u8005\u517cCEO \u00b7 \u30b5\u30fc\u30d3\u30b9\u958b\u59cb\u306e\u304a\u77e5\u3089\u305b<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE FORESHADOWING -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u4f0f\u7dda\u30fb\u79c1\u305f\u3061\u306f\u4e01\u5be7\u306b\u305d\u3046\u544a\u3052\u3089\u308c\u305f<\/h2>\n      <p class=\"body reveal\">\u4eca\u601d\u3048\u3070\u30011X\u306f\u3053\u306e\u767a\u8868\u3092\u6570\u9031\u9593\u524d\u304b\u3089\u307b\u306e\u3081\u304b\u3057\u3066\u3044\u305f\u3002 \u30d5\u30a9\u30fc\u30d6\u30b9\u8a8c6\u6708\u53f7\u306e\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u30fc\u306b\u3088\u308b\u7279\u96c6\u8a18\u4e8b\u306e\u4e2d\u3067\u3001\u30d7\u30ed\u30c0\u30af\u30c8\u8cac\u4efb<b>\u8005\u306e\u30c0\u30fc\u30fb\u30b9\u30ea\u30fc\u30d1\u30fc\u306f<\/b>\u3001\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u6620\u50cf\u306e\u3069\u308c\u3088\u308a\u3082\u7d20\u65e9\u304f\u5668\u7528\u306a\u624b\u306e\u52d5\u304d\u3092\u62ab\u9732\u3057\u305f<b>\u3002<\/b>\u305d\u3057\u3066\u540c\u8a18\u4e8b\u3067\u306f\u3001<b>\u300c\u65e2\u5b58\u306e\u52d5\u753b\u3067\u898b\u304b\u3051\u305f\u304b\u3082\u3057\u308c\u306a\u3044\u73fe\u5728\u306eNEO\u306e\u624b\u306f\u3001\u88fd\u54c1\u5316\u3055\u308c\u308b\u3082\u306e\u3068\u306f\u7570\u306a\u308b\u300d<\/b>\u3068\u3001\u660e\u8a00\u3055\u308c\u3066\u3044\u305f<b>\u3002<\/b>\u79c1\u305f\u3061\u3082\u3001<a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">\u5bb6\u5ead\u5411\u3051\u767a\u58f2\u306b\u5148\u7acb\u3061\u3001NEO\u306e\u624b<\/a>\u306b\u95a2\u3059\u308b\u72ec\u81ea\u306e\u8a18\u4e8b\u306e\u4e2d\u3067\u3001\u540c\u69d8\u306e\u5146\u5019\u3092\u6307\u6458\u3057\u3066\u3044\u305f\u3002 <\/p>\n      <p class=\"body reveal\">\u30b9\u30ea\u30fc\u30d1\u30fc\u6c0f\u306f\u3001\u3053\u306e\u300c\u30cf\u30f3\u30c9\u300d\u3092\u3081\u3050\u308b\u8b70\u8ad6\u306e\u4e2d\u3067\u6700\u3082\u92ed\u3044\u6307\u6458\u3082\u884c\u3063\u305f\u3002\u591a\u304f\u306e\u4f01\u696d\u304c22\u81ea\u7531\u5ea6\u3092\u8b33\u3063\u3066\u3044\u308b\u304c\u3001\u305d\u306e\u95a2\u7bc0\u306e\u591a\u304f\u306f\u53d7\u52d5\u7684\u306a\u3082\u306e\u3067\u3042\u308a\u3001\u300c\u901a\u5e38\u306f\u5358\u306b\u30d0\u30cd\u5f0f\u300d\u306b\u904e\u304e\u306a\u3044\u3068\u3044\u3046\u306e\u3060\u3002\u5f7c\u306e\u4e3b\u5f35\u306f\u3001\u73fe\u5728\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u88fd\u54c1\u7d39\u4ecb\u30da\u30fc\u30b8\u3067\u3082\u88cf\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u3002\u3059\u306a\u308f\u3061\u3001<b>\u99c6\u52d5\u3055\u305b\u305f\u308a\u4f53\u611f\u3057\u305f\u308a\u3067\u304d\u306a\u3044\u81ea\u7531\u5ea6\u306f\u3001\u5358\u306a\u308b\u30c7\u30fc\u30bf\u30b7\u30fc\u30c8\u306e\u6570\u5024\u306b\u904e\u304e\u305a\u3001\u5b9f\u7528\u7684\u306a\u6a5f\u80fd\u3067\u306f\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3060\u3002<\/b> <\/p>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/3KP10nj4zGE?rel=0\" title=\"\u30cd\u30aa\u306e\u9a5a\u304f\u3079\u304d\u65b0\u3057\u3044\u624b\u2015\u2015\u3064\u3044\u306b\u767b\u5834\uff01\u2015\u2015\u300eNEXT\u300f\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u51fa\u6f14\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\u30cd\u30aa\u306e\u7d20\u6674\u3089\u3057\u3044\u65b0\u3057\u3044\u624b\u2015\u2015\u3064\u3044\u306b\u767b\u5834\uff01<\/b>  \u30fb\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u30fc\u6c0f\u304c\u81ea\u8eab\u306e\u300cNEXT\u300d\u30c1\u30e3\u30f3\u30cd\u30eb\u3067\u3001\u3053\u306e\u767a\u8868\u3092\u3044\u3061\u65e9\u304f\u7d39\u4ecb<\/p>\n      <\/div>\n      <div class=\"dyk right reveal\">\n        <div class=\"dyk-label\">\u3054\u5b58\u77e5\u3067\u3057\u305f\u304b\uff1f<\/div>\n        <p>\u305d\u306e\u30c6\u30a3\u30fc\u30b6\u30fc\u753b\u50cf\u81ea\u4f53\u304c\u3001\u8ab0\u306e\u76ee\u306b\u3082\u660e\u3089\u304b\u306a\u30d2\u30f3\u30c8\u3068\u306a\u3063\u3066\u3044\u307e\u3057\u305f\u3002\u30af\u30ed\u30fc\u30ba\u30a2\u30c3\u30d7\u3067\u5199\u3063\u3066\u3044\u308b\u3001\u6ed1\u8eca\u306e\u3088\u3046\u306a\u4e38\u3044\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u300c<b>\u30c6\u30f3\u30c9\u30f3\u99c6\u52d5\u30a2\u30af\u30c1\u30e5\u30a8\u30fc\u30bf\u30d1\u30c3\u30af<\/b>\u300d\u3067\u3059\u3002\u3053\u308c\u306f1X\u306e\u4ee3\u540d\u8a5e\u3068\u3082\u8a00\u3048\u308b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3067\u3042\u308a\u3001\u525b\u6027\u306e\u3042\u308b\u30ae\u30a2\u30dc\u30c3\u30af\u30b9\u306e\u4ee3\u308f\u308a\u306b\u30dd\u30ea\u30de\u30fc\u88fd\u306e\u30c6\u30f3\u30c9\u30f3\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a2\u30d7\u30ed\u30fc\u30c1\u3053\u305d\u304c\u3001\u30ed\u30dc\u30c3\u30c8\u5168\u4f53\u3092\u30ea\u30d3\u30f3\u30b0\u30eb\u30fc\u30e0\u3067\u3082\u9759\u304b\u306b\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u7406\u7531\u306a\u306e\u3067\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MID BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\u65b0\u767b\u5834\uff012026\u5e74<br>\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8<\/h2>\n                <p class=\"hgbv-mr-desc\">\u4e16\u754c\u306e\u30ed\u30dc\u30c6\u30a3\u30af\u30b9\u5c02\u9580\u5bb6\u306b\u3088\u308b198\u30da\u30fc\u30b8\u306e\u72ec\u5360\u7684\u30a4\u30f3\u30b5\u30a4\u30c8 &mdash; \u8cc7\u91d1\u8abf\u9054\u306e\u52d5\u5411\u3001\u6280\u8853\u7684\u8ab2\u984c\u3001\u4e3b\u8981\u30e1\u30fc\u30ab\u30fc\u3001\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u306e\u5909\u5316\u3001\u5c06\u6765\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u7528\u9014\u306b\u95a2\u3059\u308b\u8abf\u67fb\u3068\u4e88\u6e2c\u3092\u660e\u3089\u304b\u306b\u3057\u307e\u3059\u3002<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\u5c02\u9580\u5bb6\u306e\u898b\u89e3\u3092\u63b2\u8f09<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders\uff08\u5143CTO\uff09<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\u73fe\u5728\u306f <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u6226\u7565\u3068\u5e02\u5834\u30dd\u30b8\u30b7\u30e7\u30cb\u30f3\u30b0 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u982d\u8133\u304c\u518d\u69cb\u7bc9\u3055\u308c\u3064\u3064\u3042\u308b<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\u65b0\u767b\u5834\uff012026\u5e74 \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- THE HYPE CHECK -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u300c\u30cf\u30a4\u30d7\u30fb\u30c1\u30a7\u30c3\u30af\u300d\u30fb\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u3082\u306e\uff1f<\/h2>\n      <p class=\"body reveal\">\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u300d\u2015\u2015\u3053\u308c\u306f\u307e\u3055\u306b\u30dc\u30fc\u30cb\u30c3\u30c1\u3089\u3057\u3044\u8868\u73fe\u3060\u3002\u4ed5\u69d8\u66f8\u3067\u306f\u8a3c\u660e\u3067\u304d\u305a\u3001\u30e9\u30a4\u30d0\u30eb\u3082\u53cd\u8a3c\u3067\u304d\u306a\u3044\u4e3b\u5f35\u3067\u3042\u308b\u3002<i>\u3067\u304d\u308b\u3053\u3068\u3068\u3044\u3048\u3070<\/i>\u3001\u3053\u306e\u65b0\u3057\u3044\u30cf\u30f3\u30c9\u3092\u540c\u5206\u91ce\u306e\u4ed6\u88fd\u54c1\u3068\u6bd4\u8f03\u3059\u308b\u3053\u3068<i>\u304f\u3089\u3044\u3060\u308d\u3046<\/i>\u3002\u3068\u3044\u3046\u306e\u3082\u30012026\u5e74\u306f\u3072\u3063\u305d\u308a\u3068\u300c\u9ad8\u7cbe\u5ea6\u30cf\u30f3\u30c9\u958b\u767a\u7af6\u4e89\u300d\u306e\u5e74\u3068\u306a\u3063\u3066\u3044\u308b\u304b\u3089\u3060\uff1a <\/p>\n      <ul class=\"vs reveal\">\n        <li><span class=\"who\">Shadow Hand<\/span>\u2013 20\u5e74\u306b\u308f\u305f\u308a\u7814\u7a76\u5206\u91ce\u306e\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u3068\u3057\u3066\u541b\u81e8\u3057\u300124\u7b87\u6240\u306e\u95a2\u7bc0\u3092\u5099\u3048\u3001\u305d\u306e\u4fa1\u683c\u3082\u305d\u308c\u306b\u3075\u3055\u308f\u3057\u3044\u3002\u7814\u7a76\u5ba4\u3067\u306f\u4f1d\u8aac\u7684\u5b58\u5728\u3060\u304c\u3001\u65e5\u5e38\u7684\u306a\u4f7f\u7528\u3084\u5927\u91cf\u751f\u7523\u3092\u60f3\u5b9a\u3057\u3066\u4f5c\u3089\u308c\u305f\u3082\u306e\u3067\u306f\u306a\u3044\u3002 <\/li>\n        <li><span class=\"who\">AGILINK OmniHand 3 Ultra-M<\/span>\u2013 AGIBOT\u306e\u30b9\u30d4\u30f3\u30aa\u30d5\u4f01\u696d\u304c\u958b\u767a\u3057\u305f\u30d5\u30e9\u30c3\u30b0\u30b7\u30c3\u30d7\u30e2\u30c7\u30eb\u3067\u300120\u306e\u30a2\u30af\u30c6\u30a3\u30d6\u81ea\u7531\u5ea6\u3068\u30d3\u30b8\u30e7\u30f3\u30d9\u30fc\u30b9\u306e\u89e6\u899a\u6307\u5148\u3092\u5099\u3048\u30016\u6708\u306eICRA 2026\u3067\u767a\u8868\u3055\u308c\u305f\u3002<b>\u3053\u308c\u307e\u3067\u306b8,000\u53f0\u4ee5\u4e0a\u306e\u5de7\u307f\u306a\u30cf\u30f3\u30c9\u304c\u51fa\u8377\u3055\u308c\u3066\u3044\u308b\u3068<\/b>\u3055\u308c\u3066\u3044\u308b\u3002 1X\u306b\u3068\u3063\u3066\u91cf\u7523\u30e2\u30c7\u30eb\u3068\u3057\u3066\u306e\u6700\u5927\u306e\u30e9\u30a4\u30d0\u30eb\u3068\u8a00\u3048\u308b\u88fd\u54c1<a href=\"https:\/\/humanoid.guide\/product\/omnihand\/\">\u2015\u2015\u5f53\u30ac\u30a4\u30c9<\/a>\u3067\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 <\/li>\n        <li>\u300c<span class=\"who\">Wuji Hand 2<\/span>\u300d\u2015\u2015ICRA 2026\u3067\u4e16\u754c\u521d\u516c\u958b\u3055\u308c\u305f\u3001\u751f\u4f53\u6a21\u5023\u578b\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\u30cf\u30f3\u30c9\u3002\u4f55\u3088\u308a\u3082\u4eba\u9593\u306e\u3088\u3046\u306a\u52d5\u304d\u3092\u8ffd\u6c42\u3057\u3066\u3044\u308b\u3002<\/li>\n        <li><span class=\"who\">\u30c6\u30b9\u30e9<\/span>\u300c<span class=\"who\">\u30aa\u30d7\u30c6\u30a3\u30de\u30b9<\/span>\u300d\u2015\u2015\u5e38\u306b\u8a71\u984c\u3068\u306a\u308b\u6bd4\u8f03\u5bfe\u8c61\uff1a\u7b2c3\u4e16\u4ee3\u5411\u3051\u306b\u7d04\u675f\u3055\u308c\u3066\u3044\u305f22\u81ea\u7531\u5ea6\u306e\u624b\u3060\u304c\u3001\u3053\u306e\u8a18\u4e8b\u306e\u57f7\u7b46\u6642\u70b9\u3067\u306f\u307e\u3060\u516c\u306e\u5834\u3067\u5b9f\u6f14\u3055\u308c\u3066\u3044\u306a\u3044\u3002\u30c6\u30b9\u30e9\u306f\u7b2c3\u4e16\u4ee3\u306e\u767a\u8868\u81ea\u4f53\u3092\u5ef6\u671f\u3057\u3066\u3044\u308b\u3002<\/li>\n      <\/ul>\n      <p class=\"body reveal\">\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u3060\u3051\u3092\u898b\u308c\u3070\u3001\u7387\u76f4\u306a\u8a55\u4fa1\u306f\u3053\u3046\u3060\u30021X\u306e\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u500b\u3005\u306e\u6570\u5024\u306f\u3001\u3069\u308c\u3082\u524d\u4f8b\u306e\u306a\u3044\u3082\u306e\u3067\u306f\u306a\u3044\u2015\u2015\u7a00\u6709\u306a\u306e\u306f\u3001<b>\u305d\u308c\u3089\u306e\u7d44\u307f\u5408\u308f\u305b\u305d\u306e<\/b>\u3082\u306e\u3067\u3042\u308b\u300225\u30ab\u6240\u306e\u95a2\u7bc0\u3059\u3079\u3066\u306b\u304a\u3051\u308b\u5b8c\u5168\u306a\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u6e96\u62e0\u306e\u8010\u4e45\u6027\u3001\u305d\u3057\u30661\u4e07\u53f0\u898f\u6a21\u306e\u751f\u7523\u30e9\u30a4\u30f3\u2015\u2015\u3053\u308c\u3089\u304c\u3059\u3079\u30661\u3064\u306e\u30ed\u30dc\u30c3\u30c8\u306b\u96c6\u7d04\u3055\u308c\u308b\u3053\u3068\u306f\u3001\u901a\u5e38\u3042\u308a\u5f97\u306a\u3044\u3002 \u305d\u308c\u304c\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u300d\u3068\u8a00\u3048\u308b\u304b\u3069\u3046\u304b\u306f\u3001\u3044\u304b\u306a\u308b\u767a\u58f2\u30da\u30fc\u30b8\uff08\u5f53\u30b5\u30a4\u30c8\u306e\u3082\u306e\u3082\u542b\u3080\uff09\u306b\u3088\u308b\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u7b2c\u4e09\u8005\u306b\u3088\u308b\u5b9f\u6a5f\u4f53\u9a13\u306b\u3088\u3063\u3066\u6c7a\u307e\u308b\u3060\u308d\u3046\u3002  <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- THE HUMANOID.GUIDE VIEW -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">humanoid.guide \u7279\u96c6 \u00b7 1X NEO \u30cf\u30f3\u30c9\u306b\u95a2\u3059\u308b3\u3064\u306e\u8996\u70b9<\/h2>\n      <p class=\"body reveal\"><b>\u307e\u305a\u3001DoF\u30ec\u30fc\u30b9\u306f\u7d42\u4e86\u3057\u307e\u3057\u305f\u304c\u30011X\u304c\u30b9\u30b3\u30a2\u30dc\u30fc\u30c9\u306e\u6539\u3056\u3093\u3092\u8a66\u307f\u3066\u3044\u307e\u3059\u3002<\/b>  \u9577\u5e74\u306b\u308f\u305f\u308a\u3001\u5668\u7528\u6027\u306b\u95a2\u3059\u308b\u8b70\u8ad6\u306f\u3001\u72ec\u5275\u7684\u306a\u8a08\u7b97\u624b\u6cd5\u304c\u8a55\u4fa1\u3055\u308c\u308b\u300c\u6570\u5b57\u306e\u99c6\u3051\u5f15\u304d\u300d\u3067\u3057\u305f\u30021X\u793e\u306f\u3001\u5358\u306a\u308b\u81ea\u7531\u5ea6\uff08DoF\uff09\u306e\u6570\u5024\u3060\u3051\u3067\u306a\u304f\u3001\u30c8\u30eb\u30af\u3001\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u691c\u77e5\u306e\u30c7\u30fc\u30bf\u3092\u516c\u8868\u3059\u308b\u3053\u3068\u3067\u3001\u8b70\u8ad6\u306e\u7126\u70b9\u3092\u300c\u624b\u304c\u4f55<i>\u3092\u611f\u3058<\/i>\u3001<i>\u3069\u306e\u3088\u3046\u306a\u72b6\u6cc1\u306b\u8010\u3048\u3089\u308c\u308b\u304b<\/i>\u300d\u3068\u3044\u3046\u65b9\u5411\u3078\u3068\u5c0e\u3044\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306f\u540c\u793e\u304c\u512a\u4f4d\u306b\u7acb\u3066\u308b\u5206\u91ce\u3060\u3068\u78ba\u4fe1\u3057\u3066\u3044\u308b\u9818\u57df\u3067\u3059\u3002\u6570\u304b\u6708\u4ee5\u5185\u306b\u3001\u7af6\u5408\u4ed6\u793e\u3082\u540c\u69d8\u306e\u6570\u5024\u3092\u516c\u8868\u3057\u59cb\u3081\u308b\u3053\u3068\u304c\u4e88\u60f3\u3055\u308c\u307e\u3059\u3002  <\/p>\n      <p class=\"body reveal\"><b>\u7b2c\u4e8c\u306b\u3001\u30cf\u30f3\u30c9\u30ec\u30fc\u30b9\u306f\u3001\u5b9f\u306e\u3068\u3053\u308d\u88fd\u9020\u7af6\u4e89\u3067\u3042\u308b\u3002<\/b>  2026\u5e74\u306b\u6700\u3082\u6ce8\u76ee\u3092\u96c6\u3081\u305f2\u3064\u306e\u767a\u8868\u306f\u3001\u64cd\u4f5c\u6027\u306e\u8a18\u9332\u3067\u306f\u306a\u304f\u3001AGILINK\u306b\u3088\u308b8,000\u624b\u306e\u51fa\u8377\u5b9f\u7e3e\u3068\u30011X\u306b\u3088\u308b10,000\u624b\u306e\u751f\u7523\u8a08\u753b\u3067\u3042\u308a\u3001\u3044\u305a\u308c\u3082\u5782\u76f4\u7d71\u5408\u578b\u5de5\u5834\u304b\u3089\u306e\u3082\u306e\u3060\u3002 \u300c\u30cf\u30f3\u30c9\u300d\u306f\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u306e\u4e2d\u3067\u6700\u3082\u6545\u969c\u3057\u3084\u3059\u304f\u3001\u6700\u3082\u9ad8\u4fa1\u306a\u90e8\u54c1\u3067\u3042\u308b\u3002\u3053\u308c\u3092\u6700\u521d\u306b\u91cf\u7523\u5316\u3067\u304d\u305f\u4f01\u696d\u304c\u3001\u696d\u754c\u5168\u4f53\u306e\u6700\u4f4e\u57fa\u6e96\u3092\u6c7a\u5b9a\u3065\u3051\u308b\u3053\u3068\u306b\u306a\u308b\u3002\u30d8\u30a4\u30ef\u30fc\u30c9\u793e\u306e\u81ea\u793e\u751f\u7523\u30e9\u30a4\u30f3\u306f\u3001\u3069\u306e\u5358\u4e00\u306e\u95a2\u7bc0\u3088\u308a\u3082\u91cd\u8981\u306a\u610f\u5473\u3092\u6301\u3064\u304b\u3082\u3057\u308c\u306a\u3044\u3002  <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X02.webp\" alt=\"1X NEO\u304c\u30b8\u30c3\u30d1\u30fc\u3092\u64cd\u4f5c\u3057\u3066\u3044\u308b\u624b\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u30b8\u30c3\u30d1\u30fc\u30c6\u30b9\u30c8<\/b>\u00b7 \u5bb6\u5ead\u5185\u306e\u4f5c\u696d\u306e\u4e2d\u3067\u3001\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u306b\u3053\u308c\u307b\u3069\u904e\u9177\u306a\u8ca0\u62c5\u3092\u304b\u3051\u308b\u3082\u306e\u306f\u307b\u3068\u3093\u3069\u306a\u3044\u2015\u2015\u307e\u3055\u306b\u3053\u3053\u3067\u3001\u30b9\u30ea\u30c3\u30d7\u691c\u51fa\u6a5f\u80fd\u306e\u771f\u4fa1\u304c\u767a\u63ee\u3055\u308c\u308b \u00b7 \u753b\u50cf\u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"body reveal\"><b>\u7b2c\u4e09\u306b\u3001\u8010\u4e45\u6027\u304c\u6ce8\u76ee\u3059\u3079\u304d\u30dd\u30a4\u30f3\u30c8\u3067\u3059\u3002<\/b>  \u8171\u99c6\u52d5\u5f0f\u306e\u624b\u306f\u3001\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u306e\u60aa\u5922\u3068\u3057\u3066\u60aa\u540d\u9ad8\u3044\u2015\u2015\u8171\u306f\u4f38\u3073\u305f\u308a\u3001\u307b\u3064\u308c\u305f\u308a\u3001\u5207\u308c\u305f\u308a\u3057\u3066\u3057\u307e\u3046\u304b\u3089\u3060\u3002 200\u4e07\u56de\u306e\u624b\u9996\u306e\u5c48\u4f38\u52d5\u4f5c\u3068IP68\u898f\u683c\u306e\u8010\u6c34\u6027\u2015\u2015\u3053\u308c\u3053\u305d\u304c\u61d0\u7591\u8ad6\u8005\u305f\u3061\u304c\u6c42\u3081\u3066\u3044\u305f\u7b54\u3048\u3067\u3042\u308a\u3001\u307e\u3055\u306b\u5916\u90e8\u306b\u3088\u308b\u691c\u8a3c\u304c\u5fc5\u8981\u306a\u4e3b\u5f35\u305d\u306e\u3082\u306e\u3067\u3059\u3002NEO\u306e\u4e00\u822c\u6d88\u8cbb\u8005\u5411\u3051\u51fa\u8377\u304c\u4eca\u5e74\u5f8c\u534a\u306b\u4e88\u5b9a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304b\u3089\u3001\u771f\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u306f\u5b9f\u9a13\u5ba4\u3067\u306f\u306a\u304f\u3001\u5b9f\u969b\u306e\u53f0\u6240\u3067\u5f97\u3089\u308c\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002\u79c1\u305f\u3061\u3082\u3001\u3044\u3061\u65e9\u304f\u3053\u308c\u3092\u8a66\u3057\u3066\u307f\u308b\u3053\u3068\u3092\u697d\u3057\u307f\u306b\u3057\u3066\u3044\u307e\u3059\u3002   <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CLOSING -->\n  <section class=\"closing\">\n    <div class=\"wrap\">\n      <div class=\"eyebrow reveal\">\u307e\u3068\u3081<\/div>\n      <h2 class=\"reveal\">\u300c\u6700\u9ad8\u300d\u306a\u3093\u3066\u8a00\u8449\u306f\u5fd8\u308c\u3066\u304f\u3060\u3055\u3044\u3002\u91cd\u8981\u306a\u306e\u306f\u3001\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u3001\u305d\u3057\u3066\u751f\u7523\u30e9\u30a4\u30f3\u3067\u3059\u3002<\/h2>\n      <p class=\"reveal\">NEO\u306b\u540c\u68b1\u3055\u308c\u308b\u30cf\u30f3\u30c9\u304c\u516c\u958b\u3055\u308c\u307e\u3057\u305f\u3002<a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\u306e\u30cf\u30f3\u30c9<\/a>\u3001<a href=\"https:\/\/humanoid.guide\/neo-what-1x-just-launched\/\">NEO\u306e\u30ea\u30ea\u30fc\u30b9<\/a>\u3001<a href=\"https:\/\/humanoid.guide\/1x-self-learning-model\/\">1X\u306e\u81ea\u5df1\u5b66\u7fd2\u578b\u30ef\u30fc\u30eb\u30c9\u30e2\u30c7\u30eb<\/a>\u306b\u95a2\u3059\u308b\u4ee5\u524d\u306e\u8a18\u4e8b\u3001\u3042\u308b\u3044\u306f<a href=\"https:\/\/humanoid.guide\/ja\/product\/1x-neo\/\">\u5f53\u30ac\u30a4\u30c9\u306eNEO\u306b\u95a2\u3059\u308b\u8a18\u4e8b<\/a>\u5168\u6587\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 <\/p>\n      <a class=\"neocard reveal\" href=\"https:\/\/humanoid.guide\/ja\/product\/1x-neo\/\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/10\/NEO-1X-humanoid-guide-Featured-Image-1200x1200.webp\" alt=\"1X NEO \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8 \u2013 humanoid.guide \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u8a73\u7d30\u60c5\u5831\" loading=\"lazy\"\/>\n        <div class=\"cap\">\u5f53\u30ac\u30a4\u30c9\u306b\u304a\u3051\u308b1X NEO<\/div>\n        <div class=\"sub\">\u3053\u306e\u624b\u304c\u5c5e\u3059\u308b\u30ed\u30dc\u30c3\u30c8\u306e\u4ed5\u69d8\u3001\u4fa1\u683c\u3001\u305d\u3057\u3066\u305d\u306e\u5168\u8c8c<\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- BOTTOM BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner bottom\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\u65b0\u767b\u5834\uff012026\u5e74<br>\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8<\/h2>\n                <p class=\"hgbv-mr-desc\">\u4e16\u754c\u306e\u30ed\u30dc\u30c6\u30a3\u30af\u30b9\u5c02\u9580\u5bb6\u306b\u3088\u308b198\u30da\u30fc\u30b8\u306e\u72ec\u5360\u7684\u30a4\u30f3\u30b5\u30a4\u30c8 &mdash; \u8cc7\u91d1\u8abf\u9054\u306e\u52d5\u5411\u3001\u6280\u8853\u7684\u8ab2\u984c\u3001\u4e3b\u8981\u30e1\u30fc\u30ab\u30fc\u3001\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u306e\u5909\u5316\u3001\u5c06\u6765\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u7528\u9014\u306b\u95a2\u3059\u308b\u8abf\u67fb\u3068\u4e88\u6e2c\u3092\u660e\u3089\u304b\u306b\u3057\u307e\u3059\u3002<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\u5c02\u9580\u5bb6\u306e\u898b\u89e3\u3092\u63b2\u8f09<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders\uff08\u5143CTO\uff09<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\u73fe\u5728\u306f <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u6226\u7565\u3068\u5e02\u5834\u30dd\u30b8\u30b7\u30e7\u30cb\u30f3\u30b0 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u982d\u8133\u304c\u518d\u69cb\u7bc9\u3055\u308c\u3064\u3064\u3042\u308b<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\u65b0\u767b\u5834\uff012026\u5e74 \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"wrap\">\n      <div class=\"foot-brand\">humanoid<b>.<\/b>guide<\/div>\n      <div class=\"foot-tag\">\u30cb\u30e5\u30fc\u30b9\u5206\u6790\u30fb2026\u5e747\u6708<\/div>\n      <div class=\"srcnote\">\n        <b class=\"label\">\u3053\u306e\u5206\u6790\u306b\u3064\u3044\u3066<\/b>\n \u516c\u958b\u60c5\u5831\u6e90\u306b\u57fa\u3065\u304d<strong>humanoid.guide<\/strong>\u304c\u57f7\u7b46\uff1a1X\u306e\u30ed\u30fc\u30f3\u30c1\u30da\u30fc\u30b8\u300c<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">NEO's Hands \u2013 An API to the Physical World<\/a>\u300d\u3001Bernt B\u00f8rnich\u6c0f\u306e<a href=\"https:\/\/x.com\/BerntBornich\/status\/2074960249749192718\" target=\"_blank\" rel=\"noopener\">X\u4e0a\u306e\u30c6\u30a3\u30fc\u30b6\u30fc<\/a>\u3001 John Koetsier\u6c0f\u306b\u3088\u308b2026\u5e746\u6708\u306e\u300eForbes\u300f\u7279\u96c6\u8a18\u4e8b<a href=\"https:\/\/www.forbes.com\/sites\/johnkoetsier\/2026\/06\/01\/this-robot-might-have-the-best-hands-of-any-humanoid-ever\/\" target=\"_blank\" rel=\"noopener\">\u300cThis Robot Might Have The Best Hands Of Any Humanoid Ever\u300d<\/a>\uff08Dar Sleeper\u6c0f\u306e\u5f15\u7528\u5143\uff09\u3001<a href=\"https:\/\/www.humanoidsdaily.com\/news\/the-contact-problem-how-agilink-s-new-omnihand-3-ultra-m-is-teaching-robots-to-feel\" target=\"_blank\" rel=\"noopener\">\u304a\u3088\u3073Humanoids<\/a> <a href=\"https:\/\/pandaily.com\/agilink-launches-omni-hand-3-series-ships-over-8-000-dexterous-hands\" target=\"_blank\" rel=\"noopener\">Daily\u3084Pandaily\u306b\u3088\u308b<\/a>\u624b\u306e\u6280\u8853\u7af6\u4e89\u5168\u822c\u306b\u95a2\u3059\u308b\u5831\u9053\u3002 \u4ed5\u69d8\u304a\u3088\u3073\u751f\u7523\u53f0\u6570\u306f\u5404\u793e\u306e\u4e3b\u5f35\u306b\u57fa\u3065\u304f\u3082\u306e\u3067\u3042\u308a\u3001\u72ec\u7acb\u3057\u305f\u691c\u8a3c\u306f\u884c\u308f\u308c\u3066\u3044\u307e\u305b\u3093\u3002NEO\u306e\u7d0d\u671f\u306f\u30011X\u304c\u767a\u8868\u3057\u305f2026\u5e74\u306e<a href=\"https:\/\/www.globenewswire.com\/news-release\/2026\/04\/30\/3285118\/0\/en\/1x-opens-neo-factory-in-hayward-ca-america-s-first-vertically-integrated-humanoid-robot-factory-with-consumer-shipments-planned-for-2026.html\" target=\"_blank\" rel=\"noopener\">\u30d8\u30a4\u30ef\u30fc\u30c9\u5de5\u5834\u304b\u3089\u306e<\/a>\u4e00\u822c\u6d88\u8cbb\u8005\u5411\u3051\u51fa\u8377\u8a08\u753b\u306b\u57fa\u3065\u304f\u3082\u306e\u3001Optimus\u306e\u72b6\u6cc1\u306f\u3001\u30c6\u30b9\u30e9\u304c\u767a\u8868\u3057\u305fGen 3\u306e\u767a\u8868\u5ef6\u671f\u306b\u57fa\u3065\u304f\u3082\u306e\u3067\u3059\u3002 \u672c\u8a18\u4e8b\u306b\u63b2\u8f09\u3055\u308c\u3066\u3044\u308b\u5199\u771f\u304a\u3088\u3073\u52d5\u753b\u306e\u9759\u6b62\u753b\u306f<strong>\u3059\u3079\u30661X Technologies\u306e<\/strong>\u63d0\u4f9b\u306b\u3088\u308b\u3082\u306e\u3067\u3059\u3002\u4e00\u90e8\u306f\u540c\u793e\u306e\u30ed\u30fc\u30f3\u30c1\u52d5\u753b\u304b\u3089\u306e\u30d5\u30ec\u30fc\u30e0\u3001\u305d\u306e\u4ed6\u306f\u516c\u5f0f\u306e\u88fd\u54c1\u5199\u771f\u3067\u3059\u3002\u300cThe humanoid.guide View\u300d\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u898b\u89e3\u306f\u5f53\u30b5\u30a4\u30c8\u72ec\u81ea\u306e\u898b\u89e3\u3067\u3059\u3002    \n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div><!-- \/.hg -->\n\n<script>\n  (function(){\n    var reveals = [].slice.call(document.querySelectorAll('.hg .reveal'));\n\n    \/* fade-in on scroll *\/\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(en){\n          if(en.isIntersecting){\n            en.target.classList.add('in');\n            io.unobserve(en.target);\n          }\n        });\n      }, { threshold: 0.1, rootMargin: '0px 0px -6% 0px' });\n      reveals.forEach(function(e){ io.observe(e); });\n    } else {\n      reveals.forEach(function(e){ e.classList.add('in'); });\n    }\n  })();\n<\/script>00;700&display=swap\" rel=\"stylesheet\">\n<style>\n  \/* ============================================================\n     humanoid.guide \u2013 Field Report styling (white report variant)\n     1X NEO hands reveal \u2013 news analysis.\n     Everything is scoped under .hg so nothing leaks into the\n     WordPress theme. Paste the <style> block + the .hg wrapper\n     into a Custom HTML block.\n     ============================================================ *\/\n  body{margin:0}\n  .hg{\n    --bg:#ffffff;\n    --ink:#141414;\n    --ink-2:#3a3a3a;\n    --ink-dim:#666;\n    --ink-faint:#9a9a9a;\n    --grid:#e9e9e9;\n    --yellow:#ffe500;\n    --amber:#f5a623;\n    --gold:#c9a200;\n    --maxw:1080px;\n\n    background:var(--bg);\n    color:var(--ink);\n    font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;\n    line-height:1.7;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n    border-top:5px solid var(--yellow);\n  }\n  \/* reset \u2013 but leave foreign markup alone so it keeps its own look:\n     1) the manual hg-banner shortcode slots,\n     2) anything Kadence Elements hooks inject into the content\n        (kadence \/ kb- \/ wp-block class prefixes), and\n     3) the banner slider's own markup (hgbv- class prefix), which the\n        Elements hook injects without our .hg-banner wrapper.\n     The :where() wrappers keep specificity at the same level as a plain\n     .hg * rule, so the theme\/plugin CSS wins inside that markup.\n     NB: never write the shortcode name in square brackets inside this\n     style block \u2013 WordPress expands shortcodes even here and that breaks\n     the whole stylesheet. *\/\n  .hg *:where(:not(.hg-banner,[class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"])):where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){box-sizing:border-box;margin:0;padding:0}\n  .hg img:where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){max-width:100%}\n\n  .hg .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}\n\n  \/* highlighter *\/\n  .hg .hl{\n    background:linear-gradient(transparent 14%, var(--yellow) 14%, var(--yellow) 86%, transparent 86%);\n    padding:0 .06em;\n  }\n\n  \/* masthead *\/\n  .hg .masthead{\n    max-width:var(--maxw);margin:0 auto;padding:26px 28px 22px;\n    display:flex;justify-content:space-between;align-items:center;\n    border-bottom:1px solid var(--ink);\n  }\n  .hg .brand{font-family:'Playfair Display',serif;font-weight:900;font-size:19px;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}\n  .hg .brand b{color:var(--gold)}\n  .hg .masthead .tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}\n\n  \/* hero *\/\n  .hg .hero{padding:74px 0 58px;border-bottom:2px solid var(--ink)}\n  .hg .kicker{font-size:13px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--ink);margin-bottom:26px;display:flex;align-items:center;gap:14px}\n  .hg .kicker::before{content:\"\";width:32px;height:10px;background:var(--yellow);border-radius:0;flex:0 0 auto}\n  \/* h1\/h2 are scoped to OUR containers only, so injected element headings\n     are never touched *\/\n  .hg .hero h1{\n    font-family:'Playfair Display',serif;font-weight:900;\n    font-size:clamp(44px,8.4vw,98px);line-height:.96;letter-spacing:-.02em;color:var(--ink);\n  }\n  .hg .withline{\n    font-family:'Playfair Display',serif;font-style:italic;font-weight:500;\n    font-size:clamp(20px,3vw,30px);color:var(--ink-2);margin-top:16px;\n  }\n  .hg .withline b{font-style:normal;font-weight:700;color:var(--ink)}\n  .hg .withline b i{font-style:italic;color:var(--gold)}\n  .hg .dek{font-size:clamp(19px,2.3vw,25px);line-height:1.45;max-width:700px;margin-top:30px;color:var(--ink-2);font-weight:400}\n  .hg .dek b{color:var(--ink);font-weight:600}\n  .hg .byline{margin-top:38px;font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-dim);display:flex;flex-wrap:wrap;gap:10px 26px}\n  .hg .byline span{color:var(--ink-faint)}\n  .hg .byline b{color:var(--ink);font-weight:700}\n\n  \/* sections \u2013 direct children of .hg only, so injected markup is untouched *\/\n  .hg > section{padding:64px 0;border-bottom:1px solid #ececec}\n  \/* eyebrows are h2 elements for SEO \u2013 pin font\/size explicitly so the\n     theme's own h2 rules can't leak in *\/\n  .hg .eyebrow{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);line-height:1.7;margin:0 0 18px}\n  .hg .eyebrow::before{content:\"\";display:inline-block;width:8px;height:8px;background:var(--yellow);border-radius:0;margin-right:9px;vertical-align:middle;flex:0 0 auto}\n  .hg .closing h2{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(28px,4.4vw,48px);line-height:1.05;letter-spacing:-.01em;max-width:18ch;color:var(--ink)}\n  .hg p.body{font-size:17.5px;line-height:1.75;color:var(--ink-2);max-width:680px;margin-top:18px}\n  .hg p.body:first-of-type{margin-top:0}\n  .hg p.body b{color:var(--ink);font-weight:600}\n  .hg p.body + p.body{margin-top:16px}\n  .hg p.body a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* lede + drop cap *\/\n  .hg .lede{padding-top:56px}\n  .hg .lede p{font-family:'Playfair Display',serif;font-size:clamp(22px,2.7vw,29px);line-height:1.5;max-width:800px;color:var(--ink);font-weight:500}\n  .hg .lede .drop::first-letter{\n    font-family:'Playfair Display',serif;font-weight:900;float:left;font-size:92px;line-height:.7;\n    padding:10px 16px 0 0;color:var(--ink);\n    background:linear-gradient(transparent 60%, var(--yellow) 60%);\n  }\n\n  \/* stat band *\/\n  .hg .statband{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-top:46px}\n  .hg .stat{padding:26px 18px;border-right:1px solid #e2e2e2}\n  .hg .stat:last-child{border-right:none}\n  .hg .stat .n{font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(32px,4.8vw,54px);line-height:1;letter-spacing:-.02em;color:var(--ink)}\n  .hg .stat .l{font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-dim);margin-top:10px}\n\n  \/* numbered feature list \u2013 the \"three of three\" pattern *\/\n  .hg .trio{list-style:none;max-width:760px;margin-top:30px;counter-reset:trio}\n  .hg .trio li{counter-increment:trio;padding:24px 0 26px 74px;border-bottom:1px solid #ececec;position:relative}\n  .hg .trio li:first-child{border-top:2px solid var(--ink)}\n  .hg .trio li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .trio li::before{\n    content:counter(trio);position:absolute;left:0;top:24px;\n    width:46px;height:46px;display:flex;align-items:center;justify-content:center;\n    font-family:'Playfair Display',serif;font-weight:900;font-size:26px;color:var(--ink);\n    background:var(--yellow);border-radius:0;\n  }\n  .hg .trio .t{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(20px,2.6vw,26px);line-height:1.2;color:var(--ink)}\n  .hg .trio .d{font-size:16.5px;line-height:1.7;color:var(--ink-2);margin-top:8px;max-width:640px}\n  .hg .trio .d b{color:var(--ink);font-weight:600}\n  .hg .trio .d a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* pull quote *\/\n  .hg .pull{\n    max-width:760px;margin:44px 0 6px;padding:6px 0 6px 30px;\n    border-left:10px solid var(--yellow);\n  }\n  .hg .pull p{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;font-size:clamp(21px,2.6vw,28px);line-height:1.45;color:var(--ink)}\n  .hg .pull .who{font-family:'Inter',sans-serif;font-style:normal;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim);margin-top:12px}\n\n  \/* \u2500\u2500 \"Did you know?\" boxes \u2500\u2500 *\/\n  .hg .dyk{\n    max-width:660px;margin:42px 0 6px;padding:22px 26px 24px;\n    background:#fffbdc;border:1.5px solid var(--ink);border-radius:5px;\n    box-shadow:8px 8px 0 var(--yellow);\n  }\n  .hg .dyk.right{margin-left:auto}\n  .hg .dyk .dyk-label{font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-bottom:9px;display:flex;align-items:center;gap:9px}\n  .hg .dyk .dyk-label::before{content:\"\";width:9px;height:9px;background:var(--ink);flex:0 0 auto}\n  .hg .dyk p{font-size:15.5px;line-height:1.65;color:var(--ink-2)}\n  .hg .dyk p b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 photo figure \u2500\u2500 *\/\n  .hg .figwrap{max-width:560px;margin:34px 0 6px}\n  .hg .figwrap.wide{max-width:760px}\n  .hg .figwrap img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55)}\n  .hg .vcap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 4px 0;line-height:1.5}\n  .hg .vcap b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 video embed \u2013 16:9 \u2500\u2500 *\/\n  .hg .vidwrap{max-width:760px;margin:0 0 40px}\n  .hg .vid{\n    position:relative;width:100%;aspect-ratio:16\/9;background:#0b0b0b;\n    border-radius:16px;overflow:hidden;\n    box-shadow:0 22px 44px -28px rgba(0,0,0,.55);\n  }\n  .hg .vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n  \/* spec sheet table *\/\n  .hg .spec{max-width:680px;margin-top:32px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}\n  .hg .spec .srow{display:grid;grid-template-columns:1fr auto;gap:18px;padding:11px 2px;border-bottom:1px solid #ececec;align-items:baseline}\n  .hg .spec .srow:last-child{border-bottom:none}\n  .hg .spec .k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim)}\n  .hg .spec .v{font-size:15.5px;font-weight:700;color:var(--ink);text-align:right}\n  .hg .speccap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 2px 0;max-width:680px}\n\n  \/* hype-check list \u2013 claim vs. field *\/\n  .hg .vs{list-style:none;max-width:760px;margin-top:26px}\n  .hg .vs li{padding:16px 0 18px 26px;border-bottom:1px solid #ececec;position:relative;font-size:16px;line-height:1.65;color:var(--ink-2)}\n  .hg .vs li:first-child{border-top:2px solid var(--ink)}\n  .hg .vs li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .vs li::before{content:\"\";position:absolute;left:0;top:24px;width:10px;height:10px;background:var(--yellow);border-radius:0}\n  .hg .vs .who{color:var(--ink);font-weight:700}\n  .hg .vs a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* WordPress shortcode banners \u2013 keep the slot's spacing, but reset the\n     inherited report typography so the banners render as designed *\/\n  .hg .hg-banner{margin:18px auto;padding:34px 0;font-family:revert;font-size:medium;font-weight:normal;line-height:normal;letter-spacing:normal;text-align:initial;color:initial}\n  .hg .hg-banner.bottom{padding:42px 0 6px}\n  \/* banner headings (manual slots + hooked Kadence elements): cap the size\n     so they fit the narrower article column instead of wrapping onto four\n     lines and overflowing the slide *\/\n  \/* !important needed: Kadence's generated per-block CSS has higher\n     specificity than anything reasonable we can write here *\/\n  .hg .hg-banner :is(h1,h2,h3),\n  .hg :is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]) :is(h1,h2,h3),\n  .hg :is(h1,h2,h3):is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]){\n    font-size:clamp(22px,2.8vw,34px) !important;\n    line-height:1.15 !important;\n  }\n\n  \/* linked product card (closing) *\/\n  .hg .neocard{display:block;max-width:400px;margin:44px auto 0;text-decoration:none}\n  .hg .neocard img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55);transition:transform .5s cubic-bezier(.2,.7,.2,1)}\n  .hg .neocard:hover img{transform:translateY(-4px)}\n  .hg .neocard .cap{font-size:13px;font-weight:700;color:var(--ink);margin-top:14px;text-align:center;text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:3px}\n  .hg .neocard .sub{font-size:12px;font-weight:500;color:var(--ink-faint);margin-top:4px;text-align:center}\n\n  \/* closing *\/\n  .hg .closing{padding:90px 0;text-align:center;border-bottom:2px solid var(--ink)}\n  .hg .closing .eyebrow{justify-content:center}\n  .hg .closing h2{max-width:22ch;margin:0 auto;font-size:clamp(30px,5.4vw,58px)}\n  .hg .closing p{font-size:18px;color:var(--ink-dim);max-width:600px;margin:24px auto 0}\n  .hg .closing p a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* footer *\/\n  .hg > footer{padding:50px 0 80px;text-align:center}\n  .hg .foot-brand{font-family:'Playfair Display',serif;font-weight:900;font-size:24px;letter-spacing:-.01em;color:var(--ink)}\n  .hg .foot-brand b{color:var(--gold)}\n  .hg .foot-tag{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);margin-top:10px}\n  .hg .srcnote{max-width:720px;margin:34px auto 0;padding:24px 28px;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;text-align:left;font-size:13.5px;line-height:1.7;color:var(--ink-dim)}\n  .hg .srcnote b.label{color:var(--ink);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:11px;display:block;margin-bottom:10px}\n  .hg .srcnote a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px;word-break:break-word}\n  .hg .srcnote strong{color:var(--ink);font-weight:700}\n\n  \/* reveal on scroll *\/\n  .hg .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1)}\n  .hg .reveal.in{opacity:1;transform:none}\n\n  \/* responsive *\/\n  @media(max-width:860px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n    .hg .stat:nth-child(2){border-right:none}\n    .hg .stat:nth-child(1),.hg .stat:nth-child(2){border-bottom:1px solid #e2e2e2}\n  }\n  @media(max-width:760px){\n    \/* break the whole article out of the theme's content container so it spans the full screen width *\/\n    .hg{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}\n    .hg .hero{padding:40px 0 34px}\n    .hg > section{padding:38px 0}\n    .hg .lede{padding-top:34px}\n    .hg .wrap{padding:0 15px}\n    .hg .masthead{padding:18px 15px 16px}\n    .hg .dyk{margin:30px 0 4px;box-shadow:6px 6px 0 var(--yellow)}\n    .hg .trio li{padding:20px 0 22px 60px}\n    .hg .trio li::before{width:40px;height:40px;font-size:22px;top:20px}\n    .hg .pull{padding-left:18px;border-left-width:8px}\n  }\n  @media(max-width:480px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n  }\n<\/style>\n\n\n<div class=\"hg\">\n\n  <!-- MASTHEAD -->\n  <div class=\"masthead\">\n    <div class=\"brand\">humanoid<b>.<\/b>guide<\/div>\n    <div class=\"tag\">\u30cb\u30e5\u30fc\u30b9\u5206\u6790<\/div>\n  <\/div>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"wrap\">\n      <div class=\"kicker\">1X Technologies \u00b7 \u65b0\u88fd\u54c1\u767a\u8868 \u00b7 2026\u5e747\u6708<\/div>\n      <h1>NEO\u306b\u65b0\u305f\u306a<span class=\"hl\">\u904b\u55b6\u9663\u304c<\/span>\u5c31\u4efb<\/h1>\n      <div class=\"withline\"><b>humanoid<i>.<\/i>guide\u3067<\/b>\u4ed5\u69d8\u66f8\u3092\u78ba\u8a8d\u3057\u306a\u304c\u3089<\/div>\n      <p class=\"dek\">\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2\u6c0f\u306f\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u300d\u3068\u4e88\u544a\u3057\u3066\u3044\u305f\u3002\u305d\u3057\u3066\u4eca\u3001\u65b0\u578b\u300c<b>1X NEO\u300d\u30cf\u30f3\u30c9\u304c<\/b>\u6b63\u5f0f\u306b\u767a\u8868\u3055\u308c\u305f\u3002<b>25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3092\u5099\u3048<\/b>\u3001\u6307\u5148\u3067\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3067\u304d\u3001\u4eca\u5e74\u306f\u793e\u5185\u30671\u4e07\u53f0\u306e\u88fd\u9020\u3092\u76ee\u6a19\u3068\u3057\u3066\u3044\u308b\u3002 <\/p>\n      <div class=\"byline\">\n        <div><span>\u5206\u6790\uff1a<\/span> <b>humanoid.guide\u306b\u3088\u308b\u5206\u6790<\/b><\/div>\n        <div><span>\u65e5\u4ed8<\/span> <b>2026\u5e747\u6708<\/b><\/div>\n        <div><span>\u5199\u771f\u30fb\u52d5\u753b\u306e\u9759\u6b62\u753b<\/span> <b>1X Technologies\u63d0\u4f9b<\/b><\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- LEDE -->\n  <section class=\"lede\">\n    <div class=\"wrap\">\n      <div class=\"vidwrap reveal\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/QRyXV3csReA?rel=0\" title=\"\u65b0\u578b\u300c1X NEO\u300d\u30cf\u30f3\u30c9\u2015\u2015\u30ed\u30fc\u30f3\u30c1\u6620\u50cf\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\u767a\u8868\u6620\u50cf<\/b>\u30fb\u65b0\u4f5c\u300c\u30b6\u30fb\u30cf\u30f3\u30ba\u300d\u306e\u30ed\u30fc\u30f3\u30c1\u30e0\u30fc\u30d3\u30fc<b>\u3092\u3054\u89a7\u304f\u3060\u3055\u3044<\/b>\u30fb\u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"drop reveal\">\u88fd\u54c1\u306e\u4e88\u544a\u306b\u306f\u63a7\u3048\u3081\u306a\u3082\u306e\u3082\u3042\u308b\u304c\u3001\u3053\u308c\u306f\u305d\u3046\u3067\u306f\u306a\u304b\u3063\u305f\u3002\u300c\u660e\u65e5\u3001\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u3092\u767a\u8868\u3059\u308b\u300d\u3068\u30011X\u306e\u5275\u696d\u8005\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2\u6c0f\u306fX\u306b\u6295\u7a3f\u3057\u3001\u8171\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30af\u30ed\u30fc\u30ba\u30a2\u30c3\u30d7\u753b\u50cf\u3092\u6dfb\u3048\u305f\u3002\u3053\u306e\u6295\u7a3f\u306b\u3088\u308a\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u4e0a\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u306f\u3001\u30d7\u30fc\u30ea\u30fc\u306e\u6570\u3092\u6570\u3048\u59cb\u3081\u308b\u307b\u3069\u8a71\u984c\u3068\u306a\u3063\u305f\u3002 \u73fe\u5728\u3001\u305d\u306e\u767a\u8868\u304c\u30e9\u30a4\u30d6\u914d\u4fe1\u4e2d\u3060\u2015\u2015\u305d\u3057\u3066\u73cd\u3057\u304f\u3001\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u306f\u3001\u305d\u306e\u5927\u3005\u7684\u306a\u5ba3\u4f1d\u306b\u8ca0\u3051\u306a\u3044\u307b\u3069\u8208\u5473\u6df1\u3044\u5185\u5bb9\u3068\u306a\u3063\u3066\u3044\u308b\u3002  <\/p>\n      <div class=\"statband reveal\">\n        <div class=\"stat\"><div class=\"n\">25<\/div><div class=\"l\">\u529b\u5236\u5fa1\u306b\u3088\u308b\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">\u00b10.2mm<\/div><div class=\"l\">\u6e2c\u4f4d\u7cbe\u5ea6<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">IP68<\/div><div class=\"l\">\u9632\u6c34\u30fb\u98df\u54c1\u7528<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">10,000<\/div><div class=\"l\">2026\u5e74\u306b\u7126\u70b9\u304c\u5f53\u3066\u3089\u308c\u308b\u5206\u91ce<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE REVEAL -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u300cThe Reveal\u300d\u30fb\u65b0\u578b\u300c1X NEO Hands\u300d\u306e\u6b63\u4f53\u3068\u306f<\/h2>\n      <p class=\"body reveal\">1X\u306f\u3001\u3053\u306e\u65b0\u3057\u3044\u30cf\u30f3\u30c9\u3092<b>\u300c\u7269\u7406\u4e16\u754c\u3078\u306eAPI\u300d<\/b>\u3068\u4f4d\u7f6e\u4ed8\u3051\u3066\u304a\u308a\u3001\u305d\u306e\u8a00\u8449\u306e\u88cf\u306b\u3042\u308b\u6570\u5024\u306f<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\u30ed\u30fc\u30f3\u30c1\u30da\u30fc\u30b8<\/a>\u306b\u63b2\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002<b>\u6307\u3068\u624b\u306e\u3072\u3089\u306b\u306f22\u306e\u5b8c\u5168\u99c6\u52d5\u81ea\u7531\u5ea6\u3001\u624b\u9996\u306b\u306f3\u3064\u306e\u81ea\u7531\u5ea6\u304c\u3042\u308a\u3001\u3053\u308c\u3089<\/b>25\u306e\u81ea\u7531\u5ea6\u3059\u3079\u3066\u304c\u529b\u5236\u5fa1\u3055\u308c\u3066\u304a\u308a\u3001\u7af6\u5408\u4ed6\u793e\u306e\u6570\u5024\u3092\u6c34\u5897\u3057\u3057\u3066\u3044\u308b\u3088\u3046\u306a\u30d0\u30cd\u5f0f\u306e\u53d7\u52d5\u95a2\u7bc0\u306f\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u3059\u3079\u3066\u306f\u540c\u793e\u306e<b>\u300cTendon Drive\u300d<\/b>\u306b\u3088\u3063\u3066\u99c6\u52d5\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306f\u30011X\u72ec\u81ea\u306e\u30e2\u30fc\u30bf\u30fc\u306b\u3088\u3063\u3066\u727d\u5f15\u3055\u308c\u308b\u30dd\u30ea\u30de\u30fc\u88fd\u306e\u8171\u3067\u3001\u7d045:1\u304b\u308915:1\u306e\u6e96\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\u6bd4\u3092\u5b9f\u73fe\u3057\u3066\u304a\u308a\u3001\u3053\u308c\u306b\u3088\u308a\u3059\u3079\u3066\u306e\u95a2\u7bc0\u3067<b>\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u304c\u53ef\u80fd<\/b>\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u624b\u306f\u5916\u754c\u304b\u3089\u306e\u53cd\u4f5c\u7528\u3092\u611f\u77e5\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3059\u3002 <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X01.webp\" alt=\"\u5c0f\u3055\u306a\u7269\u4f53\u3092\u624b\u3067\u62fe\u3046\u65b0\u3057\u3044\u300c1X NEO\u300d\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u4e9b\u7d30\u306a\u3053\u3068<\/b>\u30fb\u5c0f\u3055\u306a\u3082\u306e\u3092\u62fe\u3044\u4e0a\u3052\u308b<b>\u4f5c\u696d<\/b>\u3053\u305d\u3001\u00b10.2 mm\u306e\u7cbe\u5ea6\u304c\u771f\u4fa1\u3092\u767a\u63ee\u3059\u308b\u5834\u9762\u3067\u3059\u30fb\u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"body reveal\">\u305d\u306e\u8cc7\u6599\u306e\u4e2d\u3067\u30013\u3064\u306e\u70b9\u304c\u7279\u306b\u76ee\u306b\u3064\u304d\u307e\u3059\u3002<\/p>\n      <ul class=\"trio reveal\">\n        <li>\n          <div class=\"t\">\u3042\u3089\u3086\u308b\u5834\u6240\u3067\u306e\u529b<\/div>\n          <div class=\"d\">\u89aa\u6307<b>\u30673.5 Nm<\/b>\u3001\u6307\u306e\u95a2\u7bc0\u3067<b>2.6 Nm<\/b>\u3001\u624b\u9996<b>\u306717.75 Nm<\/b>\u306e\u30d4\u30fc\u30af\u30c8\u30eb\u30af\u3092\u767a\u63ee\u3057\u3001\u6307\u5148\u306e\u5c48\u66f2\u529b\u306f<b>\u6700\u592745 N<\/b>\u306b\u9054\u3057\u307e\u3059\u3002\u307e\u305f\u3001\u30b9\u30d7\u30ea\u30f3\u30b0\u306b\u3088\u308b\u4f4d\u7f6e\u5236\u5fa1\u3060\u3051\u3067\u306a\u304f\u3001\u5404\u95a2\u7bc0\u3067\u30cd\u30a4\u30c6\u30a3\u30d6\u306a\u529b\u5236\u5fa1\u304c\u53ef\u80fd\u3067\u3059\u3002<\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\u305b\u3093\u65ad\u3092\u542b\u3080\u63a5\u89e6<\/div>\n          <div class=\"d\">\u67d4\u3089\u304b\u3044\u30dd\u30ea\u30de\u30fc\u306b\u6210\u5f62\u3055\u308c\u305f\u89e6\u899a\u30b9\u30bf\u30c3\u30af\u306f\u3001<b>\u6cd5\u7dda\u529b\u3001\u63a5\u89e6\u4f4d\u7f6e\u3001\u305b\u3093\u65ad\u529b\u3092<\/b>\u6e2c\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30ac\u30e9\u30b9\u304c\u6ed1\u308a\u59cb\u3081\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u691c\u77e5\u3057\u3001\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u628a\u6301\u72b6\u614b\u3092\u88dc\u6b63\u3059\u308b\u306e\u306b\u5341\u5206\u306a\u6027\u80fd\u3092\u5099\u3048\u3066\u3044\u307e\u3059\u3002\u305b\u3093\u65ad\u529b\u306e\u691c\u77e5\u306f\u3001\u4f9d\u7136\u3068\u3057\u3066\u591a\u304f\u306e\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u304c\u7701\u7565\u3057\u3066\u3044\u308b\u90e8\u5206\u3067\u3059\u3002 <\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\u98df\u5668\u6d17\u3044\u7528\u306b\u8a2d\u8a08\u3055\u308c\u305f<\/div>\n          <div class=\"d\"><b>IP68\u9632\u6c34\u3001\u98df\u54c1\u7528\u5b89\u5168\u57fa\u6e96\u306b\u9069\u5408<\/b>\u3001\u6975\u9650\u6e29\u5ea6\u4e0b\u3067\u306e\u90e8\u54c1\u8a66\u9a13\u3092\u30af\u30ea\u30a2\u3057\u3001\u624b\u9996\u306e\u95a2\u7bc0\u306f\u8ca0\u8377\u3092\u304b\u3051\u305f\u72b6\u614b\u3067<b>200\u4e07\u30b5\u30a4\u30af\u30eb<\/b>\u4ee5\u4e0a\u306e\u8010\u4e45\u8a66\u9a13\u306b\u5408\u683c\u3057\u3066\u3044\u307e\u3059\u3002\u5bb6\u5ead\u7528\u30ed\u30dc\u30c3\u30c8\u306b\u3068\u3063\u3066\u3001\u3053\u306e\u6700\u5f8c\u306e\u70b9\u306f\u3001\u3069\u3093\u306a\u5668\u7528\u3055\u306e\u30c7\u30e2\u30f3\u30b9\u30c8\u30ec\u30fc\u30b7\u30e7\u30f3\u3088\u308a\u3082\u91cd\u8981\u3067\u3059\u3002 <\/div>\n        <\/li>\n      <\/ul>\n      <p class=\"body reveal\">\u305d\u3057\u3066\u3001\u3064\u3044\u8aad\u307f\u98db\u3070\u3057\u3066\u3057\u307e\u3044\u304c\u3061\u306a\u4e00\u6587\u304c\u3042\u308b\u3002\u305d\u308c\u306f\u3001\u3059\u3079\u3066\u306e\u30e6\u30cb\u30c3\u30c8\u304c\u2015\u2015\u30c6\u30f3\u30c9\u30f3\u7d20\u6750\u3001\u30e2\u30fc\u30bf\u30fc\u3001\u30dd\u30ea\u30de\u30fc<b>\u306b\u81f3\u308b\u307e\u3067\u2015\u2015\u793e\u5185\u3067\u4e00\u8cab\u3057\u3066<\/b>\u88fd\u9020\u3055\u308c\u3066\u304a\u308a\u3001<b>2026\u5e74\u307e\u3067\u306b1\u4e07\u500b\u306e\u30cf\u30f3\u30c9\u3092\u751f\u7523\u3059\u308b\u3068\u3044\u3046<\/b>\u76ee\u6a19\u304c\u63b2\u3052\u3089\u308c\u3066\u3044\u308b\u3001\u3068\u3044\u3046\u3082\u306e\u3067\u3042\u308b\u3002<\/p>\n      <p class=\"body reveal\">1X\u304c\u516c\u958b\u3057\u305f\u5168\u6587\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\uff1a<\/p>\n      <div class=\"spec reveal\">\n        <div class=\"srow\"><div class=\"k\">\u81ea\u7531\u5ea6<\/div><div class=\"v\">25\u81ea\u7531\u5ea6\u30fb\u3059\u3079\u3066\u529b\u5236\u5fa1\u5f0f<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6307\u3068\u624b\u306e\u3072\u3089<\/div><div class=\"v\">22\u306e\u5b8c\u5168\u99c6\u52d5\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u624b\u9996\u306e\u5668\u7528\u3055<\/div><div class=\"v\">3\u81ea\u7531\u5ea6<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4f5c\u52d5<\/div><div class=\"v\">1X \u30c6\u30f3\u30c9\u30f3\u30c9\u30e9\u30a4\u30d6\u30fb\u30dd\u30ea\u30de\u30fc\u30c6\u30f3\u30c9\u30f3<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u8171\u306e\u4f1d\u9054\u6bd4<\/div><div class=\"v\">5:1 \u2013 15:1\uff08\u6e96\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u6027<\/div><div class=\"v\">\u5b8c\u5168\u306a\u30d0\u30c3\u30af\u30c9\u30e9\u30a4\u30d6\u5bfe\u5fdc<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u89e6\u899a\u30bb\u30f3\u30b7\u30f3\u30b0<\/div><div class=\"v\">\u5727\u529b\uff0b\u4f4d\u7f6e\uff0b\u3059\u3079\u308a<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6307\u306b\u304b\u304b\u308b\u529b<\/div><div class=\"v\">\u6700\u592745 N<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6700\u5927\u30c8\u30eb\u30af\u30fb\u30b5\u30e0<\/div><div class=\"v\">3.5 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u6700\u5927\u30c8\u30eb\u30af\u30fb\u6307\u306e\u95a2\u7bc0<\/div><div class=\"v\">2.6 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u624b\u9996\u306e\u30c8\u30eb\u30af<\/div><div class=\"v\">17.75 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4f4d\u7f6e\u7cbe\u5ea6<\/div><div class=\"v\">\u00b10.2 mm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u9632\u6c34\u7b49\u7d1a<\/div><div class=\"v\">IP68\u30fb\u98df\u54c1\u7528<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u4fe1\u983c\u6027<\/div><div class=\"v\">>200\u4e07\u30b5\u30a4\u30af\u30eb\uff08\u624b\u9996\u3001\u8ca0\u8377\u304c\u304b\u304b\u3063\u305f\u72b6\u614b\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u88fd\u9020<\/div><div class=\"v\">\u793e\u5185 \u00b7 \u30d8\u30a4\u30ef\u30fc\u30c9\uff08\u7c73\u56fd\uff09<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\u751f\u7523\u76ee\u6a19<\/div><div class=\"v\">2026\u5e74\u306b10,000\u30cf\u30f3\u30c9<\/div><\/div>\n      <\/div>\n      <p class=\"speccap reveal\">\u767a\u58f2\u6642\u306b1X\u304c\u516c\u8868\u3057\u305f\u4ed5\u69d8\uff08<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit\">1x.tech<\/a>\uff09\u2015\u2015\u30e1\u30fc\u30ab\u30fc\u767a\u8868\u306e\u6570\u5024\u3002<\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X03.webp\" alt=\"\u30ec\u30b4\u30d6\u30ed\u30c3\u30af\u3067\u5efa\u7269\u3092\u7d44\u307f\u7acb\u3066\u308b1X NEO\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u4e00\u584a\u305a\u3064<\/b>\u00b7 \u30ec\u30b4\u306f\u3001\u529b\u52a0\u6e1b\u3068\u7e4a\u7d30\u306a\u624b\u3064\u304d\u3092\u9759\u304b\u306b\u6c42\u3081\u3089\u308c\u308b\u3001\u3061\u3087\u3063\u3068\u3057\u305f\u30d1\u30fc\u30c6\u30a3\u30fc\u306e\u4f59\u8208\u306e\u3088\u3046\u306a\u3082\u306e\u3067\u3059 \u00b7 \u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <div class=\"pull reveal\">\n        <p>\u300c\u3053\u306e\u4e21\u624b\u306f\u3001\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u3092\u771f\u306b\u6709\u7528\u306a\u3082\u306e\u306b\u3059\u308b\u3053\u3068\u306b\u7126\u70b9\u3092\u5f53\u3066\u305f\u3001\u5fb9\u5e95\u7684\u306a\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306e\u96c6\u5927\u6210\u3067\u3059\u3002\u300d<\/p>\n        <div class=\"who\">\u30d9\u30eb\u30f3\u30c8\u30fb\u30dc\u30eb\u30cb\u30d2 \u00b7 1X \u5275\u696d\u8005\u517cCEO \u00b7 \u30b5\u30fc\u30d3\u30b9\u958b\u59cb\u306e\u304a\u77e5\u3089\u305b<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE FORESHADOWING -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u4f0f\u7dda\u30fb\u79c1\u305f\u3061\u306f\u4e01\u5be7\u306b\u305d\u3046\u544a\u3052\u3089\u308c\u305f<\/h2>\n      <p class=\"body reveal\">\u4eca\u601d\u3048\u3070\u30011X\u306f\u3053\u306e\u767a\u8868\u3092\u6570\u9031\u9593\u524d\u304b\u3089\u307b\u306e\u3081\u304b\u3057\u3066\u3044\u305f\u3002 \u30d5\u30a9\u30fc\u30d6\u30b9\u8a8c6\u6708\u53f7\u306e\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u30fc\u306b\u3088\u308b\u7279\u96c6\u8a18\u4e8b\u306e\u4e2d\u3067\u3001\u30d7\u30ed\u30c0\u30af\u30c8\u8cac\u4efb<b>\u8005\u306e\u30c0\u30fc\u30fb\u30b9\u30ea\u30fc\u30d1\u30fc\u306f<\/b>\u3001\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u6620\u50cf\u306e\u3069\u308c\u3088\u308a\u3082\u901f\u304f\u3001\u5668\u7528\u306a\u624b\u306e\u52d5\u304d\u3092\u62ab\u9732\u3057\u305f<b>\u3002<\/b>\u305d\u3057\u3066\u540c\u8a18\u4e8b\u3067\u306f\u3001<b>\u300c\u65e2\u5b58\u306e\u52d5\u753b\u3067\u898b\u304b\u3051\u305f\u304b\u3082\u3057\u308c\u306a\u3044\u73fe\u5728\u306eNEO\u306e\u624b\u306f\u3001\u88fd\u54c1\u5316\u3055\u308c\u308b\u3082\u306e\u3068\u306f\u7570\u306a\u308b\u300d<\/b>\u3068\u3001\u660e\u8a00\u3055\u308c\u3066\u3044\u305f<b>\u3002<\/b>\u79c1\u305f\u3061\u3082\u3001<a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">\u5bb6\u5ead\u5411\u3051\u767a\u58f2\u306b\u5148\u7acb\u3061\u3001NEO\u306e\u624b<\/a>\u306b\u95a2\u3059\u308b\u72ec\u81ea\u306e\u8a18\u4e8b\u306e\u4e2d\u3067\u3001\u540c\u69d8\u306e\u5146\u5019\u3092\u6307\u6458\u3057\u3066\u3044\u305f\u3002 <\/p>\n      <p class=\"body reveal\">\u30b9\u30ea\u30fc\u30d1\u30fc\u6c0f\u306f\u3001\u3053\u306e\u300c\u30cf\u30f3\u30c9\u300d\u3092\u3081\u3050\u308b\u8b70\u8ad6\u306e\u4e2d\u3067\u6700\u3082\u92ed\u3044\u6307\u6458\u3082\u884c\u3063\u305f\u3002\u591a\u304f\u306e\u4f01\u696d\u304c22\u81ea\u7531\u5ea6\u3092\u8b33\u3063\u3066\u3044\u308b\u304c\u3001\u305d\u306e\u95a2\u7bc0\u306e\u591a\u304f\u306f\u53d7\u52d5\u7684\u306a\u3082\u306e\u3067\u3042\u308a\u3001\u300c\u901a\u5e38\u306f\u5358\u306b\u30d0\u30cd\u5f0f\u300d\u306b\u904e\u304e\u306a\u3044\u3068\u3044\u3046\u306e\u3060\u3002\u5f7c\u306e\u4e3b\u5f35\u306f\u3001\u73fe\u5728\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u88fd\u54c1\u7d39\u4ecb\u30da\u30fc\u30b8\u3067\u3082\u88cf\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u3002\u3059\u306a\u308f\u3061\u3001<b>\u5b9f\u969b\u306b\u52d5\u304b\u3057\u305f\u308a\u611f\u3058\u305f\u308a\u3067\u304d\u306a\u3044\u81ea\u7531\u5ea6\u306f\u3001\u5358\u306a\u308b\u30c7\u30fc\u30bf\u30b7\u30fc\u30c8\u306e\u6570\u5b57\u306b\u904e\u304e\u305a\u3001\u5b9f\u7528\u7684\u306a\u6a5f\u80fd\u3067\u306f\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3060\u3002<\/b> <\/p>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/3KP10nj4zGE?rel=0\" title=\"\u30cd\u30aa\u306e\u9a5a\u304f\u3079\u304d\u65b0\u3057\u3044\u624b\u2015\u2015\u3064\u3044\u306b\u767b\u5834\uff01\u2015\u2015\u300eNEXT\u300f\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u30fc\u51fa\u6f14\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\u30cd\u30aa\u306e\u7d20\u6674\u3089\u3057\u3044\u65b0\u3057\u3044\u624b\u2015\u2015\u3064\u3044\u306b\u767b\u5834\uff01<\/b>  \u30fb\u30b8\u30e7\u30f3\u30fb\u30b3\u30a8\u30c4\u30a3\u30a2\u30fc\u6c0f\u304c\u81ea\u8eab\u306e\u300cNEXT\u300d\u30c1\u30e3\u30f3\u30cd\u30eb\u3067\u3001\u3053\u306e\u767a\u8868\u3092\u3044\u3061\u65e9\u304f\u7d39\u4ecb<\/p>\n      <\/div>\n      <div class=\"dyk right reveal\">\n        <div class=\"dyk-label\">\u3054\u5b58\u77e5\u3067\u3057\u305f\u304b\uff1f<\/div>\n        <p>\u305d\u306e\u30c6\u30a3\u30fc\u30b6\u30fc\u753b\u50cf\u81ea\u4f53\u304c\u3001\u8ab0\u306e\u76ee\u306b\u3082\u660e\u3089\u304b\u306a\u30d2\u30f3\u30c8\u3068\u306a\u3063\u3066\u3044\u307e\u3057\u305f\u3002\u30af\u30ed\u30fc\u30ba\u30a2\u30c3\u30d7\u306b\u5199\u3063\u3066\u3044\u308b\u3001\u6ed1\u8eca\u306e\u3088\u3046\u306a\u4e38\u3044\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001<b>\u30c6\u30f3\u30c9\u30f3\u99c6\u52d5\u30a2\u30af\u30c1\u30e5\u30a8\u30fc\u30bf\u30d1\u30c3\u30af\u3067\u3059<\/b>\u3002\u3053\u308c\u306f1X\u306e\u4ee3\u540d\u8a5e\u3068\u3082\u8a00\u3048\u308b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3067\u3042\u308a\u3001\u525b\u6027\u306e\u3042\u308b\u30ae\u30a2\u30dc\u30c3\u30af\u30b9\u306e\u4ee3\u308f\u308a\u306b\u30dd\u30ea\u30de\u30fc\u88fd\u306e\u30c6\u30f3\u30c9\u30f3\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a2\u30d7\u30ed\u30fc\u30c1\u3053\u305d\u304c\u3001\u30ed\u30dc\u30c3\u30c8\u5168\u4f53\u3092\u30ea\u30d3\u30f3\u30b0\u30eb\u30fc\u30e0\u3067\u3082\u9759\u304b\u306b\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u7406\u7531\u306a\u306e\u3067\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MID BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\u65b0\u767b\u5834\uff012026\u5e74<br>\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8<\/h2>\n                <p class=\"hgbv-mr-desc\">\u4e16\u754c\u306e\u30ed\u30dc\u30c6\u30a3\u30af\u30b9\u5c02\u9580\u5bb6\u306b\u3088\u308b198\u30da\u30fc\u30b8\u306e\u72ec\u5360\u7684\u30a4\u30f3\u30b5\u30a4\u30c8 &mdash; \u8cc7\u91d1\u8abf\u9054\u306e\u52d5\u5411\u3001\u6280\u8853\u7684\u8ab2\u984c\u3001\u4e3b\u8981\u30e1\u30fc\u30ab\u30fc\u3001\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u306e\u5909\u5316\u3001\u5c06\u6765\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u7528\u9014\u306b\u95a2\u3059\u308b\u8abf\u67fb\u3068\u4e88\u6e2c\u3092\u660e\u3089\u304b\u306b\u3057\u307e\u3059\u3002<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\u5c02\u9580\u5bb6\u306e\u898b\u89e3\u3092\u63b2\u8f09<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders\uff08\u5143CTO\uff09<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\u73fe\u5728\u306f <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u6226\u7565\u3068\u5e02\u5834\u30dd\u30b8\u30b7\u30e7\u30cb\u30f3\u30b0 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u982d\u8133\u304c\u518d\u69cb\u7bc9\u3055\u308c\u3064\u3064\u3042\u308b<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\u65b0\u767b\u5834\uff012026\u5e74 \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- THE HYPE CHECK -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u300c\u30cf\u30a4\u30d7\u30fb\u30c1\u30a7\u30c3\u30af\u300d\u30fb\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u3082\u306e\u304b\uff1f<\/h2>\n      <p class=\"body reveal\">\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u306a\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u300d\u2015\u2015\u3053\u308c\u306f\u307e\u3055\u306b\u30dc\u30fc\u30cb\u30c3\u30c1\u3089\u3057\u3044\u8868\u73fe\u3060\u3002\u4ed5\u69d8\u66f8\u3067\u306f\u8a3c\u660e\u3067\u304d\u305a\u3001\u7af6\u5408\u4ed6\u793e\u3082\u53cd\u8a3c\u3067\u304d\u306a\u3044\u4e3b\u5f35\u3067\u3042\u308b\u3002<i>\u3067\u304d\u308b\u3053\u3068\u3068\u3044\u3048\u3070<\/i>\u3001\u3053\u306e\u65b0\u3057\u3044\u30cf\u30f3\u30c9\u3092\u540c\u5206\u91ce\u306e\u4ed6\u88fd\u54c1\u3068\u6bd4\u8f03\u3059\u308b\u3053\u3068<i>\u304f\u3089\u3044\u3060\u308d\u3046<\/i>\u3002\u3068\u3044\u3046\u306e\u3082\u30012026\u5e74\u306f\u3072\u3063\u305d\u308a\u3068\u300c\u9ad8\u7cbe\u5ea6\u30cf\u30f3\u30c9\u958b\u767a\u7af6\u4e89\u300d\u306e\u5e74\u3068\u306a\u3063\u3066\u3044\u308b\u304b\u3089\u3060\uff1a <\/p>\n      <ul class=\"vs reveal\">\n        <li><span class=\"who\">Shadow Hand<\/span>\u2013 20\u5e74\u306b\u308f\u305f\u308a\u7814\u7a76\u5206\u91ce\u306e\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u3068\u3057\u3066\u541b\u81e8\u3057\u300124\u7b87\u6240\u306e\u95a2\u7bc0\u3092\u5099\u3048\u3001\u305d\u306e\u4fa1\u683c\u3082\u305d\u308c\u306b\u3075\u3055\u308f\u3057\u3044\u3002\u7814\u7a76\u5ba4\u3067\u306f\u4f1d\u8aac\u7684\u5b58\u5728\u3060\u304c\u3001\u65e5\u5e38\u7684\u306a\u4f7f\u7528\u3084\u5927\u91cf\u751f\u7523\u3092\u60f3\u5b9a\u3057\u3066\u4f5c\u3089\u308c\u305f\u3082\u306e\u3067\u306f\u306a\u3044\u3002 <\/li>\n        <li><span class=\"who\">AGILINK OmniHand 3 Ultra-M<\/span>\u2013 AGIBOT\u306e\u30b9\u30d4\u30f3\u30aa\u30d5\u4f01\u696d\u304c\u958b\u767a\u3057\u305f\u30d5\u30e9\u30c3\u30b0\u30b7\u30c3\u30d7\u30e2\u30c7\u30eb\u3067\u300120\u306e\u30a2\u30af\u30c6\u30a3\u30d6\u81ea\u7531\u5ea6\u3068\u30d3\u30b8\u30e7\u30f3\u30d9\u30fc\u30b9\u306e\u89e6\u899a\u6307\u5148\u3092\u5099\u3048\u30016\u6708\u306eICRA 2026\u3067\u767a\u8868\u3055\u308c\u305f\u3002<b>\u3053\u308c\u307e\u3067\u306b8,000\u53f0\u4ee5\u4e0a\u306e\u5de7\u307f\u306a\u30cf\u30f3\u30c9\u304c\u51fa\u8377\u3055\u308c\u3066\u3044\u308b\u3068<\/b>\u3055\u308c\u3066\u3044\u308b\u3002 1X\u306b\u3068\u3063\u3066\u91cf\u7523\u30e2\u30c7\u30eb\u3068\u3057\u3066\u306e\u6700\u5927\u306e\u30e9\u30a4\u30d0\u30eb\u3068\u8a00\u3048\u308b\u88fd\u54c1<a href=\"https:\/\/humanoid.guide\/product\/omnihand\/\">\u2015\u2015\u5f53\u30ac\u30a4\u30c9<\/a>\u3067\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 <\/li>\n        <li>\u300c<span class=\"who\">Wuji Hand 2<\/span>\u300d\u2015\u2015ICRA 2026\u3067\u4e16\u754c\u521d\u516c\u958b\u3055\u308c\u305f\u3001\u751f\u4f53\u6a21\u5023\u578b\u30c0\u30a4\u30ec\u30af\u30c8\u30c9\u30e9\u30a4\u30d6\u30cf\u30f3\u30c9\u3002\u4f55\u3088\u308a\u3082\u4eba\u9593\u306e\u3088\u3046\u306a\u52d5\u304d\u3092\u8ffd\u6c42\u3057\u3066\u3044\u308b\u3002<\/li>\n        <li><span class=\"who\">\u30c6\u30b9\u30e9<\/span>\u300c<span class=\"who\">\u30aa\u30d7\u30c6\u30a3\u30de\u30b9<\/span>\u300d\u2015\u2015\u5e38\u306b\u8a71\u984c\u3068\u306a\u308b\u6bd4\u8f03\u5bfe\u8c61\uff1a\u7b2c3\u4e16\u4ee3\u5411\u3051\u306b\u7d04\u675f\u3055\u308c\u3066\u3044\u305f22\u81ea\u7531\u5ea6\u306e\u624b\u3060\u304c\u3001\u3053\u306e\u8a18\u4e8b\u306e\u57f7\u7b46\u6642\u70b9\u3067\u306f\u307e\u3060\u516c\u306e\u5834\u3067\u5b9f\u6f14\u3055\u308c\u3066\u3044\u306a\u3044\u3002\u30c6\u30b9\u30e9\u306f\u7b2c3\u4e16\u4ee3\u306e\u767a\u8868\u81ea\u4f53\u3092\u5ef6\u671f\u3057\u3066\u3044\u308b\u3002<\/li>\n      <\/ul>\n      <p class=\"body reveal\">\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u3060\u3051\u3092\u898b\u308c\u3070\u3001\u7387\u76f4\u306a\u8a55\u4fa1\u306f\u3053\u3046\u3060\u30021X\u306e\u30b9\u30da\u30c3\u30af\u30b7\u30fc\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u500b\u3005\u306e\u6570\u5024\u306f\u3001\u3069\u308c\u3082\u524d\u4f8b\u306e\u306a\u3044\u3082\u306e\u3067\u306f\u306a\u3044\u2015\u2015\u7a00\u6709\u306a\u306e\u306f\u3001<b>\u305d\u308c\u3089\u306e\u7d44\u307f\u5408\u308f\u305b<\/b>\u3067\u3042\u308b\u300225\u30ab\u6240\u306e\u95a2\u7bc0\u3059\u3079\u3066\u306b\u304a\u3051\u308b\u5b8c\u5168\u306a\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u6e96\u62e0\u306e\u8010\u4e45\u6027\u3001\u305d\u3057\u30661\u4e07\u53f0\u898f\u6a21\u306e\u751f\u7523\u30e9\u30a4\u30f3\u2015\u2015\u3053\u308c\u3089\u304c\u3059\u3079\u3066\u4e00\u3064\u306e\u30ed\u30dc\u30c3\u30c8\u306b\u96c6\u7d04\u3055\u308c\u308b\u3053\u3068\u306f\u3001\u901a\u5e38\u3042\u308a\u5f97\u306a\u3044\u3002 \u305d\u308c\u304c\u300c\u4eba\u985e\u53f2\u4e0a\u6700\u3082\u5148\u9032\u7684\u300d\u3068\u8a00\u3048\u308b\u304b\u3069\u3046\u304b\u306f\u3001\u3044\u304b\u306a\u308b\u767a\u58f2\u30da\u30fc\u30b8\uff08\u5f53\u30b5\u30a4\u30c8\u306e\u3082\u306e\u3082\u542b\u3080\uff09\u306b\u3088\u308b\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u7b2c\u4e09\u8005\u306b\u3088\u308b\u5b9f\u6a5f\u4f53\u9a13\u306b\u3088\u3063\u3066\u6c7a\u307e\u308b\u3060\u308d\u3046\u3002  <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- THE HUMANOID.GUIDE VIEW -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">humanoid.guide \u7279\u96c6 \u00b7 1X NEO \u30cf\u30f3\u30c9\u306b\u95a2\u3059\u308b3\u3064\u306e\u8996\u70b9<\/h2>\n      <p class=\"body reveal\"><b>\u307e\u305a\u3001DoF\u30ec\u30fc\u30b9\u306f\u7d42\u4e86\u3057\u30011X\u304c\u30b9\u30b3\u30a2\u30dc\u30fc\u30c9\u306e\u66f8\u304d\u63db\u3048\u3092\u8a66\u307f\u3066\u3044\u308b\u3002<\/b>  \u9577\u5e74\u306b\u308f\u305f\u308a\u3001\u5668\u7528\u6027\u306b\u95a2\u3059\u308b\u8b70\u8ad6\u306f\u3001\u72ec\u5275\u7684\u306a\u8a08\u7b97\u624b\u6cd5\u304c\u8a55\u4fa1\u3055\u308c\u308b\u300c\u6570\u5b57\u306e\u99c6\u3051\u5f15\u304d\u300d\u3067\u3057\u305f\u30021X\u793e\u306f\u3001\u5358\u306a\u308b\u81ea\u7531\u5ea6\uff08DoF\uff09\u306e\u6570\u5024\u3060\u3051\u3067\u306a\u304f\u3001\u30c8\u30eb\u30af\u3001\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u691c\u77e5\u306e\u30c7\u30fc\u30bf\u3092\u516c\u8868\u3059\u308b\u3053\u3068\u3067\u3001\u8b70\u8ad6\u306e\u7126\u70b9\u3092\u300c\u624b\u304c\u4f55<i>\u3092\u611f\u3058<\/i>\u3001<i>\u3069\u306e\u3088\u3046\u306a\u72b6\u6cc1\u306b\u8010\u3048\u3089\u308c\u308b\u304b<\/i>\u300d\u3068\u3044\u3046\u65b9\u5411\u3078\u3068\u5c0e\u3044\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306f\u540c\u793e\u304c\u512a\u4f4d\u306b\u7acb\u3066\u308b\u5206\u91ce\u3060\u3068\u78ba\u4fe1\u3057\u3066\u3044\u308b\u9818\u57df\u3067\u3059\u3002\u6570\u304b\u6708\u4ee5\u5185\u306b\u3001\u7af6\u5408\u4ed6\u793e\u3082\u540c\u69d8\u306e\u6570\u5024\u3092\u516c\u8868\u3057\u59cb\u3081\u308b\u3053\u3068\u304c\u4e88\u60f3\u3055\u308c\u307e\u3059\u3002  <\/p>\n      <p class=\"body reveal\"><b>\u7b2c\u4e8c\u306b\u3001\u30cf\u30f3\u30c9\u30ec\u30fc\u30b9\u306f\u3001\u5b9f\u306e\u3068\u3053\u308d\u88fd\u9020\u7af6\u4e89\u3067\u3042\u308b\u3002<\/b>  2026\u5e74\u306b\u6700\u3082\u6ce8\u76ee\u3092\u96c6\u3081\u305f2\u3064\u306e\u767a\u8868\u306f\u3001\u64cd\u4f5c\u6027\u306e\u8a18\u9332\u3067\u306f\u306a\u304f\u3001AGILINK\u306b\u3088\u308b8,000\u624b\u306e\u51fa\u8377\u5b9f\u7e3e\u3068\u30011X\u306b\u3088\u308b10,000\u624b\u306e\u751f\u7523\u8a08\u753b\u3067\u3042\u308a\u3001\u3044\u305a\u308c\u3082\u5782\u76f4\u7d71\u5408\u578b\u5de5\u5834\u304b\u3089\u306e\u3082\u306e\u3060\u3002 \u300c\u30cf\u30f3\u30c9\u300d\u306f\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u306e\u4e2d\u3067\u6700\u3082\u6545\u969c\u3057\u3084\u3059\u304f\u3001\u6700\u3082\u9ad8\u4fa1\u306a\u90e8\u54c1\u3067\u3042\u308b\u3002\u3053\u308c\u3092\u6700\u521d\u306b\u91cf\u7523\u5316\u3067\u304d\u305f\u4f01\u696d\u304c\u3001\u696d\u754c\u5168\u4f53\u306e\u6700\u4f4e\u57fa\u6e96\u3092\u6c7a\u5b9a\u3065\u3051\u308b\u3053\u3068\u306b\u306a\u308b\u3002\u30d8\u30a4\u30ef\u30fc\u30c9\u793e\u306e\u81ea\u793e\u751f\u7523\u30e9\u30a4\u30f3\u306f\u3001\u3069\u306e\u5358\u4e00\u306e\u95a2\u7bc0\u3088\u308a\u3082\u91cd\u8981\u306a\u610f\u5473\u3092\u6301\u3064\u304b\u3082\u3057\u308c\u306a\u3044\u3002  <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X02.webp\" alt=\"1X NEO\u304c\u30b8\u30c3\u30d1\u30fc\u3092\u64cd\u4f5c\u3057\u3066\u3044\u308b\u624b\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\u30b8\u30c3\u30d1\u30fc\u30c6\u30b9\u30c8<\/b>\u00b7 \u5bb6\u5ead\u5185\u306e\u4f5c\u696d\u306e\u4e2d\u3067\u3001\u30ed\u30dc\u30c3\u30c8\u30cf\u30f3\u30c9\u306b\u3053\u308c\u307b\u3069\u904e\u9177\u306a\u8ca0\u62c5\u3092\u304b\u3051\u308b\u3082\u306e\u306f\u307b\u3068\u3093\u3069\u306a\u3044\u2015\u2015\u307e\u3055\u306b\u3053\u3053\u3067\u3001\u30b9\u30ea\u30c3\u30d7\u691c\u51fa\u6a5f\u80fd\u306e\u771f\u4fa1\u304c\u767a\u63ee\u3055\u308c\u308b \u00b7 \u63d0\u4f9b\uff1a1X<\/p>\n      <\/div>\n      <p class=\"body reveal\"><b>\u7b2c\u4e09\u306b\u3001\u8010\u4e45\u6027\u304c\u6ce8\u76ee\u3059\u3079\u304d\u30dd\u30a4\u30f3\u30c8\u3067\u3059\u3002<\/b>  \u8171\u99c6\u52d5\u5f0f\u306e\u624b\u306f\u3001\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u306e\u60aa\u5922\u3068\u3057\u3066\u60aa\u540d\u9ad8\u3044\u2015\u2015\u8171\u306f\u4f38\u3073\u305f\u308a\u3001\u307b\u3064\u308c\u305f\u308a\u3001\u5207\u308c\u305f\u308a\u3057\u3066\u3057\u307e\u3046\u304b\u3089\u3060\u3002 200\u4e07\u56de\u306e\u624b\u9996\u306e\u5c48\u4f38\u52d5\u4f5c\u3068IP68\u898f\u683c\u306e\u8010\u6c34\u6027\u2015\u2015\u3053\u308c\u306f\u307e\u3055\u306b\u61d0\u7591\u8ad6\u8005\u305f\u3061\u304c\u6c42\u3081\u3066\u3044\u305f\u7b54\u3048\u3067\u3042\u308a\u3001\u5916\u90e8\u306b\u3088\u308b\u691c\u8a3c\u304c\u5fc5\u8981\u306a\u4e3b\u5f35\u305d\u306e\u3082\u306e\u3067\u3059\u3002NEO\u306e\u4e00\u822c\u6d88\u8cbb\u8005\u5411\u3051\u51fa\u8377\u304c\u4eca\u5e74\u5f8c\u534a\u306b\u4e88\u5b9a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304b\u3089\u3001\u771f\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u306f\u5b9f\u9a13\u5ba4\u3067\u306f\u306a\u304f\u3001\u5b9f\u969b\u306e\u53f0\u6240\u3067\u5f97\u3089\u308c\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002\u79c1\u305f\u3061\u3082\u559c\u3093\u3067\u3001\u3044\u3061\u65e9\u304f\u8a66\u7528\u3057\u305f\u3044\u3068\u8003\u3048\u3066\u3044\u307e\u3059\u3002   <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CLOSING -->\n  <section class=\"closing\">\n    <div class=\"wrap\">\n      <div class=\"eyebrow reveal\">\u307e\u3068\u3081<\/div>\n      <h2 class=\"reveal\">\u300c\u6700\u9ad8\u300d\u306a\u3093\u3066\u8a00\u8449\u306f\u5fd8\u308c\u3066\u304f\u3060\u3055\u3044\u3002\u91cd\u8981\u306a\u306e\u306f\u3001\u529b\u5236\u5fa1\u3001\u305b\u3093\u65ad\u3001\u305d\u3057\u3066\u751f\u7523\u30e9\u30a4\u30f3\u3067\u3059\u3002<\/h2>\n      <p class=\"reveal\">NEO\u306b\u540c\u68b1\u3055\u308c\u308b\u30cf\u30f3\u30c9\u304c\u516c\u958b\u3055\u308c\u307e\u3057\u305f\u3002<a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\u306e\u30cf\u30f3\u30c9<\/a>\u3001<a href=\"https:\/\/humanoid.guide\/neo-what-1x-just-launched\/\">NEO\u306e\u30ea\u30ea\u30fc\u30b9<\/a>\u3001<a href=\"https:\/\/humanoid.guide\/1x-self-learning-model\/\">1X\u306e\u81ea\u5df1\u5b66\u7fd2\u578b\u30ef\u30fc\u30eb\u30c9\u30e2\u30c7\u30eb<\/a>\u306b\u95a2\u3059\u308b\u4ee5\u524d\u306e\u8a18\u4e8b\u3001\u3042\u308b\u3044\u306f<a href=\"https:\/\/humanoid.guide\/ja\/product\/1x-neo\/\">\u5f53\u30ac\u30a4\u30c9\u306eNEO\u306b\u95a2\u3059\u308b\u8a18\u4e8b<\/a>\u5168\u6587\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 <\/p>\n      <a class=\"neocard reveal\" href=\"https:\/\/humanoid.guide\/ja\/product\/1x-neo\/\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/10\/NEO-1X-humanoid-guide-Featured-Image-1200x1200.webp\" alt=\"1X NEO \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8 \u2013 humanoid.guide \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u8a73\u7d30\u60c5\u5831\" loading=\"lazy\"\/>\n        <div class=\"cap\">\u5f53\u30ac\u30a4\u30c9\u306b\u304a\u3051\u308b1X NEO<\/div>\n        <div class=\"sub\">\u3053\u306e\u624b\u304c\u5c5e\u3059\u308b\u30ed\u30dc\u30c3\u30c8\u306e\u4ed5\u69d8\u3001\u4fa1\u683c\u3001\u305d\u3057\u3066\u305d\u306e\u5168\u8c8c<\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- BOTTOM BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner bottom\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\u65b0\u767b\u5834\uff012026\u5e74<br>\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8<\/h2>\n                <p class=\"hgbv-mr-desc\">\u4e16\u754c\u306e\u30ed\u30dc\u30c6\u30a3\u30af\u30b9\u5c02\u9580\u5bb6\u306b\u3088\u308b198\u30da\u30fc\u30b8\u306e\u72ec\u5360\u7684\u30a4\u30f3\u30b5\u30a4\u30c8 &mdash; \u8cc7\u91d1\u8abf\u9054\u306e\u52d5\u5411\u3001\u6280\u8853\u7684\u8ab2\u984c\u3001\u4e3b\u8981\u30e1\u30fc\u30ab\u30fc\u3001\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u306e\u5909\u5316\u3001\u5c06\u6765\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u7528\u9014\u306b\u95a2\u3059\u308b\u8abf\u67fb\u3068\u4e88\u6e2c\u3092\u660e\u3089\u304b\u306b\u3057\u307e\u3059\u3002<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\u5c02\u9580\u5bb6\u306e\u898b\u89e3\u3092\u63b2\u8f09<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders\uff08\u5143CTO\uff09<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\u73fe\u5728\u306f <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u6226\u7565\u3068\u5e02\u5834\u30dd\u30b8\u30b7\u30e7\u30cb\u30f3\u30b0 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\u65b0\u30ec\u30dd\u30fc\u30c8<\/span>\n                <h2 class=\"hgbv-sc-title\">\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\u982d\u8133\u304c\u518d\u69cb\u7bc9\u3055\u308c\u3064\u3064\u3042\u308b<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\u30ec\u30dd\u30fc\u30c8\u3092\u5165\u624b                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\u65b0\u767b\u5834\uff012026\u5e74 \u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u5e02\u5834\u30ec\u30dd\u30fc\u30c8\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u30ed\u30dc\u30c3\u30c8\u306e\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u57fa\u76e4\u30e2\u30c7\u30eb\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"wrap\">\n      <div class=\"foot-brand\">humanoid<b>.<\/b>guide<\/div>\n      <div class=\"foot-tag\">\u30cb\u30e5\u30fc\u30b9\u5206\u6790\u30fb2026\u5e747\u6708<\/div>\n      <div class=\"srcnote\">\n        <b class=\"label\">\u3053\u306e\u5206\u6790\u306b\u3064\u3044\u3066<\/b>\n \u516c\u958b\u60c5\u5831\u6e90\u306b\u57fa\u3065\u304d<strong>humanoid.guide<\/strong>\u304c\u57f7\u7b46\uff1a1X\u306e\u30ed\u30fc\u30f3\u30c1\u30da\u30fc\u30b8\u300c<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">NEO's Hands \u2013 An API to the Physical World<\/a>\u300d\u3001Bernt B\u00f8rnich\u6c0f\u306e<a href=\"https:\/\/x.com\/BerntBornich\/status\/2074960249749192718\" target=\"_blank\" rel=\"noopener\">X\u3067\u306e\u30c6\u30a3\u30fc\u30b6\u30fc<\/a>\u3001 John Koetsier\u6c0f\u306b\u3088\u308b2026\u5e746\u6708\u306e\u300eForbes\u300f\u7279\u96c6\u8a18\u4e8b<a href=\"https:\/\/www.forbes.com\/sites\/johnkoetsier\/2026\/06\/01\/this-robot-might-have-the-best-hands-of-any-humanoid-ever\/\" target=\"_blank\" rel=\"noopener\">\u300cThis Robot Might Have The Best Hands Of Any Humanoid Ever\u300d<\/a>\uff08Dar Sleeper\u6c0f\u306e\u5f15\u7528\u5143\uff09\u3001<a href=\"https:\/\/www.humanoidsdaily.com\/news\/the-contact-problem-how-agilink-s-new-omnihand-3-ultra-m-is-teaching-robots-to-feel\" target=\"_blank\" rel=\"noopener\">\u304a\u3088\u3073Humanoids<\/a> <a href=\"https:\/\/pandaily.com\/agilink-launches-omni-hand-3-series-ships-over-8-000-dexterous-hands\" target=\"_blank\" rel=\"noopener\">Daily\u3084Pandaily\u306b\u3088\u308b<\/a>\u624b\u306e\u6280\u8853\u7af6\u4e89\u306b\u95a2\u3059\u308b\u5e83\u7bc4\u306a\u5831\u9053\u3002 \u4ed5\u69d8\u304a\u3088\u3073\u751f\u7523\u53f0\u6570\u306f\u5404\u793e\u306e\u4e3b\u5f35\u306b\u57fa\u3065\u304f\u3082\u306e\u3067\u3042\u308a\u3001\u72ec\u7acb\u3057\u305f\u691c\u8a3c\u306f\u884c\u308f\u308c\u3066\u3044\u307e\u305b\u3093\u3002NEO\u306e\u7d0d\u671f\u306f\u30011X\u304c\u767a\u8868\u3057\u305f2026\u5e74\u306e<a href=\"https:\/\/www.globenewswire.com\/news-release\/2026\/04\/30\/3285118\/0\/en\/1x-opens-neo-factory-in-hayward-ca-america-s-first-vertically-integrated-humanoid-robot-factory-with-consumer-shipments-planned-for-2026.html\" target=\"_blank\" rel=\"noopener\">\u30d8\u30a4\u30ef\u30fc\u30c9\u5de5\u5834\u304b\u3089\u306e<\/a>\u4e00\u822c\u6d88\u8cbb\u8005\u5411\u3051\u51fa\u8377\u8a08\u753b\u306b\u57fa\u3065\u304f\u3082\u306e\u3002Optimus\u306e\u72b6\u6cc1\u306f\u3001\u30c6\u30b9\u30e9\u304c\u767a\u8868\u3057\u305fGen 3\u306e\u767a\u8868\u5ef6\u671f\u306b\u57fa\u3065\u304f\u3082\u306e\u3067\u3059\u3002 \u672c\u8a18\u4e8b\u306b\u63b2\u8f09\u3055\u308c\u3066\u3044\u308b\u5199\u771f\u304a\u3088\u3073\u52d5\u753b\u306e\u9759\u6b62\u753b\u306f<strong>\u3059\u3079\u30661X Technologies\u306e<\/strong>\u63d0\u4f9b\u306b\u3088\u308b\u3082\u306e\u3067\u3059\u3002\u4e00\u90e8\u306f\u540c\u793e\u306e\u30ed\u30fc\u30f3\u30c1\u52d5\u753b\u304b\u3089\u306e\u30d5\u30ec\u30fc\u30e0\u3001\u305d\u306e\u4ed6\u306f\u516c\u5f0f\u306e\u88fd\u54c1\u5199\u771f\u3067\u3059\u3002\u300cThe humanoid.guide View\u300d\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u898b\u89e3\u306f\u5f53\u30b5\u30a4\u30c8\u72ec\u81ea\u306e\u898b\u89e3\u3067\u3059\u3002    \n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div><!-- \/.hg -->\n\n<script>\n  (function(){\n    var reveals = [].slice.call(document.querySelectorAll('.hg .reveal'));\n\n    \/* fade-in on scroll *\/\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(en){\n          if(en.isIntersecting){\n            en.target.classList.add('in');\n            io.unobserve(en.target);\n          }\n        });\n      }, { threshold: 0.1, rootMargin: '0px 0px -6% 0px' });\n      reveals.forEach(function(e){ io.observe(e); });\n    } else {\n      reveals.forEach(function(e){ e.classList.add('in'); });\n    }\n  })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1 \u2013 humanoid.guide 1X NEO Hands \u2013&#8230;<\/p>\n","protected":false},"author":5,"featured_media":15399,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-15398","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1<\/title>\n<meta name=\"description\" content=\"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\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:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1\" \/>\n<meta property=\"og:description\" content=\"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/\" \/>\n<meta property=\"og:site_name\" content=\"Humanoid.guide\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T21:28:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T10:58:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Humanoid Guide\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Humanoidguide\" \/>\n<meta name=\"twitter:site\" content=\"@Humanoidguide\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"Humanoid Guide\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/\"},\"author\":{\"name\":\"Humanoid Guide\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#\\\/schema\\\/person\\\/79aeb05d3fc0c8c77c7be00d72c11fe6\"},\"headline\":\"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb\",\"datePublished\":\"2026-07-09T21:28:37+00:00\",\"dateModified\":\"2026-07-30T10:58:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/\"},\"wordCount\":313,\"publisher\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"articleSection\":[\"News\"],\"inLanguage\":\"ja\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/\",\"name\":\"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"datePublished\":\"2026-07-09T21:28:37+00:00\",\"dateModified\":\"2026-07-30T10:58:49+00:00\",\"description\":\"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\u3002\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#primaryimage\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"contentUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"width\":1920,\"height\":1080,\"caption\":\"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#website\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/\",\"name\":\"Humanoid.guide\",\"description\":\"The ultimate resource for humanoid robotics\",\"publisher\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#organization\",\"name\":\"Humanoid.guide\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/humanoid_guide_logo.png\",\"contentUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/humanoid_guide_logo.png\",\"width\":813,\"height\":192,\"caption\":\"Humanoid.guide\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Humanoidguide\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/humanoidguide\",\"https:\\\/\\\/www.instagram.com\\\/humanoid.guide\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/#\\\/schema\\\/person\\\/79aeb05d3fc0c8c77c7be00d72c11fe6\",\"name\":\"Humanoid Guide\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"caption\":\"Humanoid Guide\"},\"sameAs\":[\"https:\\\/\\\/humanoid.guide\"],\"url\":\"https:\\\/\\\/humanoid.guide\\\/ja\\\/author\\\/human\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1","description":"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\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:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/","og_locale":"ja_JP","og_type":"article","og_title":"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1","og_description":"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\u3002","og_url":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/","og_site_name":"Humanoid.guide","article_published_time":"2026-07-09T21:28:37+00:00","article_modified_time":"2026-07-30T10:58:49+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","type":"image\/webp"}],"author":"Humanoid Guide","twitter_card":"summary_large_image","twitter_creator":"@Humanoidguide","twitter_site":"@Humanoidguide","twitter_misc":{"\u57f7\u7b46\u8005":"Humanoid Guide","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#article","isPartOf":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/"},"author":{"name":"Humanoid Guide","@id":"https:\/\/humanoid.guide\/ja\/#\/schema\/person\/79aeb05d3fc0c8c77c7be00d72c11fe6"},"headline":"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb","datePublished":"2026-07-09T21:28:37+00:00","dateModified":"2026-07-30T10:58:49+00:00","mainEntityOfPage":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/"},"wordCount":313,"publisher":{"@id":"https:\/\/humanoid.guide\/ja\/#organization"},"image":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#primaryimage"},"thumbnailUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","articleSection":["News"],"inLanguage":"ja"},{"@type":"WebPage","@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/","url":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/","name":"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1","isPartOf":{"@id":"https:\/\/humanoid.guide\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#primaryimage"},"image":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#primaryimage"},"thumbnailUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","datePublished":"2026-07-09T21:28:37+00:00","dateModified":"2026-07-30T10:58:49+00:00","description":"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\u3002","breadcrumb":{"@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#primaryimage","url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","contentUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","width":1920,"height":1080,"caption":"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb"},{"@type":"BreadcrumbList","@id":"https:\/\/humanoid.guide\/ja\/neo%e3%81%ab%e6%96%b0%e3%81%9f%e3%81%aa%e9%81%8b%e5%96%b6%e9%99%a3%e3%81%8c%e5%b0%b1%e4%bb%bb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/humanoid.guide\/ja\/"},{"@type":"ListItem","position":2,"name":"NEO\u306b\u65b0\u305f\u306a\u904b\u55b6\u9663\u304c\u5c31\u4efb"}]},{"@type":"WebSite","@id":"https:\/\/humanoid.guide\/ja\/#website","url":"https:\/\/humanoid.guide\/ja\/","name":"Humanoid.guide","description":"The ultimate resource for humanoid robotics","publisher":{"@id":"https:\/\/humanoid.guide\/ja\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/humanoid.guide\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/humanoid.guide\/ja\/#organization","name":"Humanoid.guide","url":"https:\/\/humanoid.guide\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/humanoid.guide\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2024\/08\/humanoid_guide_logo.png","contentUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2024\/08\/humanoid_guide_logo.png","width":813,"height":192,"caption":"Humanoid.guide"},"image":{"@id":"https:\/\/humanoid.guide\/ja\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Humanoidguide","https:\/\/www.linkedin.com\/company\/humanoidguide","https:\/\/www.instagram.com\/humanoid.guide"]},{"@type":"Person","@id":"https:\/\/humanoid.guide\/ja\/#\/schema\/person\/79aeb05d3fc0c8c77c7be00d72c11fe6","name":"Humanoid Guide","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","caption":"Humanoid Guide"},"sameAs":["https:\/\/humanoid.guide"],"url":"https:\/\/humanoid.guide\/ja\/author\/human\/"}]}},"yoast_seo":{"title":"1X NEO Hands \u2013 25\u6bb5\u968e\u306e\u529b\u5236\u5fa1","metadesc":"1X NEO\u30cf\u30f3\u30c9\u304c\u516c\u958b\uff1a25\u306e\u529b\u5236\u5fa1\u81ea\u7531\u5ea6\u3001\u305b\u3093\u65ad\u529b\u3092\u611f\u77e5\u3059\u308b\u6307\u5148\u3001IP68\u898f\u683c\u2015\u20152026\u5e74\u306e\u30ed\u30dc\u30c3\u30c8\u5de5\u5b66\u754c\u3067\u6700\u3082\u5927\u80c6\u306a\u4e3b\u5f35\u306b\u5bfe\u3059\u308b\u6211\u3005\u306e\u898b\u89e3\u3002","focuskw":"1X NEO\u30cf\u30f3\u30c9"},"taxonomy_info":{"category":[{"value":1,"label":"News"}]},"featured_image_src_large":["https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04-1024x576.webp",1024,576,true],"author_info":{"display_name":"Humanoid Guide","author_link":"https:\/\/humanoid.guide\/ja\/author\/human\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"News","slug":"news","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw","cat_ID":1,"category_count":423,"category_description":"","cat_name":"News","category_nicename":"news","category_parent":0}],"tag_info":false,"jetpack_featured_media_url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/posts\/15398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/comments?post=15398"}],"version-history":[{"count":1,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/posts\/15398\/revisions"}],"predecessor-version":[{"id":15400,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/posts\/15398\/revisions\/15400"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/media\/15399"}],"wp:attachment":[{"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/media?parent=15398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/categories?post=15398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/humanoid.guide\/ja\/wp-json\/wp\/v2\/tags?post=15398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}