{"id":2061,"date":"2025-11-27T10:57:27","date_gmt":"2025-11-27T01:57:27","guid":{"rendered":"https:\/\/www.takaya.co.jp\/fa\/?page_id=2061"},"modified":"2025-12-04T15:02:06","modified_gmt":"2025-12-04T06:02:06","slug":"standard","status":"publish","type":"page","link":"https:\/\/www.takaya.co.jp\/fa\/standard\/","title":{"rendered":"APT-T400J\u3000-\u3000\u65b0\u3057\u3044\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u30e2\u30c7\u30eb\u8a95\u751f"},"content":{"rendered":"\n<style>\n    :root {\n      --brand: rgb(0, 153, 91);        \/* \u30bf\u30ab\u30e4\u306eWeb\u30ab\u30e9\u30fc\u306b\u8fd1\u3044\u30d6\u30eb\u30fc\u7cfb\u60f3\u5b9a *\/\n      --brand-dark: rgb(0, 153, 91);\n      --bg: #0d1b2a;\n      --text: #1f2937;\n      --muted: #667085;\n      --card: #ffffff;\n      --accent: #22c55e;       \/* \u6210\u529f\/\u30c1\u30a7\u30c3\u30af\u7528\u306e\u30a2\u30af\u30bb\u30f3\u30c8 *\/\n    }\n    \n    body {\n      margin: 0;\n      color: var(--text);\n      background: #f6f7f9;\n    }\n    a {  text-decoration: none; }\n    a:visited { color:#fff}\n\n    .lp-wrapper {\n        width: calc(100% \/ (1 - 0.1)); \n        margin-top: 10px;\n        margin-left: calc(-5% \/ (1 - 0.1)); \n        margin-right: calc(-5% \/ (1 - 0.1));\n    }\n\n    \/* \u30d2\u30fc\u30ed\u30fc: \u30b0\u30e9\u30c7\uff0b\u62bd\u8c61\u30d1\u30bf\u30fc\u30f3\uff08CSS\u306e\u307f\uff09 *\/\n    .hero-outer {\n      position: relative;\n      min-height: 64vh;\n      display: grid;\n      place-items: center;\n      padding: 64px 20px;\n      color: #fff;\n      background:\n        radial-gradient(1200px 400px at 80% 20%, rgba(34,197,94,0.25), transparent 50%),\n        radial-gradient(900px 500px at 10% 90%, rgba(16,185,129,0.25), transparent 50%),\n        linear-gradient(120deg, #0a1f0f 0%, #0d2818 50%, #14332a 100%);\n      overflow: hidden;\n    }\n    \/* \u64ec\u4f3c\u8981\u7d20\u3067\u30b9\u30d4\u30fc\u30c9\u30e9\u30a4\u30f3 *\/\n    .hero::before, .hero::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(115deg, rgba(255,255,255,0.06) 0 10%, transparent 10% 100%),\n        linear-gradient(155deg, rgba(255,255,255,0.04) 0 12%, transparent 12% 100%),\n        linear-gradient(95deg, rgba(255,255,255,0.03) 0 8%, transparent 8% 100%);\n      mix-blend-mode: screen;\n      transform: translate3d(0,0,0);\n    }\n    .hero-inner {\n      max-width: 1100px;\n      width: 100%;\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 32px;\n      align-items: center;\n    }\n    .hero-copy h1 {\n      font-size: clamp(28px, 5vw, 48px);\n      margin: 0 0 35px;\n      letter-spacing: 0.02em;\n    }\n    \/* .hero-copy h2 {\n      font-size: clamp(18px, 2.8vw, 26px);\n      margin: 0 0 16px;\n      font-weight: 600;\n      color: #7bdcb5;\n    } *\/\n    .hero-copy p { color: #e6eefc; margin: 0 0 24px; }\n\n    .hero-copy .cta,\n    .feature-section .cta,\n    .cta-section .cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 14px 22px;\n      background: var(--brand);\n      color: #fff;\n      border-radius: 8px;\n      font-weight: 600;\n      box-shadow: 0 6px 14px rgba(0,120,215,0.35);\n    }\n\n    .hero-copy .cta:hover, .feature-section .cta:hover, .cta-section .cta:hover\n     { background: var(--brand-dark); }\n\n    \/* \u30d2\u30fc\u30ed\u30fc\u53f3\u5074\uff1a\u7591\u4f3c\u88c5\u7f6e\u30d3\u30b8\u30e5\u30a2\u30eb\uff08\u67a0\uff0b\u30e9\u30d9\u30eb\uff09 *\/\n    .hero-visual {\n      backdrop-filter: blur(6px);\n      border-radius: 16px;\n      min-height: 280px;\n      display: flex;\n    }\n    .hero-visual .device {\n      display: grid;\n      place-items: center;\n      color: #cfe2ff;\n      font-weight: 600;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-visual .device img {\n        width: 100%;\n    }\n\n    \/* \u30b3\u30f3\u30c6\u30ca\u5171\u901a *\/\n    .container { max-width: 1100px; margin: 0 auto; padding: 54px 20px; }\n    .section-title { font-size: 26px; text-align: center; margin-bottom: 18px; }\n    .section-desc { text-align: center; color: var(--muted); margin-bottom: 32px; }\n\n    \/* \u8ab2\u984c\u63d0\u8d77\uff1a\u30ab\u30fc\u30c93\u5217 *\/\n    .problems {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n    .card {\n      background: var(--card);\n      border: 1px solid #e5e7eb;\n      border-radius: 12px;\n      padding: 20px;\n      box-shadow: 0 8px 16px rgba(16,24,40,0.06);\n    }\n    .card .icon { width: 44px; height: 44px; margin-bottom: 8px; }\n    .card h4 { margin: 8px 0 4px; font-size: 18px; }\n    .card p { margin: 0; color: var(--muted); }\n\n    \/* \u7279\u9577\uff1a4\u679a\u30b0\u30ea\u30c3\u30c9 *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n    .feature .thumb img {\n      width: 100%;\n      height: 120px;\n      object-fit: cover;\n      border-radius: 10px;\n      background: linear-gradient(135deg, #edf2ff, #e8f7ff);\n      border: 1px solid #e5e7eb;\n      display: grid; place-items: center;\n      color: #4b5563; font-weight: 600;\n    }\n\n    .feature-section .feature_link {\n      position: relative;\n      color: var(--text);\n    }\n\n    .feature-section .feature_link::after {\n      content: \"\";\n      display: inline-block;\n      width: 5px;\n      height: 5px;\n      border-top: 2px solid rgb(0, 153, 91);\n      border-right: 2px solid rgb(0, 153, 91);\n      transform: rotate(45deg);\n      margin-left: 8px;\n      vertical-align: middle;\n    }\n\n    \/* CTA\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n    .cta-section { text-align: center; }\n\n    @media (min-width: 429px) {\n        .lp-wrapper {\n            width: calc(100% \/ (1 - 0.16)); \n            margin-left: calc(-8% \/ (1 - 0.16)); \n            margin-right: calc(-8% \/ (1 - 0.16));\n        }\n    }\n\n    @media (min-width: 1367px) {\n        .lp-wrapper {\n            width: calc(100% \/ (1 - 0.3)); \n            margin-left: calc(-15% \/ (1 - 0.3)); \n            margin-right: calc(-15% \/ (1 - 0.3));\n        }\n    }\n\n    \/* \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6 *\/\n    @media (max-width: 900px) {\n      .hero-inner { grid-template-columns: 1fr; }\n      .problems { grid-template-columns: 1fr; }\n      .features { grid-template-columns: 1fr 1fr; }\n    }\n  <\/style>\n<div class=\"lp-wrapper\">\n  <!-- HERO -->\n  <section class=\"hero\" aria-label=\"\u30d2\u30fc\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3\">\n    <div class=\"hero-outer\" style=\"box-sizing: border-box;\">\n        <div class=\"hero-inner\">\n            <div class=\"hero-copy\">\n                <h1>\u691c\u67fb\u306e\u5e38\u8b58\u3092\u3001\u5909\u3048\u308b\u3002<\/h1>\n                <p style=\"line-height: 2.2em;\">APT-T400J\u306f\u3001\u3053\u308c\u307e\u3067\u306e\u30d5\u30e9\u30a4\u30f3\u30b0\u30d7\u30ed\u30fc\u30d6\u30c6\u30b9\u30bf\u306e\u5e38\u8b58\u3092\u8986\u3059\u300c\u4f7f\u3044\u3084\u3059\u3055\u300d\u3068\u300c\u9ad8\u6027\u80fd\u300d\u3092\u4e21\u7acb\u3057\u305f\u65b0\u3057\u3044\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u30e2\u30c7\u30eb\u3067\u3059\u3002<br>\u521d\u3081\u3066\u306e\u5c0e\u5165\u3067\u3082\u5b89\u5fc3\u3057\u3066\u4f7f\u3048\u308b\u64cd\u4f5c\u6027\u3068\u4fdd\u5b88\u6027\u3001\u305d\u3057\u3066\u59a5\u5354\u306e\u306a\u3044\u691c\u67fb\u7cbe\u5ea6\u3092\u517c\u306d\u5099\u3048\u3001\u591a\u54c1\u7a2e\u5c11\u91cf\u751f\u7523\u3084\u8a66\u4f5c\u6bb5\u968e\u3067\u306e\u54c1\u8cea\u78ba\u4fdd\u306b\u6700\u9069\u306a\u4e00\u53f0\u3067\u3059\u3002<\/p>\n                <a class=\"cta\" href=\"\/fa\/pre-input\/\" aria-label=\"\u88fd\u54c1\u30ab\u30bf\u30ed\u30b0\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\uff08PDF\uff09\">\u88fd\u54c1\u30ab\u30bf\u30ed\u30b0\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\uff08PDF\uff09<\/a>\n            <\/div>\n            <div class=\"hero-visual\" role=\"img\" aria-label=\"\u88c5\u7f6e\u30a4\u30e1\u30fc\u30b8\u306e\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0\u30fc\">\n                <div class=\"device\"><img decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/top\/T400J_J_right_shortheight.webp\" alt=\"APT-T400J\u30a4\u30e1\u30fc\u30b8\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n <\/section>\n\n  <!-- PROBLEMS -->\n  <section class=\"container\" aria-labelledby=\"problems-title\">\n    <h3 id=\"problems-title\" class=\"section-title\">\u3053\u3093\u306a\u60a9\u307f\u3001\u3042\u308a\u307e\u305b\u3093\u304b\uff1f<\/h3>\n    <p class=\"section-desc\">\u30d7\u30ea\u30f3\u30c8\u57fa\u677f\u691c\u67fb\u306e\u300c\u56f0\u3063\u305f\u300d\u3092\u3001APT-T400J\u304c\u89e3\u6c7a\u3057\u307e\u3059\u3002<\/p>\n    <div class=\"problems\">\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u6bb5\u53d6\u308a\u66ff\u3048\u975e\u52b9\u7387.png\" alt=\"\u6bb5\u53d6\u308a\u66ff\u3048\u975e\u52b9\u7387\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u6bb5\u53d6\u308a\u66ff\u3048\u975e\u52b9\u7387<\/h4>\n        <p>\u691c\u67fb\u6cbb\u5177\u88fd\u4f5c\u306b\u30b3\u30b9\u30c8\u3068\u6642\u9593\u304c\u304b\u304b\u308b<\/p>\n      <\/div>\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u30dc\u30c8\u30eb\u30cd\u30c3\u30af.png\" alt=\"\u30dc\u30c8\u30eb\u30cd\u30c3\u30af\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u30dc\u30c8\u30eb\u30cd\u30c3\u30af<\/h4>\n        <p>\u591a\u54c1\u7a2e\u5c11\u91cf\u751f\u7523\u3067\u691c\u67fb\u304c\u6ede\u308b<\/p>\n      <\/div>\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u691c\u67fb\u54c1\u8cea\u3070\u3089\u3064\u304d.png\" alt=\"\u691c\u67fb\u54c1\u8cea\u3070\u3089\u3064\u304d\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u691c\u67fb\u54c1\u8cea\u3070\u3089\u3064\u304d<\/h4>\n        <p>\u76ee\u8996\u306a\u3069\u5c5e\u4eba\u5316\u3057\u304c\u3061<\/p>\n      <\/div>\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u521d\u3081\u3066\u306e\u5c0e\u5165.png\" alt=\"\u521d\u3081\u3066\u306e\u5c0e\u5165\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u521d\u3081\u3066\u306e\u5c0e\u5165<\/h4>\n        <p>\u64cd\u4f5c\u3084\u4fdd\u5b88\u306b\u4e0d\u5b89\u304c\u3042\u308b<\/p>\n      <\/div>\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u8a66\u4f5c\u54c1\u691c\u67fb.png\" alt=\"\u8a66\u4f5c\u54c1\u691c\u67fb\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u8a66\u4f5c\u54c1\u691c\u67fb<\/h4>\n        <p>\u4e0d\u826f\u767a\u898b\u304c\u9045\u308c\u3001\u624b\u623b\u308a\u304c\u767a\u751f<\/p>\n      <\/div>\n      <div class=\"card\">\n        <img loading=\"lazy\" decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u30c8\u30ec\u30fc\u30b5\u30d3\u30ea\u30c6\u30a3.png\" alt=\"\u30c8\u30ec\u30fc\u30b5\u30d3\u30ea\u30c6\u30a3\u30a4\u30e1\u30fc\u30b8\" width=\"108\" height=\"108\">\n        <h4>\u30c8\u30ec\u30fc\u30b5\u30d3\u30ea\u30c6\u30a3<\/h4>\n        <p>\u691c\u67fb\u7d50\u679c\u306e\u8a18\u9332\u30fb\u7ba1\u7406\u304c\u7169\u96d1<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURES -->\n  <section class=\"container feature-section\" aria-labelledby=\"features-title\" style=\"box-sizing: border-box;\">\n    <h3 id=\"features-title\" class=\"section-title\">APT-T400J\u306e\u7279\u9577<\/h3>\n    <div class=\"features\">\n      <div class=\"card feature\">\n        <div class=\"thumb\" role=\"img\" aria-label=\"\u72ec\u81ea\u306e4\u30d8\u30c3\u30c9\u30fb6\u30d5\u30e9\u30a4\u30f3\u30b0\u30d7\u30ed\u30fc\u30d6\u69cb\u6210\u306e\u30a4\u30e1\u30fc\u30b8\"><img decoding=\"async\" src=\"\/fa\/wp-content\/uploads\/2024\/11\/6-probe.png\" alt=\"\u72ec\u81ea\u306e4\u30d8\u30c3\u30c9\u30fb6\u30d5\u30e9\u30a4\u30f3\u30b0\u30d7\u30ed\u30fc\u30d6\u69cb\u6210\"><\/div>\n        <h4><a class=\"feature_link\" href=\"\/fa\/products\/6-probe\/\">\u72ec\u81ea\u306e4\u30d8\u30c3\u30c9\u30fb6\u30d5\u30e9\u30a4\u30f3\u30b0\u30d7\u30ed\u30fc\u30d6\u69cb\u6210<\/a><\/h4>\n        <p>\u50be\u659c4\u672c\uff0b\u5782\u76f42\u672c\u306e\u30d7\u30ed\u30fc\u30d6\u306b\u3088\u308a\u3001\u9ad8\u5bc6\u5ea6\u90e8\u54c1\u9593\u3084\u4e0a\u5411\u304d\u30b3\u30cd\u30af\u30bf\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6027\u3092\u5411\u4e0a\u3055\u305b\u3001\u8907\u96d1\u306a\u57fa\u677f\u69cb\u9020\u306b\u3082\u67d4\u8edf\u306b\u5bfe\u5fdc<\/p>\n      <\/div>\n      <div class=\"card feature\">\n        <div class=\"thumb\" role=\"img\" aria-label=\"\u9ad8\u7cbe\u5ea6DC\/AC\u6e2c\u5b9a\u306e\u30a4\u30e1\u30fc\u30b8\"><img decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u9ad8\u7cbe\u5ea6\u30d7\u30ed\u30fc\u30d3\u30f3\u30b0\u5236\u5fa1.jpg\" alt=\"\u9ad8\u7cbe\u5ea6DC\/AC\u6e2c\u5b9a\"><\/div>\n        <h4>\u9ad8\u7cbe\u5ea6\u30d7\u30ed\u30fc\u30d3\u30f3\u30b0\u5236\u5fa1 <\/h4>\n        <p>19\u6bb5\u968e\u306e\u964d\u4e0b\u30b9\u30d4\u30fc\u30c9\u5236\u5fa1\u3067\u3001\u57fa\u677f\u306e\u72b6\u614b\u306b\u5fdc\u3058\u305f\u6700\u9069\u306a\u63a5\u89e6\u3092\u5b9f\u73fe<\/p>\n      <\/div>\n      <div class=\"card feature\">\n        <div class=\"thumb\" role=\"img\" aria-label=\"\u6cbb\u5177\u30ec\u30b9\u5bfe\u5fdc\u306e\u30a4\u30e1\u30fc\u30b8\"><img decoding=\"async\" src=\"\/fa\/wp-content\/themes\/takaya_fa\/img\/T400J-LP\/\u5206\u5272\u30af\u30e9\u30f3\u30d7\u6a5f\u69cb.png\" alt=\"\u6cbb\u5177\u30ec\u30b9\u5bfe\u5fdc\"><\/div>\n        <h4>\u6cbb\u5177\u30ec\u30b9\u5bfe\u5fdc\u306e\u5206\u5272\u5f0f\u30af\u30e9\u30f3\u30d7\u6a5f\u69cb<\/h4>\n        <p>\u7279\u6b8a\u5f62\u72b6\u57fa\u677f\u306b\u3082\u5bfe\u5fdc\u3057\u3001\u6bb5\u53d6\u308a\u6642\u9593\u3092\u77ed\u7e2e<\/p>\n      <\/div>\n      <div class=\"card feature\">\n        <div class=\"thumb\" role=\"img\" aria-label=\"IC\u30aa\u30fc\u30d7\u30f3\u30c6\u30b9\u30c8\u30b7\u30b9\u30c6\u30e0\u6a19\u6e96\u642d\u8f09\u306e\u30a4\u30e1\u30fc\u30b8\"><img decoding=\"async\" src=\"\/fa\/wp-content\/uploads\/2022\/12\/IC-open.jpg\" alt=\"IC\u30aa\u30fc\u30d7\u30f3\u30c6\u30b9\u30c8\u30b7\u30b9\u30c6\u30e0\u6a19\u6e96\u642d\u8f09\"><\/div>\n        <h4><a class=\"feature_link\" href=\"\/fa\/products\/ic-open\/\">IC\u30aa\u30fc\u30d7\u30f3\u30c6\u30b9\u30c8\u30b7\u30b9\u30c6\u30e0\u6a19\u6e96\u642d\u8f09<\/a><\/h4>\n        <p>IC\u5185\u90e8\u304b\u3089\u306e\u5fae\u5c0f\u4fe1\u53f7\u3092\u691c\u51fa\u3057\u3001\u30ea\u30fc\u30c9\u6d6e\u304d\u3084BGA\u672a\u63a5\u5408\u4e0d\u826f\u3092\u691c\u51fa<\/p>\n      <\/div>\n    <\/div>\n    <div style=\"text-align:center; margin-top: 12px;\">\n      <a class=\"cta\" href=\"\/fa\/products\/apt-t400j\/\" aria-label=\"\u30b9\u30da\u30c3\u30af\u3092\u898b\u308b\">\u30b9\u30da\u30c3\u30af\u3092\u898b\u308b<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"container cta-section\" aria-labelledby=\"cta-title\">\n    <h3 id=\"cta-title\" class=\"section-title\">APT-T400J \u6280\u8853\u30ab\u30bf\u30ed\u30b0\u306e\u3054\u6848\u5185<\/h3>\n    <p class=\"section-desc\">\u88fd\u54c1\u4ed5\u69d8\u30fb\u691c\u67fb\u80fd\u529b\u306a\u3069\u3001\u6280\u8853\u8005\u306e\u7686\u69d8\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u7db2\u7f85\u3057\u305f\u30ab\u30bf\u30ed\u30b0\u3092\u3054\u7528\u610f\u3057\u3066\u3044\u307e\u3059\u3002<br>\u5c0e\u5165\u691c\u8a0e\u3084\u6bd4\u8f03\u8cc7\u6599\u3068\u3057\u3066\u305c\u3072\u3054\u6d3b\u7528\u304f\u3060\u3055\u3044\u3002<\/p>\n    <a class=\"cta\" href=\"\/fa\/pre-input\/\" aria-label=\"\u88fd\u54c1\u30ab\u30bf\u30ed\u30b0\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\uff08PDF\uff09\">\u88fd\u54c1\u30ab\u30bf\u30ed\u30b0\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\uff08PDF\uff09<\/a>\n  <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u691c\u67fb\u306e\u5e38\u8b58\u3092\u3001\u5909\u3048\u308b\u3002 APT-T400J\u306f\u3001\u3053\u308c\u307e\u3067\u306e\u30d5\u30e9\u30a4\u30f3\u30b0\u30d7\u30ed\u30fc\u30d6\u30c6\u30b9\u30bf\u306e\u5e38\u8b58\u3092\u8986\u3059\u300c\u4f7f\u3044\u3084\u3059\u3055\u300d\u3068\u300c\u9ad8\u6027\u80fd\u300d\u3092\u4e21\u7acb\u3057\u305f\u65b0\u3057\u3044\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u30e2\u30c7\u30eb\u3067\u3059\u3002\u521d\u3081\u3066\u306e\u5c0e\u5165\u3067\u3082\u5b89\u5fc3\u3057\u3066\u4f7f\u3048\u308b\u64cd\u4f5c\u6027\u3068\u4fdd\u5b88\u6027\u3001\u305d\u3057\u3066\u59a5\u5354\u306e\u306a\u3044 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"class_list":["post-2061","page","type-page","status-publish","hentry","wpautop"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/pages\/2061","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/comments?post=2061"}],"version-history":[{"count":2,"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/pages\/2061\/revisions"}],"predecessor-version":[{"id":2114,"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/pages\/2061\/revisions\/2114"}],"wp:attachment":[{"href":"https:\/\/www.takaya.co.jp\/fa\/wp-json\/wp\/v2\/media?parent=2061"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}