{"id":23,"date":"2026-03-02T22:31:03","date_gmt":"2026-03-02T22:31:03","guid":{"rendered":"https:\/\/board-and-beyond.com\/?page_id=23"},"modified":"2026-08-13T17:37:41","modified_gmt":"2026-08-13T17:37:41","slug":"service","status":"publish","type":"page","link":"https:\/\/board-and-beyond.com\/index.php\/service\/","title":{"rendered":"Menu"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Shippori+Mincho:wght@400;500;600;800&family=Fraunces:ital,opsz,wght@0,9..144,450;0,9..144,600;1,9..144,500;1,9..144,600&display=swap');\n\n  :root{\n    --font-base: -apple-system, \"system-ui\", \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n    --font-display: 'Shippori Mincho', serif;\n    --font-en: 'Fraunces', serif;\n\n    --ink:#1A1A1A;\n    --body-text:#334155;\n    --muted:#555555;\n    --faint:#8A8A8A;\n    --faint2:#999999;\n    --line:#EEEEEE;\n    --bg:#FFFFFF;\n    --card-bg:#FFFFFF;\n    --card-bg-alt:#FAFAFA;\n\n    --accent:#046BD2;\n    --accent-dark:#0357AD;\n    --accent-soft:rgba(4,107,210,.07);\n    --accent-soft-border:rgba(4,107,210,.35);\n\n    --shadow:0 12px 28px -18px rgba(26,26,26,.18);\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--body-text);\n    font-family:var(--font-base);\n    font-weight:400;\n    font-size:16px;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  h1,h2,h3{\n    font-family:var(--font-display);\n    font-weight:600;\n    color:var(--ink);\n    margin:0;\n    line-height:1.5;\n  }\n  p{margin:0;}\n  ul{margin:0;padding:0;list-style:none;}\n  a{color:inherit;text-decoration:none;}\n  .wrap{max-width:760px;margin:0 auto;padding:0 28px;}\n\n  .skip-link{position:absolute;left:-999px;top:auto;}\n  .skip-link:focus{\n    left:16px;top:16px;background:var(--ink);color:#fff;\n    padding:10px 16px;border-radius:4px;z-index:100;\n  }\n  a:focus-visible, button:focus-visible{\n    outline:2px solid var(--accent);\n    outline-offset:3px;\n  }\n\n  \/* ---------- hero ---------- *\/\n  .hero{padding:104px 0 76px; text-align:center;}\n  .eyebrow{\n    font-size:12px; letter-spacing:.12em; text-transform:uppercase;\n    color:var(--faint2); margin:0 0 16px; font-weight:400;\n  }\n  .hero h1{font-size:clamp(36px,6vw,48px); letter-spacing:.04em;}\n  .hero-lead{max-width:480px; margin:22px auto 0; color:var(--body-text); font-size:16px;}\n\n  .journey{margin-top:56px;}\n  .journey-track{\n    max-width:440px; margin:0 auto; display:flex;\n    align-items:flex-start; justify-content:space-between; position:relative;\n  }\n  .journey-track::before{\n    content:\"\"; position:absolute; top:5px; left:5%; right:5%; height:1px;\n    background:linear-gradient(to right, transparent, var(--accent-soft-border) 15%, var(--accent-soft-border) 85%, transparent);\n  }\n  .journey-point{position:relative; display:flex; flex-direction:column; align-items:center; gap:12px; flex:1;}\n  .journey-point .dot{width:10px; height:10px; border-radius:50%; background:var(--bg); border:2px solid var(--accent);}\n  .jp-label{font-size:12px; letter-spacing:.02em; color:var(--muted); white-space:nowrap;}\n  .journey-caption{margin-top:20px; font-size:12px; letter-spacing:.04em; color:var(--accent);}\n\n  \/* ---------- sections ---------- *\/\n  .menu-section{padding:80px 0;}\n  .menu-section.corporate{\n    background:var(--card-bg-alt);\n    border-top:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n  }\n  .menu-section h2{font-size:clamp(24px,3.6vw,28px); margin-bottom:24px;}\n\n  .section-note{\n    font-size:14px; color:var(--muted); max-width:520px; margin-bottom:48px;\n    padding-left:16px; border-left:2px solid var(--line);\n  }\n\n  \/* ---------- cards ---------- *\/\n  .card{\n    background:var(--card-bg);\n    border:1px solid var(--line);\n    border-radius:4px;\n    padding:40px 36px;\n    margin-bottom:24px;\n    transition:box-shadow .3s ease;\n  }\n  .menu-section.individual .card{background:var(--card-bg-alt);}\n  .card:hover{box-shadow:var(--shadow);}\n\n  .card-feature{border-top:3px solid var(--accent);}\n\n  .card h3{font-size:19px; margin-bottom:20px; font-weight:600;}\n  .card-kicker{font-size:12px; letter-spacing:.06em; color:var(--faint2); margin-bottom:8px;}\n  .card-title-en{\n    font-family:var(--font-en); font-style:italic; font-weight:500;\n    font-size:28px; margin-bottom:12px; color:var(--ink);\n  }\n  .card-tagline{\n    font-family:var(--font-display); font-weight:500;\n    font-size:16px; color:var(--accent); letter-spacing:.03em; margin-bottom:24px;\n  }\n\n  .card-body p{margin-bottom:15px; color:var(--body-text); font-size:15px;}\n  .card-body p:last-child{margin-bottom:0;}\n  .card-body.poetic p{color:var(--ink); font-size:16px; line-height:1.9;}\n  .card-body-single{color:var(--body-text); font-size:15px; margin-bottom:20px;}\n  .card-note{\n    font-size:13px; color:var(--muted); background:var(--accent-soft);\n    border-radius:4px; padding:14px 18px; margin-bottom:24px;\n  }\n\n  .card-meta{display:flex; gap:10px; flex-wrap:wrap; margin:24px 0 28px;}\n  .meta-chip{\n    font-size:12px; letter-spacing:.02em; color:var(--accent);\n    border:1px solid var(--accent-soft-border); background:var(--accent-soft);\n    padding:6px 14px; border-radius:100px;\n  }\n\n  .chip-rows{margin:22px 0 28px; display:flex; flex-direction:column; gap:12px;}\n  .chip-row{display:flex; align-items:center; flex-wrap:wrap; gap:8px;}\n  .chip-row-label{font-size:12px; color:var(--faint); letter-spacing:.02em; width:76px; flex-shrink:0;}\n  .chip{\n    font-size:12.5px; color:var(--accent); border:1px solid var(--accent-soft-border);\n    background:var(--accent-soft); padding:5px 13px; border-radius:100px; white-space:nowrap;\n  }\n\n  \/* ---------- icon list ---------- *\/\n  .icon-list{margin:26px 0;}\n  .icon-list li{\n    display:flex; align-items:center; gap:16px;\n    padding:14px 2px;\n    border-bottom:1px solid var(--line);\n  }\n  .icon-list li:last-child{border-bottom:none;}\n  .icon-list__icon{\n    flex-shrink:0; width:40px; height:40px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .icon-list__icon svg{width:100%; height:100%; color:var(--accent);}\n  .icon-list__text{font-size:15px; color:var(--body-text); line-height:1.5;}\n\n  .card-body + .cta{ margin-top:24px; }\n\n  .cta{\n    display:inline-block; background:var(--accent); color:#fff;\n    font-size:14px; letter-spacing:.02em; font-weight:600;\n    padding:13px 32px; border-radius:4px; border:1px solid var(--accent);\n    transition:background .2s ease, border-color .2s ease;\n  }\n  .cta:hover{background:var(--accent-dark); border-color:var(--accent-dark);}\n\n  \/* ---------- reveal ---------- *\/\n  .reveal{opacity:0; transform:translateY(12px); transition:opacity .6s ease, transform .6s ease;}\n  .reveal.in-view{opacity:1; transform:translateY(0);}\n  @media (prefers-reduced-motion: reduce){\n    html{scroll-behavior:auto;}\n    .reveal{opacity:1; transform:none; transition:none;}\n    .card{transition:none;}\n  }\n\n  \/* ---------- responsive ---------- *\/\n  @media (max-width:640px){\n    .wrap{padding:0 20px;}\n    .hero{padding:72px 0 52px;}\n    .menu-section{padding:56px 0;}\n    .card{padding:30px 22px;}\n    .journey-track{max-width:100%;}\n    .jp-label{font-size:10.5px;}\n    .chip-row-label{width:100%;}\n    .icon-list__icon{width:34px;height:34px;}\n  }\n<\/style>\n\n<a class=\"skip-link\" href=\"#main\">\u672c\u6587\u3078\u30b9\u30ad\u30c3\u30d7<\/a>\n\n<main id=\"main\">\n\n  <section class=\"hero\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow reveal\">Service Menu<\/p>\n      <h1 class=\"reveal\">\u30e1\u30cb\u30e5\u30fc<\/h1>\n      <p class=\"hero-lead reveal\">\u5bb6\u65cf\u99d0\u5728\u3068\u3044\u3046\u65c5\u8def\u306b\u3001\u4f34\u8d70\u3092\u3002<\/p>\n\n      <div class=\"journey reveal\">\n        <div class=\"journey-track\">\n          <div class=\"journey-point\"><span class=\"dot\"><\/span><span class=\"jp-label\">\u99d0\u5728\u6e96\u5099<\/span><\/div>\n          <div class=\"journey-point\"><span class=\"dot\"><\/span><span class=\"jp-label\">\u8d74\u4efb\u4e2d<\/span><\/div>\n          <div class=\"journey-point\"><span class=\"dot\"><\/span><span class=\"jp-label\">\u672c\u5e30\u56fd\u5f8c<\/span><\/div>\n        <\/div>\n        <p class=\"journey-caption\">\u3069\u306e\u30d5\u30a7\u30fc\u30ba\u306b\u3044\u3066\u3082\u3001\u4f34\u8d70\u3057\u307e\u3059<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"menu-section corporate\" id=\"corporate\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow reveal\">For Companies<\/p>\n      <h2 class=\"reveal\">\u6cd5\u4eba\u69d8\u5411\u3051\u30e1\u30cb\u30e5\u30fc<\/h2>\n      <p class=\"section-note reveal\">\u5168\u3066\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3001\u5c0e\u5165\u524d\u306e\u8a2d\u8a08\u3068\u52b9\u679c\u6e2c\u5b9a\u3092\u5b9f\u65bd\u3002\u4eba\u4e8b\u6226\u7565\u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u3057\u3066\u3001\u5bb6\u65cf\u99d0\u5728\u306b\u4f34\u8d70\u3057\u307e\u3059\u3002<\/p>\n\n      <article class=\"card card-feature reveal\">\n        <p class=\"card-kicker\">\u5bb6\u65cf\u99d0\u5728\u524d\u500b\u5225\u7814\u4fee\u30d7\u30ed\u30b0\u30e9\u30e0<\/p>\n        <h3 class=\"card-title-en\">Boarding Point Program<\/h3>\n        <p class=\"card-tagline\">\u300c \u5bb6\u65cf\u99d0\u5728\u306b\u3001\u6226\u7565\u3092 \u300d<\/p>\n        <div class=\"card-body\">\n          <p>\u614c\u305f\u3060\u3057\u304f\u3059\u3059\u3080\u99d0\u5728\u524d\u306e\u6e96\u5099\u3002\u751f\u6d3b\u30a4\u30f3\u30d5\u30e9\u306e\u6574\u5099\u306b\u504f\u308a\u304c\u3061\u3067\u3059\u304c\u3001\u5bb6\u65cf\u99d0\u5728\u3067\u672c\u5f53\u306b\u5fc5\u8981\u306a\u57fa\u76e4\u306f\u300c\u592b\u5a66\u306e\u30c1\u30fc\u30e0\u30d3\u30eb\u30c7\u30a3\u30f3\u30b0\u300d\u3067\u3059\u3002<\/p>\n          <p>\u65e5\u672c\u306b\u3044\u308b\u6642\u3068\u3001\u99d0\u5728\u4e2d\u306f\u3001\u592b\u5a66\u306e\u30c1\u30fc\u30e0\u3068\u3057\u3066\u306e\u5728\u308a\u65b9\u3082\u5909\u308f\u3063\u3066\u304d\u307e\u3059\u3002<\/p>\n          <p>\u99d0\u5728\u671f\u9593\u4e2d\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u6700\u5927\u5316\u3059\u308b\u305f\u3081\u306b\u3082\u3001\u99d0\u5728\u5bb6\u65cf\u306ewellbeing\u5411\u4e0a\u306e\u305f\u3081\u306b\u3082\u5bc4\u4e0e\u3057\u307e\u3059\u3002<\/p>\n          <p>\u51684\u56de\u30012\u30f6\u6708\u304b\u3051\u3066\u30011:1\u3068\u3001\u30da\u30a2\u30b3\u30fc\u30c1\u30f3\u30b0\u3092\u5b9f\u65bd\u3057\u3001\u5bb6\u65cf\u99d0\u5728\u306e\u57fa\u76e4\u4f5c\u308a\u3092\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"card-meta\">\n          <span class=\"meta-chip\">\u51684\u56de\u30fb2\u30f6\u6708<\/span>\n          <span class=\"meta-chip\">1:1 + \u30da\u30a2\u30b3\u30fc\u30c1\u30f3\u30b0<\/span>\n        <\/div>\n        <a class=\"cta\" href=\"https:\/\/board-and-beyond.com\/index.php\/contact\/\" target=\"_blank\" rel=\"noopener\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n      <\/article>\n\n      <article class=\"card reveal\">\n        <h3>\u5bb6\u65cf\u99d0\u5728\u30b3\u30fc\u30c1\u30f3\u30b0<\/h3>\n        <div class=\"chip-rows\">\n          <div class=\"chip-row\">\n            <span class=\"chip-row-label\">\u30bf\u30a4\u30df\u30f3\u30b0<\/span>\n            <span class=\"chip\">\u99d0\u5728\u524d<\/span><span class=\"chip\">\u99d0\u5728\u4e2d<\/span><span class=\"chip\">\u672c\u5e30\u56fd\u5f8c<\/span>\n          <\/div>\n          <div class=\"chip-row\">\n            <span class=\"chip-row-label\">\u5bfe\u8c61<\/span>\n            <span class=\"chip\">\u99d0\u5728\u54e1\u306e\u307f<\/span><span class=\"chip\">\u99d0\u5728\u54e1\uff06\u30d1\u30fc\u30c8\u30ca\u30fc<\/span><span class=\"chip\">\u30d1\u30fc\u30c8\u30ca\u30fc\u306e\u307f<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"card-body-single\">\u99d0\u5728\u524d\u30fb\u99d0\u5728\u4e2d\u30fb\u672c\u5e30\u56fd\u5f8c\u3068\u3001\u30b9\u30c6\u30fc\u30b8\u306b\u3088\u3063\u3066\u79fb\u308a\u5909\u308f\u308b\u8ab2\u984c\u306b\u5bfe\u3057\u3001\u7acb\u3061\u6b62\u307e\u308b\u3053\u3068\u306a\u304f\u89e3\u6c7a\u7b56\u3092\u898b\u3064\u3051\u3066\u3044\u304f\u3053\u3068\u3067\u3001\u99d0\u5728\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u306e\u5411\u4e0a\u3092\u76ee\u6307\u3057\u307e\u3059\u3002<\/p>\n        <a class=\"cta\" href=\"https:\/\/board-and-beyond.com\/index.php\/contact\/\" target=\"_blank\" rel=\"noopener\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"menu-section individual\" id=\"individual\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow reveal\">For Individuals<\/p>\n      <h2 class=\"reveal\">\u500b\u4eba\u69d8\u5411\u3051\u30e1\u30cb\u30e5\u30fc<\/h2>\n\n      <article class=\"card card-feature reveal\">\n        <h3 class=\"card-title-en\">Project Me<\/h3>\n        <div class=\"card-body poetic\">\n          <p>\u30e9\u30a4\u30d5\u30b9\u30c6\u30fc\u30b8\u304c\u5909\u5316\u3057\u3066\u3082<br>1\u4eba\u306e\u4eba\u9593\u3068\u3057\u3066\u793e\u4f1a\u3068\u524d\u5411\u304d\u306b\u7e4b\u304c\u308a<br>\u3084\u308a\u305f\u3044\u3053\u3068\u306b\u30c1\u30e3\u30ec\u30f3\u30b8\u3057\u7d9a\u3051\u305f\u3044\u3002<\/p>\n        <\/div>\n        <div class=\"card-body\">\n          <p>\u305d\u3093\u306a\u99d0\u5728\u54e1\u30d1\u30fc\u30c8\u30ca\u30fc\u3092\u5fdc\u63f4\u3059\u308b\u305f\u3081\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002<\/p>\n          <p>\u300c\u5bb6\u65cf\u3067\u30c1\u30fc\u30e0\u3068\u3057\u3066\u3001\u30ad\u30e3\u30ea\u30a2\u3082\u66ae\u3089\u3057\u3082\u8ffd\u6c42\u3067\u304d\u308b\u30b9\u30ad\u30eb\u300d\u3092\u8eab\u306b\u3064\u3051\u3001\u99d0\u5728\u671f\u9593\u4e2d\u3082\u3001\u672c\u5e30\u56fd\u5f8c\u3082\u305a\u3063\u3068\u5f79\u7acb\u3064\u300c\u79c1\u300d\u306e\u571f\u58cc\u3092\u3001\u5bfe\u8a71\u3092\u901a\u3058\u3066\u3064\u304f\u308a\u307e\u3059\u3002<\/p>\n        <\/div>\n        <a class=\"cta\" href=\"https:\/\/board-and-beyond.com\/index.php\/contact\/\" target=\"_blank\" rel=\"noopener\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n      <\/article>\n\n      <article class=\"card reveal\">\n        <h3>\u30d1\u30fc\u30bd\u30ca\u30eb\u30b3\u30fc\u30c1\u30f3\u30b0<\/h3>\n        <p class=\"card-body-single\">\u300c\u99d0\u5728\u300d\u3068\u3044\u3046\u5171\u901a\u306a\u7d4c\u9a13\u3092\u6301\u3061\u3064\u3064\u3001\u69d8\u3005\u306a\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u30fb\u30b9\u30ad\u30eb\u3092\u3082\u3064\u30b3\u30fc\u30c1\u9663\u304c\u5728\u7c4d\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n        <ul class=\"icon-list\">\n          <li>\n            <span class=\"icon-list__icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M20 54 Q32 49 44 54\"\/>\n                <line x1=\"32\" y1=\"54\" x2=\"32\" y2=\"30\"\/>\n                <path d=\"M32 30 C 20 28 12 18 18 8 C 26 14 32 22 32 30 Z\"\/>\n                <path d=\"M32 30 C 44 28 52 18 46 8 C 38 14 32 22 32 30 Z\"\/>\n              <\/svg>\n            <\/span>\n            <span class=\"icon-list__text\">\u521d\u3081\u306e\u4e00\u6b69\u3092\u898b\u3064\u3051\u308b\u305f\u3081\u306b<\/span>\n          <\/li>\n          <li>\n            <span class=\"icon-list__icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"54\"\/>\n                <circle cx=\"16\" cy=\"9\" r=\"2.4\" fill=\"currentColor\" stroke=\"none\"\/>\n                <path d=\"M16 14 L45 14 L36 24 L45 34 L16 34\"\/>\n              <\/svg>\n            <\/span>\n            <span class=\"icon-list__text\">\u5b9f\u73fe\u3057\u305f\u3044\u3053\u3068\u3078\u7740\u5b9f\u306b\u8fd1\u3065\u3044\u3066\u3044\u304f\u305f\u3081\u306b<\/span>\n          <\/li>\n          <li>\n            <span class=\"icon-list__icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <circle cx=\"32\" cy=\"27\" r=\"14\"\/>\n                <path d=\"M26 40 L26 45 Q26 49 32 49 Q38 49 38 45 L38 40\"\/>\n                <line x1=\"28\" y1=\"49\" x2=\"36\" y2=\"49\"\/>\n                <line x1=\"32\" y1=\"3\" x2=\"32\" y2=\"9\"\/>\n                <line x1=\"13\" y1=\"11\" x2=\"17.5\" y2=\"15.5\"\/>\n                <line x1=\"51\" y1=\"11\" x2=\"46.5\" y2=\"15.5\"\/>\n                <line x1=\"6\" y1=\"29\" x2=\"12\" y2=\"29\"\/>\n                <line x1=\"58\" y1=\"29\" x2=\"52\" y2=\"29\"\/>\n              <\/svg>\n            <\/span>\n            <span class=\"icon-list__text\">\u30e2\u30e4\u30e2\u30e4\u3084\u9589\u585e\u611f\u306e\u7a81\u7834\u53e3\u3092\u63a2\u3059\u305f\u3081\u306b<\/span>\n          <\/li>\n          <li>\n            <span class=\"icon-list__icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M32 22 C29 15 18 16 18 25 C18 33 32 43 32 43 C32 43 46 33 46 25 C46 16 35 15 32 22 Z\"\/>\n                <line x1=\"32\" y1=\"2\" x2=\"32\" y2=\"6\"\/>\n                <line x1=\"12\" y1=\"8\" x2=\"15\" y2=\"11\"\/>\n                <line x1=\"52\" y1=\"8\" x2=\"49\" y2=\"11\"\/>\n                <line x1=\"4\" y1=\"20\" x2=\"9\" y2=\"20\"\/>\n                <line x1=\"60\" y1=\"20\" x2=\"55\" y2=\"20\"\/>\n                <circle cx=\"32\" cy=\"53\" r=\"7\"\/>\n                <path d=\"M28.5 54.5 Q32 57.5 35.5 54.5\" stroke-width=\"2.6\"\/>\n                <path d=\"M26 60 Q13 59 13 47\"\/>\n                <path d=\"M38 60 Q51 59 51 47\"\/>\n              <\/svg>\n            <\/span>\n            <span class=\"icon-list__text\">\u3044\u3064\u3082\u4f55\u304b\u3069\u3053\u304b\u3067\u6e80\u305f\u3055\u308c\u306a\u3044\u3092\u5352\u696d\u3059\u308b\u305f\u3081\u306b<\/span>\n          <\/li>\n          <li>\n            <span class=\"icon-list__icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <circle cx=\"32\" cy=\"32\" r=\"21\"\/>\n                <path d=\"M32 19 L37 32 L32 45 L27 32 Z\" transform=\"rotate(24 32 32)\"\/>\n                <line x1=\"32\" y1=\"5\" x2=\"32\" y2=\"11\"\/>\n                <line x1=\"32\" y1=\"53\" x2=\"32\" y2=\"59\"\/>\n                <line x1=\"5\" y1=\"32\" x2=\"11\" y2=\"32\"\/>\n                <line x1=\"53\" y1=\"32\" x2=\"59\" y2=\"32\"\/>\n              <\/svg>\n            <\/span>\n            <span class=\"icon-list__text\">\u3053\u308c\u304b\u3089\u306e\u81ea\u5206\u306e\u65b9\u5411\u6027\u3092\u3058\u3063\u304f\u308a\u8003\u3048\u308b\u305f\u3081\u306b<\/span>\n          <\/li>\n        <\/ul>\n\n        <p class=\"card-body-single\">1\u4eba\u3067\u8003\u3048\u305f\u308a\u3001\u73fe\u72b6\u3067\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u7b54\u3048\u3082\u3001\u30b3\u30fc\u30c1\u3068\u4e00\u7dd2\u306a\u3089\u3001\u6b21\u306e\u30d5\u30a7\u30fc\u30ba\u3078\u9032\u3093\u3067\u3044\u3051\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n        <p class=\"card-note\">\u3054\u5e0c\u671b\u306e\u65b9\u306f\u3001\u3054\u8981\u671b\u3084\u9069\u6b63\u306b\u5408\u308f\u305b\u305f\u30b3\u30fc\u30c1\u3068\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9\u3082\u3054\u7528\u610f\u3057\u3066\u304a\u308a\u307e\u3059\u306e\u3067\u3001\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002<\/p>\n        <a class=\"cta\" href=\"https:\/\/board-and-beyond.com\/index.php\/contact\/\" target=\"_blank\" rel=\"noopener\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n      <\/article>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<script>\n  if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {\n    var revealEls = document.querySelectorAll('.reveal');\n    var observer = new IntersectionObserver(function(entries){\n      entries.forEach(function(entry){\n        if (entry.isIntersecting) {\n          entry.target.classList.add('in-view');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.15 });\n    revealEls.forEach(function(el){ observer.observe(el); });\n  } else {\n    document.querySelectorAll('.reveal').forEach(function(el){ el.classList.add('in-view'); });\n  }\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u3078\u30b9\u30ad\u30c3\u30d7 Service Menu [&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":"default","site-content-layout":"","ast-site-content-layout":"default","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-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":7,"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":175,"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions\/175"}],"wp:attachment":[{"href":"https:\/\/board-and-beyond.com\/index.php\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}