{"id":30,"date":"2026-07-04T15:14:12","date_gmt":"2026-07-04T06:14:12","guid":{"rendered":"https:\/\/traceebetsu.com\/?page_id=30"},"modified":"2026-07-07T11:28:50","modified_gmt":"2026-07-07T02:28:50","slug":"company","status":"publish","type":"page","link":"https:\/\/traceebetsu.com\/?page_id=30","title":{"rendered":"Company"},"content":{"rendered":"\n<header class=\"trace-header\" id=\"traceHeader\">\n  <div class=\"trace-header-container\">\n    <!-- \u5de6\u5074\uff1a\u30ed\u30b4\uff08\u30af\u30ea\u30c3\u30af\u3067TOP\u30da\u30fc\u30b8\u3078\u9077\u79fb\uff09 -->\n    <div class=\"trace-header-logo\">\n      <a href=\"https:\/\/traceebetsu.com\/\" class=\"trace-logo-link\">TRACE<\/a>\n    <\/div>\n\n    <!-- \u4e2d\u592e\uff1a\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\uff08PC\u8868\u793a\u7528\uff09 -->\n    <nav class=\"trace-header-nav\">\n      <a href=\"https:\/\/traceebetsu.com\/\" class=\"trace-nav-link\">TOP<\/a>\n      <a href=\"https:\/\/traceebetsu.com\/?page_id=28\" class=\"trace-nav-link\">Service<\/a>\n      <a href=\"https:\/\/traceebetsu.com\/?page_id=30\" class=\"trace-nav-link\">Company<\/a>\n    <\/nav>\n\n    <!-- \u53f3\u5074\uff1a\u30b3\u30f3\u30bf\u30af\u30c8\u30dc\u30bf\u30f3\uff08PC\u8868\u793a\u7528\uff09 -->\n    <div class=\"trace-header-action\">\n      <a href=\"https:\/\/traceebetsu.com\/?page_id=52\" class=\"trace-contact-btn\">CONTACT<\/a>\n    <\/div>\n\n    <!-- \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30e1\u30cb\u30e5\u30fc\u30a2\u30a4\u30b3\u30f3\uff08\u30b9\u30de\u30db\u8868\u793a\u7528\uff09 -->\n    <button class=\"trace-burger-btn\" id=\"burgerBtn\" aria-label=\"\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f\">\n      <span class=\"burger-line\"><\/span>\n      <span class=\"burger-line\"><\/span>\n      <span class=\"burger-line\"><\/span>\n    <\/button>\n  <\/div>\n<\/header>\n\n<!-- \u30e2\u30d0\u30a4\u30eb\u7528\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u30aa\u30fc\u30d0\u30fc\u30ec\u30a4\u30e1\u30cb\u30e5\u30fc -->\n<div class=\"trace-mobile-menu\" id=\"mobileMenu\">\n  <nav class=\"trace-mobile-nav\">\n    <a href=\"https:\/\/traceebetsu.com\/\" class=\"trace-mobile-link\">TOP<\/a>\n    <a href=\"https:\/\/traceebetsu.com\/?page_id=28\" class=\"trace-mobile-link\">Service<\/a>\n    <a href=\"https:\/\/traceebetsu.com\/?page_id=30\" class=\"trace-mobile-link\">Company<\/a>\n    <a href=\"https:\/\/traceebetsu.com\/?page_id=52\" class=\"trace-mobile-btn\">CONTACT<\/a>\n  <\/nav>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const header = document.getElementById('traceHeader');\n  const burgerBtn = document.getElementById('burgerBtn');\n  const mobileMenu = document.getElementById('mobileMenu');\n  const mobileLinks = document.querySelectorAll('.trace-mobile-link, .trace-mobile-btn');\n\n  \/\/ 1. \u30b9\u30af\u30ed\u30fc\u30eb\u9023\u52d5\u80cc\u666f\u5207\u308a\u66ff\u3048\uff08\u900f\u660e \u21d4 \u30b0\u30e9\u30b9\u30e2\u30fc\u30d5\u30a3\u30ba\u30e0\u534a\u900f\u660e\u9ed2\uff09\n  window.addEventListener('scroll', function() {\n    if (window.scrollY > 50) {\n      header.classList.add('scrolled');\n    } else {\n      header.classList.remove('scrolled');\n    }\n  });\n\n  \/\/ \u521d\u671f\u30ed\u30fc\u30c9\u6642\u306e\u30b9\u30af\u30ed\u30fc\u30eb\u91cf\u30c1\u30a7\u30c3\u30af\n  if (window.scrollY > 50) {\n    header.classList.add('scrolled');\n  }\n\n  \/\/ 2. \u30e2\u30d0\u30a4\u30eb\u30e1\u30cb\u30e5\u30fc\u958b\u9589\u30ed\u30b8\u30c3\u30af\n  burgerBtn.addEventListener('click', function() {\n    const isOpen = burgerBtn.classList.toggle('active');\n    mobileMenu.classList.toggle('active');\n    \n    \/\/ \u30e1\u30cb\u30e5\u30fc\u8868\u793a\u4e2d\u306f\u30b9\u30af\u30ed\u30fc\u30eb\u3092\u9632\u6b62\n    if (isOpen) {\n      document.body.style.overflow = 'hidden';\n    } else {\n      document.body.style.overflow = '';\n    }\n  });\n\n  \/\/ \u30e2\u30d0\u30a4\u30eb\u30e1\u30cb\u30e5\u30fc\u306e\u30ea\u30f3\u30af\u30af\u30ea\u30c3\u30af\u6642\u306b\u30e1\u30cb\u30e5\u30fc\u3092\u9589\u3058\u308b\n  mobileLinks.forEach(link => {\n    link.addEventListener('click', function() {\n      burgerBtn.classList.remove('active');\n      mobileMenu.classList.remove('active');\n      document.body.style.overflow = '';\n    });\n  });\n});\n<\/script>\n\n<style>\n\/* --- \u30d8\u30c3\u30c0\u30fc\u5171\u901a\u30b9\u30bf\u30a4\u30eb --- *\/\n.trace-header {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 80px; \/* \u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u9ad8\u3055 *\/\n  display: flex;\n  align-items: center;\n  background-color: transparent; \/* \u521d\u671f\u72b6\u614b\u306f\u900f\u660e *\/\n  box-sizing: border-box;\n  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n  z-index: 10001; \/* \u30e2\u30d0\u30a4\u30eb\u30e1\u30cb\u30e5\u30fc\u3088\u308a\u4e0a\u306b\u914d\u7f6e\u3057\u3066\u30af\u30ea\u30c3\u30af\u3092\u6709\u52b9\u306b\u3059\u308b *\/\n}\n\n\/* \u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306e\u30b9\u30bf\u30a4\u30eb\uff08\u534a\u900f\u660e\u9ed2 \uff0b \u30b0\u30e9\u30b9\u30e2\u30fc\u30d5\u30a3\u30ba\u30e0\uff09 *\/\n.trace-header.scrolled {\n  background-color: rgba(0, 0, 0, 0.7); \/* \u534a\u900f\u660e\u306e\u9ed2 *\/\n  backdrop-filter: blur(12px); \/* \u3059\u308a\u30ac\u30e9\u30b9\u52b9\u679c *\/\n  -webkit-backdrop-filter: blur(12px);\n  height: 70px; \/* \u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306f\u5c11\u3057\u9ad8\u3055\u3092\u8584\u304f\u3057\u3066\u30b9\u30de\u30fc\u30c8\u306b *\/\n  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);\n  border-bottom: 1px solid rgba(255, 255, 255, 0.08); \/* \u50c5\u304b\u306a\u5883\u754c\u7dda *\/\n}\n\n\/* \u30d8\u30c3\u30c0\u30fc\u30a4\u30f3\u30ca\u30fc\u30b3\u30f3\u30c6\u30ca *\/\n.trace-header-container {\n  max-width: 1300px;\n  width: 100%;\n  margin: 0 auto;\n  padding: 0 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  box-sizing: border-box;\n}\n\n\/* \u30ed\u30b4 *\/\n.trace-header-logo {\n  display: flex;\n  align-items: center;\n}\n\n.trace-logo-link {\n  font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Segoe UI\", sans-serif;\n  font-size: 1.6rem;\n  font-weight: 900;\n  color: #ffffff !important;\n  text-decoration: none !important;\n  letter-spacing: 0.08em;\n  line-height: 1;\n}\n\n\/* \u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\uff08PC\u7528\uff09 *\/\n.trace-header-nav {\n  display: flex;\n  gap: 36px;\n  align-items: center;\n}\n\n.trace-nav-link {\n  font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Segoe UI\", \"Noto Sans JP\", sans-serif;\n  font-size: 0.95rem;\n  font-weight: 600;\n  color: rgba(255, 255, 255, 0.85) !important;\n  text-decoration: none !important;\n  letter-spacing: 0.03em;\n  transition: color 0.3s ease;\n  position: relative;\n  padding: 6px 0;\n}\n\n\/* \u30db\u30d0\u30fc\u6642\u306e\u4e0b\u7dda\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3 *\/\n.trace-nav-link::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 100%;\n  height: 2px;\n  background-color: #deff9a; \/* \u30e9\u30a4\u30e0\u30b0\u30ea\u30fc\u30f3 *\/\n  transform: scaleX(0);\n  transform-origin: right;\n  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.trace-nav-link:hover {\n  color: #ffffff !important;\n}\n\n.trace-nav-link:hover::after {\n  transform: scaleX(1);\n  transform-origin: left;\n}\n\n\/* \u30b3\u30f3\u30bf\u30af\u30c8\u30dc\u30bf\u30f3\uff08PC\u7528\uff09 *\/\n.trace-header-action {\n  display: flex;\n  align-items: center;\n}\n\n.trace-contact-btn {\n  display: inline-block;\n  padding: 10px 24px;\n  background-color: #deff9a; \/* \u30e9\u30a4\u30e0\u30b0\u30ea\u30fc\u30f3 *\/\n  color: #0f172a !important; \/* \u9ed2\u6587\u5b57 *\/\n  font-size: 0.85rem;\n  font-weight: 700;\n  text-decoration: none !important;\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n  box-shadow: 0 4px 15px rgba(222, 255, 154, 0.1);\n}\n\n.trace-contact-btn:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 8px 20px rgba(222, 255, 154, 0.25);\n  background-color: #ffffff;\n  color: #0f172a !important;\n}\n\n\/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30e1\u30cb\u30e5\u30fc\u30dc\u30bf\u30f3\uff08\u30b9\u30de\u30db\u7528\uff09 *\/\n.trace-burger-btn {\n  display: none; \/* \u30c7\u30d5\u30a9\u30eb\u30c8\u975e\u8868\u793a *\/\n  flex-direction: column;\n  justify-content: space-between;\n  width: 26px;\n  height: 18px;\n  background: none;\n  border: none;\n  cursor: pointer;\n  padding: 0;\n  z-index: 10001; \/* \u30e2\u30d0\u30a4\u30eb\u30e1\u30cb\u30e5\u30fc\u3088\u308a\u4e0a\u306b\u914d\u7f6e *\/\n}\n\n.burger-line {\n  width: 100%;\n  height: 2px;\n  background-color: #ffffff;\n  transition: all 0.3s ease;\n  border-radius: 2px;\n}\n\n\/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30e1\u30cb\u30e5\u30fc\u306e\u30a2\u30af\u30c6\u30a3\u30d6\uff08\u30d0\u30c4\u5370\uff09\u5909\u5f62 *\/\n.trace-burger-btn.active .burger-line:nth-child(1) {\n  transform: translateY(8px) rotate(45deg);\n}\n\n.trace-burger-btn.active .burger-line:nth-child(2) {\n  opacity: 0;\n}\n\n.trace-burger-btn.active .burger-line:nth-child(3) {\n  transform: translateY(-8px) rotate(-45deg);\n}\n\n\/* --- \u30e2\u30d0\u30a4\u30eb\u7528\u30e1\u30cb\u30e5\u30fc\u30aa\u30fc\u30d0\u30fc\u30ec\u30a4 --- *\/\n.trace-mobile-menu {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100vw;\n  height: 100vh;\n  background-color: rgba(15, 23, 42, 0.98); \/* \u975e\u5e38\u306b\u6df1\u3044\u7d3a\/\u9ed2 *\/\n  z-index: 10000;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  opacity: 0;\n  pointer-events: none;\n  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.trace-mobile-menu.active {\n  opacity: 1;\n  pointer-events: auto;\n}\n\n.trace-mobile-nav {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 32px;\n  width: 100%;\n}\n\n.trace-mobile-link {\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans JP\", sans-serif;\n  font-size: 1.8rem;\n  font-weight: 700;\n  color: #ffffff !important;\n  text-decoration: none !important;\n  letter-spacing: 0.05em;\n  opacity: 0;\n  transform: translateY(20px);\n  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n\/* \u30e1\u30cb\u30e5\u30fc\u5c55\u958b\u6642\u306e\u6642\u9593\u5dee\u51fa\u73fe\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3 *\/\n.trace-mobile-menu.active .trace-mobile-link:nth-child(1) {\n  opacity: 1; transform: translateY(0); transition-delay: 0.1s;\n}\n.trace-mobile-menu.active .trace-mobile-link:nth-child(2) {\n  opacity: 1; transform: translateY(0); transition-delay: 0.2s;\n}\n.trace-mobile-menu.active .trace-mobile-link:nth-child(3) {\n  opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n}\n.trace-mobile-menu.active .trace-mobile-btn {\n  opacity: 1; transform: translateY(0); transition-delay: 0.4s;\n}\n\n.trace-mobile-btn {\n  display: inline-block;\n  padding: 14px 48px;\n  background-color: #deff9a;\n  color: #0f172a !important;\n  font-size: 1.1rem;\n  font-weight: 700;\n  text-decoration: none !important;\n  border-radius: 30px;\n  letter-spacing: 0.08em;\n  opacity: 0;\n  transform: translateY(20px);\n  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n  margin-top: 10px;\n}\n\n\/* --- \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u5bfe\u5fdc (768px\u4ee5\u4e0b) --- *\/\n@media (max-width: 768px) {\n  .trace-header {\n    height: 65px; \/* \u30b9\u30de\u30db\u3067\u306f\u30d8\u30c3\u30c0\u30fc\u9ad8\u3055\u3092\u5c11\u3057\u4f4e\u304f *\/\n  }\n  \n  .trace-header.scrolled {\n    height: 60px;\n  }\n  \n  .trace-header-nav,\n  .trace-header-action {\n    display: none; \/* \u30b9\u30de\u30db\u3067\u306f\u30ca\u30d3\u3068\u30a2\u30af\u30b7\u30e7\u30f3\u30dc\u30bf\u30f3\u3092\u975e\u8868\u793a *\/\n  }\n  \n  .trace-burger-btn {\n    display: flex; \/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30dc\u30bf\u30f3\u3092\u8868\u793a *\/\n  }\n}\n<\/style>\n\n\n\n<div class=\"trace-company-wrapper\">\n  \n  <!-- 1. \u4f1a\u793e\u6982\u8981\u30bb\u30af\u30b7\u30e7\u30f3 -->\n  <section class=\"trace-company-section\">\n    <div class=\"trace-section-header\">\n      <h2 class=\"trace-section-title\">Company Profile<\/h2>\n      <span class=\"trace-section-subtitle\">\u4f1a\u793e\u6982\u8981<\/span>\n    <\/div>\n\n    <table class=\"trace-profile-table\">\n      <tbody>\n        <tr>\n          <th>\u4f1a\u793e\u540d<\/th>\n          <td>\u5408\u540c\u4f1a\u793eTRACE<\/td>\n        <\/tr>\n        <tr>\n          <th>\u8a2d\u7acb<\/th>\n          <td>2021\u5e7411\u670822\u65e5\uff08\u5275\u696d 2019\u5e748\u67081\u65e5\uff09<\/td>\n        <\/tr>\n        <tr>\n          <th>\u6240\u5728\u5730<\/th>\n          <td>\u3012069-0813 \u5317\u6d77\u9053\u6c5f\u5225\u5e02\u91ce\u5e4c\u753a61-18 \u7b2c\uff13\u9ad8\u95a2\u30d3\u30eb \uff15\u968e<\/td>\n        <\/tr>\n        <tr>\n          <th>\u4ee3\u8868\u793e\u54e1<\/th>\n          <td>\u5929\u4e95 \u4e00\u6597 \/ \u5e73\u4e2d \u7406\u7396 \/ \u5fa1\u53a9 \u5353<\/td>\n        <\/tr>\n        <tr>\n          <th>\u696d\u52d9\u57f7\u884c\u793e\u54e1<\/th>\n          <td>\u7a32\u8449 \u7fd4\u99ac<\/td>\n        <\/tr>\n        <tr>\n          <th>\u4e8b\u696d\u5185\u5bb9<\/th>\n          <td>\n            <ul class=\"trace-table-list\">\n              <li>\u98f2\u98df\u4e8b\u696d<\/li>\n              <li>\u53e4\u7269\u5546\u4e8b\u696d\uff08\u8cb7\u53d6\u5c02\u9580\u304b\u3044\u3068\u308b\u3069\u3046 \/ \u696d\u8005\u5411\u3051\u30d5\u30ea\u30de\u51fa\u54c1\u4ee3\u884c\u30c6\u30d0\u30ca\u30b9\uff09<\/li>\n              <li>\u8acb\u8ca0\u4e8b\u696d\uff08\u8efd\u4f5c\u696d\u30fb\u8efd\u914d\u9001\u30fb\u8377\u63da\u3052\u30fb\u642c\u51fa\u642c\u5165\u306a\u3069\uff09<\/li>\n              <li>\u9664\u96ea\u4e8b\u696d<\/li>\n              <li>\u30c7\u30b6\u30a4\u30f3\u4e8b\u696d\uff08\u30ed\u30b4\u30fb\u540d\u523a\u30fb\u30c1\u30e9\u30b7\u30fbHP\u5236\u4f5c\u7b49\uff09<\/li>\n              <li>DX\u30fbIT\u30fbAI\u5c0e\u5165\u652f\u63f4\uff08\u30c7\u30b8\u30bf\u30eb\u5316\u306b\u3088\u308b\u696d\u52d9\u52b9\u7387\u5316\uff09<\/li>\n              <li>\u30ec\u30b6\u30fc\u30ea\u30da\u30a2\u4e8b\u696d<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <th>\u8a31\u53ef\u7b49<\/th>\n          <td>\n            <ul class=\"trace-table-list\">\n              <li>\u3010\u98df\u54c1\u885b\u751f\u6cd5\u8a31\u53ef\u3011\u77f3\u4fdd\u751f \u7b2c7-39\u53f7\u6307\u4ee4<\/li>\n              <li>\u3010\u53e4\u7269\u5546\u8a31\u53ef\u3011\u5317\u6d77\u9053\u516c\u5b89\u59d4\u54e1\u4f1a \u7b2c101050000802\u53f7<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <th>\u53d6\u5f15\u9280\u884c<\/th>\n          <td>\u5317\u6d0b\u9280\u884c \/ \u5317\u9580\u4fe1\u7528\u91d1\u5eab \/ GMO\u3042\u304a\u305e\u3089\u30cd\u30c3\u30c8\u9280\u884c<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/section>\n\n  <!-- 2. \u6cbf\u9769\u30bb\u30af\u30b7\u30e7\u30f3\uff08\u80cc\u666f\u3092\u5c11\u3057\u6697\u304f\u3057\u3066\u8996\u8a8d\u6027\u3092\u5411\u4e0a\uff09 -->\n  <section class=\"trace-company-section trace-history-section\">\n    <div class=\"trace-section-header\">\n      <h2 class=\"trace-section-title\">History<\/h2>\n      <span class=\"trace-section-subtitle\">\u6cbf\u9769<\/span>\n    <\/div>\n\n    <div class=\"trace-history-timeline\">\n      \n      <!-- 2019\u5e748\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2019\u5e748\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u98f2\u98df\u4e8b\u696d\u958b\u59cb<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u5f53\u6642\u3001\u5730\u57df\u6700\u5e74\u5c11\u306b\u3066\u6c5f\u5225\u5e02\u91ce\u5e4c\u753a\u306b\u3066\u300ccafe&#038;bar TRACE\u300d\u3092\u958b\u696d<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2020\u5e741\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2020\u5e741\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u9664\u96ea\u4e8b\u696d\u958b\u59cb<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u5730\u57df\u8ca2\u732e\u3082\u517c\u306d\u3001\u5730\u57df\u6700\u5b89\u5024\u3092\u76ee\u6307\u3057\u3001\u5c4b\u6839\u306e\u96ea\u304a\u308d\u3057\u3084\u96ea\u5e87\u9664\u53bb\u3092\u4e2d\u5fc3\u306b\u9664\u96ea\u4e8b\u696d\u3092\u958b\u59cb<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2021\u5e743\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2021\u5e743\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u53e4\u7269\u5546\u4e8b\u696d\u958b\u59cb<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u6c5f\u5225\u5e02\u4e0a\u6c5f\u5225\u306b\u300c\u8cb7\u53d6\u5c02\u9580 \u304b\u3044\u3068\u308b\u3069\u3046\u4e0a\u6c5f\u5225\u30de\u30eb\u30b7\u30a7\u5e97\u300d\u3092\u30aa\u30fc\u30d7\u30f3<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2022\u5e748\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2022\u5e748\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u5e97\u8217\u62e1\u5927\u30fb\u8acb\u8ca0\u4e8b\u696d\u958b\u59cb<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u6c5f\u5225\u5e02\u5927\u9ebb\u306b\u300c\u8cb7\u53d6\u5c02\u9580\u304b\u3044\u3068\u308b\u3069\u3046\u5927\u9ebb\u6771\u753a\u5e97\u300d\u3092\u30aa\u30fc\u30d7\u30f3\u3002\u540c\u5e74\u540c\u6708\u3001\u8acb\u8ca0\u4e8b\u696d\u3092\u958b\u59cb\u3002<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2023\u5e7411\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2023\u5e7411\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u30ec\u30b6\u30fc\u30ea\u30da\u30a2\u4e8b\u696d\u958b\u59cb<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u65b0\u305f\u306b\u30ec\u30b6\u30fc\u30ea\u30da\u30a2\u4e8b\u696d\u3092\u30b9\u30bf\u30fc\u30c8<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2024\u5e7411\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2024\u5e7411\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u9664\u96ea\u4e8b\u696d \u672c\u683c\u5c55\u958b<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u672c\u683c\u7684\u306b\u91cd\u6a5f\u3092\u4f7f\u7528\u3057\u305f\u9593\u53e3\u958b\u3051\u306e\u9664\u96ea\u4e8b\u696d\u3092\u958b\u59cb\u3057\u3001\u4f53\u5236\u3092\u5f37\u5316<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2024\u5e7412\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2024\u5e7412\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u65b0\u5e97\u8217\u30aa\u30fc\u30d7\u30f3<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u6c5f\u5225\u5e02\u4e0a\u6c5f\u5225\u306b\u300c\u30ec\u30b6\u30fc\u30ea\u30da\u30a2\u30b7\u30e7\u30c3\u30d7\u6c5f\u5225\u300d\u3092\u30aa\u30fc\u30d7\u30f3<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 2025\u5e7411\u6708 -->\n      <div class=\"trace-timeline-item\">\n        <div class=\"trace-timeline-marker\"><\/div>\n        <div class=\"trace-timeline-content\">\n          <h3 class=\"trace-timeline-date\">\n            <span class=\"trace-date-text\">2025\u5e7411\u6708<\/span>\n            <span class=\"trace-timeline-badge\">\u65b0\u30b5\u30fc\u30d3\u30b9\u30ed\u30fc\u30f3\u30c1<\/span>\n          <\/h3>\n          <p class=\"trace-timeline-desc\">\u696d\u8005\u5411\u3051\u30d5\u30ea\u30de\u51fa\u54c1\u4ee3\u884c\u30b5\u30fc\u30d3\u30b9\u300c\u30c6\u30d0\u30ca\u30b9\u300d\u3092\u30ed\u30fc\u30f3\u30c1<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<style>\n\/* --- \u5168\u4f53\u30ec\u30a4\u30a2\u30a6\u30c8 --- *\/\n.trace-company-wrapper {\n  max-width: 960px; \/* \u8aad\u307f\u3084\u3059\u3055\u3092\u78ba\u4fdd\u3059\u308b\u6700\u9069\u306a\u5e45 *\/\n  margin: 0 auto;\n  padding: 60px 24px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans JP\", sans-serif;\n  color: #334155;\n  box-sizing: border-box;\n}\n\n.trace-company-section {\n  margin-bottom: 80px;\n}\n\n.trace-company-section:last-child {\n  margin-bottom: 0;\n}\n\n\/* \u30bb\u30af\u30b7\u30e7\u30f3\u898b\u51fa\u3057 *\/\n.trace-section-header {\n  margin-bottom: 32px;\n  border-bottom: 2px solid #f1f5f9;\n  padding-bottom: 12px;\n}\n\n.trace-section-title {\n  font-size: 1.8rem;\n  font-weight: 800;\n  color: #0f172a;\n  margin: 0 0 4px 0;\n  letter-spacing: -0.01em;\n}\n\n.trace-section-subtitle {\n  font-size: 0.85rem;\n  font-weight: 600;\n  color: #64748b;\n  letter-spacing: 0.15em;\n  display: block;\n}\n\n\/* --- 1. \u4f1a\u793e\u6982\u8981\u30c6\u30fc\u30d6\u30eb --- *\/\n.trace-profile-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 16px;\n  background-color: #ffffff;\n}\n\n.trace-profile-table tr {\n  border-bottom: 1px solid #f1f5f9; \/* \u7d30\u304f\u3066\u8584\u3044\u5883\u754c\u7dda *\/\n}\n\n.trace-profile-table tr:last-child {\n  border-bottom: none;\n}\n\n.trace-profile-table th {\n  width: 250px;\n  padding: 20px 24px;\n  background-color: #f8fafc; \/* \u8584\u3044\u30b0\u30ec\u30fc\u306e\u80cc\u666f *\/\n  color: #0f172a;\n  font-weight: 700;\n  text-align: left;\n  vertical-align: top;\n  font-size: 0.95rem;\n}\n\n.trace-profile-table td {\n  padding: 20px 24px;\n  line-height: 1.7;\n  font-size: 0.95rem;\n  color: #475569;\n}\n\n.trace-table-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.trace-table-list li {\n  margin-bottom: 8px;\n  position: relative;\n}\n\n.trace-table-list li:last-child {\n  margin-bottom: 0;\n}\n\n\/* --- 2. \u6cbf\u9769\u30bb\u30af\u30b7\u30e7\u30f3 --- *\/\n.trace-history-section {\n  background-color: #f8fafc; \/* \u30bb\u30af\u30b7\u30e7\u30f3\u5168\u4f53\u306e\u80cc\u666f\u3092\u5c11\u3057\u6697\u304f\u3057\u3066\u8996\u8a8d\u6027\u30a2\u30c3\u30d7 *\/\n  padding: 48px 40px;\n  border-radius: 16px;\n  border: 1px solid #f1f5f9;\n}\n\n.trace-history-timeline {\n  position: relative;\n  padding-left: 36px;\n  margin-top: 24px;\n}\n\n\/* \u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306e\u7e26\u7dda\uff08\u8996\u8a8d\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u6fc3\u3044\u8272\u306b\u4fee\u6b63\uff09 *\/\n.trace-history-timeline::before {\n  content: \"\";\n  position: absolute;\n  left: 6px;\n  top: 12px;\n  bottom: 12px;\n  width: 2px;\n  background-color: #cbd5e1;\n}\n\n.trace-timeline-item {\n  position: relative;\n  margin-bottom: 32px;\n}\n\n.trace-timeline-item:last-child {\n  margin-bottom: 0;\n}\n\n\/* \u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306e\u4e38\u3044\u30c9\u30c3\u30c8\uff08\u80cc\u666f\u306b\u5408\u308f\u305b\u3066\u5883\u754c\u7dda\u3092\u8abf\u6574\u30fb\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u3092\u5f37\u8abf\uff09 *\/\n.trace-timeline-marker {\n  position: absolute;\n  left: -36px;\n  top: 6px;\n  width: 14px;\n  height: 14px;\n  border-radius: 50%;\n  background-color: #deff9a; \/* \u30e9\u30a4\u30e0\u30b0\u30ea\u30fc\u30f3\u306e\u30c9\u30c3\u30c8 *\/\n  border: 3px solid #f8fafc; \/* \u80cc\u666f\u306e\u8584\u30b0\u30ec\u30fc\u3068\u540c\u5316\u3057\u306a\u3044\u3088\u3046\u67a0\u7dda\u3092\u540c\u8272\u306b\u8abf\u6574 *\/\n  box-shadow: 0 0 0 1px #94a3b8; \/* \u30c9\u30c3\u30c8\u306e\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u3092\u6fc3\u304f\u3057\u3066\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8\u5411\u4e0a *\/\n  z-index: 2;\n  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.trace-timeline-item:hover .trace-timeline-marker {\n  background-color: #0f172a;\n  box-shadow: 0 0 0 2px #deff9a;\n  transform: scale(1.15);\n}\n\n\/* \u6cbf\u9769\u30ab\u30fc\u30c9\u30b3\u30f3\u30c6\u30f3\u30c4\uff08\u80cc\u666f\u304c\u767d\u306a\u306e\u3067\u3001\u5c11\u3057\u6697\u3044\u30bb\u30af\u30b7\u30e7\u30f3\u80cc\u666f\u306e\u4e0a\u3067\u7dba\u9e97\u306b\u6d6e\u304d\u7acb\u3061\u307e\u3059\uff09 *\/\n.trace-timeline-content {\n  background-color: #ffffff;\n  border: 1px solid #e2e8f0;\n  border-radius: 12px;\n  padding: 24px;\n  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02), 0 2px 4px -2px rgba(15, 23, 42, 0.02);\n}\n\n.trace-timeline-item:hover .trace-timeline-content {\n  border-color: #cbd5e1;\n  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04), 0 8px 10px -6px rgba(15, 23, 42, 0.04);\n}\n\n\/* \u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306e\u30d8\u30c3\u30c0\u30fc *\/\n.trace-timeline-date {\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: #0f172a;\n  margin: 0 0 10px 0;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n\n.trace-date-text {\n  line-height: 1;\n}\n\n.trace-timeline-badge {\n  font-size: 0.75rem;\n  font-weight: 700;\n  background-color: #f1f5f9;\n  color: #64748b;\n  padding: 4px 12px;\n  border-radius: 30px;\n  letter-spacing: 0.02em;\n}\n\n.trace-timeline-desc {\n  font-size: 0.925rem;\n  line-height: 1.65;\n  color: #475569;\n  margin: 0;\n}\n\n\/* --- \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6 (\u30b9\u30de\u30db\u8868\u793a 768px\u4ee5\u4e0b) --- *\/\n@media (max-width: 768px) {\n  .trace-company-wrapper {\n    padding: 40px 16px;\n  }\n  \n  .trace-company-section {\n    margin-bottom: 60px;\n  }\n\n  .trace-history-section {\n    padding: 30px 20px; \/* \u30e2\u30d0\u30a4\u30eb\u3067\u306f\u4f59\u767d\u3092\u5fae\u8abf\u6574 *\/\n  }\n\n  \/* \u30c6\u30fc\u30d6\u30eb\u30921\u30ab\u30e9\u30e0\uff08\u7e26\u4e26\u3073\uff09\u306b\u5909\u63db *\/\n  .trace-profile-table, \n  .trace-profile-table tbody, \n  .trace-profile-table tr, \n  .trace-profile-table th, \n  .trace-profile-table td {\n    display: block;\n    width: 100%;\n  }\n\n  .trace-profile-table tr {\n    padding: 16px 0;\n  }\n\n  .trace-profile-table th {\n    width: 100%;\n    padding: 0 0 8px 0;\n    background-color: transparent; \/* \u80cc\u666f\u30b0\u30ec\u30fc\u3092\u89e3\u9664 *\/\n    font-size: 0.95rem;\n  }\n\n  .trace-profile-table td {\n    padding: 0;\n    font-size: 0.9rem;\n  }\n\n  \/* \u6cbf\u9769\u306e\u4f59\u767d\u5fae\u8abf\u6574 *\/\n  .trace-timeline-content {\n    padding: 20px;\n  }\n  \n  .trace-timeline-date {\n    gap: 8px;\n  }\n}\n<\/style>\n\n\n\n<footer class=\"trace-custom-footer\">\n  <div class=\"trace-footer-container\">\n    \n    <!-- \u5de6\u30ab\u30e9\u30e0: Brand Info -->\n    <div class=\"trace-footer-col trace-footer-brand\">\n      <div class=\"trace-footer-logo-area\">\n        <img decoding=\"async\" src=\"https:\/\/traceebetsu.com\/wp-content\/uploads\/2026\/07\/TRACE\u30ed\u30b4_\u30dd\u30ea\u30b4\u30f3\u80cc\u666f\u900f\u904e_\u30a2\u30fc\u30c8\u30dc\u30fc\u30c9-1.png\" alt=\"TRACE\u30ed\u30b4\" class=\"trace-footer-logo-img\">\n        <span class=\"trace-footer-logo-text\">TRACE<\/span>\n      <\/div>\n      <p class=\"trace-footer-tagline\">Leave our mark.<\/p>\n      <div class=\"trace-footer-address\">\n        \u3012069-0813<br>\n        \u5317\u6d77\u9053\u6c5f\u5225\u5e02\u91ce\u5e4c\u753a61-18<br>\n        \u7b2c\uff13\u9ad8\u95a2\u30d3\u30eb \uff15\u968e\n      <\/div>\n    <\/div>\n\n    <!-- \u4e2d\u592e\u30ab\u30e9\u30e0: Sitemap -->\n    <div class=\"trace-footer-col\">\n      <h4 class=\"trace-footer-heading\">Navigation<\/h4>\n      <ul class=\"trace-footer-links\">\n        <li><a href=\"https:\/\/traceebetsu.com\/\">TOP<\/a><\/li>\n        <li><a href=\"https:\/\/traceebetsu.com\/?page_id=28\">Service<\/a><\/li>\n        <li><a href=\"https:\/\/traceebetsu.com\/?page_id=30\">Company<\/a><\/li>\n        <li><a href=\"https:\/\/traceebetsu.com\/?page_id=52\">Contact<\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- \u53f3\u30ab\u30e9\u30e0: Our Businesses -->\n    <div class=\"trace-footer-col\">\n      <h4 class=\"trace-footer-heading\">Service<\/h4>\n      <ul class=\"trace-footer-services-list\">\n        <li>\u8cb7\u53d6\u5c02\u9580\u304b\u3044\u3068\u308b\u3069\u3046<\/li>\n        <li>\u30d5\u30ea\u30de\u51fa\u54c1\u4ee3\u884c\u300c\u30c6\u30d0\u30ca\u30b9\u300d<\/li>\n        <li>\u8acb\u8ca0\u696d\u30fb\u9664\u96ea\u696d<\/li>\n        <li>\u30c7\u30b6\u30a4\u30f3\u5236\u4f5c<\/li>\n        <li>DX\u30fbIT\u30fbAI\u5c0e\u5165\u652f\u63f4<\/li>\n      <\/ul>\n      <a href=\"https:\/\/traceebetsu.com\/?page_id=28\" class=\"trace-footer-service-btn\">\u4e8b\u696d\u7d39\u4ecb\u30da\u30fc\u30b8\u3092\u898b\u308b \u2192<\/a>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u6700\u4e0b\u90e8: Copyright -->\n  <div class=\"trace-footer-bottom\">\n    <p class=\"trace-copyright\">\u00a9 2026 TRACE LLC. All Rights Reserved.<\/p>\n  <\/div>\n<\/footer>\n\n<style>\n.trace-custom-footer {\n  background-color: #090d16;\n  color: #cccccc;\n  padding: 80px 24px 40px 24px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans JP\", sans-serif;\n  border-top: 1px solid #1a1a1a;\n  box-sizing: border-box;\n}\n.trace-footer-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1.5fr 1fr 1fr;\n  gap: 60px;\n}\n.trace-footer-col {\n  display: flex;\n  flex-direction: column;\n}\n.trace-footer-logo-area {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n.trace-footer-logo-img {\n  width: 48px;\n  height: auto;\n  object-fit: contain;\n}\n.trace-footer-logo-text {\n  font-size: 1.8rem;\n  font-weight: 900;\n  color: #f8fafc;\n  letter-spacing: 0.05em;\n  line-height: 1;\n}\n.trace-footer-tagline {\n  font-size: 0.9rem;\n  color: #a3a3a3;\n  margin: 0 0 20px 0;\n  font-weight: 500;\n}\n.trace-footer-address {\n  font-style: normal;\n  font-size: 0.85rem;\n  line-height: 1.6;\n  color: #a3a3a3;\n}\n.trace-footer-heading {\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: #f8fafc;\n  margin: 0 0 24px 0;\n  position: relative;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #1a1a1a;\n}\n.trace-footer-heading::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  bottom: -2px;\n  width: 35px;\n  height: 2px;\n  background-color: #deff9a;\n}\n.trace-footer-links {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.trace-footer-links li a {\n  color: #cccccc !important;\n  text-decoration: none !important;\n  font-size: 0.9rem;\n  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n  display: inline-block;\n}\n.trace-footer-links li a:hover {\n  color: #deff9a !important;\n  transform: translateX(4px);\n}\n.trace-footer-services-list {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 16px 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.trace-footer-services-list li {\n  color: #a3a3a3;\n  font-size: 0.9rem;\n}\n.trace-footer-service-btn {\n  display: inline-flex;\n  align-items: center;\n  color: #deff9a !important;\n  text-decoration: none !important;\n  font-size: 0.9rem;\n  font-weight: 700;\n  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n  margin-top: 4px;\n}\n.trace-footer-service-btn:hover {\n  color: #ffffff !important;\n  transform: translateX(4px);\n}\n.trace-footer-bottom {\n  max-width: 1200px;\n  margin: 60px auto 0 auto;\n  padding-top: 30px;\n  border-top: 1px solid #1a1a1a;\n  text-align: center;\n}\n.trace-copyright {\n  font-size: 0.8rem;\n  color: #666666;\n  margin: 0;\n}\n@media (max-width: 768px) {\n  .trace-custom-footer {\n    padding: 60px 20px 35px 20px;\n  }\n  .trace-footer-container {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n  .trace-footer-heading {\n    margin-bottom: 16px;\n  }\n  .trace-footer-bottom {\n    margin-top: 40px;\n    padding-top: 20px;\n  }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Company Profile \u4f1a\u793e\u6982\u8981 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/traceebetsu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30"}],"version-history":[{"count":5,"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/traceebetsu.com\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/traceebetsu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}