{"id":3,"date":"2025-09-06T06:31:55","date_gmt":"2025-09-06T06:31:55","guid":{"rendered":"https:\/\/www.sidewell.jp\/?page_id=3"},"modified":"2025-11-13T23:12:55","modified_gmt":"2025-11-13T14:12:55","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/www.sidewell.jp\/?page_id=3","title":{"rendered":"\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\/\u5229\u7528\u898f\u7d04"},"content":{"rendered":"\n<style>\n:root {\n  --accent: #0ea5e9;\n  --accent-light: #38bdf8;\n  --bg: #ffffffcc;\n  --text: #1e293b;\n  --muted: #475569;\n  --shadow: 0 8px 28px rgba(0, 0, 0, 0.06);\n}\n\n.policy {\n  position: relative;\n  max-width: 920px;\n  margin: 64px auto;\n  padding: 44px 22px;\n  background: var(--bg);\n  border-radius: 24px;\n  box-shadow: var(--shadow);\n  font-family: \"Noto Sans JP\", \"Hiragino Kaku Gothic ProN\", sans-serif;\n  color: var(--text);\n  line-height: 1.9;\n  backdrop-filter: blur(6px);\n  overflow: hidden;\n}\n\n\/* \u80cc\u666f\u306e\u67d4\u3089\u304b\u3044\u5149 *\/\n.policy::before {\n  content: \"\";\n  position: absolute;\n  inset: -20%;\n  background:\n    radial-gradient(40% 45% at 20% 20%, rgba(14, 165, 233, 0.25), transparent 70%),\n    radial-gradient(45% 50% at 80% 30%, rgba(56, 189, 248, 0.2), transparent 70%);\n  filter: blur(24px);\n  z-index: -1;\n  animation: drift 60s linear infinite;\n}\n\n\/* ========== \u30bb\u30af\u30b7\u30e7\u30f3\u898b\u51fa\u3057\uff08h1\uff09\u3067\u201c\u5225\u7269\u611f\u201d\u3092\u51fa\u3059 ========== *\/\n.policy h1 {\n  position: relative;\n  font-size: 1.9rem;\n  font-weight: 800;\n  color: #0f172a;\n  border-left: 6px solid var(--accent);\n  padding-left: 14px;\n  margin: 56px 0 24px;        \/* \u4e0a\u306b\u3057\u3063\u304b\u308a\u4f59\u767d \u2192 \u30bb\u30af\u30b7\u30e7\u30f3\u533a\u5207\u308a\u611f *\/\n}\n\n\/* \u6700\u521d\u306eh1\u3060\u3051\u4e0a\u30de\u30fc\u30b8\u30f3\u3092\u6253\u3061\u6d88\u3057 *\/\n.policy h1:first-of-type { margin-top: 0; }\n\n\/* h1\u306e\u76f4\u524d\u306b\u201c\u5e2f\u201d\u3092\u6577\u3044\u3066\u898b\u51fa\u3057\u3092\u6d6e\u304b\u305b\u308b *\/\n.policy h1::before {\n  content: \"\";\n  display: block;\n  height: 34px;\n  background: linear-gradient(90deg, var(--accent), var(--accent-light));\n  opacity: .14;\n  border-radius: 10px;\n  margin-bottom: 12px;\n}\n\n\/* h1\u306e\u53f3\u4e0a\u306b\u5c0f\u3055\u306a\u30e9\u30d9\u30eb\uff083\u3064\u3067\u5185\u5bb9\u304c\u9055\u3046\u3053\u3068\u3092\u793a\u3059\uff09 *\/\n.policy h1::after {\n  position: absolute;\n  right: 10px;\n  top: -14px;\n  transform: translateY(-100%);\n  font-size: 11px;\n  letter-spacing: .08em;\n  color: #0f172a;\n  background: rgba(255,255,255,.65);\n  border: 1px solid #e5e7eb;\n  border-radius: 999px;\n  padding: 4px 8px;\n  box-shadow: 0 3px 10px rgba(0,0,0,.04);\n}\n\n\/* 1\u3064\u76ee: \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc \/ 2\u3064\u76ee: \u898f\u7d04 \/ 3\u3064\u76ee: \u304a\u554f\u3044\u5408\u308f\u305b *\/\n.policy h1:nth-of-type(1)::after { content: \"PRIVACY\"; }\n.policy h1:nth-of-type(2)::after { content: \"TERMS\"; }\n.policy h1:nth-of-type(3)::after { content: \"CONTACT\"; }\n\n\/* h2\u306f\u968e\u5c64\u3092\u660e\u78ba\u306b\uff08h1\u3088\u308a\u5f31\u3081\uff09 *\/\n.policy h2 {\n  font-size: 1.22rem;\n  color: var(--accent);\n  border-bottom: 2px solid #e5e7eb;\n  padding-bottom: 6px;\n  margin: 28px 0 14px;\n}\n\n\/* \u672c\u6587 *\/\n.policy p, .policy li { font-size: 15.8px; color: var(--text); }\n.policy ul { margin: 0 0 1em 1.2em; }\n.policy li { margin-bottom: 6px; }\n\n\/* \u5f15\u7528\u98a8\u30dc\u30c3\u30af\u30b9\uff08\u304a\u554f\u3044\u5408\u308f\u305b\u60c5\u5831\uff09 *\/\n.policy .quote {\n  border-left: 4px solid var(--accent);\n  background: rgba(14, 165, 233, 0.06);\n  padding: 16px 18px;\n  border-radius: 12px;\n  color: var(--muted);\n  font-style: italic;\n  font-size: 15.5px;\n  margin-top: 26px;\n}\n\n\/* \u30ea\u30f3\u30af *\/\n.policy a { color: var(--accent); text-decoration: none; }\n.policy a:hover { text-decoration: underline; }\n\n\/* h1\u76f4\u5f8c\u306e\u6700\u521d\u306e\u8981\u7d20\u306b\u4e0a\u4f59\u767d\u3092\u3064\u3051\u3001\u584a\u3092\u8a8d\u8b58\u3057\u3084\u3059\u304f *\/\n.policy h1 + * { margin-top: 8px; }\n\n\/* \u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306e\u8996\u8a8d\u6027\uff1a\u5404\u30bb\u30af\u30b7\u30e7\u30f3\u982d\u306b\u30d8\u30a2\u30e9\u30a4\u30f3 *\/\n.policy h1:not(:first-of-type) {\n  background:\n    linear-gradient(90deg, transparent, rgba(14,165,233,.08), transparent) 0 0\/100% 1px no-repeat;\n  padding-top: 20px;\n}\n\n\/* \u80cc\u666f\u30a2\u30cb\u30e1 *\/\n@keyframes drift {\n  0% {transform: translate(0, 0);}\n  50% {transform: translate(-2%, 2%);}\n  100% {transform: translate(0, 0);}\n}\n\n\/* ====== \u30b9\u30de\u30db\u6700\u9069\u5316\uff08\u30ec\u30a4\u30a2\u30a6\u30c8\u56fa\u5b9a\u3067\u8aad\u307f\u3084\u3059\u304f\uff09 ====== *\/\n@media (max-width: 640px) {\n  .policy { margin: 32px auto 56px; padding: 28px 16px; }\n  .policy h1 {\n    font-size: 1.5rem;\n    margin: 40px 0 18px;\n    padding-left: 12px;\n    border-left-width: 5px;\n  }\n  .policy h1::before { height: 26px; margin-bottom: 10px; }\n  .policy h1::after { top: -10px; font-size: 10px; padding: 3px 7px; }\n  .policy h2 { font-size: 1.08rem; }\n  .policy p, .policy li { font-size: 15px; }\n}\n<\/style>\n\n<section class=\"policy\" id=\"policy\">\n  <h1>\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc<\/h1>\n  <p>\u682a\u5f0f\u4f1a\u793eSide Well\uff08\u4ee5\u4e0b\u300c\u5f53\u793e\u300d\uff09\u306f\u3001\u5f53\u793e\u304c\u904b\u55b6\u3059\u308bWeb\u30b5\u30a4\u30c8\u306b\u304a\u3044\u3066\u53d6\u5f97\u3057\u305f\u500b\u4eba\u60c5\u5831\u3092\u3001\u4ee5\u4e0b\u306e\u65b9\u91dd\u306b\u57fa\u3065\u304d\u9069\u5207\u306b\u53d6\u308a\u6271\u3044\u307e\u3059\u3002<\/p>\n\n  <h2>1. \u500b\u4eba\u60c5\u5831\u306e\u5229\u7528\u76ee\u7684<\/h2>\n  <ul>\n    <li>\u304a\u554f\u3044\u5408\u308f\u305b\u3078\u306e\u5bfe\u5fdc<\/li>\n    <li>\u3054\u4f9d\u983c\u3044\u305f\u3060\u3044\u305f\u30b5\u30fc\u30d3\u30b9\u306e\u63d0\u4f9b\u30fb\u3054\u6848\u5185<\/li>\n    <li>\u5f53\u793e\u30b5\u30fc\u30d3\u30b9\u306b\u95a2\u3059\u308b\u60c5\u5831\u63d0\u4f9b\u3084\u3054\u9023\u7d61<\/li>\n    <li>\u5951\u7d04\u306e\u5c65\u884c\u3001\u696d\u52d9\u4e0a\u5fc5\u8981\u306a\u8af8\u9023\u7d61<\/li>\n    <li>Web\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6d3b\u52d5\uff08\u30a2\u30af\u30bb\u30b9\u89e3\u6790\u3001\u5e83\u544a\u914d\u4fe1\u3001\u30b5\u30fc\u30d3\u30b9\u6539\u5584\u7b49\uff09\u3078\u306e\u6d3b\u7528<\/li>\n    <li>\u6cd5\u4ee4\u7b49\u306b\u57fa\u3065\u304f\u5bfe\u5fdc<\/li>\n  <\/ul>\n\n  <h2>2. \u500b\u4eba\u60c5\u5831\u306e\u7b2c\u4e09\u8005\u63d0\u4f9b<\/h2>\n  <p>\u5f53\u793e\u306f\u3001\u6cd5\u4ee4\u306b\u57fa\u3065\u304f\u5834\u5408\u3092\u9664\u304d\u3001\u3042\u3089\u304b\u3058\u3081\u304a\u5ba2\u69d8\u306e\u540c\u610f\u3092\u5f97\u308b\u3053\u3068\u306a\u304f\u7b2c\u4e09\u8005\u306b\u500b\u4eba\u60c5\u5831\u3092\u63d0\u4f9b\u3044\u305f\u3057\u307e\u305b\u3093\u3002<\/p>\n\n  <h2>3. \u500b\u4eba\u60c5\u5831\u306e\u7ba1\u7406<\/h2>\n  <p>\u5f53\u793e\u306f\u3001\u500b\u4eba\u60c5\u5831\u306e\u6f0f\u6d29\u30fb\u7d1b\u5931\u30fb\u6539\u3056\u3093\u7b49\u3092\u9632\u6b62\u3059\u308b\u305f\u3081\u3001\u5fc5\u8981\u304b\u3064\u9069\u5207\u306a\u5b89\u5168\u7ba1\u7406\u63aa\u7f6e\u3092\u8b1b\u3058\u307e\u3059\u3002<\/p>\n\n  <h2>4. \u30a2\u30af\u30bb\u30b9\u89e3\u6790\u30c4\u30fc\u30eb\u306e\u5229\u7528<\/h2>\n  <p>\u5f53\u793eWeb\u30b5\u30a4\u30c8\u3067\u306f\u3001\u5229\u4fbf\u6027\u5411\u4e0a\u3084\u30b5\u30fc\u30d3\u30b9\u6539\u5584\u306e\u305f\u3081\u3001Google LLC\u304c\u63d0\u4f9b\u3059\u308b\u300cGoogle Analytics\u300d\u7b49\u306e\u30a2\u30af\u30bb\u30b9\u89e3\u6790\u30c4\u30fc\u30eb\u3092\u5229\u7528\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u30c4\u30fc\u30eb\u306fCookie\u3092\u4f7f\u7528\u3057\u3066\u30c8\u30e9\u30d5\u30a3\u30c3\u30af\u30c7\u30fc\u30bf\u3092\u53ce\u96c6\u3057\u307e\u3059\u304c\u3001\u500b\u4eba\u3092\u7279\u5b9a\u3059\u308b\u60c5\u5831\u306f\u542b\u307e\u308c\u307e\u305b\u3093\u3002\u304a\u5ba2\u69d8\u306f\u30d6\u30e9\u30a6\u30b6\u8a2d\u5b9a\u306b\u3088\u308aCookie\u306e\u5229\u7528\u3092\u62d2\u5426\u3067\u304d\u307e\u3059\u3002<\/p>\n\n  <h2>5. \u5e83\u544a\u914d\u4fe1\u306b\u3064\u3044\u3066<\/h2>\n  <p>\u5f53\u793eWeb\u30b5\u30a4\u30c8\u3067\u306f\u3001Google\u3084Meta\u7b49\u306e\u7b2c\u4e09\u8005\u914d\u4fe1\u4e8b\u696d\u8005\u306e\u5e83\u544a\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u4e8b\u696d\u8005\u306fCookie\u7b49\u3092\u4f7f\u7528\u3057\u3001\u904e\u53bb\u306e\u30a2\u30af\u30bb\u30b9\u60c5\u5831\u306b\u57fa\u3065\u3044\u3066\u5e83\u544a\u3092\u914d\u4fe1\u3057\u307e\u3059\u3002\u304a\u5ba2\u69d8\u306fGoogle\u5e83\u544a\u8a2d\u5b9a\u30da\u30fc\u30b8\u7b49\u3067\u30d1\u30fc\u30bd\u30ca\u30e9\u30a4\u30ba\u30c9\u5e83\u544a\u3092\u7121\u52b9\u5316\u3067\u304d\u307e\u3059\u3002<\/p>\n\n  <h2>6. \u500b\u4eba\u60c5\u5831\u306e\u958b\u793a\u30fb\u8a02\u6b63\u30fb\u524a\u9664<\/h2>\n  <p>\u304a\u5ba2\u69d8\u3054\u672c\u4eba\u304b\u3089\u3001\u5f53\u793e\u304c\u4fdd\u6709\u3059\u308b\u500b\u4eba\u60c5\u5831\u306b\u3064\u3044\u3066\u958b\u793a\u30fb\u8a02\u6b63\u30fb\u524a\u9664\u3092\u5e0c\u671b\u3055\u308c\u308b\u5834\u5408\u306f\u3001\u9069\u5207\u306b\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n\n  <h2>7. \u6cd5\u4ee4\u30fb\u898f\u7bc4\u306e\u9075\u5b88\u3068\u898b\u76f4\u3057<\/h2>\n  <p>\u5f53\u793e\u306f\u3001\u500b\u4eba\u60c5\u5831\u306e\u4fdd\u8b77\u306b\u95a2\u3057\u3066\u9069\u7528\u3055\u308c\u308b\u6cd5\u4ee4\u3092\u9075\u5b88\u3059\u308b\u3068\u3068\u3082\u306b\u3001\u672c\u30dd\u30ea\u30b7\u30fc\u306e\u5185\u5bb9\u3092\u7d99\u7d9a\u7684\u306b\u898b\u76f4\u3057\u3001\u6539\u5584\u306b\u52aa\u3081\u307e\u3059\u3002<\/p>\n\n  <h1>\u5229\u7528\u898f\u7d04<\/h1>\n\n  <h2>\u7b2c1\u6761\uff08\u5229\u7528\u76ee\u7684\uff09<\/h2>\n  <p>\u672c\u30b5\u30a4\u30c8\u306f\u3001\u5f53\u793e\u306e\u30b5\u30fc\u30d3\u30b9\u6848\u5185\u3084\u60c5\u5831\u63d0\u4f9b\u3092\u76ee\u7684\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u5229\u7528\u8005\u306f\u3001\u672c\u30b5\u30a4\u30c8\u3092\u901a\u3058\u3066\u5f97\u3089\u308c\u308b\u60c5\u5831\u3092\u81ea\u5df1\u306e\u5224\u65ad\u3068\u8cac\u4efb\u306b\u304a\u3044\u3066\u5229\u7528\u3059\u308b\u3082\u306e\u3068\u3057\u307e\u3059\u3002<\/p>\n\n  <h2>\u7b2c2\u6761\uff08\u514d\u8cac\u4e8b\u9805\uff09<\/h2>\n  <p>\u5f53\u793e\u306f\u3001\u672c\u30b5\u30a4\u30c8\u306b\u63b2\u8f09\u3059\u308b\u60c5\u5831\u306e\u6b63\u78ba\u6027\u30fb\u6700\u65b0\u6027\u3092\u4fdd\u3064\u3088\u3046\u52aa\u3081\u307e\u3059\u304c\u3001\u305d\u306e\u5185\u5bb9\u3092\u4fdd\u8a3c\u3059\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u672c\u30b5\u30a4\u30c8\u306e\u5229\u7528\u306b\u3088\u308a\u751f\u3058\u305f\u3044\u304b\u306a\u308b\u640d\u5bb3\u306b\u3064\u3044\u3066\u3082\u8cac\u4efb\u3092\u8ca0\u3044\u307e\u305b\u3093\u3002<br>\n  \u5f53\u793e\u304c\u63d0\u4f9b\u3059\u308b\u5e83\u544a\u904b\u7528\u30fbSNS\u904b\u7528\u4ee3\u884c\u30fb\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0\u7b49\u306e\u30b5\u30fc\u30d3\u30b9\u306b\u304a\u3044\u3066\u3001\u7279\u5b9a\u306e\u6210\u679c\uff08\u58f2\u4e0a\u5897\u52a0\u30fb\u5229\u76ca\u6539\u5584\u30fb\u691c\u7d22\u9806\u4f4d\u5411\u4e0a\u7b49\uff09\u3092\u4fdd\u8a3c\u3059\u308b\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n  <h2>\u7b2c3\u6761\uff08\u7981\u6b62\u4e8b\u9805\uff09<\/h2>\n  <ul>\n    <li>\u6cd5\u4ee4\u3084\u516c\u5e8f\u826f\u4fd7\u306b\u9055\u53cd\u3059\u308b\u884c\u70ba<\/li>\n    <li>\u5f53\u793e\u307e\u305f\u306f\u7b2c\u4e09\u8005\u306e\u6a29\u5229\u30fb\u5229\u76ca\u3092\u4fb5\u5bb3\u3059\u308b\u884c\u70ba<\/li>\n    <li>\u672c\u30b5\u30a4\u30c8\u306e\u904b\u55b6\u3092\u59a8\u5bb3\u3059\u308b\u884c\u70ba<\/li>\n  <\/ul>\n\n  <h2>\u7b2c4\u6761\uff08\u8457\u4f5c\u6a29\uff09<\/h2>\n  <p>\u672c\u30b5\u30a4\u30c8\u306b\u63b2\u8f09\u3055\u308c\u308b\u6587\u7ae0\u3001\u753b\u50cf\u3001\u30ed\u30b4\u3001\u30c7\u30b6\u30a4\u30f3\u7b49\u306e\u8457\u4f5c\u6a29\u306f\u5f53\u793e\u306b\u5e30\u5c5e\u3057\u307e\u3059\u3002\u7121\u65ad\u3067\u306e\u8ee2\u8f09\u30fb\u5229\u7528\u3092\u7981\u6b62\u3057\u307e\u3059\u3002<\/p>\n\n  <h2>\u7b2c5\u6761\uff08\u898f\u7d04\u306e\u5909\u66f4\uff09<\/h2>\n  <p>\u5f53\u793e\u306f\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u672c\u898f\u7d04\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u5909\u66f4\u5f8c\u306e\u5185\u5bb9\u306f\u3001\u672c\u30b5\u30a4\u30c8\u306b\u63b2\u8f09\u3057\u305f\u6642\u70b9\u304b\u3089\u52b9\u529b\u3092\u751f\u3058\u307e\u3059\u3002<\/p>\n\n  <h1>\u304a\u554f\u3044\u5408\u308f\u305b\u7a93\u53e3<\/h1>\n  <p>\u672c\u30dd\u30ea\u30b7\u30fc\u304a\u3088\u3073\u5229\u7528\u898f\u7d04\u306b\u95a2\u3059\u308b\u304a\u554f\u3044\u5408\u308f\u305b\u306f\u3001\u4e0b\u8a18\u307e\u3067\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n\n  <div class=\"quote\">\n    \u682a\u5f0f\u4f1a\u793eSide Well<br>\n    \u3012530-0001\u3000\u5927\u962a\u5e9c\u5927\u962a\u5e02\u5317\u533a\u6885\u75301\u4e01\u76ee2\u756a2\u53f7<br>\n    \u5927\u962a\u99c5\u524d\u7b2c2\u30d3\u30eb12-12<br>\n    \u4ee3\u8868\u53d6\u7de0\u5f79\uff1a\u6a2a\u4e95 \u96c5\u4e4b<br>\n    E-mail\uff1a<a href=\"mailto:yokoi.masayuki@sidewell.jp\">yokoi.masayuki@sidewell.jp<\/a>\n  <\/div>\n<\/section>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc \u682a\u5f0f\u4f1a\u793eSide Well\uff08\u4ee5\u4e0b\u300c\u5f53\u793e\u300d\uff09\u306f\u3001\u5f53\u793e\u304c\u904b\u55b6\u3059\u308bWeb\u30b5\u30a4\u30c8\u306b\u304a\u3044\u3066\u53d6\u5f97\u3057\u305f\u500b\u4eba\u60c5\u5831\u3092\u3001\u4ee5\u4e0b\u306e\u65b9\u91dd\u306b\u57fa\u3065\u304d\u9069\u5207\u306b\u53d6\u308a\u6271\u3044\u307e\u3059\u3002 1. \u500b\u4eba\u60c5\u5831\u306e\u5229\u7528\u76ee\u7684 \u304a\u554f\u3044\u5408\u308f\u305b\u3078\u306e\u5bfe\u5fdc \u3054\u4f9d\u983c\u3044\u305f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":178,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-3","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3"}],"version-history":[{"count":5,"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions\/201"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=\/wp\/v2\/media\/178"}],"wp:attachment":[{"href":"https:\/\/www.sidewell.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}