// Page — Services (八つの事業) — 案01 Shihou direction const PageServices = () => { const { theme } = useTheme(); const { lang } = (window.useLang ? window.useLang() : { lang: 'jp' }); const EN = lang === 'en'; const pageRef = React.useRef(null); (window.useGsapPageEnter || ((_r) => {}))(pageRef); const v1 = { paper: theme.paper, paperDeep: theme.paperDeep, ink: theme.ink, sumi: theme.sumi, shu: theme.accent, muted: theme.muted, mutedLight: theme.mutedLight, line: theme.line, serif: theme.fonts.serif, sans: theme.fonts.sans, mono: theme.fonts.mono, }; return (
{window.ScrollProgressBar ? : null} {window.MotionReady ? : null} {window.SiteNav ? : null} {/* PAGE HEAD */}
{window.DecorativeMotionField ? : null} {window.MorphLineMotif ? : null} {window.MorphLineMotif ? : null}
CHAP. 参 / SERVICES

{EN ? <>Eight concrete
services. : <>八つの、
具体的な伴走。}

{EN ? <>Eight services that support the non-production side of makers' businesses.
Culina works alongside teams from four directions: management, systems, marketing, and sales. : <>作り手の非生産領域を支える、
八つのサービス。
Culinaは経営・仕組み・集客・営業の4方向から伴走します。}

{/* Category ribbon */}
● ALL (8) ○ MANAGEMENT ○ DEVELOPMENT ○ MARKETING ○ SALES
{/* Service grid */}
{window.DecorativeMotionField ? : null} {window.MorphLineMotif ? : null}
{SERVICES.map((s, i) => (
e.currentTarget.style.background = v1.paperDeep} onMouseLeave={(e) => e.currentTarget.style.background = 'transparent'}>
0{i+1} / 08
SERVICE
{s.name}
{s.kana}
{EN ? s.tagEn : s.tag}
{s.desc ? (

{s.desc}

) : null}
{EN ? 'Learn more →' : '詳しく見る →'}
))}
{/* CTA */}
{EN ? 'Combine services into broader support' : '組み合わせて、より大きな伴走へ'}

{EN ? <>Which service fits
your next step? : <>どの事業が、あなたに
合うでしょうか。}

{window.SiteFooter ? : }
); }; window.PageServices = PageServices; // ── Page — Company (会社情報) ────────────────────────────── const PageCompany = () => { const { theme } = useTheme(); const { lang } = (window.useLang ? window.useLang() : { lang: 'jp' }); const EN = lang === 'en'; const pageRef = React.useRef(null); (window.useGsapPageEnter || ((_r) => {}))(pageRef); const v1 = { paper: theme.paper, paperDeep: theme.paperDeep, ink: theme.ink, sumi: theme.sumi, shu: theme.accent, muted: theme.muted, mutedLight: theme.mutedLight, line: theme.line, serif: theme.fonts.serif, sans: theme.fonts.sans, mono: theme.fonts.mono, }; const company = [ ...(EN ? [ { k: 'Company Name', v: 'Culina, Inc. / キュリナ株式会社' }, { k: 'Founded', v: 'November 11, 2019' }, { k: 'Representative', v: 'Kazuyoshi Takahashi, Representative Director' }, { k: 'Capital', v: 'JPY 8,800,000' }, { k: 'Location', v: 'Aoba-ku, Yokohama, Kanagawa' }, { k: 'Business', v: 'AX / DX for food and makers\nSupport for non-production operations from management, systems, marketing, and sales' }, { k: 'Employees', v: '6' }, { k: 'Outside Directors / External Partners', v: '28' }, { k: 'Part-time Staff', v: '6' }, ] : [ { k: '会社名', v: 'キュリナ株式会社 / Culina, Inc.' }, { k: '創業', v: '令和元年11月11日 / 2019年11月11日' }, { k: '代表者', v: '代表取締役 高橋和義' }, { k: '資本金', v: '8,800,000 円' }, { k: '所在地', v: '神奈川県横浜市青葉区' }, { k: '事業内容', v: '食と職人に関わる事業のAX/DX推進\n経営・仕組み・集客・営業の4方向からの非生産領域支援' }, { k: '従業員数', v: '6名' }, { k: '社外取締役・外部パートナー', v: '28名' }, { k: 'パート', v: '6名' }, ]), ]; const history = [ ...(EN ? [ { y: '2019.11.11', ev: 'Culina, Inc. founded by two people, together with Hasegawa, then Associate Professor at the University of Tokyo Health Intelligence Center.' }, { y: '2020', ev: 'Head office moved to Sakuragaoka-cho, Shibuya, Tokyo.' }, { y: '2021', ev: 'Curecipe beta launched.' }, { y: '2021', ev: 'Began system development and consulting services using subsidy programs.' }, { y: '2021', ev: 'Started management support mainly for Michelin-awarded restaurants, later developing into Culi Manage.' }, { y: '2022', ev: 'Invested in and joined management of a Toyosu seafood wholesaler, covering business planning, fundraising, recruiting, and back-office operations.' }, { y: '2025.12', ev: 'Head office moved from Sakuragaoka, Shibuya to Aoba-ku, Yokohama.' }, { y: '2025.12', ev: 'Culi NFC beta launched.' }, ] : [ { y: '2019.11.11', ev: 'キュリナ株式会社 創業。当時、東京大学ヘルスインテリジェンスセンター准教授の長谷川氏と2名で創業。' }, { y: '2020', ev: '東京都渋谷区桜丘町に本店移転。' }, { y: '2021', ev: 'Curecipe β版提供開始。' }, { y: '2021', ev: '補助金を活用したシステム開発・コンサルティングの提供開始。' }, { y: '2021', ev: 'ミシュラン取得店舗を中心に経営伴走を開始。のちの Culi Manage へ発展。' }, { y: '2022', ev: '豊洲の水産仲卸事業に投資・経営参画。事業計画策定・資金調達・採用・バックオフィス業務全般を担当。' }, { y: '2025.12', ev: '東京都渋谷区桜丘町から、神奈川県横浜市青葉区に本社移転。' }, { y: '2025.12', ev: 'Culi NFC β版提供開始。' }, ]), ]; return (
{window.ScrollProgressBar ? : null} {window.MotionReady ? : null} {window.SiteNav ? : null} {/* HEAD */}
{window.DecorativeMotionField ? : null} {window.MorphLineMotif ? : null} {window.MorphLineMotif ? : null}
CHAP. 伍 / COMPANY

{EN ? 'Company.' : '会社について。'}

{/* Company table */}
§ 01

{EN ? 'Overview' : '会社概要'}

{company.map((row, i) => (
{row.k}
{row.v}
))}
{/* Mission */}
§ 02

{EN ? 'Mission' : 'ミッション'}

{EN ? <>Technology alongside food (and its makers),
realizing the four-way good through AX. : <>Technology で 食(職人)に寄り添い、
四方良しのAXを実現する。}

{EN ? <>Beyond buyer, seller, and society, Culina places the maker's pride at the center. We carry a century-old commercial ethic into the next century with AI and DX. : <>買い手・売り手・世間に加え、作り手の矜持を中心に据えた四方良し。百年続いた商道徳を、AIとDXで次の百年へ運ぶ。それが私たちの役割です。}

{/* History */}
§ 03

{EN ? 'History' : '沿革'}

{history.map((h, i) => (
{h.y}
{h.ev}
))}
{/* Access */}
§ 04

{EN ? 'Access' : 'アクセス'}

横浜市青葉区
[ MAP PLACEHOLDER ]
JR
神奈川県
横浜市青葉区
METRO
本社移転
2025年12月
CONTACT
03-XXXX-XXXX
info@culina.jp
{window.SiteFooter ? : }
); }; window.PageCompany = PageCompany; // ── Shared Footer for page-level artboards ───────────── const PageFooter = () => { const { theme } = useTheme(); const v1 = { paper: theme.paper, paperDeep: theme.paperDeep, ink: theme.ink, sumi: theme.sumi, shu: theme.accent, muted: theme.muted, mutedLight: theme.mutedLight, line: theme.line, serif: theme.fonts.serif, sans: theme.fonts.sans, mono: theme.fonts.mono, }; return ( ); }; window.PageFooter = PageFooter;