{"id":29,"date":"2026-07-18T22:48:38","date_gmt":"2026-07-18T13:48:38","guid":{"rendered":"http:\/\/www.accordnexus.com\/?page_id=29"},"modified":"2026-07-21T08:03:19","modified_gmt":"2026-07-20T23:03:19","slug":"%e3%83%9b%e3%83%bc%e3%83%a0","status":"publish","type":"page","link":"https:\/\/www.accordnexus.com\/","title":{"rendered":"\u30db\u30fc\u30e0"},"content":{"rendered":"\n<style>\n  :root {\n    --ink: #001E53;\n    --seal: #E20F1A;\n    --seal-soft: #F2545B;\n    --paper: #F4F5F8;\n    --surface: #FFFFFF;\n    --text: #101B33;\n    --muted: #55627A;\n    --rule: #D9DEE8;\n    --rule-strong: #BAC3D3;\n    --plate: transparent;\n    --plate-pad: 0;\n    --shadow: 0 1px 2px rgba(0, 30, 83, .06), 0 12px 34px rgba(0, 30, 83, .07);\n\n    --sans: \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", \"Yu Gothic\", YuGothic, \"Noto Sans JP\", system-ui, sans-serif;\n    --display: \"Helvetica Neue\", \"Arial\", \"Hiragino Kaku Gothic ProN\", system-ui, sans-serif;\n    --mono: ui-monospace, \"SF Mono\", SFMono-Regular, Menlo, Consolas, monospace;\n\n    --step-0: 1rem;\n    --step-1: 1.125rem;\n    --step-2: 1.375rem;\n    --step-3: 1.75rem;\n    --step-4: 2.25rem;\n\n    --header-h: 74px;\n  }\n\n  @media (prefers-color-scheme: dark) {\n    :root {\n      --ink: #BFD0EE;\n      --seal: #F2545B;\n      --seal-soft: #F2545B;\n      --paper: #070F22;\n      --surface: #0E1A38;\n      --text: #E7ECF6;\n      --muted: #9AA8C4;\n      --rule: #223255;\n      --rule-strong: #33487A;\n      --plate: #FFFFFF;\n      --plate-pad: 7px 12px;\n      --shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 14px 34px rgba(0, 0, 0, .3);\n    }\n  }\n  :root[data-theme=\"dark\"] {\n    --ink: #BFD0EE;\n    --seal: #F2545B;\n    --seal-soft: #F2545B;\n    --paper: #070F22;\n    --surface: #0E1A38;\n    --text: #E7ECF6;\n    --muted: #9AA8C4;\n    --rule: #223255;\n    --rule-strong: #33487A;\n    --plate: #FFFFFF;\n    --plate-pad: 7px 12px;\n    --shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 14px 34px rgba(0, 0, 0, .3);\n  }\n  :root[data-theme=\"light\"] {\n    --ink: #001E53;\n    --seal: #E20F1A;\n    --seal-soft: #F2545B;\n    --paper: #F4F5F8;\n    --surface: #FFFFFF;\n    --text: #101B33;\n    --muted: #55627A;\n    --rule: #D9DEE8;\n    --rule-strong: #BAC3D3;\n    --plate: transparent;\n    --plate-pad: 0;\n    --shadow: 0 1px 2px rgba(0, 30, 83, .06), 0 12px 34px rgba(0, 30, 83, .07);\n  }\n\n  * { box-sizing: border-box; }\n\n  html { scroll-behavior: smooth; }\n  @media (prefers-reduced-motion: reduce) {\n    html { scroll-behavior: auto; }\n  }\n\n  body {\n    margin: 0;\n    background: var(--paper);\n    color: var(--text);\n    font-family: var(--sans);\n    font-size: var(--step-0);\n    line-height: 1.85;\n    overflow-x: hidden;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n\n  .wrap {\n    max-width: 1140px;\n    margin-inline: auto;\n    padding-inline: 28px;\n    width: 100%;\n  }\n\n  a { color: var(--ink); text-underline-offset: 3px; }\n\n  a:focus-visible, button:focus-visible {\n    outline: 2px solid var(--seal);\n    outline-offset: 3px;\n    border-radius: 2px;\n  }\n\n  .eyebrow {\n    font-family: var(--mono);\n    font-size: .6875rem;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin: 0;\n  }\n\n  h2, h3 { margin: 0; color: var(--ink); text-wrap: balance; line-height: 1.4; }\n\n  section[id] { scroll-margin-top: calc(var(--header-h) + 12px); }\n\n  \/* ============ masthead ============ *\/\n  .masthead {\n    position: sticky;\n    top: 0;\n    z-index: 30;\n    border-bottom: 1px solid var(--rule);\n    background: color-mix(in srgb, var(--paper) 86%, transparent);\n    backdrop-filter: blur(10px);\n  }\n  .masthead .wrap {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    min-height: var(--header-h);\n  }\n  .brand {\n    display: inline-flex;\n    align-items: center;\n    background: var(--plate);\n    padding: var(--plate-pad);\n    border-radius: 4px;\n  }\n  .brand img { display: block; height: 36px; width: auto; }\n\n  .nav {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    font-size: .8125rem;\n    letter-spacing: .06em;\n  }\n  .nav a {\n    color: var(--muted);\n    text-decoration: none;\n    padding-block: 6px;\n    border-bottom: 2px solid transparent;\n    transition: color .18s ease, border-color .18s ease;\n  }\n  .nav a:hover { color: var(--ink); border-bottom-color: var(--seal); }\n  .nav .btn {\n    border: 1px solid var(--rule-strong);\n    border-radius: 2px;\n    padding: 9px 20px;\n    color: var(--ink);\n  }\n  .nav .btn:hover {\n    border-color: var(--seal);\n    color: var(--seal);\n  }\n  @media (max-width: 720px) {\n    .nav a:not(.btn) { display: none; }\n  }\n\n  \/* ============ hero ============ *\/\n  .hero {\n    position: relative;\n    min-height: min(880px, 92vh);\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background:\n      radial-gradient(1200px 620px at 80% 16%, rgba(24, 66, 150, .55), transparent 62%),\n      radial-gradient(900px 520px at 62% 108%, rgba(0, 28, 80, .6), transparent 60%),\n      linear-gradient(122deg, #00112E 0%, #001A45 54%, #002458 100%);\n    color: #fff;\n  }\n  .hero__viz {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n    clip-path: polygon(47% 0, 100% 0, 100% 100%, 9% 100%);\n  }\n  .hero__viz::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(115deg,\n      rgba(0, 11, 30, .94) 0%,\n      rgba(0, 11, 30, .55) 30%,\n      rgba(0, 11, 30, .12) 55%,\n      transparent 74%);\n  }\n  .hero__seam {\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    pointer-events: none;\n  }\n  .hero__seam svg { width: 100%; height: 100%; display: block; }\n\n  .hero__content {\n    position: relative;\n    z-index: 3;\n    padding-block: 40px;\n  }\n  .hero__kicker {\n    font-family: var(--mono);\n    font-size: .75rem;\n    letter-spacing: .28em;\n    text-transform: uppercase;\n    color: var(--seal-soft);\n    margin: 0 0 26px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .hero__kicker::before {\n    content: \"\";\n    width: 34px;\n    height: 2px;\n    background: var(--seal);\n  }\n  .hero__h1 {\n    font-family: var(--sans);\n    font-weight: 800;\n    font-size: clamp(2.7rem, 1.4rem + 6.4vw, 5.6rem);\n    line-height: 1.16;\n    letter-spacing: .01em;\n    margin: 0;\n    color: #fff;\n    text-wrap: balance;\n  }\n  .hero__h1 .l2 { display: block; }\n  .hero__h1 .u {\n    text-decoration: underline;\n    text-decoration-color: var(--seal);\n    text-decoration-thickness: .07em;\n    text-underline-offset: .16em;\n  }\n  .hero__en {\n    font-family: var(--display);\n    font-weight: 700;\n    font-size: clamp(.9rem, .8rem + .6vw, 1.15rem);\n    letter-spacing: .04em;\n    color: rgba(255, 255, 255, .72);\n    margin: 22px 0 0;\n  }\n  .hero__sub {\n    max-width: 30em;\n    margin: 20px 0 0;\n    font-size: var(--step-1);\n    line-height: 1.95;\n    color: rgba(255, 255, 255, .82);\n  }\n  .hero__cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    margin-top: 34px;\n    padding-bottom: 8px;\n    color: #fff;\n    text-decoration: none;\n    font-size: .9375rem;\n    letter-spacing: .08em;\n    border-bottom: 2px solid var(--seal);\n    transition: gap .2s ease;\n  }\n  .hero__cta .arw { transition: transform .2s ease; }\n  .hero__cta:hover { gap: 20px; }\n  .hero__cta:hover .arw { transform: translateX(4px); }\n\n  .hero__badge {\n    position: absolute;\n    left: 0;\n    bottom: 34px;\n    z-index: 3;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    max-width: 430px;\n    padding: 14px 18px;\n    background: rgba(0, 10, 28, .38);\n    backdrop-filter: blur(6px);\n    border-left: 2px solid var(--seal);\n  }\n  .hero__badge .chip {\n    font-family: var(--mono);\n    font-size: .625rem;\n    letter-spacing: .18em;\n    color: var(--seal-soft);\n    border: 1px solid rgba(242, 84, 91, .5);\n    border-radius: 2px;\n    padding: 3px 8px;\n    white-space: nowrap;\n  }\n  .hero__badge p {\n    margin: 0;\n    font-size: .8125rem;\n    line-height: 1.6;\n    color: rgba(255, 255, 255, .86);\n  }\n  .hero__badge b { color: #fff; font-weight: 700; }\n\n  .hero__scroll {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    z-index: 3;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 14px 28px;\n    background: var(--seal);\n    color: #fff;\n    font-family: var(--mono);\n    font-size: .6875rem;\n    letter-spacing: .2em;\n  }\n  .hero__scroll i {\n    width: 1px;\n    height: 22px;\n    background: rgba(255, 255, 255, .8);\n    animation: scrolldrop 1.8s ease-in-out infinite;\n    transform-origin: top;\n  }\n  @keyframes scrolldrop {\n    0%, 100% { transform: scaleY(.4); opacity: .4; }\n    50% { transform: scaleY(1); opacity: 1; }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .hero__scroll i { animation: none; }\n  }\n\n  @media (max-width: 760px) {\n    .hero__viz { clip-path: none; }\n    .hero__viz::after {\n      background: linear-gradient(160deg,\n        rgba(0, 11, 30, .8) 0%,\n        rgba(0, 11, 30, .82) 50%,\n        rgba(0, 11, 30, .7) 100%);\n    }\n    .hero__seam { display: none; }\n    .hero__badge { position: static; margin-top: 34px; max-width: none; }\n    .hero__scroll { display: none; }\n    .hero__content { padding-block: 64px 40px; }\n  }\n\n  \/* ============ statement (problem \u2192 answer) ============ *\/\n  .statement {\n    border-bottom: 1px solid var(--rule);\n    background: var(--surface);\n  }\n  .statement .wrap {\n    padding-block: clamp(56px, 8vw, 104px);\n    display: grid;\n    grid-template-columns: 1fr 1px 1fr;\n    gap: clamp(28px, 5vw, 64px);\n    align-items: start;\n  }\n  .statement .seam-rule { background: var(--rule); align-self: stretch; }\n  .statement .col > .eyebrow { margin-bottom: 18px; }\n  .statement .big {\n    font-size: clamp(1.6rem, 1.1rem + 2.4vw, 2.6rem);\n    font-weight: 700;\n    line-height: 1.5;\n    color: var(--ink);\n    margin: 0 0 22px;\n    letter-spacing: .01em;\n  }\n  .statement .answer .big { color: var(--seal); }\n  .statement p {\n    margin: 0;\n    max-width: 30em;\n    color: var(--text);\n    line-height: 1.95;\n  }\n  .statement .answer p strong {\n    font-weight: 700;\n    box-shadow: inset 0 -.5em 0 color-mix(in srgb, var(--seal) 15%, transparent);\n  }\n  @media (max-width: 760px) {\n    .statement .wrap { grid-template-columns: 1fr; }\n    .statement .seam-rule { height: 1px; width: 100%; }\n  }\n\n  \/* ============ generic section ============ *\/\n  .section {\n    border-top: 1px solid var(--rule);\n    padding-block: clamp(52px, 6vw, 88px);\n    display: grid;\n    grid-template-columns: 220px 1fr;\n    gap: 44px;\n  }\n  .section:first-of-type { border-top: 0; }\n  @media (max-width: 860px) {\n    .section { grid-template-columns: 1fr; gap: 26px; }\n  }\n  .section > header { display: flex; flex-direction: column; gap: 10px; }\n  .section > header .eyebrow { color: var(--seal); }\n  .section h2 { font-size: var(--step-4); font-weight: 700; letter-spacing: .04em; }\n  .section .body { min-width: 0; display: flex; flex-direction: column; gap: 30px; }\n  .prose { max-width: 36em; margin: 0; }\n  .prose strong { font-weight: 700; color: var(--ink); }\n\n  \/* process steps *\/\n  .steps {\n    list-style: none; margin: 0; padding: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n    border-top: 1px solid var(--rule);\n    border-left: 1px solid var(--rule);\n  }\n  .steps li {\n    border-right: 1px solid var(--rule);\n    border-bottom: 1px solid var(--rule);\n    background: var(--surface);\n    padding: 24px 22px;\n    display: flex; flex-direction: column; gap: 8px;\n  }\n  .steps .n {\n    font-family: var(--mono);\n    font-size: .6875rem;\n    font-variant-numeric: tabular-nums;\n    letter-spacing: .14em;\n    color: var(--seal);\n  }\n  .steps h3 { font-size: var(--step-1); font-weight: 700; }\n  .steps p { margin: 0; font-size: .875rem; line-height: 1.8; color: var(--muted); }\n\n  \/* stance *\/\n  .stance {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));\n    gap: 1px;\n    background: var(--rule);\n    border: 1px solid var(--rule);\n  }\n  .stance > div { background: var(--surface); padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; }\n  .stance dt { font-size: var(--step-1); font-weight: 700; color: var(--ink); line-height: 1.5; }\n  .stance dd { margin: 0; font-size: .875rem; line-height: 1.85; color: var(--muted); }\n\n  \/* company facts *\/\n  .facts { margin: 0; display: grid; grid-template-columns: 150px 1fr; border-top: 1px solid var(--rule); }\n  .facts dt { padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: .8125rem; color: var(--muted); letter-spacing: .06em; }\n  .facts dd { padding: 16px 0; margin: 0; border-bottom: 1px solid var(--rule); font-size: .9375rem; }\n  .facts .num { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: .04em; }\n  @media (max-width: 560px) {\n    .facts { grid-template-columns: 1fr; }\n    .facts dt { padding-bottom: 0; border-bottom: 0; }\n  }\n  .todo { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }\n  .todo::before {\n    content: \"\u8981\u8a18\u5165\";\n    font-family: var(--mono);\n    font-size: .625rem;\n    letter-spacing: .12em;\n    color: var(--seal);\n    border: 1px dashed var(--seal);\n    border-radius: 2px;\n    padding: 2px 6px;\n  }\n\n  \/* contact *\/\n  .contact-card {\n    background: var(--surface);\n    border: 1px solid var(--rule);\n    box-shadow: var(--shadow);\n    padding: 30px;\n    display: flex; flex-direction: column; gap: 14px;\n  }\n  .contact-card .mail { font-family: var(--mono); font-size: var(--step-1); color: var(--ink); }\n  .note { font-size: .8125rem; color: var(--muted); margin: 0; }\n\n  \/* footer *\/\n  .foot { border-top: 1px solid var(--rule); background: var(--surface); }\n  .foot .wrap { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; padding-block: 30px; }\n  .foot .brand img { height: 22px; }\n  .foot p { margin: 0; font-size: .75rem; color: var(--muted); letter-spacing: .04em; }\n  .foot .num { font-family: var(--mono); font-variant-numeric: tabular-nums; }\n\n  \/* viz: script-free starfield (SVG + CSS) *\/\n  .hero__viz svg { width: 100%; height: 100%; display: block; }\n  .viz-star {\n    animation-name: vizBob;\n    animation-timing-function: ease-in-out;\n    animation-iteration-count: infinite;\n    animation-direction: alternate;\n  }\n  @keyframes vizBob {\n    from { transform: translateY(calc(var(--a, 6px) * -1)); }\n    to   { transform: translateY(var(--a, 6px)); }\n  }\n  .viz-grid { animation: vizGrid 16s linear infinite; }\n  @keyframes vizGrid { to { transform: translate(-66px, -50px); } }\n  @media (prefers-reduced-motion: reduce) {\n    .viz-star, .viz-grid { animation: none; }\n  }\n<\/style>\n\n<header class=\"masthead\">\n  <div class=\"wrap\">\n    <span class=\"brand\">\n      <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/accordnexus-logo.png\" alt=\"AccordNexus\" width=\"480\" height=\"160\">\n    <\/span>\n    <nav class=\"nav\" aria-label=\"\u30b5\u30a4\u30c8\u5185\">\n      <a href=\"#business\">\u4e8b\u696d\u5185\u5bb9<\/a>\n      <a href=\"#stance\">\u79c1\u305f\u3061\u306e\u7acb\u5834<\/a>\n      <a href=\"#company\">\u4f1a\u793e\u6982\u8981<\/a>\n      <a href=\"#contact\" class=\"btn\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n    <\/nav>\n  <\/div>\n<\/header>\n\n<main>\n  <section class=\"hero\" aria-label=\"\u30d2\u30fc\u30ed\u30fc\">\n    <div class=\"hero__viz\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 1200 800\" preserveAspectRatio=\"xMidYMid slice\" aria-hidden=\"true\"><defs><pattern id=\"vizgrid\" width=\"66\" height=\"50\" patternUnits=\"userSpaceOnUse\"><path d=\"M66 .5H.5V50\" fill=\"none\" stroke=\"rgba(150,180,255,0.055)\" stroke-width=\"1\"\/><\/pattern><linearGradient id=\"vizseam\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgba(206,222,255,0)\"\/><stop offset=\"0.5\" stop-color=\"rgba(206,222,255,0.10)\"\/><stop offset=\"1\" stop-color=\"rgba(206,222,255,0)\"\/><\/linearGradient><\/defs><rect class=\"viz-grid\" x=\"-66\" y=\"-50\" width=\"1398\" height=\"950\" fill=\"url(#vizgrid)\"\/><rect x=\"722\" y=\"0\" width=\"140\" height=\"800\" fill=\"url(#vizseam)\"\/><g class=\"viz-star\" style=\"--a:5px;animation-duration:7.6s;animation-delay:-5.1s\"><circle cx=\"631\" cy=\"20\" r=\"5.2\" fill=\"rgba(200,218,255,0.066)\"\/><circle cx=\"631\" cy=\"20\" r=\"1.5\" fill=\"rgba(200,218,255,0.667)\"\/><\/g><g class=\"viz-star\" style=\"--a:3px;animation-duration:4.7s;animation-delay:-2.4s\"><circle cx=\"1178\" cy=\"70\" r=\"1.7\" fill=\"rgba(232,72,78,0.396)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:4.7s;animation-delay:-2.8s\"><circle cx=\"371\" cy=\"159\" r=\"2.0\" fill=\"rgba(200,218,255,0.355)\"\/><\/g><g class=\"viz-star\" style=\"--a:9px;animation-duration:5.4s;animation-delay:-0.8s\"><circle cx=\"1143\" cy=\"5\" r=\"2.2\" fill=\"rgba(232,72,78,0.439)\"\/><\/g><g class=\"viz-star\" style=\"--a:4px;animation-duration:8.2s;animation-delay:-4.9s\"><circle cx=\"766\" cy=\"269\" r=\"4.5\" fill=\"rgba(200,218,255,0.086)\"\/><circle cx=\"766\" cy=\"269\" r=\"1.3\" fill=\"rgba(200,218,255,0.829)\"\/><\/g><g class=\"viz-star\" style=\"--a:11px;animation-duration:5.6s;animation-delay:-3.1s\"><circle cx=\"1142\" cy=\"584\" r=\"1.8\" fill=\"rgba(232,72,78,0.440)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:7.4s;animation-delay:-0.3s\"><circle cx=\"712\" cy=\"495\" r=\"7.6\" fill=\"rgba(200,218,255,0.078)\"\/><circle cx=\"712\" cy=\"495\" r=\"2.2\" fill=\"rgba(200,218,255,0.764)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:4.1s;animation-delay:-1.1s\"><circle cx=\"897\" cy=\"232\" r=\"4.4\" fill=\"rgba(232,72,78,0.074)\"\/><circle cx=\"897\" cy=\"232\" r=\"1.3\" fill=\"rgba(232,72,78,0.735)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:5.0s;animation-delay:-4.7s\"><circle cx=\"630\" cy=\"292\" r=\"5.6\" fill=\"rgba(200,218,255,0.066)\"\/><circle cx=\"630\" cy=\"292\" r=\"1.6\" fill=\"rgba(200,218,255,0.665)\"\/><\/g><g class=\"viz-star\" style=\"--a:9px;animation-duration:4.4s;animation-delay:-1.7s\"><circle cx=\"1075\" cy=\"487\" r=\"1.4\" fill=\"rgba(232,72,78,0.521)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:8.1s;animation-delay:-6.3s\"><circle cx=\"780\" cy=\"512\" r=\"6.4\" fill=\"rgba(200,218,255,0.088)\"\/><circle cx=\"780\" cy=\"512\" r=\"1.9\" fill=\"rgba(200,218,255,0.845)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:4.7s;animation-delay:-4.4s\"><circle cx=\"897\" cy=\"26\" r=\"5.4\" fill=\"rgba(232,72,78,0.074)\"\/><circle cx=\"897\" cy=\"26\" r=\"1.6\" fill=\"rgba(232,72,78,0.734)\"\/><\/g><g class=\"viz-star\" style=\"--a:6px;animation-duration:8.5s;animation-delay:-3.9s\"><circle cx=\"732\" cy=\"252\" r=\"6.8\" fill=\"rgba(200,218,255,0.081)\"\/><circle cx=\"732\" cy=\"252\" r=\"2.0\" fill=\"rgba(200,218,255,0.788)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:6.7s;animation-delay:-6.0s\"><circle cx=\"912\" cy=\"197\" r=\"6.4\" fill=\"rgba(232,72,78,0.072)\"\/><circle cx=\"912\" cy=\"197\" r=\"1.9\" fill=\"rgba(232,72,78,0.716)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:4.0s;animation-delay:-0.2s\"><circle cx=\"529\" cy=\"175\" r=\"8.1\" fill=\"rgba(200,218,255,0.051)\"\/><circle cx=\"529\" cy=\"175\" r=\"2.4\" fill=\"rgba(200,218,255,0.545)\"\/><\/g><g class=\"viz-star\" style=\"--a:6px;animation-duration:3.8s;animation-delay:-1.5s\"><circle cx=\"846\" cy=\"502\" r=\"7.3\" fill=\"rgba(232,72,78,0.082)\"\/><circle cx=\"846\" cy=\"502\" r=\"2.2\" fill=\"rgba(232,72,78,0.795)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:3.6s;animation-delay:-2.6s\"><circle cx=\"782\" cy=\"423\" r=\"8.0\" fill=\"rgba(200,218,255,0.089)\"\/><circle cx=\"782\" cy=\"423\" r=\"2.4\" fill=\"rgba(200,218,255,0.849)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:4.1s;animation-delay:-1.8s\"><circle cx=\"1089\" cy=\"430\" r=\"1.5\" fill=\"rgba(232,72,78,0.504)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:6.3s;animation-delay:-1.1s\"><circle cx=\"552\" cy=\"763\" r=\"7.7\" fill=\"rgba(200,218,255,0.054)\"\/><circle cx=\"552\" cy=\"763\" r=\"2.3\" fill=\"rgba(200,218,255,0.572)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:6.8s;animation-delay:-1.0s\"><circle cx=\"1187\" cy=\"696\" r=\"1.6\" fill=\"rgba(232,72,78,0.386)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:3.5s;animation-delay:-1.1s\"><circle cx=\"683\" cy=\"432\" r=\"7.3\" fill=\"rgba(200,218,255,0.074)\"\/><circle cx=\"683\" cy=\"432\" r=\"2.1\" fill=\"rgba(200,218,255,0.730)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:5.2s;animation-delay:-0.3s\"><circle cx=\"808\" cy=\"743\" r=\"7.7\" fill=\"rgba(232,72,78,0.088)\"\/><circle cx=\"808\" cy=\"743\" r=\"2.3\" fill=\"rgba(232,72,78,0.841)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:3.9s;animation-delay:-3.0s\"><circle cx=\"732\" cy=\"758\" r=\"4.4\" fill=\"rgba(200,218,255,0.081)\"\/><circle cx=\"732\" cy=\"758\" r=\"1.3\" fill=\"rgba(200,218,255,0.788)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:5.0s;animation-delay:-4.3s\"><circle cx=\"1125\" cy=\"103\" r=\"1.8\" fill=\"rgba(232,72,78,0.461)\"\/><\/g><g class=\"viz-star\" style=\"--a:9px;animation-duration:4.6s;animation-delay:-1.4s\"><circle cx=\"539\" cy=\"169\" r=\"6.3\" fill=\"rgba(200,218,255,0.052)\"\/><circle cx=\"539\" cy=\"169\" r=\"1.8\" fill=\"rgba(200,218,255,0.557)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:4.2s;animation-delay:-0.9s\"><circle cx=\"1222\" cy=\"520\" r=\"1.7\" fill=\"rgba(232,72,78,0.344)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:3.9s;animation-delay:-2.5s\"><circle cx=\"503\" cy=\"471\" r=\"1.5\" fill=\"rgba(200,218,255,0.514)\"\/><\/g><g class=\"viz-star\" style=\"--a:4px;animation-duration:4.8s;animation-delay:-3.2s\"><circle cx=\"897\" cy=\"724\" r=\"7.6\" fill=\"rgba(232,72,78,0.074)\"\/><circle cx=\"897\" cy=\"724\" r=\"2.2\" fill=\"rgba(232,72,78,0.734)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:6.1s;animation-delay:-4.8s\"><circle cx=\"451\" cy=\"106\" r=\"2.3\" fill=\"rgba(200,218,255,0.451)\"\/><\/g><g class=\"viz-star\" style=\"--a:6px;animation-duration:5.8s;animation-delay:-2.7s\"><circle cx=\"1142\" cy=\"152\" r=\"1.3\" fill=\"rgba(232,72,78,0.440)\"\/><\/g><g class=\"viz-star\" style=\"--a:4px;animation-duration:5.7s;animation-delay:-1.9s\"><circle cx=\"669\" cy=\"539\" r=\"8.1\" fill=\"rgba(200,218,255,0.072)\"\/><circle cx=\"669\" cy=\"539\" r=\"2.4\" fill=\"rgba(200,218,255,0.713)\"\/><\/g><g class=\"viz-star\" style=\"--a:7px;animation-duration:5.8s;animation-delay:-1.6s\"><circle cx=\"1165\" cy=\"199\" r=\"1.4\" fill=\"rgba(232,72,78,0.412)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:6.5s;animation-delay:-0.3s\"><circle cx=\"466\" cy=\"739\" r=\"1.7\" fill=\"rgba(200,218,255,0.469)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:8.2s;animation-delay:-1.4s\"><circle cx=\"1224\" cy=\"669\" r=\"2.4\" fill=\"rgba(232,72,78,0.342)\"\/><\/g><g class=\"viz-star\" style=\"--a:3px;animation-duration:5.6s;animation-delay:-5.5s\"><circle cx=\"566\" cy=\"171\" r=\"5.7\" fill=\"rgba(200,218,255,0.056)\"\/><circle cx=\"566\" cy=\"171\" r=\"1.7\" fill=\"rgba(200,218,255,0.589)\"\/><\/g><g class=\"viz-star\" style=\"--a:6px;animation-duration:8.8s;animation-delay:-8.7s\"><circle cx=\"912\" cy=\"627\" r=\"5.9\" fill=\"rgba(232,72,78,0.072)\"\/><circle cx=\"912\" cy=\"627\" r=\"1.7\" fill=\"rgba(232,72,78,0.716)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:8.8s;animation-delay:-5.1s\"><circle cx=\"596\" cy=\"575\" r=\"4.7\" fill=\"rgba(200,218,255,0.061)\"\/><circle cx=\"596\" cy=\"575\" r=\"1.4\" fill=\"rgba(200,218,255,0.624)\"\/><\/g><g class=\"viz-star\" style=\"--a:8px;animation-duration:6.3s;animation-delay:-5.3s\"><circle cx=\"1030\" cy=\"598\" r=\"4.3\" fill=\"rgba(232,72,78,0.054)\"\/><circle cx=\"1030\" cy=\"598\" r=\"1.3\" fill=\"rgba(232,72,78,0.575)\"\/><\/g><g class=\"viz-star\" style=\"--a:4px;animation-duration:6.8s;animation-delay:-4.6s\"><circle cx=\"427\" cy=\"769\" r=\"1.3\" fill=\"rgba(200,218,255,0.422)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:6.8s;animation-delay:-4.2s\"><circle cx=\"900\" cy=\"96\" r=\"7.7\" fill=\"rgba(232,72,78,0.074)\"\/><circle cx=\"900\" cy=\"96\" r=\"2.3\" fill=\"rgba(232,72,78,0.731)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:4.6s;animation-delay:-3.3s\"><circle cx=\"538\" cy=\"467\" r=\"6.2\" fill=\"rgba(200,218,255,0.052)\"\/><circle cx=\"538\" cy=\"467\" r=\"1.8\" fill=\"rgba(200,218,255,0.555)\"\/><\/g><g class=\"viz-star\" style=\"--a:5px;animation-duration:5.2s;animation-delay:-3.9s\"><circle cx=\"901\" cy=\"317\" r=\"6.8\" fill=\"rgba(232,72,78,0.074)\"\/><circle cx=\"901\" cy=\"317\" r=\"2.0\" fill=\"rgba(232,72,78,0.729)\"\/><\/g><g class=\"viz-star\" style=\"--a:11px;animation-duration:3.9s;animation-delay:-0.8s\"><circle cx=\"391\" cy=\"367\" r=\"2.4\" fill=\"rgba(200,218,255,0.379)\"\/><\/g><g class=\"viz-star\" style=\"--a:10px;animation-duration:5.5s;animation-delay:-0.9s\"><circle cx=\"912\" cy=\"747\" r=\"7.7\" fill=\"rgba(232,72,78,0.072)\"\/><circle cx=\"912\" cy=\"747\" r=\"2.3\" fill=\"rgba(232,72,78,0.716)\"\/><\/g><g class=\"viz-star\" style=\"--a:11px;animation-duration:7.1s;animation-delay:-0.1s\"><circle cx=\"714\" cy=\"563\" r=\"6.6\" fill=\"rgba(200,218,255,0.078)\"\/><circle cx=\"714\" cy=\"563\" r=\"1.9\" fill=\"rgba(200,218,255,0.766)\"\/><\/g><g class=\"viz-star\" style=\"--a:11px;animation-duration:4.2s;animation-delay:-0.5s\"><circle cx=\"1146\" cy=\"240\" r=\"2.0\" fill=\"rgba(232,72,78,0.435)\"\/><\/g><circle cx=\"792\" cy=\"176\" r=\"2\" fill=\"rgba(255,238,238,0.85)\"\/><circle cx=\"792\" cy=\"288\" r=\"2\" fill=\"rgba(255,238,238,0.85)\"\/><circle cx=\"792\" cy=\"400\" r=\"2\" fill=\"rgba(255,238,238,0.85)\"\/><circle cx=\"792\" cy=\"512\" r=\"2\" fill=\"rgba(255,238,238,0.85)\"\/><circle cx=\"792\" cy=\"624\" r=\"2\" fill=\"rgba(255,238,238,0.85)\"\/><\/svg>\n    <\/div>\n    <div class=\"hero__seam\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 100 100\" preserveAspectRatio=\"none\">\n        <line x1=\"47\" y1=\"0\" x2=\"9\" y2=\"100\" stroke=\"#E20F1A\" stroke-width=\"0.35\" vector-effect=\"non-scaling-stroke\" opacity=\"0.85\" \/>\n      <\/svg>\n    <\/div>\n\n    <div class=\"wrap hero__content\">\n      <p class=\"hero__kicker\">Agreement Formation Platform<\/p>\n      <h1 class=\"hero__h1\">\n        <span class=\"l1\">\u610f\u601d\u3092\u3001<\/span>\n        <span class=\"l2\"><span class=\"u\">\u30ab\u30bf\u30c1<\/span>\u306b\u3002<\/span>\n      <\/h1>\n      <p class=\"hero__en\">Form follows intent.<\/p>\n      <p class=\"hero__sub\">\n        \u958b\u767a\u696d\u52d9\u306b\u6b20\u304b\u305b\u306a\u3044\u3001\u5408\u610f\u5f62\u6210\u306e\u305f\u3081\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3002\n        AI\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u304c\u3001\u3042\u306a\u305f\u306e\u300c\u4f5c\u308a\u305f\u3044\u300d\u3092\u30a4\u30f3\u30bf\u30d3\u30e5\u30fc\u3057\u3001\u8981\u4ef6\u6982\u8981\u66f8\u3078\u3068\u8a00\u8a9e\u5316\u3057\u307e\u3059\u3002\n      <\/p>\n      <a class=\"hero__cta\" href=\"#problem\">\n        <span>AccordNexus \u306b\u3064\u3044\u3066<\/span>\n        <span class=\"arw\" aria-hidden=\"true\">\u2192<\/span>\n      <\/a>\n    <\/div>\n\n    <div class=\"hero__badge\">\n      <span class=\"chip\">PRODUCT<\/span>\n      <p>AccordNexus \u2014 AI\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u304c\u8981\u671b\u3092\u30a4\u30f3\u30bf\u30d3\u30e5\u30fc\u3057\u3001<b>\u8981\u4ef6\u6982\u8981\u66f8<\/b>\u3078\u3002<\/p>\n    <\/div>\n\n    <div class=\"hero__scroll\" aria-hidden=\"true\">\n      <span>SCROLL<\/span>\n      <i><\/i>\n    <\/div>\n  <\/section>\n\n  <section class=\"statement\" id=\"problem\" aria-label=\"\u8ab2\u984c\u3068\u79c1\u305f\u3061\u306e\u7b54\u3048\">\n    <div class=\"wrap\">\n      <div class=\"col problem\">\n        <p class=\"eyebrow\">The Problem<\/p>\n        <p class=\"big\">\u4eba\u306e\u610f\u601d\u6c7a\u5b9a\u306f\u3001<br>\u76ee\u306b\u898b\u3048\u306a\u3044\u3002<\/p>\n        <p>\n          \u4f5c\u308a\u305f\u3044\u6c17\u6301\u3061\u306f\u3042\u308b\u3002\u3060\u3051\u3069\u3001\u3046\u307e\u304f\u8a00\u8a9e\u5316\u3067\u304d\u306a\u3044\u3002\n          \u672c\u5f53\u306b\u4f5c\u308a\u305f\u3044\u3082\u306e\u304c\u3001\u5177\u4f53\u7684\u306b\u30a4\u30e1\u30fc\u30b8\u3067\u304d\u306a\u3044\u2014\u2014\n          \u305d\u3093\u306a\u7d4c\u9a13\u306f\u3001\u3042\u308a\u307e\u305b\u3093\u304b\u3002\n        <\/p>\n      <\/div>\n      <div class=\"seam-rule\" aria-hidden=\"true\"><\/div>\n      <div class=\"col answer\">\n        <p class=\"eyebrow\">Our Answer<\/p>\n        <p class=\"big\">\u3060\u304b\u3089\u3001\u5bfe\u8a71\u3067<br>\u30ab\u30bf\u30c1\u306b\u3059\u308b\u3002<\/p>\n        <p>\n          AccordNexus \u306f\u3001<strong>IT\u958b\u767a\u306e\u5408\u610f\u5f62\u6210\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0<\/strong>\u3002\n          AI\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u304c\u3042\u306a\u305f\u306e\u300c\u4f5c\u308a\u305f\u3044\u300d\u3092\u30a4\u30f3\u30bf\u30d3\u30e5\u30fc\u3057\u3001\n          \u8981\u4ef6\u6982\u8981\u66f8\u3078\u3068\u8a00\u8a9e\u5316\u3057\u307e\u3059\u3002\u3042\u3044\u307e\u3044\u306a\u307e\u307e\u3001\u958b\u767a\u3092\u59cb\u3081\u306a\u3044\u3002\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"wrap\">\n    <section class=\"section\" id=\"business\">\n      <header>\n        <p class=\"eyebrow\">Business<\/p>\n        <h2>\u4e8b\u696d\u5185\u5bb9<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <p class=\"prose\">\n          AI \u3092\u7528\u3044\u305f\u8981\u4ef6\u5b9a\u7fa9\u30fb\u5408\u610f\u5f62\u6210\u652f\u63f4 SaaS <strong>\u300cAccordNexus\u300d<\/strong> \u306e\u4f01\u753b\u30fb\u958b\u767a\u30fb\u63d0\u4f9b\u3002\n          \u767a\u6ce8\u8005\u3078\u306e\u30d2\u30a2\u30ea\u30f3\u30b0\u304b\u3089\u3001\u8981\u4ef6\u306e\u78ba\u5b9a\u3001\u8a2d\u8a08\u3001\u898b\u7a4d\u30fb\u767a\u6ce8\u3001\u958b\u767a\u306e\u9032\u884c\u3001\u691c\u53ce\u307e\u3067\u3092\n          \u3072\u3068\u3064\u306e\u6848\u4ef6\u30eb\u30fc\u30e0\u306e\u4e0a\u3067\u3064\u306a\u304e\u3001\u305d\u306e\u904e\u7a0b\u3067\u4ea4\u308f\u3055\u308c\u305f\u5408\u610f\u3092\u8a3c\u8de1\u3068\u3057\u3066\u6b8b\u3057\u307e\u3059\u3002\n        <\/p>\n        <ol class=\"steps\">\n          <li><span class=\"n\">01<\/span><h3>\u30d2\u30a2\u30ea\u30f3\u30b0<\/h3><p>AI \u304c\u767a\u6ce8\u8005\u306b\u554f\u3044\u3092\u91cd\u306d\u3001\u65ad\u7247\u7684\u306a\u8981\u671b\u3092\u69cb\u9020\u5316\u3055\u308c\u305f\u9805\u76ee\u3068\u3057\u3066\u96c6\u3081\u307e\u3059\u3002\u30c6\u30ad\u30b9\u30c8\u3068\u97f3\u58f0\u306b\u5bfe\u5fdc\u3002<\/p><\/li>\n          <li><span class=\"n\">02<\/span><h3>\u8981\u4ef6\u6982\u8981\u66f8<\/h3><p>\u30d2\u30a2\u30ea\u30f3\u30b0\u306e\u5185\u5bb9\u3060\u3051\u3092\u6839\u62e0\u306b\u8981\u4ef6\u3092\u307e\u3068\u3081\u3001\u3069\u3053\u304b\u3089\u6765\u305f\u8a18\u8ff0\u304b\u3092\u6765\u6b74\u3068\u3057\u3066\u660e\u793a\u3057\u307e\u3059\u3002<\/p><\/li>\n          <li><span class=\"n\">03<\/span><h3>\u8a2d\u8a08<\/h3><p>\u696d\u52d9\u30d5\u30ed\u30fc\u30fb\u753b\u9762\u9077\u79fb\u56f3\u30fb\u30ef\u30a4\u30e4\u30fc\u30d5\u30ec\u30fc\u30e0\u3067\u3001\u5b8c\u6210\u30a4\u30e1\u30fc\u30b8\u3092\u8a00\u8449\u3088\u308a\u5148\u306b\u5171\u6709\u3057\u307e\u3059\u3002<\/p><\/li>\n          <li><span class=\"n\">04<\/span><h3>\u898b\u7a4d\u30fb\u767a\u6ce8<\/h3><p>\u8981\u4ef6\u3092\u5de5\u6570\u3068\u5358\u4fa1\u306b\u63a5\u7d9a\u3057\u3001NDA \u304b\u3089\u898b\u7a4d\u3001\u767a\u6ce8\u78ba\u5b9a\u307e\u3067\u3092\u540c\u3058\u5834\u3067\u5b8c\u7d50\u3055\u305b\u307e\u3059\u3002<\/p><\/li>\n          <li><span class=\"n\">05<\/span><h3>\u958b\u767a\u306e\u9032\u884c<\/h3><p>WBS\u30fb\u30ac\u30f3\u30c8\u30fb\u30ab\u30f3\u30d0\u30f3\u30fb\u30b9\u30d7\u30ea\u30f3\u30c8\u3067\u9032\u6357\u3092\u53ef\u8996\u5316\u3057\u3001\u5909\u66f4\u8981\u6c42\u306f\u8981\u4ef6\u3078\u9061\u3063\u3066\u53cd\u6620\u3057\u307e\u3059\u3002<\/p><\/li>\n          <li><span class=\"n\">06<\/span><h3>\u691c\u53ce<\/h3><p>\u8981\u4ef6\u30fb\u8a2d\u8a08\u30fb\u5b9f\u88c5\u30fb\u30c6\u30b9\u30c8\u306e\u3064\u306a\u304c\u308a\u3092\u8ffd\u8de1\u3067\u304d\u308b\u72b6\u614b\u3067\u3001\u7d0d\u54c1\u7269\u3092\u7167\u5408\u3057\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p><\/li>\n        <\/ol>\n      <\/div>\n    <\/section>\n\n<style>\n  \/* ===== Solutions \/ Product (2026-07 \u8ffd\u52a0) ===== *\/\n  .sol-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n  .sol-card {\n    background: var(--surface);\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    padding: 26px 24px;\n    box-shadow: var(--shadow);\n  }\n  .sol-card h3 {\n    margin: 0 0 10px;\n    font-size: var(--step-1);\n    line-height: 1.5;\n    color: var(--ink);\n  }\n  .sol-card p {\n    margin: 0;\n    font-size: .95rem;\n    line-height: 1.9;\n    color: var(--muted);\n  }\n  @media (max-width: 880px) {\n    .sol-grid { grid-template-columns: 1fr; }\n  }\n\n  .an-tour {\n    margin: 26px 0 8px;\n    text-align: center;\n  }\n  .an-tour img {\n    width: min(800px, 100%);\n    height: auto;\n    border: 1px solid var(--rule-strong);\n    border-radius: 14px;\n    box-shadow: var(--shadow);\n  }\n  .an-tour figcaption {\n    margin-top: 10px;\n    font-size: .8rem;\n    color: var(--muted);\n  }\n\n  .an-tabs { margin-top: 30px; }\n  .an-tabs > input {\n    position: absolute;\n    opacity: 0;\n    width: 1px;\n    height: 1px;\n  }\n  .an-tabbar {\n    display: flex;\n    gap: 4px;\n    border-bottom: 1px solid var(--rule-strong);\n  }\n  .an-tabbar label {\n    padding: 12px 18px 10px;\n    font-size: .95rem;\n    font-weight: 600;\n    color: var(--muted);\n    border-bottom: 3px solid transparent;\n    cursor: pointer;\n    user-select: none;\n  }\n  .an-tabbar label:hover { color: var(--ink); }\n  #an-view-buyer:checked ~ .an-tabbar label[for=\"an-view-buyer\"],\n  #an-view-seller:checked ~ .an-tabbar label[for=\"an-view-seller\"] {\n    color: var(--ink);\n    border-bottom-color: var(--seal);\n  }\n  .an-tabs > input:focus-visible ~ .an-tabbar label { outline: 2px solid var(--seal); outline-offset: 2px; }\n  .an-tabnote {\n    margin: 12px 0 20px;\n    font-size: .85rem;\n    color: var(--muted);\n  }\n  .an-panel { display: none; }\n  #an-view-buyer:checked ~ .an-panel-buyer,\n  #an-view-seller:checked ~ .an-panel-seller {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px 26px;\n  }\n  @media (max-width: 880px) {\n    #an-view-buyer:checked ~ .an-panel-buyer,\n    #an-view-seller:checked ~ .an-panel-seller { grid-template-columns: 1fr; }\n  }\n  .an-feature figure {\n    margin: 0 0 12px;\n  }\n  .an-feature img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--rule);\n    border-radius: 10px;\n    box-shadow: var(--shadow);\n    background: var(--surface);\n  }\n  .an-feature h3 {\n    margin: 0 0 6px;\n    font-size: var(--step-0);\n    color: var(--ink);\n  }\n  .an-feature h3 .tag {\n    display: inline-block;\n    margin-left: 8px;\n    padding: 2px 8px;\n    font-size: .7rem;\n    font-weight: 600;\n    color: var(--seal);\n    border: 1px solid currentColor;\n    border-radius: 999px;\n    vertical-align: 2px;\n  }\n  .an-feature p {\n    margin: 0;\n    font-size: .9rem;\n    line-height: 1.85;\n    color: var(--muted);\n  }\n<\/style>\n\n    <section class=\"section\" id=\"solutions\">\n      <header>\n        <p class=\"eyebrow\">Solutions<\/p>\n        <h2>\u89e3\u6c7a\u3067\u304d\u308b\u3053\u3068<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <div class=\"sol-grid\">\n          <article class=\"sol-card\">\n            <h3>\u300c\u8a00\u3063\u305f\u30fb\u8a00\u308f\u306a\u3044\u300d\u3092\u3001\u306a\u304f\u3059<\/h3>\n            <p>\u30c1\u30e3\u30c3\u30c8\u30fb\u4f1a\u8b70\u30fb\u898b\u7a4d\u30fb\u5909\u66f4\u8981\u6c42\u2014\u2014\u6848\u4ef6\u306e\u3084\u308a\u3068\u308a\u3092\u5408\u610f\u30ed\u30b0\u3068\u3057\u3066\u8a18\u9332\u3057\u3001\u767a\u6ce8\u5074\u3068\u53d7\u6ce8\u5074\u304c\u540c\u3058\u753b\u9762\u3067\u78ba\u8a8d\u3057\u307e\u3059\u3002\u8a8d\u8b58\u306e\u305a\u308c\u3092\u3001\u534a\u5e74\u5f8c\u3067\u306f\u306a\u304f\u3001\u305d\u306e\u5834\u3067\u89e3\u6d88\u3057\u307e\u3059\u3002<\/p>\n          <\/article>\n          <article class=\"sol-card\">\n            <h3>\u8981\u4ef6\u5b9a\u7fa9\u3092\u3001AI \u304c\u4f34\u8d70\u3059\u308b<\/h3>\n            <p>AI \u30d2\u30a2\u30ea\u30f3\u30b0\u304c\u554f\u3044\u3092\u7acb\u3066\u3001\u7b54\u3048\u306f\u8981\u4ef6\u6982\u8981\u66f8\u3078\u8a00\u8a9e\u5316\u3002\u696d\u52d9\u30d5\u30ed\u30fc\u56f3\u3084\u753b\u9762\u8a2d\u8a08\u3067\u3001\u5b8c\u6210\u30a4\u30e1\u30fc\u30b8\u3092\u8a00\u8449\u3088\u308a\u5148\u306b\u5171\u6709\u3057\u307e\u3059\u3002AI \u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u300cAccord Coworker\u300d\u304c\u3001\u6b21\u306e\u4e00\u624b\u3082\u63d0\u6848\u3057\u307e\u3059\u3002<\/p>\n          <\/article>\n          <article class=\"sol-card\">\n            <h3>\u898b\u7a4d\u304b\u3089\u691c\u53ce\u307e\u3067\u3001\u4e00\u6c17\u901a\u8cab<\/h3>\n            <p>NDA\u30fb\u898b\u7a4d\u4f9d\u983c\uff08RFQ\uff09\u30fb\u767a\u6ce8\u78ba\u5b9a\u30fb\u9032\u6357\u7ba1\u7406\u30fb\u691c\u53ce\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8\u307e\u3067\u3092\u3001\u540c\u3058\u6848\u4ef6\u306e\u4e0a\u3067\u3002\u30c4\u30fc\u30eb\u3092\u6e21\u308a\u6b69\u304f\u305f\u3073\u306b\u6d88\u3048\u3066\u3044\u305f\u6587\u8108\u3092\u3001\u3072\u3068\u3064\u306b\u3064\u306a\u304e\u307e\u3059\u3002<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"product\">\n      <header>\n        <p class=\"eyebrow\">Product<\/p>\n        <h2>\u753b\u9762\u3067\u898b\u308b AccordNexus<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <p class=\"prose\">\n          \u5b9f\u969b\u306e\u88fd\u54c1\u753b\u9762\u3067\u3059\u3002\u30d2\u30a2\u30ea\u30f3\u30b0\u304b\u3089\u8981\u4ef6\u6982\u8981\u66f8\u3001\u898b\u7a4d\u306e\u6bd4\u8f03\u3001\u6848\u4ef6\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u307e\u3067\u2014\u2014\n          \u5bfe\u8a71\u304c\u3001\u305d\u306e\u307e\u307e\u30ab\u30bf\u30c1\u306b\u306a\u3063\u3066\u3044\u304f\u69d8\u5b50\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\n        <\/p>\n        <figure class=\"an-tour\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/product-tour-small.gif\" alt=\"AccordNexus \u306e\u88fd\u54c1\u753b\u9762\u30c4\u30a2\u30fc\u3002AI\u30d2\u30a2\u30ea\u30f3\u30b0\u3001\u8981\u4ef6\u6982\u8981\u66f8\u3001\u898b\u7a4d\u6bd4\u8f03\u3001\u6848\u4ef6\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306e\u753b\u9762\u304c\u9806\u306b\u5207\u308a\u66ff\u308f\u308b\" width=\"800\" height=\"500\" loading=\"lazy\">\n          <figcaption>AI \u30d2\u30a2\u30ea\u30f3\u30b0 \u2192 \u8981\u4ef6\u6982\u8981\u66f8 \u2192 \u898b\u7a4d\u306e\u6bd4\u8f03 \u2192 \u6848\u4ef6\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9<\/figcaption>\n        <\/figure>\n\n        <div class=\"an-tabs\">\n          <input type=\"radio\" name=\"an-view\" id=\"an-view-buyer\" checked>\n          <input type=\"radio\" name=\"an-view\" id=\"an-view-seller\">\n          <div class=\"an-tabbar\">\n            <label for=\"an-view-buyer\">\u767a\u6ce8\u5074\uff08\u30d0\u30a4\u30e4\u30fc\uff09\u306e\u753b\u9762<\/label>\n            <label for=\"an-view-seller\">\u53d7\u6ce8\u5074\uff08\u30bb\u30e9\u30fc\uff09\u306e\u753b\u9762<\/label>\n          <\/div>\n          <p class=\"an-tabnote\">\u30bf\u30d6\u3092\u5207\u308a\u66ff\u3048\u308b\u3068\u3001\u767a\u6ce8\u5074\u30fb\u53d7\u6ce8\u5074\u305d\u308c\u305e\u308c\u306e\u7acb\u5834\u304b\u3089\u898b\u3048\u308b\u753b\u9762\u3068\u4f53\u9a13\u3092\u898b\u6bd4\u3079\u3089\u308c\u307e\u3059\u3002<\/p>\n\n          <div class=\"an-panel an-panel-buyer\">\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/buyer-hearing.png\" alt=\"AI\u30d2\u30a2\u30ea\u30f3\u30b0\u306e\u753b\u9762\u3002AI\u3068\u306e\u5bfe\u8a71\u3067\u8981\u4ef6\u304c\u9805\u76ee\u3068\u3057\u3066\u6574\u7406\u3055\u308c\u3066\u3044\u304f\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>AI \u30d2\u30a2\u30ea\u30f3\u30b0<\/h3>\n              <p>AI \u304c\u554f\u3044\u3092\u91cd\u306d\u3001\u65ad\u7247\u7684\u306a\u8981\u671b\u3092\u69cb\u9020\u5316\u3055\u308c\u305f\u9805\u76ee\u306b\u3002\u30c6\u30ad\u30b9\u30c8\u3068\u97f3\u58f0\u306b\u5bfe\u5fdc\u3057\u3001\u624b\u5143\u306e\u8cc7\u6599\u3092\u307e\u3068\u3081\u3066\u8cbc\u308a\u4ed8\u3051\u308c\u3070\u4e00\u6c17\u306b\u53cd\u6620\u3055\u308c\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/buyer-document.png\" alt=\"\u8981\u4ef6\u6982\u8981\u66f8\u306e\u753b\u9762\u3002\u751f\u6210\u3055\u308c\u305f\u8981\u4ef6\u304c\u6765\u6b74\u3064\u304d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u8868\u793a\u3055\u308c\u3066\u3044\u308b\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u8981\u4ef6\u6982\u8981\u66f8<\/h3>\n              <p>\u30d2\u30a2\u30ea\u30f3\u30b0\u306e\u5185\u5bb9\u3060\u3051\u3092\u6839\u62e0\u306b\u751f\u6210\u3057\u3001\u3069\u3053\u304b\u3089\u6765\u305f\u8a18\u8ff0\u304b\u3092\u6765\u6b74\u3068\u3057\u3066\u660e\u793a\u3002\u7de8\u96c6\u30fb\u627f\u8a8d\u30fb\u7248\u7ba1\u7406\u307e\u3067\u3001\u3053\u306e\u753b\u9762\u3067\u5b8c\u7d50\u3057\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/buyer-quotes.png\" alt=\"\u898b\u7a4d\u30fb\u767a\u6ce8\u306e\u753b\u9762\u3002\u8907\u6570\u30bb\u30e9\u30fc\u306e\u898b\u7a4d\u3092\u30e9\u30a6\u30f3\u30c9\u3067\u6bd4\u8f03\u3067\u304d\u308b\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u898b\u7a4d\u306e\u6bd4\u8f03\uff08RFQ\uff09<\/h3>\n              <p>\u8907\u6570\u30bb\u30e9\u30fc\u306e\u898b\u7a4d\u3092\u30e9\u30a6\u30f3\u30c9\u3067\u96c6\u3081\u3001\u660e\u7d30\u307e\u3067\u4e26\u3079\u3066\u6bd4\u8f03\u3002AI \u304c\u524d\u63d0\u306e\u9055\u3044\u3092\u6307\u6458\u3057\u3001\u767a\u6ce8\u78ba\u5b9a\u307e\u3067\u3092\u540c\u3058\u5834\u3067\u884c\u3048\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/buyer-coworker.png\" alt=\"Accord Coworker \u306e\u753b\u9762\u3002\u4f1a\u8b70\u4e88\u7d04\u306e\u78ba\u8a8d\u30ab\u30fc\u30c9\u304c\u4f1a\u8a71\u306e\u4e2d\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>Accord Coworker<span class=\"tag\">New<\/span><\/h3>\n              <p>\u6848\u4ef6\u5c02\u5c5e\u306e AI \u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u3002\u6848\u4ef6\u306e\u5b9f\u30c7\u30fc\u30bf\u3092\u3082\u3068\u306b\u72b6\u6cc1\u3092\u8aac\u660e\u3057\u3001\u6b21\u306e\u30b9\u30c6\u30c3\u30d7\u3092\u63d0\u6848\u3002\u7a7a\u304d\u6642\u9593\u304b\u3089\u4f1a\u8b70\u306e\u8a2d\u5b9a\u307e\u3067\u304a\u624b\u4f1d\u3044\u3057\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/buyer-business-flow.png\" alt=\"\u696d\u52d9\u30d5\u30ed\u30fc\u56f3\u306e\u753b\u9762\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u696d\u52d9\u30d5\u30ed\u30fc\u56f3<\/h3>\n              <p>\u73fe\u72b6\uff08As-Is\uff09\u3068\u3042\u308b\u3079\u304d\u59ff\uff08To-Be\uff09\u3092\u3001AI \u3068\u306e\u5bfe\u8a71\u304b\u3089\u4f5c\u6210\u3002\u73fe\u5834\u62c5\u5f53\u8005\u3092\u62db\u3044\u3066\u3001\u5b9f\u52d9\u306e\u6d41\u308c\u3092\u305d\u306e\u307e\u307e\u56f3\u306b\u3057\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/shared-design.png\" alt=\"\u30c7\u30b6\u30a4\u30f3\uff08\u753b\u9762\u8a2d\u8a08\uff09\u306e\u7de8\u96c6\u753b\u9762\u3002\u30ef\u30a4\u30e4\u30fc\u30d5\u30ec\u30fc\u30e0\u3068\u753b\u9762\u9077\u79fb\u3092\u3072\u3068\u3064\u306e\u30ad\u30e3\u30f3\u30d0\u30b9\u3067\u7de8\u96c6\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u753b\u9762\u8a2d\u8a08\uff08\u30c7\u30b6\u30a4\u30f3\uff09<\/h3>\n              <p>\u30ef\u30a4\u30e4\u30fc\u30d5\u30ec\u30fc\u30e0\u3068\u753b\u9762\u9077\u79fb\u3092\u3001\u3072\u3068\u3064\u306e\u30ad\u30e3\u30f3\u30d0\u30b9\u3067\u3002\u8981\u4ef6\u6982\u8981\u66f8\u304b\u3089\u306e AI \u751f\u6210\u306b\u3082\u5bfe\u5fdc\u3057\u3001\u5b8c\u6210\u30a4\u30e1\u30fc\u30b8\u3092\u5148\u306b\u5408\u610f\u3067\u304d\u307e\u3059\u3002<\/p>\n            <\/article>\n          <\/div>\n\n          <div class=\"an-panel an-panel-seller\">\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/shared-room.png\" alt=\"\u6848\u4ef6\u30eb\u30fc\u30e0\u306e\u753b\u9762\u3002\u767a\u6ce8\u8005\u3068\u306e\u30c1\u30e3\u30c3\u30c8\u3068\u5408\u610f\u30ed\u30b0\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u6848\u4ef6\u30eb\u30fc\u30e0<\/h3>\n              <p>\u767a\u6ce8\u8005\u3068\u306e\u8cea\u7591\u5fdc\u7b54\u3092\u3001\u4f1a\u793e\u3054\u3068\u306e\u500b\u5225\u30eb\u30fc\u30e0\u3068\u5171\u901a\u30eb\u30fc\u30e0\u3067\u3002\u6c7a\u307e\u3063\u305f\u3053\u3068\u306f\u30dc\u30bf\u30f3\u3072\u3068\u3064\u3067\u5408\u610f\u30ed\u30b0\u3068\u3057\u3066\u6b8b\u305b\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/seller-wbs.png\" alt=\"WBS\u306e\u753b\u9762\u3002\u30bf\u30b9\u30af\u306e\u968e\u5c64\u3068\u62c5\u5f53\u30fb\u671f\u9650\u304c\u4e00\u89a7\u3067\u304d\u308b\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>WBS\u30fb\u30ac\u30f3\u30c8<\/h3>\n              <p>\u78ba\u5b9a\u3057\u305f\u8981\u4ef6\u304b\u3089\u30bf\u30b9\u30af\u3092\u751f\u6210\u3057\u3001\u62c5\u5f53\u3068\u671f\u9650\u3067\u9032\u6357\u3092\u7ba1\u7406\u3002\u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8\u3084\u30b9\u30d7\u30ea\u30f3\u30c8\u306b\u3082\u5207\u308a\u66ff\u3048\u3089\u308c\u307e\u3059\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/seller-kanban.png\" alt=\"\u30ab\u30f3\u30d0\u30f3\u306e\u753b\u9762\u3002\u30bf\u30b9\u30af\u30ab\u30fc\u30c9\u3092\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u9032\u884c\u72b6\u6cc1\u3092\u66f4\u65b0\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u30ab\u30f3\u30d0\u30f3<\/h3>\n              <p>\u30bf\u30b9\u30af\u3092\u30c9\u30e9\u30c3\u30b0\u3067\u9032\u3081\u308b\u3060\u3051\u3067\u3001\u9032\u6357\u304c\u767a\u6ce8\u8005\u306b\u3082\u305d\u306e\u307e\u307e\u4f1d\u308f\u308a\u307e\u3059\u3002\u65e5\u3005\u306e\u904b\u7528\u306f\u3001\u8efd\u304f\u3002\u5831\u544a\u306f\u3001\u81ea\u52d5\u7684\u306b\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/seller-acceptance.png\" alt=\"\u691c\u53ce\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8\u306e\u753b\u9762\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u691c\u53ce\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8<\/h3>\n              <p>\u8981\u4ef6\u3068\u306e\u5bfe\u5fdc\u3092 1 \u4ef6\u305a\u3064\u78ba\u8a8d\u3057\u306a\u304c\u3089\u5224\u5b9a\u3057\u3001\u5b8c\u4e86\u5831\u544a\u66f8\u3078\u3002\u300c\u4f55\u3092\u3082\u3063\u3066\u5b8c\u6210\u304b\u300d\u3092\u3001\u6700\u5f8c\u307e\u3067\u66d6\u6627\u306b\u3057\u307e\u305b\u3093\u3002<\/p>\n            <\/article>\n            <article class=\"an-feature\">\n              <figure><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/shared-video-meeting.png\" alt=\"\u30d3\u30c7\u30aa\u4f1a\u8b70\u306e\u753b\u9762\u3002\u4eca\u3059\u3050\u4f1a\u8b70\u3092\u958b\u59cb\u3067\u304d\u308b\" width=\"1440\" height=\"900\" loading=\"lazy\"><\/figure>\n              <h3>\u30d3\u30c7\u30aa\u4f1a\u8b70<\/h3>\n              <p>\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u305d\u306e\u307e\u307e\u3001\u6848\u4ef6\u30e1\u30f3\u30d0\u30fc\u3060\u3051\u306e\u30d3\u30c7\u30aa\u4f1a\u8b70\u3002\u6587\u5b57\u8d77\u3053\u3057\u306f\u7d42\u4e86\u5f8c\u306b\u8b70\u4e8b\u9332\u3078\u81ea\u52d5\u3067\u53d6\u308a\u8fbc\u307e\u308c\u3001\u5408\u610f\u30ed\u30b0\u307e\u3067\u3064\u306a\u304c\u308a\u307e\u3059\u3002<\/p>\n            <\/article>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n<style>\n  \/* ===== Pricing (2026-07 \u8ffd\u52a0) ===== *\/\n  .price-free {\n    display: flex;\n    align-items: baseline;\n    gap: 14px;\n    flex-wrap: wrap;\n    background: var(--surface);\n    border: 1px solid var(--rule);\n    border-left: 4px solid var(--ink);\n    border-radius: 12px;\n    padding: 18px 22px;\n    margin-bottom: 22px;\n    box-shadow: var(--shadow);\n  }\n  .price-free strong { color: var(--ink); font-size: var(--step-1); }\n  .price-free span { color: var(--muted); font-size: .9rem; line-height: 1.8; }\n  .price-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    align-items: stretch;\n  }\n  @media (max-width: 880px) {\n    .price-grid { grid-template-columns: 1fr; }\n  }\n  .price-card {\n    display: flex;\n    flex-direction: column;\n    background: var(--surface);\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    padding: 24px 22px;\n    box-shadow: var(--shadow);\n  }\n  .price-card.featured {\n    border-color: var(--seal);\n    position: relative;\n  }\n  .price-card .badge {\n    position: absolute;\n    top: -11px;\n    left: 20px;\n    background: var(--seal);\n    color: #fff;\n    font-size: .7rem;\n    font-weight: 700;\n    letter-spacing: .08em;\n    padding: 3px 10px;\n    border-radius: 999px;\n  }\n  .price-card h3 {\n    margin: 0 0 2px;\n    font-size: var(--step-1);\n    color: var(--ink);\n  }\n  .price-card .for {\n    margin: 0 0 14px;\n    font-size: .8rem;\n    color: var(--muted);\n  }\n  .price-card .amount {\n    margin: 0 0 4px;\n    color: var(--ink);\n  }\n  .price-card .amount b {\n    font-size: var(--step-3);\n    font-weight: 700;\n    letter-spacing: .01em;\n  }\n  .price-card .amount span { font-size: .85rem; color: var(--muted); }\n  .price-card .inherit {\n    margin: 0 0 12px;\n    font-size: .78rem;\n    color: var(--muted);\n  }\n  .price-card ul {\n    list-style: none;\n    margin: 0;\n    padding: 12px 0 0;\n    border-top: 1px solid var(--rule);\n    display: grid;\n    gap: 8px;\n    font-size: .88rem;\n    color: var(--text);\n  }\n  .price-card ul li {\n    padding-left: 20px;\n    position: relative;\n    line-height: 1.7;\n  }\n  .price-card ul li::before {\n    content: \"\";\n    position: absolute;\n    left: 2px;\n    top: .62em;\n    width: 9px;\n    height: 5px;\n    border-left: 2px solid var(--seal);\n    border-bottom: 2px solid var(--seal);\n    transform: rotate(-45deg);\n  }\n  .price-note {\n    margin: 18px 0 0;\n    font-size: .8rem;\n    color: var(--muted);\n    line-height: 1.9;\n  }\n<\/style>\n\n    <section class=\"section\" id=\"pricing\">\n      <header>\n        <p class=\"eyebrow\">Pricing<\/p>\n        <h2>\u6599\u91d1<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <div class=\"price-free\">\n          <strong>\u767a\u6ce8\u5074\uff08\u30d0\u30a4\u30e4\u30fc\uff09\u306f\u3001\u7121\u6599\u3002<\/strong>\n          <span>\u5408\u610f\u5f62\u6210\u306e\u5834\u306b\u76f8\u624b\u3092\u547c\u3076\u6469\u64e6\u3092\u3001\u4fa1\u683c\u3067\u3064\u304f\u3089\u306a\u3044\u305f\u3081\u3067\u3059\u3002\u62db\u5f85\u3055\u308c\u305f\u30d0\u30a4\u30e4\u30fc\u306f\u3001\u3059\u3079\u3066\u306e\u767a\u6ce8\u5074\u6a5f\u80fd\u3092\u8cbb\u7528\u306a\u3057\u3067\u5229\u7528\u3067\u304d\u307e\u3059\u3002<\/span>\n        <\/div>\n        <div class=\"price-grid\">\n          <article class=\"price-card\">\n            <h3>Starter<\/h3>\n            <p class=\"for\">\u307e\u305a\u8981\u4ef6\u5b9a\u7fa9\u304b\u3089\u59cb\u3081\u308b<\/p>\n            <p class=\"amount\"><b>\u00a59,800<\/b><span> \/ \u6708\uff08\u7a0e\u8fbc\uff09<\/span><\/p>\n            <p class=\"inherit\">\u8981\u4ef6\u5b9a\u7fa9\u306e\u30b3\u30a2\u6a5f\u80fd<\/p>\n            <ul>\n              <li>AI \u30d2\u30a2\u30ea\u30f3\u30b0 \/ \u30d5\u30a9\u30fc\u30e0\u3067\u4f5c\u6210<\/li>\n              <li>\u8981\u4ef6\u6982\u8981\u66f8\uff08\u6765\u6b74\u30fb\u7248\u7ba1\u7406\u30fb\u627f\u8a8d\uff09<\/li>\n              <li>\u6848\u4ef6\u30eb\u30fc\u30e0\uff08\u5408\u610f\u30ed\u30b0\uff09<\/li>\n              <li>\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 \/ \u4e00\u62ec\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/li>\n              <li>\u6848\u4ef6\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9<\/li>\n            <\/ul>\n          <\/article>\n          <article class=\"price-card featured\">\n            <span class=\"badge\">\u304a\u3059\u3059\u3081<\/span>\n            <h3>Growth<\/h3>\n            <p class=\"for\">\u8a2d\u8a08\u30fb\u5951\u7d04\u30fb\u4f1a\u8b70\u307e\u3067\u5e83\u3052\u308b<\/p>\n            <p class=\"amount\"><b>\u00a529,800<\/b><span> \/ \u6708\uff08\u7a0e\u8fbc\uff09<\/span><\/p>\n            <p class=\"inherit\">Starter \u306e\u3059\u3079\u3066\u306b\u52a0\u3048\u3066<\/p>\n            <ul>\n              <li>\u696d\u52d9\u30d5\u30ed\u30fc\u56f3 \/ \u753b\u9762\u8a2d\u8a08\uff08\u30c7\u30b6\u30a4\u30f3\uff09<\/li>\n              <li>\u30d3\u30c7\u30aa\u4f1a\u8b70 \/ \u4f1a\u8b70\u4e88\u7d04 \/ \u8b70\u4e8b\u9332 \/ \u97f3\u58f0\u30d5\u30a1\u30a4\u30eb<\/li>\n              <li>NDA\uff08\u79d8\u5bc6\u4fdd\u6301\uff09\u7ba1\u7406<\/li>\n              <li>\u898b\u7a4d\u30fb\u767a\u6ce8\uff08RFQ\u30fb\u30e9\u30a6\u30f3\u30c9\u6bd4\u8f03\uff09<\/li>\n              <li>\u5909\u66f4\u8981\u6c42\uff08CR\uff09<\/li>\n              <li>Accord Coworker\uff08\u6848\u4ef6\u306e AI \u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\uff09<\/li>\n            <\/ul>\n          <\/article>\n          <article class=\"price-card\">\n            <h3>Enterprise<\/h3>\n            <p class=\"for\">\u958b\u767a\u306e\u9032\u884c\u3068\u691c\u53ce\u307e\u3067\u4efb\u305b\u308b<\/p>\n            <p class=\"amount\"><b>\u00a549,800<\/b><span> \/ \u6708\uff08\u7a0e\u8fbc\uff09<\/span><\/p>\n            <p class=\"inherit\">Growth \u306e\u3059\u3079\u3066\u306b\u52a0\u3048\u3066<\/p>\n            <ul>\n              <li>WBS \/ \u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8 \/ \u30ab\u30f3\u30d0\u30f3<\/li>\n              <li>\u30b9\u30d7\u30ea\u30f3\u30c8 \/ \u30e6\u30fc\u30b6\u30fc\u30b9\u30c8\u30fc\u30ea\u30fc<\/li>\n              <li>\u8ab2\u984c\u30fb\u30ea\u30b9\u30af\u53f0\u5e33<\/li>\n              <li>\u691c\u53ce\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8 \/ \u30c8\u30ec\u30fc\u30b5\u30d3\u30ea\u30c6\u30a3<\/li>\n              <li>\u9031\u6b21\u30b9\u30c6\u30fc\u30bf\u30b9\u30ec\u30dd\u30fc\u30c8<\/li>\n            <\/ul>\n          <\/article>\n        <\/div>\n        <p class=\"price-note\">\n          \u6599\u91d1\u306f\u53d7\u6ce8\u5074\uff08\u30bb\u30e9\u30fc\uff09\u306e\u4f1a\u793e\u5358\u4f4d\u3067\u3059\u3002\u5404\u30d7\u30e9\u30f3\u306f\u4e0b\u4f4d\u30d7\u30e9\u30f3\u306e\u6a5f\u80fd\u3092\u3059\u3079\u3066\u542b\u307f\u307e\u3059\u3002\n          \u30d7\u30e9\u30f3\u30fb\u4fa1\u683c\u306f\u5909\u66f4\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u8a73\u7d30\u306f<a href=\"#contact\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\u304f\u3060\u3055\u3044\u3002\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"stance\">\n      <header>\n        <p class=\"eyebrow\">Stance<\/p>\n        <h2>\u79c1\u305f\u3061\u306e\u7acb\u5834<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <dl class=\"stance\">\n          <div>\n            <dt>\u5408\u610f\u306f\u3001\u8a18\u9332\u3055\u308c\u305f\u5206\u3060\u3051\u5b58\u5728\u3059\u308b<\/dt>\n            <dd>\u53e3\u982d\u3067\u4ea4\u308f\u3057\u305f\u4e86\u89e3\u306f\u3001\u8a8d\u8b58\u306e\u305a\u308c\u3068\u3057\u3066\u534a\u5e74\u5f8c\u306b\u8868\u9762\u5316\u3057\u307e\u3059\u3002\u6c7a\u307e\u3063\u305f\u77ac\u9593\u306b\u3001\u6c7a\u307e\u3063\u305f\u5185\u5bb9\u3092\u6b8b\u305b\u308b\u5f62\u306b\u3057\u307e\u3059\u3002<\/dd>\n          <\/div>\n          <div>\n            <dt>\u767a\u6ce8\u8005\u306b\u3001IT \u306e\u5c02\u9580\u77e5\u8b58\u3092\u6c42\u3081\u306a\u3044<\/dt>\n            <dd>\u8981\u4ef6\u3092\u8a00\u8a9e\u5316\u3059\u308b\u8ca0\u62c5\u306f\u3001\u672c\u6765\u3064\u304f\u308b\u5074\u306e\u4ed5\u4e8b\u3067\u3059\u3002AI \u304c\u554f\u3044\u3092\u7acb\u3066\u3001\u767a\u6ce8\u8005\u306f\u81ea\u5206\u306e\u696d\u52d9\u306e\u8a00\u8449\u3067\u7b54\u3048\u308b\u3060\u3051\u306b\u3057\u307e\u3059\u3002<\/dd>\n          <\/div>\n          <div>\n            <dt>\u6570\u5b57\u306f\u3001\u3064\u304f\u308b\u5074\u304c\u6c7a\u3081\u308b<\/dt>\n            <dd>\u5de5\u6570\u3084\u5358\u4fa1\u3092 AI \u304c\u52dd\u624b\u306b\u898b\u7a4d\u3082\u308b\u3053\u3068\u306f\u3057\u307e\u305b\u3093\u3002\u5224\u65ad\u306e\u8cac\u4efb\u3092\u8ca0\u3046\u4eba\u304c\u5165\u529b\u3057\u3001AI \u306f\u305d\u306e\u904e\u7a0b\u3092\u652f\u3048\u307e\u3059\u3002<\/dd>\n          <\/div>\n        <\/dl>\n        <p class=\"prose note\">\n          AccordNexus \u306f\u3001\u767a\u6ce8\u8005\uff08\u30d0\u30a4\u30e4\u30fc\uff09\u3092\u6848\u4ef6\u306b\u62db\u5f85\u3059\u308b\u8cbb\u7528\u3092\u7121\u6599\u3068\u3057\u3001\u53d7\u6ce8\u8005\uff08\u30bb\u30e9\u30fc\uff09\u5074\u306e\u5229\u7528\u306b\u8ab2\u91d1\u3059\u308b\u8a2d\u8a08\u3067\u3059\u3002\n          \u5408\u610f\u5f62\u6210\u306e\u5834\u306b\u76f8\u624b\u3092\u547c\u3076\u6469\u64e6\u3092\u3001\u4fa1\u683c\u3067\u3064\u304f\u3089\u306a\u3044\u305f\u3081\u3067\u3059\u3002\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"company\">\n      <header>\n        <p class=\"eyebrow\">Company<\/p>\n        <h2>\u4f1a\u793e\u6982\u8981<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <dl class=\"facts\">\n          <dt>\u5546\u53f7<\/dt><dd>\u682a\u5f0f\u4f1a\u793eAccordNexus<\/dd>\n          <dt>\u6cd5\u4eba\u7a2e\u5225<\/dt><dd>\u682a\u5f0f\u4f1a\u793e<\/dd>\n          <dt>\u6cd5\u4eba\u756a\u53f7<\/dt><dd class=\"num\">9011001179046<\/dd>\n          <dt>\u8a2d\u7acb<\/dt><dd class=\"num\">2026\u5e747\u67083\u65e5<\/dd>\n          <dt>\u4ee3\u8868\u8005<\/dt><dd>\u4e95\u53e3\u4eae<\/dd>\n          <dt>\u6240\u5728\u5730<\/dt><dd>\u6771\u4eac\u90fd\u6e0b\u8c37\u533a\u6e0b\u8c37\uff12\u4e01\u76ee\uff11\uff19\u756a\uff11\uff19\u53f7\u30ef\u30b3\u30fc\u5bae\u76ca\u5742\u30d3\u30eb\uff15\u968e<\/dd>\n          <dt>\u8cc7\u672c\u91d1<\/dt><dd class=\"num\">800\u4e07\u5186<\/dd>\n          <dt>\u4e8b\u696d\u5185\u5bb9<\/dt><dd>\u8981\u4ef6\u5b9a\u7fa9\u30fb\u5408\u610f\u5f62\u6210\u652f\u63f4 SaaS\u300cAccordNexus\u300d\u306e\u4f01\u753b\u30fb\u958b\u767a\u30fb\u63d0\u4f9b<\/dd>\n        <\/dl>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"contact\">\n      <header>\n        <p class=\"eyebrow\">Contact<\/p>\n        <h2>\u304a\u554f\u3044\u5408\u308f\u305b<\/h2>\n      <\/header>\n      <div class=\"body\">\n        <style>\n          .contact-form-wrap { background: var(--surface); border: 1px solid var(--rule); border-radius: 14px; padding: 26px 24px; box-shadow: var(--shadow); }\n          .contact-form-wrap .wpcf7 label { display: block; margin-bottom: 14px; font-size: .9rem; font-weight: 600; color: var(--ink); }\n          .contact-form-wrap .wpcf7 input[type=\"text\"], .contact-form-wrap .wpcf7 input[type=\"email\"], .contact-form-wrap .wpcf7 textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; font: inherit; font-weight: 400; color: var(--text); background: var(--paper); border: 1px solid var(--rule-strong); border-radius: 8px; box-sizing: border-box; }\n          .contact-form-wrap .wpcf7 textarea { min-height: 140px; resize: vertical; }\n          .contact-form-wrap .wpcf7 input:focus, .contact-form-wrap .wpcf7 textarea:focus { outline: 2px solid var(--seal); outline-offset: 1px; }\n          .contact-form-wrap .wpcf7-submit { display: inline-block; margin-top: 4px; padding: 12px 34px; font: inherit; font-weight: 700; color: #fff; background: var(--ink); border: 0; border-radius: 999px; cursor: pointer; }\n          .contact-form-wrap .wpcf7-submit:hover { background: var(--seal); }\n          .contact-form-wrap .wpcf7 .wpcf7-not-valid-tip { color: var(--seal); font-size: .8rem; font-weight: 400; }\n          .contact-alt { margin-top: 14px; font-size: .8rem; color: var(--muted); }\n        <\/style>\n        <div class=\"contact-form-wrap\">\n          \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f55-o1\" lang=\"ja\" dir=\"ltr\" data-wpcf7-id=\"55\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29#wpcf7-f55-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u30b3\u30f3\u30bf\u30af\u30c8\u30d5\u30a9\u30fc\u30e0\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"55\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ja\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f55-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u304a\u540d\u524d<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u4f1a\u793e\u540d<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" autocomplete=\"organization\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-company\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u304a\u554f\u3044\u5408\u308f\u305b\u5185\u5bb9<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u9001\u4fe1\u3059\u308b\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n        <\/div>\n        <p class=\"contact-alt\">\u30e1\u30fc\u30eb\u3067\u306e\u3054\u9023\u7d61\u306f <a href=\"mailto:riguchi@accordnexus.com\">riguchi@accordnexus.com<\/a> \u3078\u304a\u9858\u3044\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/section>\n  <\/div>\n<\/main>\n\n<footer class=\"foot\">\n  <div class=\"wrap\">\n    <span class=\"brand\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/accordnexus-logo.png\" alt=\"AccordNexus\" width=\"480\" height=\"160\"><\/span>\n    <p>&copy; 2026 \u682a\u5f0f\u4f1a\u793eAccordNexus<\/p>\n    <p class=\"num\">\u6cd5\u4eba\u756a\u53f7 9011001179046<\/p>\n  <\/div>\n<\/footer>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u4e8b\u696d\u5185\u5bb9 \u79c1\u305f\u3061\u306e\u7acb\u5834 \u4f1a\u793e\u6982\u8981 \u304a\u554f\u3044\u5408\u308f\u305b Agreement Formation Platform \u610f\u601d\u3092\u3001 \u30ab\u30bf\u30c1\u306b\u3002 Form follows intent. \u958b\u767a\u696d\u52d9\u306b\u6b20\u304b\u305b\u306a\u3044\u3001\u5408\u610f\u5f62\u6210\u306e\u305f\u3081\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-accordnexus","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":6,"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/www.accordnexus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}