{"id":15,"date":"2026-05-22T16:50:46","date_gmt":"2026-05-22T07:50:46","guid":{"rendered":"http:\/\/www.japantakumi.jp\/?page_id=15"},"modified":"2026-05-25T01:43:27","modified_gmt":"2026-05-24T16:43:27","slug":"%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8","status":"publish","type":"page","link":"https:\/\/www.japantakumi.jp\/","title":{"rendered":"TOP"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================\n   TAKUMI HEADER\n========================= *\/\n\n.home .l-header,\n.home .l-header__inner,\n.home .l-header__bar,\n.home #header {\n  background: transparent !important;\n  box-shadow: none !important;\n  border: none !important;\n}\n\n.home .l-header {\n  height: 78px;\n  position: absolute !important;\n  top: 0;\n  left: 0;\n  width: 100%;\n  z-index: 100;\n}\n\n.home .l-header__inner {\n  min-height: 78px;\n  padding-top: 0 !important;\n  padding-bottom: 0 !important;\n  align-items: center;\n}\n\n\/* \u30ed\u30b4\u3060\u3051\u5927\u304d\u304f *\/\n.home .c-headLogo,\n.home .c-headLogo__link {\n  width: 190px !important;\n  max-width: 190px !important;\n}\n\n.home .c-headLogo img {\n  width: 190px !important;\n  max-width: 190px !important;\n  max-height: none !important;\n  height: auto !important;\n}\n\n.home .p-globalNav .c-gnav > li > a {\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .08em;\n  padding: 0 18px;\n  color: #173947;\n}\n\n\/* =========================\n   HERO SECTION\n========================= *\/\n\n.takumi-hero {\n  width: 100vw;\n  margin-left: calc(50% - 50vw);\n  margin-top: -78px !important;\n\n  background:\n    radial-gradient(circle at 18% 18%,\n      rgba(255,232,176,.72) 0%,\n      rgba(255,232,176,.28) 26%,\n      rgba(255,232,176,0) 52%\n    ),\n    radial-gradient(circle at 82% 14%,\n      rgba(203,239,232,.48) 0%,\n      rgba(203,239,232,.18) 28%,\n      rgba(203,239,232,0) 56%\n    ),\n    linear-gradient(135deg,\n      #f8e7bc 0%,\n      #f5e5dc 48%,\n      #e6f4ef 100%\n    ) !important;\n\n  color: #173947;\n  min-height: 940px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 170px 20px 120px;\n  overflow: hidden;\n  font-family: \"Noto Sans JP\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic\", sans-serif;\n}\n\n.takumi-hero-inner {\n  width: min(1240px, 100%);\n  text-align: center;\n}\n\n\/* =========================\n   HONEYCOMB\n========================= *\/\n\n.honeycomb {\n  --w: 250px;\n  --h: 216px;\n  --gap: 12px;\n\n  position: relative;\n  width: calc(var(--w) * 2.55);\n  height: calc(var(--h) * 2.14);\n  margin: 0 auto 56px;\n}\n\n.hex,\n.hex-center {\n  position: absolute;\n  width: var(--w);\n  height: var(--h);\n\n  clip-path: polygon(\n    25% 0%,\n    75% 0%,\n    100% 50%,\n    75% 100%,\n    25% 100%,\n    0% 50%\n  );\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  opacity: 0;\n  animation: takumiFade 1.2s ease forwards;\n}\n\n.hex {\n  background: rgba(255,255,255,.36);\n  border: 1px solid rgba(23,57,71,.06);\n  color: #0d4b63;\n  font-size: 28px;\n  font-weight: 850;\n  letter-spacing: .08em;\n  backdrop-filter: blur(12px);\n  z-index: 1;\n\n  box-shadow:\n    0 18px 50px rgba(13,75,99,.06),\n    inset 0 0 22px rgba(255,255,255,.18);\n}\n\n.hex-center {\n  left: calc(var(--w) * .78);\n  top: calc(var(--h) * .98 + var(--gap));\n  background: rgba(255,255,255,.96);\n  z-index: 5;\n\n  box-shadow:\n    0 0 70px rgba(255,255,255,.45),\n    0 24px 70px rgba(13,75,99,.10);\n}\n\n.hex-center img {\n  width: 228px;\n  max-width: 92%;\n  height: auto;\n}\n\n.hex-top {\n  left: calc(var(--w) * .78);\n  top: -12px;\n  animation-delay: .35s;\n}\n\n.hex-left {\n  left: calc(var(--w) * .78 - var(--w) * .80 - var(--gap));\n  top: calc(var(--h) * .55);\n  animation-delay: .5s;\n}\n\n.hex-right {\n  left: calc(var(--w) * .78 + var(--w) * .80 + var(--gap));\n  top: calc(var(--h) * .55);\n  animation-delay: .65s;\n}\n\n\/* =========================\n   HERO COPY\n========================= *\/\n\n.hero-copy {\n  opacity: 0;\n  animation: takumiFade 1.4s ease forwards;\n  animation-delay: .9s;\n}\n\n.hero-copy h1 {\n  font-size: clamp(46px, 5.4vw, 82px);\n  line-height: 1.24;\n  font-weight: 900;\n  letter-spacing: .06em;\n  margin: 0 0 30px;\n  color: #0d4b63;\n}\n\n.hero-line {\n  width: 420px;\n  height: 2px;\n  margin: 0 auto 30px;\n  background: linear-gradient(\n    90deg,\n    transparent,\n    rgba(13,75,99,.28),\n    transparent\n  );\n}\n\n.hero-copy p {\n  font-size: clamp(17px, 1.7vw, 24px);\n  line-height: 2;\n  font-weight: 800;\n  letter-spacing: .05em;\n  margin: 0;\n  color: #173947;\n}\n\n\/* =========================\n   WHITE SPACE RESET\n========================= *\/\n\n.home .l-mainContent,\n.home .l-mainContent__inner,\n.home .post_content,\n.home .entry-content,\n.home .p-articleContent,\n.home .c-postContent {\n  padding-top: 0 !important;\n  margin-top: 0 !important;\n  border-top: none !important;\n}\n\n\/* =========================\n   ANIMATION\n========================= *\/\n\n@keyframes takumiFade {\n  from {\n    opacity: 0;\n    transform: translateY(28px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* =========================\n   SP\n========================= *\/\n\n@media (max-width: 768px) {\n\n  .home .l-header {\n    background: rgba(255,255,255,.82) !important;\n    backdrop-filter: blur(10px);\n  }\n\n  .takumi-hero {\n    min-height: 820px;\n    padding: 130px 16px 92px;\n  }\n\n  .honeycomb {\n    transform: scale(.58);\n    transform-origin: center top;\n    margin-bottom: -70px;\n  }\n\n  .hero-copy h1 {\n    font-size: 36px;\n    white-space: normal;\n  }\n\n  .hero-copy p {\n    font-size: 14px;\n  }\n}\n<\/style>\n\n<section class=\"takumi-hero\">\n  <div class=\"takumi-hero-inner\">\n\n    <div class=\"honeycomb\">\n      <div class=\"hex hex-top\">\u4f4f\u307e\u3044\u306e\u5099\u3048<\/div>\n      <div class=\"hex hex-left\">\u592a\u967d\u5149<\/div>\n\n      <div class=\"hex-center\">\n        <img decoding=\"async\" src=\"http:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/\u30bf\u30af\u30df\u30ed\u30b4\u2462.png\" alt=\"TAKUMI\">\n      <\/div>\n\n      <div class=\"hex hex-right\">\u84c4\u96fb\u6c60<\/div>\n    <\/div>\n\n    <div class=\"hero-copy\">\n      <h1>\u4eba\u751f\u306e\u201c\u3042\u306830\u5e74\u201d\u3092\u3001\u5b88\u308b\u3002<\/h1>\n      <div class=\"hero-line\"><\/div>\n      <p>\u592a\u967d\u5149\u30fb\u84c4\u96fb\u6c60\u30fb\u4f4f\u307e\u3044\u306e\u5099\u3048\u3092\u901a\u3058\u3066\u3001<br>\u3053\u308c\u304b\u3089\u5148\u306e\u66ae\u3089\u3057\u306b\u5b89\u5fc3\u3092\u3002<\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<a class=\"takumi-fixed-cta\" href=\"\/contact\/\">\n  <span class=\"cta-small\">\u7121\u6599<\/span>\n  <span class=\"cta-main\">\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3<\/span>\n<\/a>\n<script>\ndocument.addEventListener('scroll', function () {\n  if (window.scrollY > 520) {\n    document.body.classList.add('is-scrolled');\n  } else {\n    document.body.classList.remove('is-scrolled');\n  }\n});\n<\/script>\n\n\n\n<style data-wp-block-html=\"css\">\n.takumi-hex-section{\n  background:#fff;\n  padding:100px 20px;\n}\n\n.takumi-hex-section h2{\n  text-align:center;\n  font-size:56px;\n  line-height:1.4;\n  color:#0b4b63;\n  font-weight:900;\n  margin-bottom:70px;\n}\n\n.takumi-hex-grid{\n  display:flex;\n  justify-content:center;\n  gap:24px;\n}\n\n.takumi-hex{\n  width:320px;\n  height:360px;\n\n  clip-path:polygon(\n    25% 0%,\n    75% 0%,\n    100% 50%,\n    75% 100%,\n    25% 100%,\n    0% 50%\n  );\n\n  overflow:hidden;\n}\n\n.takumi-hex img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  display:block;\n}\n\n@media(max-width:768px){\n\n  .takumi-hex-section{\n    padding:70px 16px;\n  }\n\n  .takumi-hex-section h2{\n    font-size:32px;\n    margin-bottom:40px;\n  }\n\n  .takumi-hex-grid{\n    flex-direction:column;\n    align-items:center;\n    gap:18px;\n  }\n\n  .takumi-hex{\n    width:220px;\n    height:250px;\n  }\n\n}\n<\/style>\n\n<section class=\"takumi-service-section\">\n\n  <h2>\n    \u304a\u3046\u3061\u307e\u308f\u308a\u306e\u60a9\u307f<br>\n    \u306a\u3093\u3068\u304b\u3057\u307e\u3059\u3002\n  <\/h2>\n\n  <div class=\"takumi-service-grid\">\n\n    <!-- 1 -->\n    <div class=\"takumi-service-item\">\n\n      <div class=\"takumi-hex\">\n        <img decoding=\"async\" src=\"http:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/thomas-werneken-O2xY4SVoAQk-unsplash-scaled.jpg\">\n      <\/div>\n\n      <div class=\"takumi-icon\">\n        \u2600\n      <\/div>\n\n      <h3>\u592a\u967d\u5149\u30fb\u84c4\u96fb\u6c60<\/h3>\n\n      <p>\n        \u96fb\u6c17\u3092\u3064\u304f\u3063\u3066\u3001\u6e9c\u3081\u3066\u3001\u8ce2\u304f\u4f7f\u3046\u3002<br>\n        \u5b89\u5fc3\u3068\u304a\u30c8\u30af\u3092\u4e21\u7acb\u3057\u307e\u3059\u3002\n      <\/p>\n\n    <\/div>\n\n\n    <!-- 2 -->\n    <div class=\"takumi-service-item\">\n\n      <div class=\"takumi-hex\">\n        <img decoding=\"async\" src=\"http:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/sixties-photography-yKq5WSAXFrA-unsplash-scaled.jpg\">\n      <\/div>\n\n      <div class=\"takumi-icon\">\n        \u2302\n      <\/div>\n\n      <h3>\u4f4f\u307e\u3044\u306e\u70b9\u691c<\/h3>\n\n      <p>\n        \u898b\u3048\u306a\u3044\u4e0d\u5b89\u3092\u898b\u3048\u308b\u5b89\u5fc3\u3078\u3002<br>\n        \u30d7\u30ed\u304c\u3057\u3063\u304b\u308a\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059\u3002\n      <\/p>\n\n    <\/div>\n\n\n    <!-- 3 -->\n    <div class=\"takumi-service-item\">\n\n      <div class=\"takumi-hex\">\n        <img decoding=\"async\" src=\"http:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/marcus-urbenz-bSviTKDAV8o-unsplash-scaled.jpg\">\n      <\/div>\n\n      <div class=\"takumi-icon\">\n        \u271a\n      <\/div>\n\n      <h3>\u66ae\u3089\u3057\u306e\u5099\u3048<\/h3>\n\n      <p>\n        \u3044\u3056\u3068\u3044\u3046\u6642\u306e\u305f\u3081\u306b\u3001<br>\n        \u4eca\u3067\u304d\u308b\u5099\u3048\u3092\u3002\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<section class=\"takumi-about-section\">\n\n  <div class=\"takumi-about-inner\">\n\n    <div class=\"takumi-about-image\">\n      <img decoding=\"async\" src=\"\u3053\u3053\u306b\u753b\u50cfURL\u3092\u5165\u308c\u3066\u304f\u3060\u3055\u3044\" alt=\"\u65e5\u672c\u30bf\u30af\u30df\u5efa\u8a2d\u306e\u60f3\u3044\">\n    <\/div>\n\n    <div class=\"takumi-about-text\">\n\n      \n      <h2>\n        \u4eba\u751f\u306e\u201c\u3042\u306830\u5e74\u201d\u306b<br>\n        \u8cac\u4efb\u3092\u6301\u3064\u3002\n      <\/h2>\n\n      <p>\n        \u5b50\u3069\u3082\u304c\u80b2\u3061\u3001\u5bb6\u65cf\u306e\u304b\u305f\u3061\u304c\u5909\u308f\u308a<br>\n        \u81ea\u5206\u81ea\u8eab\u3082\u6b73\u3092\u91cd\u306d\u3066\u3044\u304f\u3002\n      <\/p>\n\n      <p>\n        \u305d\u308c\u306a\u306e\u306b\u3001\u4f4f\u307e\u3044\u306e\u5b89\u5fc3\u306f\u3001<br>\n        \u305d\u306e\u307e\u307e\u3067\u3044\u3044\u306e\u3067\u3057\u3087\u3046\u304b\u3002\n      <\/p>\n\n      <p>\n        \u65e5\u672c\u30bf\u30af\u30df\u5efa\u8a2d\u306f\u3001\u592a\u967d\u5149\u30fb\u84c4\u96fb\u6c60\u3060\u3051\u3067\u306f\u306a\u304f\u3001<br>\n        \u5916\u58c1\u5857\u88c5\u3001\u7d66\u6e6f\u5668\u3001\u30ea\u30d5\u30a9\u30fc\u30e0\u306a\u3069\u3001<br>\n        \u3053\u308c\u304b\u3089\u5148\u306e\u66ae\u3089\u3057\u3092\u9577\u304f\u5b89\u5fc3\u3057\u3066\u904e\u3054\u3057\u3066\u3044\u305f\u3060\u304f\u305f\u3081\u306e\n        \u3054\u63d0\u6848\u3092\u884c\u3063\u3066\u3044\u307e\u3059\u3002\n      <\/p>\n\n      <p>\n        \u58f2\u3063\u3066\u7d42\u308f\u308a\u3067\u306f\u306a\u304f\u3001<br>\n        \u305d\u306e\u5f8c\u3082\u5bc4\u308a\u6dfb\u3044\u7d9a\u3051\u308b\u3053\u3068\u3002\n      <\/p>\n\n      <p class=\"takumi-about-message\">\n        \u305d\u308c\u304c\u3001\u79c1\u305f\u3061\u306e\u8003\u3048\u308b<br>\n        \u201c\u672c\u5f53\u306e\u5b89\u5fc3\u201d\u3067\u3059\u3002\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<section class=\"takumi-seminar-section\">\n\n  <div class=\"takumi-seminar-head\">\n\n    <p class=\"takumi-seminar-label\">\n      \u65e5\u672c\u30bf\u30af\u30df\u5efa\u8a2d\u306e\u707d\u5bb3\u5bfe\u7b56\u30bb\u30df\u30ca\u30fc\n    <\/p>\n\n    <h2>\n      \u707d\u5bb3\u6642\u306b<br>\n      \u5bb6\u65cf\u3092\u5b88\u308b\u5099\u3048\u3092\n    <\/h2>\n\n    <p class=\"takumi-seminar-lead\">\n      \u505c\u96fb\u30fb\u707d\u5bb3\u30fb\u3053\u308c\u304b\u3089\u306e\u96fb\u6c17\u4ee3<br>\n      \u66ae\u3089\u3057\u306b\u5fc5\u8981\u306a\u5099\u3048\u3092\u3001\u308f\u304b\u308a\u3084\u3059\u304f\u304a\u4f1d\u3048\u3057\u307e\u3059\u3002\n    <\/p>\n\n  <\/div>\n\n  <div class=\"takumi-seminar-points\">\n\n    <div class=\"seminar-point\">\n      <span class=\"point-number\">01<\/span>\n      <h3>\u707d\u5bb3\u3078\u306e\u5099\u3048\u304c\u308f\u304b\u308b<\/h3>\n      <p>\n        \u5730\u9707\u30fb\u505c\u96fb\u30fb\u6c34\u5bb3\u306a\u3069\u3001<br>\n        \u707d\u5bb3\u6642\u306b\u5f79\u7acb\u3064\u77e5\u8b58\u3092\u5b66\u3079\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"seminar-point\">\n      <span class=\"point-number\">02<\/span>\n      <h3>\u5bb6\u65cf\u3092\u5b88\u308b\u30d2\u30f3\u30c8\u304c\u898b\u3064\u304b\u308b<\/h3>\n      <p>\n        \u66ae\u3089\u3057\u3092\u5b88\u308b\u305f\u3081\u306e<br>\n        \u5177\u4f53\u7684\u306a\u5b9f\u4f8b\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"seminar-point\">\n      <span class=\"point-number\">03<\/span>\n      <h3>\u7121\u7406\u306e\u306a\u3044\u5099\u3048\u65b9\u304c\u308f\u304b\u308b<\/h3>\n      <p>\n        \u8cbb\u7528\u3084\u88dc\u52a9\u91d1\u306e\u3053\u3068\u3082\u3001<br>\n        \u308f\u304b\u308a\u3084\u3059\u304f\u304a\u4f1d\u3048\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"seminar-point\">\n      <span class=\"point-number\">04<\/span>\n      <h3>\u30d7\u30ed\u306b\u76f4\u63a5\u76f8\u8ac7\u3067\u304d\u308b<\/h3>\n      <p>\n        \u7d4c\u9a13\u8c4a\u5bcc\u306a\u30b9\u30bf\u30c3\u30d5\u304c\u3001<br>\n        \u4e01\u5be7\u306b\u304a\u7b54\u3048\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"takumi-seminar-cta\">\n\n    <a href=\"\/disaster-seminar\/\">\n      \u707d\u5bb3\u5bfe\u7b56\u30bb\u30df\u30ca\u30fc\u3092\u898b\u308b\n    <\/a>\n\n  <\/div>\n\n<\/section>\n\n\n\n<div class=\"wp-block-cover alignfull\"><img decoding=\"async\" width=\"1024\" height=\"683\" class=\"wp-block-cover__image-background wp-image-21 size-large\" alt=\"\" src=\"http:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-1024x683.jpg\" style=\"object-position:51% 14%\" data-object-fit=\"cover\" data-object-position=\"51% 14%\" srcset=\"https:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-1024x683.jpg 1024w, https:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-300x200.jpg 300w, https:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-768x512.jpg 768w, https:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-1536x1024.jpg 1536w, https:\/\/www.japantakumi.jp\/wp-content\/uploads\/2026\/05\/joshua-woroniecki-BEZjwN7uTds-unsplash-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-swl-main-background-color has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center u-mb-ctrl u-mb-0 wp-block-paragraph\" style=\"font-size:3em\">\u4eba\u751f\u306e\u201c\u3042\u306830\u5e74\u201d\u306b<br>\u8cac\u4efb\u3092\u6301\u3064<\/p>\n\n\n\n<p class=\"has-text-align-center alignfull has-huge-font-size wp-block-paragraph\">\u300c\u4eca\u3060\u3051\u300d\u3067\u306f\u306a\u304f\u3001<br>\u3053\u308c\u304b\u3089\u5148\u306e\u66ae\u3089\u3057\u307e\u3067\u8003\u3048\u308b\u3002<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4f4f\u307e\u3044\u306e\u5099\u3048 \u592a\u967d\u5149 \u84c4\u96fb\u6c60 \u4eba\u751f\u306e\u201c\u3042\u306830\u5e74\u201d\u3092\u3001\u5b88\u308b\u3002 \u592a\u967d\u5149\u30fb\u84c4\u96fb\u6c60\u30fb\u4f4f\u307e\u3044\u306e\u5099\u3048\u3092\u901a\u3058\u3066\u3001\u3053\u308c\u304b\u3089\u5148\u306e\u66ae\u3089\u3057\u306b\u5b89\u5fc3\u3092\u3002 \u7121\u6599 \u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3 \u304a\u3046\u3061\u307e\u308f\u308a\u306e\u60a9\u307f \u306a\u3093\u3068\u304b\u3057\u307e\u3059\u3002 \u2600 \u592a\u967d\u5149\u30fb\u84c4\u96fb\u6c60 \u96fb\u6c17\u3092\u3064 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":46,"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":266,"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/266"}],"wp:attachment":[{"href":"https:\/\/www.japantakumi.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}