> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/views/gantt-view/critical-path-and-slack-time.md).

# クリティカルパスとスラックタイム

2つのGanttツール、Critical PathとSlack Timeツールを使用して、期限内に完了する必要があるタスクと、柔軟に対応できるタスクを確認します。

Critical Path：プロジェクトを期限内に完了するために重要なタスクの連鎖を決定します

Slack Time：より大きな期限に影響を与えずに、どのタスクを再スケジュールできるかをすばやく確認します。

### **必要条件** <a href="#gjdgxs" id="gjdgxs"></a>

* [Unlimitedプラン](https://clickup.com/pricing)には、これらのGanttツールを100回分使用できます。
* Businessプラン以上では、これらのGanttツールを無制限に使用できます。
* [ゲスト](https://help.clickup.com/hc/en-us/articles/6310022323991-Guests-overview)もこれらのGanttツールを使用できます。

### **Slack Timeによる余裕時間の計算** <a href="#id-30j0zll" id="id-30j0zll"></a>

Slack Timeは、プロジェクト内の全ての余裕時間を視覚化するのに役立ちます。

Slack Timeは破線のバーとして表示され、タスクがプロジェクト全体のタイムラインに影響を与えるまでにどれだけの余裕があるかを示します。

### **Critical Pathによるクリティカルパスの計算** <a href="#id-1fob9te" id="id-1fob9te"></a>

Critical Pathは、チャート上の全タスクをチェックし、調整するとプロジェクト全体の期限に影響するセットを決定します。

次に、最後のタスクから遡って、どの[依存](https://help.clickup.com/hc/en-us/articles/6309943321751-Task-Dependencies)タスクが期限の完了を妨げているかを確認します。

クリティカルパスの最後のタスクが別のタスクに依存しており、それらのタスク間に時間差がない場合、各タスクがパスに追加されます（赤で表示）。

### **クリティカルパスと余裕時間を表示** <a href="#id-3znysh7" id="id-3znysh7"></a>

クリティカルパスとスラックタイムの計算を表示するには：

1. Gantt[ビュー](https://help.clickup.com/hc/en-us/articles/6310249474967-Gantt-View)を作成または開いてください。
2. 右上隅&#x306E;**［Customize］**&#x3092;クリックします。
3. **［Gantt options］**&#x3092;選択します。
4. **Critical Path**か、または**Show** **Slack Time**を有効にします。

### **FAQ** <a href="#id-2et92p0" id="id-2et92p0"></a>

#### **グループ（スペース、フォルダー、またはリスト）内の最後のタスクだけが強調表示されるのはなぜですか？** <a href="#tyjcwt" id="tyjcwt"></a>

* これは、このタスクとグループ内の他のタスクの間に時間的なギャップがあるためと考えられます。
* これが発生するもう1つの理由は、グループ内の最後のタスクに依存関係チェーンが接続されていないことです。

***注：**&#x30B0;ループ内の最後のタスクはグループ全体の完了日に関係するため、常に強調表示されます。*

#### **クリティカルパスが予想よりも短いのはなぜですか？** <a href="#id-3dy6vkm" id="id-3dy6vkm"></a>

* 「Hide Weekends」が有効になっている場合、非表示の週末によってクリティカルパスが中断される可能性があります。
* クリティカルパス内のタスクのチェーンには、時間ギャップが含まれていたり、依存関係リンクが欠落している場合があります。

{% hint style="info" %}
***注：**&#x958B;始日と終了日の間に時間差がないタスクを、クリティカルパスに含めるグループ全体の終わりにつながるシーケンスに追加します。*
{% endhint %}

#### **クリティカルパスが使われるのはなぜですか？** <a href="#id-1t3h5sf" id="id-1t3h5sf"></a>

* プロジェクトの遅延を避けるために、推定期間内に完了する必要があるタスクを優先順位付けします。
* より大きな期限に影響を与えずにどのタスクを再スケジュールできるかをすばやく確認します。
* チームの目標達成を妨げる問題がどこにあるのかを視覚的に特定します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/clickup/views/gantt-view/critical-path-and-slack-time.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
