<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>裁量労働制改正 &#8211; はっさーブログ</title>
	<atom:link href="https://nonbiri-ke.com/tag/%E8%A3%81%E9%87%8F%E5%8A%B4%E5%83%8D%E5%88%B6%E6%94%B9%E6%AD%A3/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Feb 2026 16:30:32 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://nonbiri-ke.com/wp-content/uploads/2021/07/cropped-unnamed-5-1-32x32.jpg</url>
	<title>裁量労働制改正 &#8211; はっさーブログ</title>
	<link>https://nonbiri-ke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【2026最新】裁量労働制改正の要点｜本人同意義務化と残業代の注意点</title>
		<link>https://nonbiri-ke.com/sairyokurodo-kaisei/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Tue, 17 Feb 2026 16:30:31 +0000</pubDate>
				<category><![CDATA[気になるニュース]]></category>
		<category><![CDATA[2024年法改正]]></category>
		<category><![CDATA[企画業務型裁量労働制]]></category>
		<category><![CDATA[健康確保措置]]></category>
		<category><![CDATA[働き方改革]]></category>
		<category><![CDATA[労働基準法]]></category>
		<category><![CDATA[専門業務型裁量労働制]]></category>
		<category><![CDATA[本人同意義務化]]></category>
		<category><![CDATA[残業代]]></category>
		<category><![CDATA[裁量労働制]]></category>
		<category><![CDATA[裁量労働制改正]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=12203</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/02/ChatGPT-Image-2026年2月18日-01_27_53-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>裁量労働制とは？2024年改正内容と今後の見直しを解説【2026年2月最新】 働き方・労働制度 裁量労働制とは？2024年改正内容と今後の見直しを解説【2026年2月最新】 裁量労働制とは、実際の勤務時間ではなく「みなし [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/02/ChatGPT-Image-2026年2月18日-01_27_53-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9399173969923018"
     crossorigin="anonymous"></script>
<!-- レスポンシブタイプ -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9399173969923018"
     data-ad-slot="4717798537"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="裁量労働制とは何か？2024年4月改正の本人同意義務化・健康確保措置を完全網羅。2026年2月の制度見直し議論の最新動向まで、働く一般の方に向けてわかりやすく解説します。">
<title>裁量労働制とは？2024年改正内容と今後の見直しを解説【2026年2月最新】</title>
<style>
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --primary: #1a6db5;
    --primary-dark: #0f4a82;
    --primary-light: #e8f2fc;
    --accent: #e8830a;
    --accent-light: #fff4e3;
    --text: #2c3e50;
    --text-light: #5a6a7a;
    --bg: #f5f5f5;
    --white: #ffffff;
    --border: #dde3ea;
    --mark-yellow: rgba(255, 235, 59, 0.4);
    --mark-red: rgba(255, 99, 71, 0.25);
    --success: #2e7d32;
    --success-light: #e8f5e9;
    --danger: #c0392b;
    --danger-light: #fdecea;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  }

  body {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    background: #f5f5f5;
    color: var(--text);
    line-height: 1.8;
    font-size: 16px;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }

  /* ===== HEADER ===== */
  .article-header {
    background: linear-gradient(135deg, #0f4a82 0%, #1a6db5 50%, #2196f3 100%);
    padding: 60px 30px 50px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .article-header::before {
    content: "";
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
  }
  .article-header::after {
    content: "";
    position: absolute;
    bottom: -40px; left: -40px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
  }
  .header-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .header-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
  }
  .article-header h1 {
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .header-lead {
    font-size: 1.02rem;
    line-height: 1.9;
    opacity: 0.93;
    max-width: 700px;
  }
  .header-meta {
    margin-top: 24px;
    font-size: 0.83rem;
    opacity: 0.75;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  /* ===== MAIN CONTENT ===== */
  .content {
    padding-top: 40px;
  }

  /* Section heading */
  h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 50px 0 14px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--primary);
    position: relative;
  }
  h2::after {
    content: "";
    position: absolute;
    bottom: -3px; left: 0;
    width: 60px; height: 3px;
    background: var(--accent);
  }

  h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--text);
    margin: 28px 0 10px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
  }

  p {
    margin-bottom: 16px;
    line-height: 1.85;
    text-align: left;
  }

  .lead {
    font-size: 1.03rem;
    color: var(--text-light);
    margin-bottom: 10px;
  }

  /* ===== ALERT BOX ===== */
  .alert-box {
    background: linear-gradient(135deg, #fff5f5 0%, #fde8e8 100%);
    border: 2px solid #e53935;
    border-left: 6px solid #e53935;
    border-radius: var(--radius);
    padding: 20px 24px;
    margin: 30px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: var(--shadow);
  }
  .alert-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .alert-box strong {
    display: block;
    font-size: 1rem;
    color: #b71c1c;
    margin-bottom: 6px;
  }
  .alert-box p {
    margin: 0;
    font-size: 0.93rem;
    color: #7f1010;
    line-height: 1.7;
  }

  /* ===== STATS CARDS ===== */
  .stats-section {
    margin: 30px 0;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 16px;
  }
  .stat-card {
    background: white;
    border-radius: var(--radius);
    padding: 24px 20px;
    text-align: center;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .stat-card:nth-child(2) { border-top-color: var(--accent); }
  .stat-card:nth-child(3) { border-top-color: #27ae60; }
  .stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
  }
  .stat-label {
    font-size: 0.82rem;
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 10px;
  }
  .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.2;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .stat-card:nth-child(2) .stat-value {
    background: linear-gradient(135deg, #c05e00, var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
  }
  .stat-card:nth-child(3) .stat-value {
    background: linear-gradient(135deg, #1a6b2e, #27ae60);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .stat-note {
    font-size: 0.78rem;
    color: var(--text-light);
    margin-top: 8px;
  }

  /* ===== KEYPOINTS / Q&A ===== */
  .keypoints-box {
    background: #fff9e6;
    border: 1px solid #f0d060;
    border-radius: var(--radius);
    padding: 24px 26px;
    margin: 24px 0;
    box-shadow: 0 2px 12px rgba(240,200,0,0.1);
  }
  .keypoints-box .box-title {
    font-size: 1rem;
    font-weight: 700;
    color: #7a5800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .keypoints-box ul {
    list-style: none;
    padding: 0;
  }
  .keypoints-box ul li {
    padding: 10px 0 10px 28px;
    position: relative;
    border-bottom: 1px dashed #f0d575;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: left;
  }
  .keypoints-box ul li:last-child { border-bottom: none; }
  .keypoints-box ul li::before {
    content: "\2714";
    position: absolute;
    left: 2px;
    color: #27ae60;
    font-weight: 700;
    font-size: 1rem;
    top: 10px;
  }

  .qa-item {
    background: white;
    border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .qa-q {
    background: var(--primary-light);
    padding: 14px 18px;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--primary-dark);
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .qa-q span { flex-shrink: 0; font-weight: 900; }
  .qa-a {
    padding: 14px 18px 14px 44px;
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--text);
    text-align: left;
  }

  /* ===== COMPARISON TABLE ===== */
  .table-wrap {
    overflow-x: auto;
    margin: 16px 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
  }
  .table-wrap::after {
    content: "→ 横にスクロールして比較";
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 0.74rem;
    color: var(--text-light);
    background: rgba(255,255,255,0.88);
    padding: 2px 8px;
    border-radius: 20px;
    pointer-events: none;
  }
  @media (min-width: 700px) {
    .table-wrap::after { display: none; }
  }
  table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 0.92rem;
  }
  thead th {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    padding: 14px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
  }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child { border-radius: 0 12px 0 0; }
  tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.18s;
  }
  tbody tr:hover { background: var(--primary-light); }
  tbody tr:last-child { border-bottom: none; }
  tbody td {
    padding: 13px 16px;
    text-align: center;
    line-height: 1.6;
  }
  tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--primary-dark);
  }
  .mark-yellow { background: var(--mark-yellow); border-radius: 3px; padding: 1px 3px; }
  .mark-red { background: var(--mark-red); border-radius: 3px; padding: 1px 3px; }
  .badge-yes {
    display: inline-block;
    background: var(--success-light);
    color: var(--success);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #a5d6a7;
  }
  .badge-partial {
    display: inline-block;
    background: #fff8e1;
    color: #e65100;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #ffcc80;
  }
  .badge-no {
    display: inline-block;
    background: var(--danger-light);
    color: var(--danger);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #ef9a9a;
  }

  /* ===== PROS/CONS ===== */
  .pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0;
  }
  @media (max-width: 600px) {
    .pros-cons-grid { grid-template-columns: 1fr; }
  }
  .pros-box, .cons-box {
    border-radius: var(--radius);
    padding: 22px 20px;
    box-shadow: var(--shadow);
  }
  .pros-box {
    background: linear-gradient(160deg, #e8f5e9 0%, #f1f8e9 100%);
    border: 2px solid #a5d6a7;
  }
  .cons-box {
    background: linear-gradient(160deg, #fdecea 0%, #fff3f2 100%);
    border: 2px solid #ef9a9a;
  }
  .pros-cons-title {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .pros-box .pros-cons-title { color: var(--success); }
  .cons-box .pros-cons-title { color: var(--danger); }
  .pros-box ul, .cons-box ul {
    list-style: none;
    padding: 0;
  }
  .pros-box ul li, .cons-box ul li {
    padding: 7px 0 7px 22px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.65;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: left;
  }
  .pros-box ul li:last-child,
  .cons-box ul li:last-child { border-bottom: none; }
  .pros-box ul li::before {
    content: "+";
    position: absolute; left: 2px;
    color: var(--success);
    font-weight: 900;
    font-size: 1.1rem;
  }
  .cons-box ul li::before {
    content: "-";
    position: absolute; left: 4px;
    color: var(--danger);
    font-weight: 900;
    font-size: 1.2rem;
  }

  /* ===== HIGHLIGHT BOX ===== */
  .highlight-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #e8eaf6 100%);
    border: 1px solid #90caf9;
    border-left: 5px solid var(--primary);
    border-radius: var(--radius);
    padding: 24px 26px;
    margin: 24px 0;
    box-shadow: var(--shadow);
  }
  .highlight-box .box-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 14px;
  }
  .highlight-box p {
    font-size: 0.93rem;
    color: var(--text);
    margin-bottom: 12px;
    text-align: left;
  }
  .highlight-box p:last-child { margin-bottom: 0; }

  /* ===== CASE STUDY ===== */
  .case-box {
    background: white;
    border: 1px solid var(--border);
    border-top: 4px solid var(--accent);
    border-radius: var(--radius);
    padding: 22px 24px;
    margin: 20px 0;
    box-shadow: var(--shadow);
  }
  .case-box .case-tag {
    display: inline-block;
    background: var(--accent-light);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .case-box h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
  }
  .case-box p {
    font-size: 0.91rem;
    color: var(--text-light);
    line-height: 1.75;
    margin-bottom: 0;
    text-align: left;
  }

  /* ===== CONCLUSION BOX ===== */
  .conclusion-box {
    background: linear-gradient(135deg, #0f4a82 0%, #1565c0 50%, #1976d2 100%);
    border-radius: var(--radius);
    padding: 36px 32px;
    margin: 40px 0 20px;
    color: white;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
  }
  .conclusion-box::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
  }
  .conclusion-box .box-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
  }
  .conclusion-box p {
    font-size: 0.95rem;
    line-height: 1.85;
    opacity: 0.93;
    margin-bottom: 14px;
    text-align: left;
    position: relative;
  }
  .conclusion-box p:last-child { margin-bottom: 0; }
  .conclusion-box .mark-yellow {
    background: rgba(255,235,59,0.35);
    color: white;
    -webkit-text-fill-color: white;
  }

  /* ===== CHECKLIST ===== */
  .checklist {
    list-style: none;
    padding: 0;
  }
  .checklist li {
    padding: 10px 0 10px 32px;
    position: relative;
    border-bottom: 1px dashed #e0d090;
    font-size: 0.93rem;
    line-height: 1.7;
    text-align: left;
  }
  .checklist li:last-child { border-bottom: none; }
  .checklist li::before {
    content: "\2714";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 20px;
    height: 20px;
    color: #27ae60;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }
  .checklist li::after {
    content: none;
  }

  /* ===== STEP LIST ===== */
  .step-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
  }
  .step-list li {
    counter-increment: step-counter;
    padding: 14px 14px 14px 60px;
    position: relative;
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 0.93rem;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
  }
  .step-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.88rem;
  }
  .step-list li strong {
    display: block;
    color: var(--primary-dark);
    margin-bottom: 4px;
  }

  /* ===== TLDR ===== */
  .tldr-box {
    background: linear-gradient(135deg, #f3e5f5 0%, #ede7f6 100%);
    border: 1px solid #ce93d8;
    border-radius: var(--radius);
    padding: 22px 26px;
    margin: 24px 0;
  }
  .tldr-box .box-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #4a148c;
    margin-bottom: 12px;
  }
  .tldr-box ul {
    list-style: none;
    padding: 0;
  }
  .tldr-box ul li {
    padding: 7px 0 7px 20px;
    position: relative;
    font-size: 0.91rem;
    line-height: 1.65;
    text-align: left;
  }
  .tldr-box ul li::before {
    content: ">";
    position: absolute;
    left: 2px;
    color: #7b1fa2;
    font-weight: 700;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 700px) {
    .article-header { padding: 40px 18px 36px; }
    h2 { font-size: 1.15rem; }
    .stat-value { font-size: 1.5rem; }
    .conclusion-box { padding: 28px 20px; }
    table { font-size: 0.82rem; }
    tbody td, thead th { padding: 10px 10px; }
  }
</style>
</head>
<body>

<!-- ===== HEADER / INTRO ===== -->
<div class="article-header">
  <div class="header-inner">
    <span class="header-tag">働き方・労働制度</span>
    <h1>裁量労働制とは？2024年改正内容と<br>今後の見直しを解説【2026年2月最新】</h1>
    <p class="header-lead">
      裁量労働制とは、実際の勤務時間ではなく「みなし時間」で賃金を計算する働き方の制度です。2024年4月の改正で<span style="background:rgba(255,255,255,0.25);border-radius:3px;padding:1px 4px;">本人の同意が必須</span>になり、2025〜2026年にかけては対象範囲を含む見直し議論が厚生労働省の労働政策審議会で続いています。あなたの働き方に直結するこの制度、いま知っておくべきことをまとめました。
    </p>
    <div class="header-meta">
      <span>最終更新：2026年2月</span>
      <span>対象：会社員・フリーランス・就活生</span>
      <span>読了目安：約7分</span>
    </div>
  </div>
</div>

<!-- ===== MAIN ===== -->
<div class="container">
  <div class="content">

    <!-- ① 読者への直接影響：冒頭で自分事化 -->
    <div class="highlight-box" style="margin-top:30px;border-left-color:#e8830a;background:linear-gradient(135deg,#fff8f0,#fff4e3);">
      <div class="box-title" style="color:#b85e00;">あなたの会社で「裁量労働制」が使われているなら、まずこれを確認してください</div>
      <p>裁量労働制は<span class="mark-yellow">「残業代ゼロで働かせ放題」の制度ではありません</span>。2024年4月からは、あなた本人の同意なしに会社が適用することが法律で禁止されました。同意を断っても不利益を受けることは禁止されており、一度同意した後でも撤回手続きが義務付けられています。</p>
      <p>この制度が自分に適用されているか分からない方、同意した覚えがない方は、この記事を読んで今すぐ確認してください。</p>
    </div>

    <!-- ② 結論3行サマリー -->
    <div class="tldr-box" style="margin-top:20px;">
      <div class="box-title">結論：2024年改正で何が変わったか（3行）</div>
      <ul>
        <li><strong>同意の義務化</strong>：会社は労働者本人の同意なしに裁量労働制を適用できなくなった（2024年4月〜）</li>
        <li><strong>撤回手続きの義務化</strong>：同意書には撤回できる手順を定めることが必須。撤回後は労使協定・就業規則に従い適用を解除する義務がある</li>
        <li><strong>健康確保措置の明確化</strong>：面接指導・勤務間インターバル確保など、会社が講じるべき措置の選択・実施義務が明確化された</li>
      </ul>
    </div>

    <!-- ALERT -->
    <div class="alert-box">
      <div class="alert-icon">&#9888;</div>
      <div>
        <strong>制度見直し議論が進行中です</strong>
        <p>2025〜2026年にかけて、労働政策審議会（厚生労働省の審議機関）で裁量労働制の対象範囲を含む見直し議論が続いています。今後、対象範囲や運用ルールが変更される可能性があります。最新情報は<a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/koyou_roudou/roudoukijun/roudouzikan/sairyo.html" target="_blank" rel="noopener" style="color:#b71c1c;font-weight:700;">厚生労働省の公式発表</a>をご確認ください。</p>
      </div>
    </div>

    <!-- ③ 制度の仕組み -->
    <h2>そもそも裁量労働制とはどんな制度？</h2>
    <p class="lead">「よく聞くけど、仕組みがよくわからない」という方のために、制度の基本を押さえます。</p>

    <p>裁量労働制とは、実際に何時間働いたかに関係なく、<span class="mark-yellow">あらかじめ決めた「みなし時間」を働いたものとして賃金を計算する仕組み</span>です（労働基準法第38条の3・第38条の4）。たとえば「1日8時間とみなす」と決めれば、実際に10時間働いても6時間で帰っても、賃金の計算は同じ8時間分になります。</p>
    <p>ただし、<span class="mark-red">深夜（午後10時〜午前5時）と法定休日に働いた場合の割増賃金は、裁量労働制でも必ず支払義務があります</span>（労働基準法第37条）。「裁量労働制＝残業代ゼロ」は誤解です。</p>

    <h3>2種類の制度と適用対象</h3>
    <div class="table-wrap">
      <table>
        <thead>
          <tr>
            <th>比較項目</th>
            <th>専門業務型<br><span style="font-weight:400;font-size:0.82rem;opacity:0.85">（SE・研究職など）</span></th>
            <th>企画業務型<br><span style="font-weight:400;font-size:0.82rem;opacity:0.85">（本社の企画職など）</span></th>
            <th>通常の時間労働</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>対象者</td>
            <td>SE・研究職・コピーライター・M&amp;Aアドバイザーなど<span class="mark-yellow">告示で定められた業務（現在20業務）</span></td>
            <td>本社等の企画・立案・調査担当</td>
            <td>制限なし</td>
          </tr>
          <tr>
            <td>本人の同意</td>
            <td><span class="badge-yes">必要（2024年〜）</span></td>
            <td><span class="badge-yes">必要</span></td>
            <td><span class="badge-no">不要</span></td>
          </tr>
          <tr>
            <td>同意の撤回</td>
            <td><span class="badge-yes">手続き定めが義務</span></td>
            <td><span class="badge-yes">手続き定めが義務</span></td>
            <td>—</td>
          </tr>
          <tr>
            <td>手続きの複雑さ</td>
            <td>労使協定 + 労基署届出</td>
            <td><span class="mark-red">労使委員会 + 5/4以上の賛成決議</span></td>
            <td>なし</td>
          </tr>
          <tr>
            <td>深夜・休日割増賃金</td>
            <td><span class="badge-yes">支払義務あり</span></td>
            <td><span class="badge-yes">支払義務あり</span></td>
            <td><span class="badge-yes">支払義務あり</span></td>
          </tr>
        </tbody>
      </table>
    </div>

    <!-- ④ 改正の詳細 -->
    <h2>2024年4月の改正：何がどう変わったのか（一次情報準拠）</h2>
    <p class="lead">2024年4月1日施行の改正は、制度を「企業が自由に使える仕組み」から「同意と健康配慮を前提とする仕組み」へと大きく転換させました。</p>

    <div class="stats-section">
      <div class="stats-grid">
        <div class="stat-card">
          <div class="stat-label">改正施行日</div>
          <div class="stat-value">2024.4.1</div>
          <div class="stat-note">労働基準法施行規則等の改正<br><a href="https://www.mhlw.go.jp/content/001164346.pdf" target="_blank" rel="noopener" style="font-size:0.75rem;color:var(--primary);">出典：厚労省リーフレット（PDF）</a></div>
        </div>
        <div class="stat-card">
          <div class="stat-label">専門業務型の対象業務数</div>
          <div class="stat-value">20業務</div>
          <div class="stat-note">厚生労働省告示で定められた業務（現在）。M&amp;Aアドバイザーが追加<br><a href="https://www.mhlw.go.jp/content/001236401.pdf" target="_blank" rel="noopener" style="font-size:0.75rem;color:var(--primary);">出典：厚労省専門業務型解説（PDF）</a></div>
        </div>
        <div class="stat-card">
          <div class="stat-label">本人同意の義務化</div>
          <div class="stat-value">両方</div>
          <div class="stat-note">専門業務型・企画業務型ともに<br><a href="https://www.mhlw.go.jp/content/001236403.pdf" target="_blank" rel="noopener" style="font-size:0.75rem;color:var(--primary);">出典：厚労省企画業務型解説（PDF）</a></div>
        </div>
      </div>
    </div>

    <div class="keypoints-box">
      <div class="box-title">&#9654; 2024年改正の5大ポイント（チェックリスト）</div>
      <ul class="checklist">
        <li><strong>本人同意の義務化</strong>：会社が勝手に適用できなくなった（労基法38条の3・38条の4）</li>
        <li><strong>同意の撤回手続きの義務化</strong>：同意書に撤回できる手順を定めることが必須。撤回後は速やかに適用解除</li>
        <li><strong>不利益扱いの明確な禁止</strong>：断っても・撤回しても、元の労働条件が維持される</li>
        <li><strong>健康確保措置の明確化</strong>：面接指導・インターバル確保・労働時間上限措置など、会社が講じるべき措置の選択・実施義務が明確化</li>
        <li><strong>M&amp;Aアドバイザーが対象業務へ追加</strong>：告示で定める専門業務が19→20業務に拡大</li>
      </ul>
    </div>
    <p style="font-size:0.82rem;color:var(--text-light);">出典：<a href="https://www.mhlw.go.jp/content/001164346.pdf" target="_blank" rel="noopener" style="color:var(--primary);">厚生労働省「裁量労働制の導入・継続には新たな手続きが必要です」（PDF）</a>／<a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/koyou_roudou/roudoukijun/roudouzikan/sairyo.html" target="_blank" rel="noopener" style="color:var(--primary);">厚労省公式：裁量労働制ページ</a></p>

    <!-- ⑤ よくある誤解 -->
    <h2>「残業代ゼロ」「断れない」は誤解――3つの正しい知識</h2>
    <p class="lead">制度の誤解が、不当な扱いを黙認することにつながります。正確な知識が自分を守ります。</p>

    <div class="highlight-box">
      <div class="box-title">誤解1：「残業代がまったく出ない」は間違い</div>
      <p>みなし時間の範囲での時間外割増は発生しませんが、<span class="mark-yellow">深夜（午後10時〜午前5時）と法定休日に働いた場合の割増賃金は、裁量労働制でも必ず支払われます</span>（労働基準法第37条）。深夜・休日の手当が出ていない場合は、違法となる可能性があります。</p>
    </div>

    <div class="highlight-box">
      <div class="box-title">誤解2：「誰でも対象にできる」は間違い</div>
      <p>専門業務型は厚生労働省告示で定められた<span class="mark-red">業務（現在20業務：システムエンジニア・研究職・コピーライター・M&amp;Aアドバイザーなど）に限定</span>されており、会社が自由に対象職種を広げることはできません。企画業務型も「本社等での企画・立案・調査・分析業務」に限られます。「自分の仕事はこれに本当に当てはまるか？」を確認することが大切です。</p>
    </div>

    <div class="highlight-box">
      <div class="box-title">誤解3：「同意したら取り消せない」は間違い</div>
      <p>2024年の改正により、<span class="mark-yellow">裁量労働制の同意書には「撤回の手続き」も定めることが義務付けられました</span>。会社は撤回できる窓口と手順をあらかじめ設ける必要があり、撤回した場合は速やかに適用を解除しなければなりません。撤回を理由にした不利益扱いも禁止されています。具体的な撤回手順は会社の就業規則・同意書で確認しましょう。</p>
      <p style="font-size:0.82rem;color:var(--text-light);">出典：<a href="https://www.mhlw.go.jp/content/001236401.pdf" target="_blank" rel="noopener" style="color:var(--primary);">厚生労働省「専門業務型裁量労働制の解説」（PDF）</a></p>
    </div>

    <!-- ⑥ 今後の議論 -->
    <h2>2025〜2026年の議論：制度はどこへ向かうのか</h2>
    <p class="lead">2024年改正で手続きが厳格化された一方、「より広い職種に適用を拡大すべき」という議論も並行しています。</p>

    <p>厚生労働省の労働政策審議会では、2025年から裁量労働制の対象範囲の拡大を含む法制見直しの議論が続いています。経済界からは「より広いホワイトカラー職種へ拡充すべき」という要望が出されている一方、労働者側からは「実労働時間の把握が難しくなり、長時間労働の温床になりかねない」という懸念の声があがっています。</p>
    <p><span class="mark-yellow">2026年2月執筆時点では、国会提出法案一覧に裁量労働制改正案は確認されておらず、内容・施行時期ともに未確定</span>です。公益委員（第三者の専門家）からは現行制度の実態把握を先行させることを求める慎重論も出ており、最終像は決まっていません。</p>

    <div class="pros-cons-grid">
      <div class="pros-box">
        <div class="pros-cons-title">拡大推進派（経済界・使用者側）の主な意見</div>
        <ul>
          <li>自分のペースで働ける職種が増える</li>
          <li>成果主義・実力主義との相性がよい</li>
          <li>グローバル競争力の強化につながる</li>
          <li>副業・兼業との両立がしやすくなる</li>
        </ul>
      </div>
      <div class="cons-box">
        <div class="pros-cons-title">慎重派・反対派（労働者側）の主な懸念</div>
        <ul>
          <li>「裁量がない仕事」なのに適用される恐れ</li>
          <li>実労働時間が把握されず長時間化する</li>
          <li>残業代がゼロになる人が増える可能性</li>
          <li>健康被害・過労死リスクが高まるという懸念が指摘されています</li>
        </ul>
      </div>
    </div>

    <!-- ⑦ Q&A -->
    <h2>あなたが抱えやすい5つの疑問に答えます</h2>
    <p class="lead">「自分には関係ある？」「嫌なら断れる？」など、働く人が気になるポイントをQ&amp;A形式でまとめます。</p>

    <div class="qa-item">
      <div class="qa-q"><span>Q</span>自分が裁量労働制に当てはまるか、どう確認すればいい？</div>
      <div class="qa-a">雇用契約書や就業規則を確認し、「裁量労働制」の記載があるかチェックしてください。適用されている場合は、会社から同意書への署名を求められているはずです。署名した記憶がない場合は、人事部に確認しましょう。2024年改正以降、同意なしの適用は法律違反です。</div>
    </div>
    <div class="qa-item">
      <div class="qa-q"><span>Q</span>裁量労働制に同意しないと不利益がある？</div>
      <div class="qa-a">2024年の改正により、同意しないことや撤回することを理由にした不利益扱いは<span class="mark-yellow">法律で明確に禁止</span>されています。断っても元の通常の労働時間制度が維持されます。また、同意書には撤回できる手続きを定めることが義務付けられているため、撤回の手順は会社の就業規則・同意書で確認できます。万が一、強要や不当な扱いを受けた場合は、労働基準監督署に相談できます。</div>
    </div>
    <div class="qa-item">
      <div class="qa-q"><span>Q</span>裁量労働制でも残業代はもらえる？</div>
      <div class="qa-a">通常の時間外割増はみなし時間内に含まれるため、原則として別途支払われません。ただし、<span class="mark-red">深夜（午後10時〜午前5時）と休日に働いた場合の割増賃金は、裁量労働制でも支払義務があります</span>。「深夜に働かされているのに手当がない」という場合は問題です。</div>
    </div>
    <div class="qa-item">
      <div class="qa-q"><span>Q</span>今後の見直し議論で、自分の会社も制度が変わる可能性はある？</div>
      <div class="qa-a">2025〜2026年にかけて、労働政策審議会で対象拡大を含む見直し議論が続いています。ただし、<span class="mark-yellow">2026年2月執筆時点では、国会提出法案一覧に改正案は確認されておらず、内容・施行時期は未確定</span>です。厚生労働省の公式サイトで定期的に確認することをおすすめします。</div>
    </div>
    <div class="qa-item">
      <div class="qa-q"><span>Q</span>「裁量がない仕事なのに制度が適用されている」場合はどうすればいい？</div>
      <div class="qa-a">適法な適用には、仕事の<span class="mark-yellow">「進め方・時間配分を自分で決められる」という実態が必要</span>です。上司の細かい指示に従うだけで「裁量がない」と感じる場合、制度の不正適用の疑いがあります。まず会社の人事・コンプライアンス窓口に相談し、解決しない場合は都道府県の労働局または労働基準監督署へ。</div>
    </div>

    <!-- ⑧ アクションステップ -->
    <h2>今すぐできる3つの確認ステップ</h2>
    <p class="lead">制度を理解したら、実際の自分の状況を確認しましょう。</p>

    <ol class="step-list">
      <li>
        <strong>自分の雇用契約書・就業規則を確認する</strong>
        「裁量労働制」の記載の有無と、みなし労働時間（例：1日8時間）を確認しましょう。2024年以降、同意書の有無も重要な確認ポイントです。
      </li>
      <li>
        <strong>深夜・休日の割増賃金が支払われているか確認する</strong>
        給与明細を見て、深夜・休日に働いた際に「深夜割増」「休日割増」が計上されているか確認します。計上がない場合は会社に問い合わせを。
      </li>
      <li>
        <strong>業務内容が対象要件に当てはまるか確認する</strong>
        自分の仕事が本当に「自分で時間配分を決められる業務」かを振り返ります。実態が合わないと感じる場合は、まず会社の担当部署への相談を検討しましょう。
      </li>
    </ol>

    <!-- まとめ -->
    <div class="tldr-box">
      <div class="box-title">まとめ（ポイント早見表）</div>
      <ul>
        <li>裁量労働制は「企業優位の制度」から<span class="mark-yellow">「同意と健康配慮を前提とする制度」へと強化された</span>（2024年4月〜）</li>
        <li>同意の義務化・撤回手続きの義務化・不利益扱いの禁止が明文化。会社が勝手に適用・継続することは法律違反</li>
        <li>深夜・休日の割増賃金は支払義務あり。「残業代ゼロ制度」は誤解（労基法第37条）</li>
        <li>2026年2月執筆時点では、対象拡大の法改正案は国会未提出。議論は継続中で内容・時期は未確定</li>
        <li>根拠：厚生労働省公式資料（2024年4月施行版）</li>
      </ul>
    </div>

    <!-- CONCLUSION -->
    <div class="conclusion-box">
      <div class="box-title">制度を「知っている」ことが、あなたを守る</div>
      <p>裁量労働制は、使い方次第で「自分らしい働き方を実現できる制度」にも、「長時間労働の温床になる制度」にもなりえます。</p>
      <p><span class="mark-yellow">最大の防衛策は、自分の権利を知ること</span>です。同意は断れる、撤回手続きが義務付けられている、深夜・休日の手当は受け取れる――この3点を知っているだけで、職場でのトラブル対応が大きく変わります。</p>
      <p>労使ともに議論が続くこの制度の行方は、あなた自身の働き方にも影響します。厚生労働省の公式情報で定期的に最新情報をチェックするようにしましょう。</p>
      <p style="margin-top:20px;padding:16px 18px;background:rgba(255,255,255,0.15);border-radius:10px;font-size:0.9rem;text-align:center;">この記事をブックマークして、就業規則を確認する前や会社との面談前に見返しましょう。</p>
      <p style="margin-top:16px;padding:18px 20px;background:rgba(255,255,255,0.12);border-top:2px solid rgba(255,255,255,0.3);border-radius:10px;font-size:1rem;font-weight:700;text-align:center;line-height:1.7;">裁量労働制は拡大議論が続いていますが、<span class="mark-yellow">現行制度では「本人同意と健康配慮」が法的前提</span>です。</p>
      <div style="display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;justify-content:center;">
        <a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/koyou_roudou/roudoukijun/roudouzikan/sairyo.html" target="_blank" rel="noopener" style="display:inline-block;background:white;color:#0f4a82;font-weight:700;font-size:0.88rem;padding:12px 22px;border-radius:8px;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,0.15);">厚労省：裁量労働制の公式解説</a>
        <a href="https://www.mhlw.go.jp/general/seido/chihou/kaiketu/soudan.html" target="_blank" rel="noopener" style="display:inline-block;background:rgba(255,255,255,0.2);color:white;border:2px solid rgba(255,255,255,0.6);font-weight:700;font-size:0.88rem;padding:12px 22px;border-radius:8px;text-decoration:none;">労働条件の相談窓口を探す</a>
      </div>
      <p style="margin-top:16px;font-size:0.78rem;opacity:0.65;text-align:center;">本記事の制度情報は厚生労働省公式資料（2024年4月施行版）をもとに作成。2026年2月18日確認。</p>
    </div>

  </div><!-- /content -->
</div><!-- /container -->

</body>
</html>



<p><strong>最後までお読みいただきありがとうございます。↓↓のバナーをクリックして応援いただけると嬉しいです。</strong></p>



<div class="wp-block-group is-row is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex">
<a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank"><img decoding="async" src="https://b.blogmura.com/news/news_kininaru/88_31.gif" width="106" height="37" border="0" alt="にほんブログ村 ニュースブログ 気になるニュースへ" /></a><br /><a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank">にほんブログ村</a>



<a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング"><img decoding="async" alt="人気ブログランキング" width="106" height="37" src="https://blog.with2.net/img/banner/banner_22.svg"></a><br><a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング" style="font-size: 0.9em;">人気ブログランキング</a>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
