---
title: "利用条件 — Orvun Labs"
description: "このサイトは当スタジオの方針と一般情報を紹介します。記事やコンセプトは個別の技術、商取引、法務の助言ではありません。契約、範囲、料金、支援は別途書面で合意します。"
canonical: "https://orvunlabs.com/ja/terms"
language: "ja"
last_modified: "2026-09-14"
---

# 利用条件

このサイトは当スタジオの方針と一般情報を紹介します。記事やコンセプトは個別の技術、商取引、法務の助言ではありません。契約、範囲、料金、支援は別途書面で合意します。

コンセプト画面はサンプルデータを使用し、納品済み案件や測定結果を表すものではありません。独自のサイト素材はOrvun Labsに帰属し、第三者の素材には各ライセンスが適用されます。

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://orvunlabs.com/#organization",
      "name": "Orvun Labs",
      "url": "https://orvunlabs.com",
      "logo": "https://orvunlabs.com/orvunlabs-icon-512.png",
      "description": "Custom software, SaaS products and AI-powered tools — designed around your business.",
      "knowsAbout": [
        "Custom software",
        "SaaS product development",
        "AI integration"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://orvunlabs.com/#website",
      "name": "Orvun Labs",
      "url": "https://orvunlabs.com",
      "inLanguage": [
        "en",
        "es",
        "de",
        "fr",
        "pt",
        "ja",
        "hi",
        "ar",
        "id",
        "tr",
        "pl"
      ],
      "publisher": {
        "@id": "https://orvunlabs.com/#organization"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://orvunlabs.com/ja/terms#webpage",
      "url": "https://orvunlabs.com/ja/terms",
      "name": "利用条件",
      "description": "このサイトは当スタジオの方針と一般情報を紹介します。記事やコンセプトは個別の技術、商取引、法務の助言ではありません。契約、範囲、料金、支援は別途書面で合意します。",
      "inLanguage": "ja",
      "isPartOf": {
        "@id": "https://orvunlabs.com/#website"
      },
      "about": {
        "@id": "https://orvunlabs.com/#organization"
      },
      "breadcrumb": {
        "@id": "https://orvunlabs.com/ja/terms#breadcrumb"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://orvunlabs.com/ja/terms#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Orvun Labs",
          "item": "https://orvunlabs.com/ja"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "利用条件",
          "item": "https://orvunlabs.com/ja/terms"
        }
      ]
    }
  ]
}
```
