html,
body {
background: #fff !important;
margin: 0;
padding: 0;
}
.jr-article {
font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
color: #1e1e1e;
background: #fff !important;
line-height: 2.0;
font-size: 16px !important;
max-width: 780px;
margin: 0 auto;
padding: 0 4px;
text-align: left !important;
}
.jr-article * { box-sizing: border-box; }
.jr-article img { max-width: 100%; height: auto; display: block; }
.jr-article a { color: #185FA5; }
.jr-article p { text-align: left !important; }
@media (max-width: 600px) {
.jr-article { font-size: 15px !important; padding: 0 2px; }
.jr-section h2 { font-size: 17px !important; }
.jr-section h3 { font-size: 15px !important; }
.jr-section p { font-size: 14.5px !important; }
.jr-toc { padding: 16px 18px; }
.jr-toc li { font-size: 13px !important; }
.jr-point ul li { font-size: 14px !important; }
.jr-research { font-size: 13.5px !important; }
.jr-warn { font-size: 13.5px !important; }
.jr-exp p { font-size: 14px !important; }
.jr-cta h2 { font-size: 17px !important; }
.jr-cta p { font-size: 13px !important; }
.jr-author-top { padding: 12px 14px; gap: 12px; }
.jr-author-top img { width: 52px; height: 52px; }
.jr-author-top .name { font-size: 13px !important; }
.jr-author-top .title { font-size: 11px !important; }
.jr-crit-grid { grid-template-columns: 1fr !important; }
.jr-dose-metrics { gap: 16px; }
.jr-dose-metric .val { font-size: 26px !important; }
.jr-author-footer .af-head { flex-direction: row; align-items: center; }
}
.jr-author-top {
display: flex;
gap: 16px;
align-items: center;
background: #f6faf8;
border: 1px solid #dde8e3;
border-left: 4px solid #1D9E75;
border-radius: 0 10px 10px 0;
padding: 16px 18px;
margin-bottom: 28px;
text-align: left !important;
}
.jr-author-top img {
width: 64px;
height: 64px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 2px solid #E1F5EE;
}
.jr-author-top .name {
font-size: 14px !important;
font-weight: 700;
color: #04342C;
margin-bottom: 4px;
text-align: left !important;
}
.jr-author-top .title {
font-size: 12px !important;
color: #5a5a5a;
line-height: 1.7;
text-align: left !important;
}
.jr-lead {
background: #fff;
border-bottom: 1px solid #dde8e3;
padding: 4px 0 26px;
margin-bottom: 26px;
}
.jr-lead h1 {
font-size: 24px !important;
line-height: 1.5;
color: #04342C;
margin: 0 0 16px 0;
font-weight: 700;
text-align: left !important;
}
.jr-lead p {
font-size: 15.5px !important;
line-height: 2.0;
margin: 0 0 14px 0;
}
.jr-toc {
background: #E1F5EE;
border-radius: 10px;
padding: 20px 24px;
margin-bottom: 36px;
text-align: left !important;
}
.jr-toc h2 {
font-size: 14px !important;
font-weight: 700;
color: #04342C;
margin: 0 0 12px 0;
text-align: left !important;
}
.jr-toc ol {
padding-left: 0;
margin: 0;
list-style: none;
counter-reset: toc-counter;
}
.jr-toc li {
font-size: 14px !important;
color: #0F6E56;
margin-bottom: 6px;
padding-left: 28px;
position: relative;
counter-increment: toc-counter;
text-align: left !important;
}
.jr-toc li::before {
content: counter(toc-counter) ".";
position: absolute;
left: 0;
color: #0F6E56;
font-weight: 700;
font-size: 14px !important;
}
.jr-toc li a { color: #0F6E56; text-decoration: none; }
.jr-section {
padding: 40px 0 28px;
border-bottom: 1px solid #e4ede8;
text-align: left !important;
}
.jr-section:last-of-type { border-bottom: none; }
.jr-section * { text-align: left !important; }
.jr-section .jr-dose,
.jr-section .jr-dose * { text-align: center !important; }
.jr-section .jr-cta,
.jr-section .jr-cta * { text-align: center !important; }
.jr-section-label {
display: inline-block !important;
background: #1D9E75 !important;
color: #fff !important;
font-size: 11px !important;
font-weight: 700 !important;
letter-spacing: 0.08em !important;
padding: 3px 12px !important;
border-radius: 3px !important;
margin-bottom: 10px !important;
text-align: left !important;
line-height: 1.4 !important;
}
.jr-section h2 {
font-size: 20px !important;
font-weight: 700;
color: #04342C;
line-height: 1.5;
margin: 0 0 18px 0;
text-align: left !important;
}
.jr-section h3 {
font-size: 16px !important;
font-weight: 700;
color: #1D9E75;
margin: 28px 0 10px;
padding-left: 12px;
border-left: 3px solid #1D9E75;
line-height: 1.5;
}
.jr-section p {
font-size: 15.5px !important;
margin: 0 0 16px 0;
line-height: 2.0;
}
.jr-image {
margin: 24px 0;
border-radius: 10px;
overflow: hidden;
border: 1px solid #dde8e3;
}
.jr-image img { width: 100%; }
.jr-image .caption {
background: #f6faf8;
padding: 8px 14px;
font-size: 12px !important;
color: #5a5a5a;
text-align: center !important;
border-top: 1px solid #dde8e3;
}
.jr-point {
background: #E1F5EE;
border-left: 4px solid #1D9E75;
border-radius: 0 8px 8px 0;
padding: 18px 20px;
margin: 18px 0;
}
.jr-point .pt {
font-size: 13px !important;
font-weight: 700;
color: #0F6E56;
margin-bottom: 10px;
}
.jr-point ul {
list-style: none;
padding: 0;
margin: 0;
}
.jr-point ul li {
font-size: 15px !important;
color: #04342C;
padding: 4px 0 4px 22px;
position: relative;
line-height: 1.7;
}
.jr-point ul li::before {
content: "✓";
position: absolute;
left: 0;
color: #1D9E75;
font-weight: 700;
}
.jr-ev-tag {
display: inline-block;
font-size: 10px !important;
font-weight: 700;
letter-spacing: 0.08em;
padding: 2px 8px;
border-radius: 3px;
margin-bottom: 6px;
text-transform: uppercase;
}
.jr-ev-tag.guide { background: #E6F1FB; color: #0C447C; }
.jr-ev-tag.rct { background: #FAEEDA; color: #633806; }
.jr-research {
background: #fff;
border: 1px solid #dde8e3;
border-radius: 8px;
padding: 16px 18px;
margin: 14px 0;
font-size: 14.5px !important;
line-height: 1.85;
}
.jr-research .cite {
font-size: 11px !important;
color: #5a5a5a;
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid #e8e8e8;
}
.jr-table-wrap { overflow-x: auto; margin: 18px 0; }
table.jr-table {
width: 100%;
border-collapse: collapse;
font-size: 14px !important;
min-width: 520px;
}
table.jr-table thead tr { background: #1D9E75; color: #fff; }
table.jr-table th {
padding: 10px 14px;
font-weight: 600;
text-align: left !important;
font-size: 13px !important;
}
table.jr-table td {
padding: 10px 14px;
border-bottom: 1px solid #dde8e3;
vertical-align: top;
line-height: 1.6;
text-align: left !important;
}
table.jr-table tr:nth-child(even) { background: #f6faf8; }
.jr-badge-ok {
display: inline-block;
background: #EAF3DE;
color: #3B6D11;
font-size: 11px !important;
font-weight: 700;
padding: 2px 9px;
border-radius: 10px;
white-space: nowrap;
}
.jr-crit-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
margin: 18px 0;
}
.jr-crit-card {
border: 1px solid #dde8e3;
border-radius: 8px;
padding: 16px 18px;
}
.jr-crit-card.yes { border-top: 3px solid #1D9E75; }
.jr-crit-card.no { border-top: 3px solid #c68a00; }
.jr-crit-card h4 {
font-size: 13px !important;
font-weight: 700;
margin: 0 0 10px 0;
}
.jr-crit-card.yes h4 { color: #0F6E56; }
.jr-crit-card.no h4 { color: #8A6100; }
.jr-crit-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.jr-crit-card li {
font-size: 14px !important;
padding: 3px 0 3px 20px;
position: relative;
line-height: 1.6;
}
.jr-crit-card.yes li::before {
content: "○";
position: absolute;
left: 0;
color: #1D9E75;
font-size: 12px !important;
}
.jr-crit-card.no li::before {
content: "△";
position: absolute;
left: 0;
color: #c68a00;
font-size: 12px !important;
}
.jr-dose {
background: #0F6E56;
color: #fff;
border-radius: 10px;
padding: 26px 20px;
margin: 22px 0;
text-align: center !important;
}
.jr-dose .dl {
font-size: 12px !important;
letter-spacing: 0.1em;
opacity: 0.85;
margin-bottom: 16px;
}
.jr-dose-metrics {
display: flex;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
}
.jr-dose-metric .val {
font-size: 32px !important;
font-weight: 700;
line-height: 1;
margin-bottom: 4px;
}
.jr-dose-metric .val span { font-size: 15px !important; }
.jr-dose-metric .unit {
font-size: 12px !important;
opacity: 0.85;
}
.jr-dose-divider {
width: 1px;
background: rgba(255,255,255,0.25);
align-self: stretch;
}
.jr-warn {
background: #FFF3CD;
border: 1px solid #c68a00;
border-radius: 8px;
padding: 14px 18px;
margin: 16px 0;
font-size: 14px !important;
color: #3d2b00;
line-height: 1.8;
}
.jr-warn strong { color: #8A6100; }
.jr-exp {
background: #fff;
border: 1px solid #dde8e3;
border-radius: 10px;
padding: 28px 22px 20px;
margin: 22px 0;
position: relative;
}
.jr-exp-label {
display: inline-block;
background: #1D9E75;
color: #fff;
font-size: 11px !important;
font-weight: 700;
padding: 4px 14px;
border-radius: 3px;
position: absolute;
top: -13px;
left: 16px;
}
.jr-exp p {
font-size: 15px !important;
margin: 0 0 12px 0;
line-height: 1.9;
}
.jr-exp p:last-child { margin-bottom: 0; }
.jr-cta {
background: linear-gradient(135deg, #04342C, #1D9E75);
color: #fff;
border-radius: 12px;
padding: 32px 24px;
margin: 36px 0;
text-align: center !important;
}
.jr-cta h2 {
font-size: 19px !important;
font-weight: 700;
margin: 0 0 10px 0;
text-align: center !important;
}
.jr-cta p {
font-size: 14px !important;
opacity: 0.9;
margin: 0 0 18px 0;
line-height: 1.7;
text-align: center !important;
}
.jr-cta a {
display: inline-block;
background: #fff;
color: #0F6E56;
font-weight: 700;
font-size: 15px !important;
padding: 11px 28px;
border-radius: 6px;
text-decoration: none;
}
.jr-author-footer {
border: 1px solid #dde8e3;
border-radius: 10px;
padding: 22px;
margin: 32px 0 16px;
}
.jr-author-footer .af-head {
display: flex;
gap: 14px;
align-items: center;
margin-bottom: 14px;
}
.jr-author-footer .af-photo {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 2px solid #E1F5EE;
}
.jr-author-footer .af-name {
font-size: 14px !important;
font-weight: 700;
color: #04342C;
margin-bottom: 3px;
text-align: left !important;
}
.jr-author-footer .af-title {
font-size: 12px !important;
color: #5a5a5a;
line-height: 1.6;
text-align: left !important;
}
.jr-author-footer .af-body {
font-size: 13px !important;
color: #5a5a5a;
line-height: 1.85;
text-align: left !important;
}
.jr-author-footer .af-body strong {
color: #1D9E75;
display: block;
margin-top: 10px;
margin-bottom: 3px;
font-size: 12px !important;
text-align: left !important;
}
.jr-author-footer * { text-align: left !important; }
.jr-disclaimer {
background: #f8f8f8;
border: 1px solid #ccc;
border-radius: 8px;
padding: 16px 20px;
margin: 32px 0 8px;
text-align: left !important;
}
.jr-disclaimer h3 {
font-size: 13px !important;
font-weight: 700;
color: #555;
margin: 0 0 8px 0;
text-align: left !important;
}
.jr-disclaimer p {
font-size: 12px !important;
color: #777;
line-height: 1.8;
margin: 0;
text-align: left !important;
}
.jr-article-info {
font-size: 12px !important;
color: #888;
border-top: 1px solid #e0e0e0;
padding-top: 12px;
margin-top: 12px;
text-align: left !important;
line-height: 1.8;
}
.jr-refs {
background: #f6faf8;
border-radius: 10px;
padding: 24px;
margin: 28px 0 8px;
}
.jr-refs h2 {
font-size: 14px !important;
font-weight: 700;
color: #04342C;
margin: 0 0 14px 0;
padding-bottom: 10px;
border-bottom: 2px solid #1D9E75;
text-align: left !important;
}
.jr-refs ol {
padding-left: 18px;
margin: 0;
}
.jr-refs li {
font-size: 11.5px !important;
color: #5a5a5a;
margin-bottom: 8px;
line-height: 1.7;
text-align: left !important;
}
sup {
font-size: 10px !important;
color: #185FA5;
vertical-align: super;
line-height: 0;
font-weight: 700;
}
田中 光(作業療法士)|株式会社Journey Rehab 代表
認定作業療法士/修士(作業療法学)
東京都立大学大学院 博士後期課程 在籍
初台リハビリテーション病院にて脳卒中リハに従事ののち独立
課題指向型アプローチとは? 脳卒中後の手の使いにくさに対するリハビリをわかりやすく解説
「手は少し動くようになってきたけど、家ではうまく使えない」そんなお悩みをお持ちの方へ。
この記事では、課題指向型アプローチ(Task-Oriented Training)について、「どんなリハビリなのか?」「本当に効果があるのか?」を、科学的根拠を交えてわかりやすく解説していきます。
SECTION 01
課題指向型アプローチとは?
課題指向型アプローチとは、実際の日常生活に近い「目的のある動き」を繰り返すことで、動作の改善と機能の回復を目指すリハビリ方法です。
たとえば、こんな生活動作を練習します
- 洋服をハンガーにかける
- お箸で豆をつかむ
- コップで水を飲む
このような「生活動作そのもの」をリハビリの中で練習していくのが、課題指向型アプローチの特徴です。
▲ コップを持つ練習のイメージ。生活に近い動作をリハビリの中で練習します。
この方法は、「脳が再び動きを学習する力(神経可塑性)」を高めるとされ、多くのガイドラインや研究でも効果が認められています。1
▲ 課題指向型アプローチの考え方。「動く」だけでなく、生活で使えることを目指します。
SECTION 02
課題指向型アプローチの効果(上肢編)
国内外のガイドラインや複数の研究において、課題指向型アプローチは脳卒中後の上肢機能に効果があるとされています。
ガイドライン
Winsteinらの脳卒中リハビリテーションと回復に関するガイドラインでは、課題指向型アプローチを含むリハビリの重要性が示されています。1
Winstein CJ, et al. Stroke. 2016.
ランダム化比較試験
Aryaらは、課題指向型訓練を8週間実施したグループが、FMAやARAT、MALにおいて有意な改善を示したことを報告しています。2
Arya KN, et al. Top Stroke Rehabil. 2012.
ランダム化比較試験
Thantらは、課題指向型訓練を行ったグループが、WMFTスコアで従来リハビリ群より優れていたことを示しました。3
Thant KZ, et al. J Phys Ther Sci. 2019.
評価指標をわかりやすく説明
- FMA(Fugl-Meyer Assessment):上肢の関節の動きや協調性を評価する指標です。
- ARAT(Action Research Arm Test):ものをつかむ、持ち上げるなど、課題ベースの上肢機能を評価します。
- WMFT(Wolf Motor Function Test):動作にかかる時間や動きの正確さを用いて、上肢機能を評価します。
- MAL(Motor Activity Log):実生活で麻痺側の手をどのくらい使っているか、使い方の質はどうかを確認する指標です。
| 評価指標 |
見ている内容 |
報告されている変化 |
| FMA |
上肢の関節の動きや協調性 |
有意な改善 |
| ARAT |
課題ベースの上肢機能 |
有意な改善 |
| WMFT |
動作時間や動作精度 |
従来リハビリ群より良好 |
| MAL |
実生活での手の使用頻度や質 |
有意な改善 |
大切なポイント:
課題指向型アプローチは、「手が使えるようになった」「家でできることが増えた」といった実感につながりやすいリハビリ法といえます。ただし、すべての方に同じような変化が起こるわけではありません。実施にあたっては、主治医やリハビリ専門職に相談しながら進めることが大切です。
SECTION 03
課題指向型アプローチの方法(例)
Journey Rehabでは、生活の中で「もう一度できるようになりたい動作」を一緒に確認しながら、個別課題を設定して取り組んでいます。
例1:食事動作の練習
- 箸を使う
- スプーンですくう
- 食器を持つ
- 姿勢や使う手の位置も細かく調整する
例2:洗濯物を干す動作の練習
- 手を上に伸ばす
- ピンチをつかんで開く
- 腕を使ってバランスを保つ
▲ 洗濯物を干す練習のイメージ。本人の生活に合わせた動作を課題として設定します。
当施設でのリハビリ例
ハンガー操作や書字などの精緻動作では、実際の動作に近づけながら、「できた!」を積み重ねることを大切にしています。
また、必要に応じて電気刺激療法やCI療法などの手法も併用することで、より効果的な訓練計画を立てています。1
SECTION 04
どんな人が対象ですか?
課題指向型アプローチは、脳卒中後の上肢麻痺がある方の中でも、特に「動かせるけれど、日常生活では使いにくい」と感じている方に向いています。
特におすすめしやすい方
- 手や腕が少し動くようになってきた
- 家では麻痺側の手をうまく使えない
- 食事、更衣、洗濯、書字などで困っている
- 自主トレだけでは限界を感じている
相談しながら進めたい方
- 痛みが強く、動かすことに不安がある
- 手指や腕のこわばりが強い
- 疲労が出やすい
- どの動作から練習すればよいかわからない
無理に使えばよい、という方法ではありません。
課題指向型アプローチは、ただ生活動作を繰り返すだけではなく、姿勢、手の位置、難易度、補助の量を調整しながら進めることが大切です。気になる方は、主治医やリハビリ専門職に相談してください。
SECTION 05
まとめ:生活で使える手を目指すリハビリ
課題指向型アプローチは、実際の日常生活に近い目的のある動きを繰り返すことで、脳卒中後の上肢機能や生活での手の使いやすさを高めることを目指すリハビリ方法です。
この記事のまとめ
- 課題指向型アプローチは、生活動作そのものを練習するリハビリです。
- FMA、ARAT、WMFT、MALなどの評価で改善が報告されています。2,3
- 「手が動く」だけでなく、「家で使える」ことを目指します。
- 食事、更衣、洗濯、書字など、本人にとって意味のある動作を課題にします。
- 電気刺激療法やCI療法などを併用する場合もあります。1
- 実施する際は、主治医やリハビリ専門職に相談しながら進めることが大切です。
当施設でのリアルな経験
Journey Rehabでは、国家資格を持つセラピストが、現在の状態や生活で困っている動作を確認したうえで、オーダーメイドのリハビリを提案しています。
「課題指向型アプローチって自分に合うかな?」と思われた方は、ぜひ一度ご相談ください。
本記事に関する免責事項
本記事は、脳卒中後の上肢リハビリに関する一般的な情報提供を目的としており、特定の疾患・症状に対する医療行為・診断・治療を推奨するものではありません。リハビリの実施にあたっては、必ず担当医師・リハビリ専門職にご相談の上、個々の状態に応じた判断を行ってください。
執筆者:田中 光(作業療法士・認定作業療法士)|株式会社Journey Rehab
公開日:2026年5月 | 最終更新日:2026年5月 | 参考文献:本文末尾に記載
無料体験リハビリへご相談ください
「課題指向型アプローチって自分に合うかな?」
そう思われた方は、現在の状態に応じてオーダーメイドの提案をさせていただきます。
無料相談はこちら
参考文献
- Winstein CJ, et al. Guidelines for Adult Stroke Rehabilitation and Recovery. Stroke. 2016;47(6):e98-e169.
- Arya KN, et al. Meaningful task-specific training in chronic stroke subjects: a randomized controlled trial. Top Stroke Rehabil. 2012;19(3):193-203.
- Thant KZ, et al. Task-oriented training on upper limb recovery in patients with subacute stroke: A randomized controlled trial. J Phys Ther Sci. 2019;31(10):823-828.