{"id":2417,"date":"2023-07-06T15:56:18","date_gmt":"2023-07-06T06:56:18","guid":{"rendered":"https:\/\/www.kis.kansai-u.ac.jp\/?p=2417"},"modified":"2025-06-22T17:28:21","modified_gmt":"2025-06-22T08:28:21","slug":"health-exercise-support-system","status":"publish","type":"post","link":"https:\/\/www.kis.kansai-u.ac.jp\/?p=2417","title":{"rendered":"\u5065\u5eb7\u904b\u52d5\u652f\u63f4\u30b7\u30b9\u30c6\u30e0"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2417\" class=\"elementor elementor-2417\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9dcff65 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9dcff65\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f16078\" data-id=\"7f16078\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-311dea8 elementor-widget elementor-widget-html\" data-id=\"311dea8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>HCI Lab Research Topic: \u5065\u5eb7\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0<\/title>\n    <style>\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background-color: #f8f9fa;\n        }\n        h1, h2, h3, h4 {\n            color: #2c3e50;\n        }\n        h1 {\n            text-align: center;\n            font-size: 2.5em;\n            margin-bottom: 40px;\n            color: #34495e;\n        }\n        h4 {\n            text-align: center;\n            font-size: 2.0em;\n            margin-bottom: 40px;\n            color: #34495e;\n        }\n        .main-description {\n            background-color: #ecf0f1;\n            border-radius: 12px;\n            padding: 30px;\n            margin-bottom: 40px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        .sub-section {\n            border-radius: 12px;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n            padding: 40px;\n            margin-bottom: 60px;\n            background: linear-gradient(135deg, #fff, #f1f3f5);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .sub-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n        .sub-section h2 {\n            font-size: 1.8em;\n            margin-bottom: 25px;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 10px;\n        }\n         .content-wrapper{\n            overflow:hidden;\n        }\n        .content-wrapper p{\n            margin:0;\n        }\n         img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            margin: 20px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n       \n        \/*.sub-description img {*\/\n        \/*    float:left;*\/\n        \/*    width: 400px;*\/\n        \/*    height: auto;*\/\n        \/*    object-fit:cover;*\/\n        \/*    border-radius: 8px;*\/\n        \/*    margin: 0 20px 0 0;*\/\n        \/*    box-shadow: 0 5px 15px rgba(0,0,0,0.1);*\/\n        \/*}*\/\n        \n        .content-wrapper img {\n            float: left;\n            width: 600px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n            margin: 0 20px 20px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            cursor: pointer;\n            transition: transform 0.3s ease;\n        }\n\n        .content-wrapper img:hover {\n            transform: scale(1.05);\n        }\n        .links {\n            margin-top: 25px;\n        }\n        .links a {\n            display: inline-block;\n            background-color: #3498db;\n            color: #fff;\n            padding: 10px 20px;\n            text-decoration: none;\n            border-radius: 5px;\n            margin-right: 10px;\n            transition: all 0.3s ease;\n            font-weight: 500;\n        }\n        .links a:hover {\n            background-color: #2980b9;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 10px rgba(0,0,0,0.1);\n        }\n       \/* Modal styles *\/\n       .modal {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0,0,0,0.9);\n            align-items: center;\n            justify-content: center;\n        }\n        .modal-content-wrapper {\n            position: relative;\n            max-width: 80%;\n            max-height: 80%;\n        }\n        .modal-content {\n            display: block;\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n        .close {\n            position: absolute;\n            top: -40px;\n            right: -40px;\n            color: #f1f1f1;\n            font-size: 30px;\n            font-weight: bold;\n            cursor: pointer;\n            background-color: rgba(0, 0, 0, 0.5);\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: 0.3s;\n        }\n\n        .close:hover,\n        .close:focus {\n            color: #bbb;\n            text-decoration: none;\n            cursor: pointer;\n        }\n\n     \n        #section1 { border-top: 5px solid #3498db; }\n        #section2 { border-top: 5px solid #e74c3c; }\n        #section3 { border-top: 5px solid #2ecc71; }\n        #section4 { border-top: 5px solid #adacac; }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"main-description\">\n        <h1>\u30e6\u30fc\u30b6\u306e\u5065\u5eb7\u3092\u30b5\u30dd\u30fc\u30c8\uff01<\/h1>\n        <p>\u73fe\u4ee3\u793e\u4f1a\u3067\u306f\uff0c\u751f\u6d3b\u7fd2\u6163\u75c5\u304c\u5371\u967a\u8996\u3055\u308c\u3066\u3044\u307e\u3059\uff0e\u7279\u306b\uff0c\u69d8\u3005\u306a\u751f\u6d3b\u7fd2\u6163\u75c5\u306e\u539f\u56e0\u3068\u3055\u308c\u308b\u80a5\u6e80\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u3053\u3068\u304c\u6ce8\u76ee\u3055\u308c\u3066\u3044\u307e\u3059\uff0e\u4efb\u5929\u5802\u306eWiiFit\u306a\u3069\uff0c\u624b\u8efd\u306b\u5bb6\u5ead\u3067\u884c\u3048\u308b\u904b\u52d5\u6a5f\u5668\u304c\u666e\u53ca\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4eba\u3005\u306f\u6bd4\u8f03\u7684\u7c21\u5358\u306b\u5065\u5eb7\u7ba1\u7406\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3057\u305f\uff0e\u307e\u305f\uff0c\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u306e\u30bb\u30f3\u30b5\u3092\u5229\u7528\u3057\u305f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u306f\uff0c\u6d88\u8cbb\u3057\u305f\u30ab\u30ed\u30ea\u30fc\u3084\uff0c\u30e6\u30fc\u30b6\u306e\u4f53\u91cd\u306e\u5909\u5316\u306a\u3069\u3092\u8a18\u9332\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\uff0e\u3055\u3089\u306b\uff0c\u8155\u306a\u3069\u306b\u88c5\u7740\u3059\u308b\u30a6\u30a7\u30a2\u30e9\u30d6\u30eb\u30c7\u30d0\u30a4\u30b9\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u306b\u3088\u308a\uff0c\u3088\u308a\u7cbe\u5bc6\u306b\u30e6\u30fc\u30b6\u306e\u60c5\u5831\u3092\u8a08\u6e2c\uff0c\u8a18\u9332\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3057\u305f\uff0e\u3057\u304b\u3057\uff0c\u65e2\u5b58\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u306f\uff0c\u30e6\u30fc\u30b6\u500b\u4eba\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u306b\u5408\u308f\u305b\u305f\u98df\u4e8b\u3084\u904b\u52d5\u3092\u63d0\u6848\u3059\u308b\u3082\u306e\u306f\u3042\u308a\u307e\u305b\u3093\uff0e<br>\u672c\u7814\u7a76\u3067\u306f\uff0c\u5065\u5eb7\u7ba1\u7406\u306e\u4e00\u3064\u3068\u3057\u3066\u904b\u52d5\u3068\u98df\u4e8b\u306b\u7740\u76ee\u3057\uff0c\u3053\u308c\u3089\u3092\u30e6\u30fc\u30b6\u500b\u4eba\u306b\u5408\u308f\u305b\u3066\u63d0\u6848\u3059\u308b\u5065\u5eb7\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u306e\u958b\u767a\u3092\u884c\u3063\u3066\u3044\u307e\u3059\uff0e<\/p>\n        <h2>\u5065\u5eb7\u904b\u52d5\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\u306e\u6982\u8981<\/h2>\n        <div class=\"sub-section\">\n        <p>\u4e0b\u56f3\u306f\uff0c\u5065\u5eb7\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u306e\u6982\u8981\u3092\u8868\u3057\u3066\u3044\u307e\u3059\uff0e\u30b7\u30b9\u30c6\u30e0\u306f\uff0c\u30e6\u30fc\u30b6\u306e\u8eab\u4f53\u60c5\u5831\u304b\u3089\u76ee\u6a19\u306b\u5408\u308f\u305b\u305f\u904b\u52d5\u3084\u98df\u4e8b\u306e\u63d0\u6848\u3092\u884c\u3044\u307e\u3059\uff0e\u3053\u306e\u969b\uff0c\u5065\u5eb7\u7ba1\u7406\u306e\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u3092\u7dad\u6301\u3059\u308b\u305f\u3081\u306b\uff0c\u30e6\u30fc\u30b6\u306e\u597d\u307f\u306e\u98df\u4e8b\u3084\u904b\u52d5\u3092\u63d0\u6848\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059\uff0e<\/p>\n        <div style = \"text-align:center\">\n         <img decoding=\"async\" src=\"https:\/\/www.kis.kansai-u.ac.jp\/wp-content\/uploads\/2018\/03\/health1.jpg\" alt=\"\u30b7\u30b9\u30c6\u30e0\u306e\u30a4\u30e1\u30fc\u30b8\">\n         <figcaption>\u30b7\u30b9\u30c6\u30e0\u306e\u6982\u8981\u56f3<\/figcaption>\n         <\/div>\n         <h2>\u30e6\u30fc\u30b6\u306b\u904b\u52d5\u3092\u63d0\u6848\u3059\u308b\u30b7\u30b9\u30c6\u30e0<\/h2>\n          <p>\u30e6\u30fc\u30b6\u306b\u5408\u3063\u305f\u904b\u52d5\u91cf\u3092\u6e80\u305f\u3059\u904b\u52d5\u3092\u63d0\u793a\u3059\u308b\u30b7\u30b9\u30c6\u30e0\u306b\u3064\u3044\u3066\u7d39\u4ecb\u3057\u307e\u3059\uff0e\u3053\u306e\u30b7\u30b9\u30c6\u30e0\u306e\u76ee\u7684\u306f\uff0c\u69d8\u3005\u306a\u904b\u52d5\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\uff0c\u30e6\u30fc\u30b6\u304c\u76ee\u6a19\u3068\u3059\u308b\u904b\u52d5\u5f37\u5ea6\u306e\u904b\u52d5\u30e1\u30cb\u30e5\u30fc\u3092\u63d0\u793a\u3059\u308b\u3053\u3068\u3067\u3059\uff0e\u3057\u304b\u3057\uff0c\u6bce\u65e5\u540c\u3058\u3088\u3046\u306a\u904b\u52d5\u30e1\u30cb\u30e5\u30fc\u3092\u85a6\u3081\u3089\u308c\u308b\u3068\uff0c\u30e6\u30fc\u30b6\u306e\u904b\u52d5\u3078\u306e\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u304c\u524a\u304c\u308c\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093\uff0e\u305d\u3053\u3067\u672c\u7814\u7a76\u3067\u306f\uff0c\u30d5\u30a3\u30c3\u30c8\u30cd\u30b9\u30af\u30e9\u30d6\u3067\u4e00\u822c\u7684\u306b\u7528\u3044\u3089\u308c\u308b\u904b\u52d5\u7d04200\u7a2e\u985e\u3092\u7528\u3044\u3066\uff0c\u69d8\u3005\u306a\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u30e1\u30cb\u30e5\u30fc\u3092\u63d0\u793a\u3059\u308b\u30b7\u30b9\u30c6\u30e0\u306e\u691c\u8a0e\u3092\u884c\u3044\u307e\u3057\u305f\uff0e<\/p>\n          <div style = \"text-align:center\">\n         <img decoding=\"async\" src=\"https:\/\/www.kis.kansai-u.ac.jp\/wp-content\/uploads\/2018\/03\/health2.jpg\" alt=\"\u30b7\u30b9\u30c6\u30e0\u306e\u30a4\u30e1\u30fc\u30b8\">\n         <figcaption>\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306b\u5bcc\u3093\u3060\u904b\u52d5\u30e1\u30cb\u30e5\u30fc<\/figcaption>\n         <\/div>\n    <\/div>\n    <div>\n    <p>\u4e0a\u8a18\u306e\u30b7\u30b9\u30c6\u30e0\u306f\uff0c\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u4e0a\u3067\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u884c\u3063\u305f\u7d50\u679c\uff0c\u6709\u52b9\u6027\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f\uff0e \u4eca\u5f8c\u306f\uff0c\u904b\u52d5\u63d0\u6848\u30b7\u30b9\u30c6\u30e0\u3068\u5408\u308f\u305b\u305f\u98df\u4e8b\u306e\u63d0\u6848\u3084\uff0c\u30a6\u30a7\u30a2\u30e9\u30d6\u30eb\u7aef\u672b\u3092\u4f7f\u3063\u3066\u697d\u3057\u304f\u5065\u5eb7\u7ba1\u7406\u304c\u3067\u304d\u308b\u30b7\u30b9\u30c6\u30e0\u306e\u69cb\u7bc9\u3092\u76ee\u6307\u3057\u3066\u3044\u304f\u4e88\u5b9a\u3067\u3059\uff0e<\/p>\n<\/div>\n    <\/div>\n    \n      <h4 >\u95a2\u9023\u7814\u7a76\u7d39\u4ecb<\/h4>\n      \n    <div id=\"section1\" class=\"sub-section\">\n        <h2>\u96c6\u56e3\u904b\u52d5\u306e\u610f\u6b32\u5411\u4e0a\u3092\u4fc3\u3059\u30cf\u30fc\u30e2\u30cb\u30fc\u751f\u6210\u30b7\u30b9\u30c6\u30e0<\/h2>\n        <div class=\"content-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/www.kis.kansai-u.ac.jp\/wp-content\/uploads\/2018\/03\/kobayashi.png\" alt=\"\u30a4\u30e9\u30b9\u30c8\u751f\u6210\u30b7\u30b9\u30c6\u30e0\u306e\u30a4\u30e1\u30fc\u30b8\" class=\"enlarge-image\">\n        <p>\u672c\u7814\u7a76\u3067\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u30a8\u30af\u30b5\u30b5\u30a4\u30ba\u306e\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u3092\u9ad8\u3081\u308b\u305f\u3081\u306e\u30cf\u30fc\u30e2\u30cb\u30fc\u751f\u6210\u30b7\u30b9\u30c6\u30e0\u3092\u63d0\u6848\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30b7\u30b9\u30c6\u30e0\u306f\u3001\u8907\u6570\u30e6\u30fc\u30b6\u30fc\u306e\u52d5\u304d\u306b\u57fa\u3065\u3044\u3066\u97f3\u3092\u751f\u6210\u3057\u3001\u500b\u3005\u306e\u97f3\u3092\u91cd\u306d\u5408\u308f\u305b\u308b\u3053\u3068\u3067\u5354\u8abf\u7684\u306a\u97f3\u697d\u6f14\u594f\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u30e6\u30fc\u30b6\u30fc\u9593\u306e\u97f3\u751f\u6210\u306e\u30bf\u30a4\u30df\u30f3\u30b0\u306e\u305a\u308c\u3092\u88dc\u6b63\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u30cf\u30fc\u30e2\u30cb\u30fc\u306e\u751f\u6210\u3092\u652f\u63f4\u3057\u307e\u3059\u3002\u5b9f\u9a13\u3067\u306f\u3001\u30b5\u30a6\u30f3\u30c9\u751f\u6210\u3068\u88dc\u6b63\u306e\u6709\u7121\u3001\u304a\u3088\u3073\u88dc\u6b63\u306e\u5ea6\u5408\u3044\u3092\u5909\u5316\u3055\u305b\u306a\u304c\u3089\u3001\u53c2\u52a0\u8005\u306b\u69d8\u3005\u306a\u904b\u52d5\u30d1\u30bf\u30fc\u30f3\u3092\u5b9f\u884c\u3057\u3066\u3082\u3089\u3044\u3001\u30b7\u30b9\u30c6\u30e0\u306e\u6709\u52b9\u6027\u3092\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059\u3002\u5b9f\u9a13\u7d50\u679c\u304b\u3089\uff0c\u904b\u52d5\u52d5\u4f5c\u306b\u3088\u308b\u96c6\u56e3\u3067\u306e\u6f14\u594f\u306b\u3088\u308a\uff0c\u904b\u52d5\u306e\u697d\u3057\u3055\u3092\u5411\u4e0a\u3067\u304d\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3057\u305f\uff0e\u307e\u305f\uff0c\u5404\u30e6\u30fc\u30b6\u306e\u97f3\u58f0\u306e\u751f\u6210\u30bf\u30a4\u30df\u30f3\u30b0\u3092\u88dc\u6b63\u3059\u308b\u3053\u3068\u3067\uff0c\u4e00\u4f53\u611f\u3092\u6f14\u51fa\u3057\u5fc3\u7406\u7684\u8ca0\u62c5\u3092\u8efd\u6e1b\u3067\u304d\u308b\u3053\u3068\u3084\uff0c\u30e6\u30fc\u30b6\u306e\u904b\u52d5\u610f\u6b32\u3092\u5411\u4e0a\u3067\u304d\u308b\u3053\u3068\u304c\u793a\u5506\u3055\u308c\u307e\u3057\u305f\uff0e<\/p>\n        <\/div>\n    <\/div>\n    \n    <div id=\"section2\" class=\"sub-section\">\n        <h2>\u30af\u30ed\u30b9\u30e2\u30fc\u30c0\u30eb\u52b9\u679c\u3092\u7528\u3044\u305f\u904b\u52d5\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\u306b\u95a2\u3059\u308b\u7814\u7a76<\/h2>\n        <div class=\"content-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/www.kis.kansai-u.ac.jp\/wp-content\/uploads\/2018\/03\/yoshida_research.png\" alt=\"\u30b7\u30b9\u30c6\u30e0\u306e\u30a4\u30e1\u30fc\u30b8\" class=\"enlarge-image\">\n         \n        <p>\u672c\u7814\u7a76\u3067\u306f\uff0c\u8996\u899a\u3068\u8074\u899a\u306e2\u3064\u306e\u611f\u899a\u304c\u76f8\u4e92\u4f5c\u7528\u3057\u5f71\u97ff\u3057\u5408\u3046\u30af\u30ed\u30b9\u30e2\u30fc\u30c0\u30eb\u52b9\u679c\u306b\u3088\u308a\uff0c\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u8ca0\u8377\u304c\u8efd\u6e1b\u3055\u308c\u305f\u304b\u306e\u3088\u3046\u306a\u932f\u899a\u3092\u751f\u307f\u51fa\u3059\u4eee\u60f3\u73fe\u5b9f\uff08VR\uff09\u30b7\u30b9\u30c6\u30e0\u3092\u63d0\u6848\u3057\u307e\u3059\uff0e\u672c\u30b7\u30b9\u30c6\u30e0\u306f\uff0c\u30b9\u30af\u30ef\u30c3\u30c8\u904b\u52d5\u4e2d\u306b\u30e6\u30fc\u30b6\u30fc\u304c\u30d0\u30e9\u30f3\u30b9\u3092\u5d29\u3059\u306e\u3092\u9632\u3050\u305f\u3081\u306b\u5ea7\u9762\u9ad8\u3055\u3092\u8abf\u6574\u3059\u308b\u6905\u5b50\u3068\uff0c\u30e6\u30fc\u30b6\u30fc\u306e\u52d5\u304d\u306b\u57fa\u3065\u3044\u3066\u5909\u5316\u3059\u308b3D\u30b7\u30fc\u30f3\u3092\u6295\u5f71\u3059\u308b\u975e\u900f\u904e\u578b\u30d8\u30c3\u30c9\u30de\u30a6\u30f3\u30c8\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u3092\u4f7f\u7528\u3057\u307e\u3059\uff0e\u6ca1\u5165\u50be\u5411\u7279\u6027\u3068\u4e3b\u89b3\u7684\u75b2\u52b4\u5ea6\u306e\u95a2\u4fc2\u3092\u63a2\u308b\u305f\u3081\uff0c\u8a55\u4fa1\u5b9f\u9a13\u3092\u5b9f\u65bd\u3057\u307e\u3057\u305f\uff0e\u7d50\u679c\u3068\u3057\u3066\uff0c\u30b7\u30b9\u30c6\u30e0\u306e\u88dc\u52a9\u306f\u4e3b\u89b3\u7684\u75b2\u52b4\u3092\u8efd\u6e1b\u3057\uff0c\u5fc3\u62cd\u6570\u3078\u306e\u5f71\u97ff\u306f\u6700\u5c0f\u9650\u3067\u3042\u308b\u3053\u3068\u304c\u793a\u3055\u308c\u307e\u3057\u305f\uff0e\u3055\u3089\u306b\uff0c\u30a2\u30d0\u30bf\u30fc\u306e\u52d5\u304d\u3068\u88ab\u9a13\u8005\u81ea\u8eab\u306e\u52d5\u304d\u3068\u306e\u9593\u306b\u9855\u8457\u306a\u305a\u308c\u304c\u751f\u3058\u305f\u3053\u3068\u306b\u3088\u308a\uff0c\u88ab\u9a13\u8005\u306e\u6ca1\u5165\u50be\u5411\u304c\u4e3b\u89b3\u7684\u75b2\u52b4\u306e\u5897\u52a0\u306b\u5bc4\u4e0e\u3057\u305f\u53ef\u80fd\u6027\u304c\u793a\u3055\u308c\u307e\u3057\u305f\uff0e\u3053\u306e\u7814\u7a76\u306b\u3088\u308a\uff0cVR\u3092\u6d3b\u7528\u3057\u3066\u904b\u52d5\u6642\u306e\u4e3b\u89b3\u7684\u306a\u75b2\u52b4\u611f\u3092\u8efd\u6e1b\u3057\uff0c\u3088\u308a\u5feb\u9069\u306a\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u4f53\u9a13\u3092\u63d0\u4f9b\u3067\u304d\u308b\u53ef\u80fd\u6027\u304c\u793a\u5506\u3055\u308c\u307e\u3059\uff0e<\/p>\n        <\/div>\n        <\/div>\n   \n    \n     <div id=\"section4\" class=\"sub-section\">\n        <h2>\u53c2\u8003\u6587\u732e<\/h2>\n        <p>Y.Hayashi, R.Oku, H.Takenouchi, M.Tokuamaru, \u201d Consideration of Ingredient Purchases Using the Healthy Eating Habits Support System\u201d, 16th International Symposium on Advanced Intelligent Systems (ISIS2015), F1e-1, pp.794-803, 2015-11 (Mokpo, Korea).<\/p>\n        <p>\u5965 \u826f\u592a\uff0c\u7af9\u4e4b\u5185 \u5b8f\uff0c\u5fb3\u4e38 \u6b63\u5b5d\uff0c\u201c\u98df\u751f\u6d3b\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\u306b\u304a\u3051\u308b\u30e6\u30fc\u30b6\u306e\u7d30\u3084\u304b\u306a\u55dc\u597d\u3092\u8868\u73fe\u3059\u308b\u611f\u6027\u30e2\u30c7\u30eb\u306e\u63d0\u6848\u201d\uff0c\u7b2c11\u56de\u65e5\u672c\u611f\u6027\u5de5\u4f1a\u6625\u5b63\u5927\u4f1a, G3-3, 2016-03\uff08\u795e\u6238\uff09\uff0e<\/p>\n        <p>\u661f\u91ce \u611b\u53cb\uff0c\u7af9\u4e4b\u5185 \u5b8f\uff0c\u5fb3\u4e38 \u6b63\u5b5d\uff0c\u201c\u30e6\u30fc\u30b6\u306e\u55dc\u597d\u3092\u8003\u616e\u3057\u305f\u904b\u52d5\u3092\u63a8\u85a6\u3059\u308b\u5065\u5eb7\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u201d\uff0c\u65e5\u672c\u77e5\u80fd\u60c5\u5831\u30d5\u30a1\u30b8\u30a3\u5b66\u4f1a \u7b2c27\u56de \u30bd\u30d5\u30c8\u30b5\u30a4\u30a8\u30f3\u30b9\u30fb\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\uff0cA4-2, pp.57-58\uff0c2017-03\uff08\u79cb\u7530\uff09\uff0e<\/p>\n        <p>Akihiro Yoshida, Emmanuel Ayedoun, Masataka Tokumaru, \u201cLeveraging Cross-Modal Effects to Support Squat Exercise\u201d, The 9th International Symposium on Affective Science and Engineering (ISASE 2023), PM-1B-04, 2023-03 (Online).<\/p>\n        <p>\u5c0f\u6797 \u9678\u9580\uff0c\u30a2\u30a4\u30a8\u30c9\u30a5\u30f3 \u30a8\u30de\u30cc\u30a8\u30eb\uff0c\u5fb3\u4e38 \u6b63\u5b5d\uff0c\u201d\u96c6\u56e3\u904b\u52d5\u306e\u610f\u6b32\u5411\u4e0a\u3092\u4fc3\u3059\u30cf\u30fc\u30e2\u30cb\u30fc\u751f\u6210\u30b7\u30b9\u30c6\u30e0\u201d, \u65e5\u672c\u77e5\u80fd\u60c5\u5831\u30d5\u30a1\u30b8\u30a3\u5b66\u4f1a \u7b2c39\u56de\u30d5\u30a1\u30b8\u30a3\u30b7\u30b9\u30c6\u30e0\u30b7\u30f3\u30dd\u30b8\u30a6\u30e0\uff0c1F2-1\uff0cpp.266-270\uff0c2023-09\uff08\u9577\u91ce\uff0c\u8efd\u4e95\u6ca2\uff09.<\/p>\n        \n       \n        <\/div>\n     <div id=\"imageModal\" class=\"modal\">\n         <div class =\"modal-content-wrapper\">\n            <span class=\"close\">&times;<\/span>\n            <img class=\"modal-content\" id=\"enlargedImage\">\n        <\/div>\n    <\/div>\n    <script>\n        var modal = document.getElementById(\"imageModal\");\n        var modalImg = document.getElementById(\"enlargedImage\");\n        var closeBtn = document.getElementsByClassName(\"close\")[0];\n\n        \/\/ Get all images with class 'enlarge-image'\n        var images = document.getElementsByClassName(\"enlarge-image\");\n\n        \/\/ Attach click event to each image\n        for (var i = 0; i < images.length; i++) {\n            images[i].onclick = function(){\n                modal.style.display = \"flex\";\n                modalImg.src = this.src;\n            }\n        }\n\n        \/\/ Close the modal when clicking on <span> (x)\n        closeBtn.onclick = function() {\n            modal.style.display = \"none\";\n        }\n\n        \/\/ Close the modal when clicking outside the image\n        window.onclick = function(event) {\n            if (event.target == modal) {\n                modal.style.display = \"none\";\n            }\n        }\n\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u73fe\u4ee3\u793e\u4f1a\u306b\u304a\u3044\u3066\uff0c\u751f\u6d3b\u7fd2\u6163\u75c5\u306e\u8105\u5a01\u304c\u307e\u3059\u307e\u3059\u5897\u52a0\u3057\u3066\u3044\u307e\u3059\uff0e\u305d\u308c\u306b\u4f34\u3044\uff0c\u69d8\u3005\u306a\u751f\u6d3b\u7fd2\u6163\u75c5\u3078\u306e\u5bfe\u51e6\u304c\u6ce8\u76ee\u3055\u308c\u3066\u3044\u307e\u3059\uff0e\u8fd1\u5e74\u3067\u306f\uff0cApple Watch\u3084Fitbit\u306a\u3069\u306e\u30c7\u30d0\u30a4\u30b9\u304c\u767b\u5834\u3057\uff0c\u624b\u8efd\u306b\u4f53\u306e\u72b6\u614b\u3092\u628a\u63e1\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\uff0e\u3053\u308c\u306b\u3088\u308a\uff0c\u4eba\u3005\u306f\u6bd4\u8f03\u7684\u5bb9\u6613\u306b\u5065\u5eb7\u7ba1\u7406\u304c\u53ef\u80fd\u306b\u306a\u308a\uff0c\u81ea\u8eab\u306e\u751f\u6d3b\u7fd2\u6163\u306b\u5bfe\u3059\u308b\u610f\u8b58\u304c\u5411\u4e0a\u3057\u3066\u3044\u307e\u3059\uff0e<\/p>\n","protected":false},"author":1,"featured_media":4583,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[457],"tags":[],"class_list":["post-2417","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-research-topics-ja"],"_links":{"self":[{"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/posts\/2417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2417"}],"version-history":[{"count":26,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/posts\/2417\/revisions"}],"predecessor-version":[{"id":4963,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/posts\/2417\/revisions\/4963"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=\/wp\/v2\/media\/4583"}],"wp:attachment":[{"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kis.kansai-u.ac.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}