{"id":46,"date":"2025-09-23T22:39:35","date_gmt":"2025-09-23T13:39:35","guid":{"rendered":"https:\/\/kaiketuems.com\/?page_id=46"},"modified":"2025-09-23T22:39:35","modified_gmt":"2025-09-23T13:39:35","slug":"%e5%bf%83%e9%9b%bb%e5%9b%b3%e3%80%80%e3%81%95%e3%81%be%e3%81%96%e3%81%be%e3%81%aa%e8%aa%98%e5%b0%8e","status":"publish","type":"page","link":"https:\/\/kaiketuems.com\/?page_id=46","title":{"rendered":"\u5fc3\u96fb\u56f3\u3000\u3055\u307e\u3056\u307e\u306a\u8a98\u5c0e"},"content":{"rendered":"<p><!-- WordPress\u306e\u300c\u30ab\u30b9\u30bf\u30e0HTML\u300d\u30d6\u30ed\u30c3\u30af\u306b\u3001\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u3059\u3079\u3066\u30b3\u30d4\u30fc\uff06\u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044 --><\/p>\n<p><!-- \u5fc5\u8981\u306a\u30d5\u30a9\u30f3\u30c8\u3068CSS\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3059 -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;900&#038;family=Noto+Sans+JP:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><\/p>\n<p><!-- \u3053\u306e\u30da\u30fc\u30b8\u5c02\u7528\u306e\u30b9\u30bf\u30a4\u30eb\u3067\u3059 --><\/p>\n<style>\n    \/* * WordPress\u30c6\u30fc\u30de\u306e\u30b9\u30bf\u30a4\u30eb\u3068\u306e\u5e72\u6e09\u3092\u9632\u3050\u305f\u3081\u3001\n     * \u3059\u3079\u3066\u306e\u30b9\u30bf\u30a4\u30eb\u6307\u5b9a\u306e\u524d\u306b `.paramedic-ecg-container` \u3092\u8ffd\u52a0\u3057\u3001\n     * \u3053\u306e\u30d6\u30ed\u30c3\u30af\u5185\u3067\u306e\u307f\u30c7\u30b6\u30a4\u30f3\u304c\u9069\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u3066\u3044\u307e\u3059\u3002\n     *\/\n    .paramedic-ecg-container {\n        background-color: #0d1117;\n        color: #c9d1d9;\n        font-family: 'Noto Sans JP', 'Inter', sans-serif;\n        overflow-x: hidden;\n    }<\/p>\n<p>    .paramedic-ecg-container .neon-text {\n        font-family: 'Inter', sans-serif;\n        font-weight: 900;\n        text-shadow:\n            0 0 5px rgba(0, 191, 255, 0.8),\n            0 0 10px rgba(0, 191, 255, 0.8),\n            0 0 20px rgba(0, 191, 255, 0.8),\n            0 0 40px #00BFFF,\n            0 0 80px #00BFFF,\n            0 0 90px #00BFFF;\n    }<\/p>\n<p>    .paramedic-ecg-container .glass-card {\n        background: rgba(22, 27, 34, 0.6);\n        backdrop-filter: blur(10px);\n        -webkit-backdrop-filter: blur(10px); \/* For Safari *\/\n        border: 1px solid rgba(48, 54, 61, 0.5);\n        transition: all 0.3s ease;\n    }\n    .paramedic-ecg-container .glass-card:hover {\n        border-color: #00BFFF;\n        transform: translateY(-5px);\n        box-shadow: 0 10px 30px rgba(0, 191, 255, 0.1);\n    }<\/p>\n<p>    .paramedic-ecg-container .hero-background {\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden;\n    }<\/p>\n<p>    .paramedic-ecg-container .ecg-line {\n        width: 200%; height: 100%; position: absolute; top: 50%; left: 0;\n        transform: translateY(-50%);\n        background-image: url('data:image\/svg+xml;utf8,<svg width=\"400\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 50 H50 L55 45 L65 75 L70 20 L75 55 L80 50 H150 L155 45 L165 75 L170 20 L175 55 L180 50 H250 L255 45 L265 75 L270 20 L275 55 L280 50 H350 L355 45 L365 75 L370 20 L375 55 L380 50 H400\" stroke=\"%2300BFFF\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>');\n        background-size: 400px 100px;\n        background-repeat: repeat-x;\n        animation: ecg-scroll 5s linear infinite;\n        opacity: 0.3;\n    }<\/p>\n<p>    @keyframes ecg-scroll {\n        from { transform: translate(-400px, -50%); }\n        to { transform: translate(0, -50%); }\n    }<\/p>\n<p>    .paramedic-ecg-container .fade-in-section {\n        opacity: 0; transform: translateY(20px);\n        transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n    }<\/p>\n<p>    .paramedic-ecg-container .fade-in-section.is-visible {\n        opacity: 1; transform: translateY(0);\n    }<\/p>\n<p>    .paramedic-ecg-container .custom-table {\n        width: 100%; border-collapse: collapse;\n    }\n    .paramedic-ecg-container .custom-table th,\n    .paramedic-ecg-container .custom-table td {\n        padding: 1rem; text-align: left;\n        border-bottom: 1px solid rgba(48, 54, 61, 0.5);\n    }\n    .paramedic-ecg-container .custom-table th { color: #00BFFF; font-weight: bold; }\n    .paramedic-ecg-container .custom-table tr:last-child td { border-bottom: none; }\n    .paramedic-ecg-container .highlight-tag {\n        background-color: #00BFFF; color: #0d1117;\n        padding: 0.25rem 0.5rem; border-radius: 9999px;\n        font-size: 0.875rem; font-weight: bold;\n    }<\/p>\n<\/style>\n<div class=\"paramedic-ecg-container antialiased\">\n<p>    <!-- Hero Section --><\/p>\n<header class=\"h-screen w-full flex items-center justify-center relative overflow-hidden\">\n<div class=\"hero-background\">\n<div class=\"ecg-line\"><\/div>\n<\/div>\n<div class=\"text-center z-10 p-4\">\n<h1 class=\"text-5xl md:text-7xl font-black text-white neon-text mb-4\">\u6551\u547d\u58eb\u306e\u305f\u3081\u306e<br \/>\u73fe\u5834\u5fc3\u96fb\u56f3\u30ac\u30a4\u30c9<\/h1>\n<p class=\"text-xl md:text-2xl text-gray-300 font-light\">3\u70b9\u8a98\u5c0e\u3092\u4f7f\u3044\u3053\u306a\u3057\u3001\u7684\u78ba\u306a\u5224\u65ad\u3078<\/p>\n<\/p><\/div>\n<\/header>\n<p>    <main class=\"container mx-auto px-6 py-16 md:py-24 space-y-24 md:space-y-32\"><\/p>\n<p>        <!-- Section 1: Introduction --><\/p>\n<section class=\"fade-in-section max-w-4xl mx-auto\">\n<div class=\"glass-card rounded-xl p-6 md:p-8\">\n<h2 class=\"text-2xl font-bold mb-4 text-sky-400\">\u6551\u547d\u58eb\u306e\u7686\u3055\u3093\u3078<\/h2>\n<p class=\"text-lg\">\u73fe\u5834\u3067\u5f79\u7acb\u3064\u77e5\u8b58\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3001\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u306d\uff01\u3053\u306e\u30ac\u30a4\u30c9\u306f\u3001\u5fc3\u96fb\u56f3\u306e\u57fa\u790e\u304b\u3089\u73fe\u5834\u30e2\u30cb\u30bf\u30fc\u3067\u5f79\u7acb\u3064\u5fdc\u7528\u7684\u306a\u8a98\u5c0e\u6cd5\u307e\u3067\u3001\u660e\u65e5\u304b\u3089\u306e\u6d3b\u52d5\u306b\u6d3b\u304b\u305b\u308b\u77e5\u8b58\u3092\u307e\u3068\u3081\u305f\u3082\u306e\u3067\u3059\u3002\u50b7\u75c5\u8005\u306e\u72b6\u614b\u3092\u7684\u78ba\u306b\u628a\u63e1\u3057\u3001\u9069\u5207\u306a\u521d\u671f\u5bfe\u5fdc\u3084\u533b\u5e2b\u3078\u306e\u60c5\u5831\u4f1d\u9054\u3092\u884c\u3046\u305f\u3081\u306b\u3001\u305c\u3072\u3054\u6d3b\u7528\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p>        <!-- Section 2: ECG Basics --><\/p>\n<section class=\"fade-in-section\">\n<h2 class=\"text-3xl md:text-4xl font-bold mb-12 text-center text-white\">1. \u5fc3\u96fb\u56f3\u306e\u57fa\u672c<br \/><span class=\"text-lg font-normal text-gray-400\">\u5fc3\u81d3\u304b\u3089\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8aad\u307f\u89e3\u304f<\/span><\/h2>\n<div class=\"glass-card rounded-xl p-6 md:p-8 space-y-4\">\n<p>\u5fc3\u96fb\u56f3\u306e\u57fa\u672c\u306f\u3001<strong class=\"text-green-400\">P\u6ce2<\/strong>\uff08\u5fc3\u623f\u306e\u8208\u596e\uff09\u3001<strong class=\"text-fuchsia-400\">QRS\u6ce2<\/strong>\uff08\u5fc3\u5ba4\u306e\u8208\u596e\uff09\u3001<strong class=\"text-yellow-400\">T\u6ce2<\/strong>\uff08\u5fc3\u5ba4\u306e\u56de\u5fa9\uff09\u304c\u5fc3\u81d3\u306e\u3069\u306e\u52d5\u304d\u306b\u5bfe\u5fdc\u3059\u308b\u304b\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u3067\u3059\u300212\u8a98\u5c0e\u5fc3\u96fb\u56f3\u306f12\u306e\u8996\u70b9\u3067\u5fc3\u81d3\u3092\u7acb\u4f53\u7684\u306b\u89b3\u5bdf\u3057\u3001\u7570\u5e38\u90e8\u4f4d\u3092\u7279\u5b9a\u3059\u308b\u5f37\u529b\u306a\u30c4\u30fc\u30eb\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<div>\n<h3 class=\"font-semibold text-white\">\u30a2\u30a4\u30f3\u30c8\u30fc\u30d9\u30f3\u306e\u4e09\u89d2\u5f62\u7406\u8ad6<\/h3>\n<p class=\"text-sm text-gray-300\">\u5fc3\u96fb\u56f3\u306e\u57fa\u672c\u539f\u7406\u3002\u5fc3\u81d3\u3092\u4f53\u306e\u4e2d\u5fc3\u70b9\u3068\u307f\u306a\u3057\u3001\u4e21\u624b\u3068\u5de6\u8db3\u3067\u4f5c\u308b\u4e09\u89d2\u5f62\u3092\u57fa\u6e96\u306b\u96fb\u6c17\u73fe\u8c61\u3092\u6349\u3048\u308b\u8003\u3048\u65b9\u3067\u3001\u3053\u308c\u306b\u3088\u308a\u96fb\u6c17\u8ef8\u306e\u6982\u5ff5\u304c\u751f\u307e\u308c\u307e\u3057\u305f\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>        <!-- Section 3: Applied Monitor ECG --><\/p>\n<section class=\"fade-in-section\">\n<h2 class=\"text-3xl md:text-4xl font-bold mb-12 text-center text-white\">2. \u30e2\u30cb\u30bf\u30fc\u5fc3\u96fb\u56f3\u306e\u5fdc\u7528<br \/><span class=\"text-lg font-normal text-gray-400\">3\u70b9\u8a98\u5c0e\u3092\u4f7f\u3044\u3053\u306a\u3059<\/span><\/h2>\n<div class=\"glass-card rounded-xl p-6 md:p-8 text-center\">\n<h3 class=\"text-xl font-bold mb-4 text-sky-400\">\u306a\u305c\u53cc\u6975\u80f8\u90e8\u8a98\u5c0e\u304c\u73fe\u5834\u3067\u5f79\u7acb\u3064\u306e\u304b\uff1f<\/h3>\n<p class=\"text-lg\">\u76ee\u7684\u306f<strong class=\"text-white\">\u300c\u30ce\u30a4\u30ba\u3092\u6e1b\u3089\u3057\u3001\u898b\u305f\u3044\u60c5\u5831\u3092\u5f37\u8abf\u3059\u308b\u300d<\/strong>\u3053\u3068\u3067\u3059\u3002\u50b7\u75c5\u8005\u306e\u4f53\u52d5\u3084\u547c\u5438\u306b\u3088\u308b\u6ce2\u5f62\u306e\u63fa\u308c\u3092\u6291\u3048\u3001\u4e0d\u6574\u8108\u3084\u865a\u8840\u306e\u5224\u65ad\u306b\u5fc5\u8981\u306a\u7279\u5b9a\u306e\u6ce2\u5f62\u3092\u30af\u30ea\u30a2\u306b\u6349\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p>        <!-- Section 4: Lead Placements --><\/p>\n<section class=\"fade-in-section\">\n<h2 class=\"text-3xl md:text-4xl font-bold mb-12 text-center text-white\">\u73fe\u5834\u3067\u4f7f\u3048\u308b\u4ee3\u8868\u7684\u306a\u8a98\u5c0e\u6cd5<\/h2>\n<p>            <!-- MCL\u2081 Lead --><\/p>\n<div class=\"glass-card rounded-xl p-6 md:p-8 mb-8\">\n<div class=\"md:flex md:items-center md:gap-8\">\n<div class=\"md:w-1\/3 text-center mb-4 md:mb-0\">\n                        <svg viewBox=\"0 0 100 120\" class=\"inline-block w-40 h-48\"><path d=\"M50 0 C 40 10, 40 20, 50 20 S 60 10, 50 0 M30 25 C 20 25, 10 35, 10 50 L 10 110 C 10 120, 20 120, 30 120 H 70 C 80 120, 90 120, 90 110 L 90 50 C 90 35, 80 25, 70 25 Z\" fill=\"rgba(255,255,255,0.1)\"><\/path><circle cx=\"68\" cy=\"45\" r=\"5\" fill=\"#ef4444\"><title>\u30d7\u30e9\u30b9\u96fb\u6975 (+)<\/title><\/circle><text x=\"68\" y=\"45\" dy=\".3em\" text-anchor=\"middle\" fill=\"white\" font-size=\"6\" class=\"font-bold\">+<\/text><circle cx=\"32\" cy=\"35\" r=\"5\" fill=\"#eab308\"><title>\u30de\u30a4\u30ca\u30b9\u96fb\u6975 (-)<\/title><\/circle><text x=\"32\" y=\"35\" dy=\".3em\" text-anchor=\"middle\" fill=\"black\" font-size=\"6\" class=\"font-bold\">&#8211;<\/text><\/svg><\/p>\n<h3 class=\"text-xl font-bold mt-2\">MCL\u2081 \u8a98\u5c0e<\/h3>\n<\/p><\/div>\n<div class=\"md:w-2\/3\">\n<p class=\"mb-3\"><span class=\"highlight-tag\">\u983b\u62cd\u306e\u9451\u5225\u306b\u6700\u5f37<\/span><\/p>\n<p><strong class=\"text-white\">(+)\u96fb\u6975:<\/strong> \u80f8\u9aa8\u53f3\u7e01 \u7b2c4\u808b\u9593<\/p>\n<p><strong class=\"text-white\">(-)\u96fb\u6975:<\/strong> \u5de6\u80a9\u4e0b\uff08\u9396\u9aa8\u4e2d\u7dda\uff09<\/p>\n<p class=\"mt-2 text-sm text-gray-300\">QRS\u6ce2\u306e\u5f62\u304cV\u2081\u306b\u4f3c\u308b\u305f\u3081\u3001\u5fc3\u5ba4\u6027\u304b\u4e0a\u5ba4\u6027\u304b\u306e\u5224\u65ad\u6750\u6599\u306b\u306a\u308a\u307e\u3059\u3002\u983b\u62cd\u6027\u4e0d\u6574\u8108\u306b\u906d\u9047\u3057\u305f\u969b\u306e\u5927\u304d\u306a\u52a9\u3051\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- CM\u2085 Lead --><\/p>\n<div class=\"glass-card rounded-xl p-6 md:p-8 mb-8\">\n<div class=\"md:flex md:items-center md:gap-8\">\n<div class=\"md:w-1\/3 text-center mb-4 md:mb-0\">\n                        <svg viewBox=\"0 0 100 120\" class=\"inline-block w-40 h-48\"><path d=\"M50 0 C 40 10, 40 20, 50 20 S 60 10, 50 0 M30 25 C 20 25, 10 35, 10 50 L 10 110 C 10 120, 20 120, 30 120 H 70 C 80 120, 90 120, 90 110 L 90 50 C 90 35, 80 25, 70 25 Z\" fill=\"rgba(255,255,255,0.1)\"><\/path><circle cx=\"35\" cy=\"65\" r=\"5\" fill=\"#ef4444\"><title>\u30d7\u30e9\u30b9\u96fb\u6975 (+)<\/title><\/circle><text x=\"35\" y=\"65\" dy=\".3em\" text-anchor=\"middle\" fill=\"white\" font-size=\"6\" class=\"font-bold\">+<\/text><circle cx=\"50\" cy=\"30\" r=\"5\" fill=\"#eab308\"><title>\u30de\u30a4\u30ca\u30b9\u96fb\u6975 (-)<\/title><\/circle><text x=\"50\" y=\"30\" dy=\".3em\" text-anchor=\"middle\" fill=\"black\" font-size=\"6\" class=\"font-bold\">&#8211;<\/text><\/svg><\/p>\n<h3 class=\"text-xl font-bold mt-2\">CM\u2085 \u8a98\u5c0e<\/h3>\n<\/p><\/div>\n<div class=\"md:w-2\/3\">\n<p class=\"mb-3\"><span class=\"highlight-tag\">\u80f8\u75db\u3092\u8a34\u3048\u308b\u50b7\u75c5\u8005\u306b<\/span><\/p>\n<p><strong class=\"text-white\">(+)\u96fb\u6975:<\/strong> V\u2085\u306e\u4f4d\u7f6e\uff08\u5de6\u524d\u814b\u7aa9\u7dda \u7b2c5\u808b\u9593\uff09<\/p>\n<p><strong class=\"text-white\">(-)\u96fb\u6975:<\/strong> \u80f8\u9aa8\u67c4<\/p>\n<p class=\"mt-2 text-sm text-gray-300\">ST\u5909\u5316\u3092\u6349\u3048\u3084\u3059\u304f\u3001\u5fc3\u7b4b\u865a\u8840\u306e\u8a55\u4fa1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- NASA Lead --><\/p>\n<div class=\"glass-card rounded-xl p-6 md:p-8\">\n<div class=\"md:flex md:items-center md:gap-8\">\n<div class=\"md:w-1\/3 text-center mb-4 md:mb-0\">\n                        <svg viewBox=\"0 0 100 120\" class=\"inline-block w-40 h-48\"><path d=\"M50 0 C 40 10, 40 20, 50 20 S 60 10, 50 0 M30 25 C 20 25, 10 35, 10 50 L 10 110 C 10 120, 20 120, 30 120 H 70 C 80 120, 90 120, 90 110 L 90 50 C 90 35, 80 25, 70 25 Z\" fill=\"rgba(255,255,255,0.1)\"><\/path><circle cx=\"50\" cy=\"85\" r=\"5\" fill=\"#ef4444\"><title>\u30d7\u30e9\u30b9\u96fb\u6975 (+)<\/title><\/circle><text x=\"50\" y=\"85\" dy=\".3em\" text-anchor=\"middle\" fill=\"white\" font-size=\"6\" class=\"font-bold\">+<\/text><circle cx=\"50\" cy=\"30\" r=\"5\" fill=\"#eab308\"><title>\u30de\u30a4\u30ca\u30b9\u96fb\u6975 (-)<\/title><\/circle><text x=\"50\" y=\"30\" dy=\".3em\" text-anchor=\"middle\" fill=\"black\" font-size=\"6\" class=\"font-bold\">&#8211;<\/text><\/svg><\/p>\n<h3 class=\"text-xl font-bold mt-2\">NASA \u8a98\u5c0e<\/h3>\n<\/p><\/div>\n<div class=\"md:w-2\/3\">\n<p class=\"mb-3\"><span class=\"highlight-tag\">P\u6ce2\u304c\u898b\u305f\u3044\u6642\u306b<\/span><\/p>\n<p><strong class=\"text-white\">(+)\u96fb\u6975:<\/strong> \u5263\u72b6\u7a81\u8d77<\/p>\n<p><strong class=\"text-white\">(-)\u96fb\u6975:<\/strong> \u80f8\u9aa8\u67c4<\/p>\n<p class=\"mt-2 text-sm text-gray-300\">\u4f53\u52d5\u30ce\u30a4\u30ba\u306b\u975e\u5e38\u306b\u5f37\u304f\u3001\u5fc3\u623f\u6d3b\u52d5\u306e\u8a55\u4fa1\u3084\u539f\u56e0\u4e0d\u660e\u306e\u983b\u62cd\/\u5f90\u8108\u3067P\u6ce2\u3092\u63a2\u3059\u306e\u306b\u6709\u7528\u3067\u3059\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <\/main><\/p>\n<p>    <!-- Footer --><\/p>\n<footer class=\"fade-in-section text-center py-16 px-6 border-t border-gray-800\">\n<h2 class=\"text-2xl font-bold text-white mb-4\">\u307e\u3068\u3081\u3068\u73fe\u5834\u3067\u306e\u5831\u544a<\/h2>\n<p class=\"max-w-3xl mx-auto text-gray-400 mb-6\">\n            \u3053\u308c\u3089\u306e\u8a98\u5c0e\u6cd5\u306f\u7279\u5225\u306a\u6a5f\u6750\u306f\u4e0d\u8981\u3067\u3001\u96fb\u6975\u306e\u8cbc\u308a\u65b9\u3092\u5909\u3048\u308b\u3060\u3051\u3067\u5b9f\u8df5\u3067\u304d\u307e\u3059\u3002\u533b\u5e2b\u306b\u5831\u544a\u3059\u308b\u969b\u3082\u3001\u300cMCL\u2081\u3067\u30e2\u30cb\u30bf\u30fc\u3057\u305f\u3068\u3053\u308d\u3001QRS\u5e45\u306e\u5e83\u3044\u983b\u62cd\u3067\u3001\u5178\u578b\u7684\u306a\u5fc3\u5ba4\u6027\u983b\u62cd\u306e\u6ce2\u5f62\u3067\u3057\u305f\u300d\u3068\u4f1d\u3048\u3089\u308c\u308c\u3070\u3001\u3088\u308a\u7684\u78ba\u306a\u60c5\u5831\u5171\u6709\u304c\u53ef\u80fd\u3067\u3059\u3002\u4eca\u56de\u306e\u5185\u5bb9\u3092\u30de\u30b9\u30bf\u30fc\u3057\u3066\u3001\u660e\u65e5\u304b\u3089\u306e\u73fe\u5834\u6d3b\u52d5\u306b\u305c\u3072\u6d3b\u304b\u3057\u3066\u304f\u3060\u3055\u3044\uff01\n        <\/p>\n<\/footer>\n<\/div>\n<p><!-- \u30da\u30fc\u30b8\u306e\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306a\u3069\u3092\u5236\u5fa1\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3059 --><br \/>\n<script>\n\/\/ WordPress\u74b0\u5883\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u8907\u6570\u56de\u5b9f\u884c\u3055\u308c\u308b\u306e\u3092\u9632\u3050\u305f\u3081\u306e\u30c1\u30a7\u30c3\u30af\nif (!window.paramedicEcgScriptLoaded) {\n    window.paramedicEcgScriptLoaded = true;<\/p>\n<p>    \/\/ Simple fade-in animation on scroll\n    const sections = document.querySelectorAll('.fade-in-section');\n    if (sections.length > 0) {\n        const observer = new IntersectionObserver(entries => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('is-visible');\n                }\n            });\n        }, { threshold: 0.1 });\n        sections.forEach(section => {\n            observer.observe(section);\n        });\n    }\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6551\u547d\u58eb\u306e\u305f\u3081\u306e\u73fe\u5834\u5fc3\u96fb\u56f3\u30ac\u30a4\u30c9 3\u70b9\u8a98\u5c0e\u3092\u4f7f\u3044\u3053\u306a\u3057\u3001\u7684\u78ba\u306a\u5224\u65ad\u3078 \u6551\u547d\u58eb\u306e\u7686\u3055\u3093\u3078 \u73fe\u5834\u3067\u5f79\u7acb\u3064\u77e5\u8b58\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3001\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u306d\uff01\u3053\u306e\u30ac\u30a4\u30c9\u306f\u3001\u5fc3\u96fb\u56f3\u306e\u57fa\u790e\u304b\u3089\u73fe\u5834\u30e2\u30cb\u30bf\u30fc\u3067\u5f79\u7acb\u3064\u5fdc\u7528\u7684\u306a\u8a98\u5c0e\u6cd5\u307e\u3067\u3001\u660e\u65e5\u304b\u3089\u306e\u6d3b\u52d5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-46","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kaiketuems.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=46"}],"version-history":[{"count":1,"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":47,"href":"https:\/\/kaiketuems.com\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions\/47"}],"wp:attachment":[{"href":"https:\/\/kaiketuems.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}