{"id":1252,"date":"2020-12-15T21:05:32","date_gmt":"2020-12-15T12:05:32","guid":{"rendered":"https:\/\/www.mie-c.ed.jp\/howase\/?page_id=1252"},"modified":"2026-05-06T17:26:00","modified_gmt":"2026-05-06T08:26:00","slug":"syllabus","status":"publish","type":"page","link":"https:\/\/www.mie-c.ed.jp\/howase\/syllabus\/","title":{"rendered":"\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u30fb\u30b7\u30e9\u30d0\u30b9"},"content":{"rendered":"<style>\n  \/* === \u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u30fb\u30b7\u30e9\u30d0\u30b9 \u30b9\u30b3\u30fc\u30d7 === *\/\n  .csyl-wrap * { box-sizing: border-box; }\n  .csyl-wrap {\n    max-width: 980px;\n    margin: 0 auto;\n    color: #222;\n    line-height: 1.6;\n  }\n  .csyl-lead {\n    color: #555;\n    font-size: 14px;\n    margin: 0 0 20px;\n  }\n  \/* \u30d1\u30f3\u304f\u305a *\/\n  .csyl-wrap .csyl-breadcrumb {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px 10px;\n    align-items: center;\n    background: #fff;\n    border: 1px solid #d8dee5;\n    border-radius: 6px;\n    padding: 10px 14px;\n    margin-bottom: 16px;\n    font-size: 14px;\n  }\n  .csyl-wrap .csyl-breadcrumb .crumb {\n    color: #0f4c81;\n    background: none;\n    border: none;\n    padding: 2px 6px;\n    cursor: pointer;\n    font: inherit;\n    border-radius: 3px;\n    text-decoration: underline;\n  }\n  .csyl-wrap .csyl-breadcrumb .crumb:hover { background: #eef3f8; }\n  .csyl-wrap .csyl-breadcrumb .crumb-current {\n    color: #222;\n    font-weight: bold;\n    text-decoration: none;\n    cursor: default;\n  }\n  .csyl-wrap .csyl-breadcrumb .sep { color: #999; }\n  .csyl-wrap .csyl-breadcrumb .reset {\n    margin-left: auto;\n    font-size: 12px;\n    color: #666;\n    border: 1px solid #ccc;\n    background: #fafafa;\n    padding: 4px 10px;\n    border-radius: 4px;\n    cursor: pointer;\n  }\n  .csyl-wrap .csyl-breadcrumb .reset:hover { background: #eee; }\n  \/* \u30b9\u30c6\u30c3\u30d7\u5171\u901a *\/\n  .csyl-wrap .csyl-step {\n    background: #fff;\n    border: 1px solid #d8dee5;\n    border-radius: 8px;\n    padding: 18px;\n    margin-bottom: 14px;\n  }\n  .csyl-wrap .csyl-step h2 {\n    margin: 0 0 18px;\n    padding: 4px 0 12px;\n    font-size: 18px;\n    line-height: 1.4;\n    color: #0f4c81;\n    background: transparent;\n    border: none;\n    border-bottom: 1px solid #e0e6ec;\n    border-radius: 0;\n  }\n  \/* \u30dc\u30bf\u30f3\u30b0\u30ea\u30c3\u30c9 *\/\n  .csyl-wrap .btn-grid {\n    display: grid;\n    gap: 10px;\n    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n  }\n  .csyl-wrap .btn-grid.subjects {\n    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));\n  }\n  .csyl-wrap .btn-grid.courses {\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n  }\n  .csyl-wrap .opt-btn {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 14px 10px;\n    border: 2px solid #0f4c81;\n    background: #fff;\n    color: #0f4c81;\n    border-radius: 6px;\n    cursor: pointer;\n    font: inherit;\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1.3;\n    transition: all 0.12s;\n    min-height: 56px;\n  }\n  .csyl-wrap .opt-btn:hover {\n    background: #0f4c81;\n    color: #fff;\n    transform: translateY(-1px);\n  }\n  .csyl-wrap .opt-btn .meta {\n    font-size: 11px;\n    font-weight: normal;\n    margin-top: 4px;\n    opacity: 0.8;\n  }\n  .csyl-wrap .opt-btn.archive-toggle {\n    border-style: dashed;\n    color: #666;\n    border-color: #999;\n  }\n  .csyl-wrap .opt-btn.archive-toggle:hover {\n    background: #555;\n    color: #fff;\n    border-color: #555;\n  }\n  \/* \u30e2\u30fc\u30c9\uff08\u30ab\u30ea vs \u30b7\u30e9\u30d0\u30b9\uff09\u306e\u7279\u5225\u30b9\u30bf\u30a4\u30eb *\/\n  .csyl-wrap .mode-grid {\n    display: grid;\n    gap: 12px;\n    grid-template-columns: 1fr 1fr;\n  }\n  .csyl-wrap .mode-btn {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 18px 16px;\n    border: 2px solid #0f4c81;\n    background: #fff;\n    color: #0f4c81;\n    border-radius: 8px;\n    cursor: pointer;\n    font: inherit;\n    text-align: left;\n  }\n  .csyl-wrap .mode-btn:hover { background: #eef3f8; }\n  .csyl-wrap .mode-btn .icon {\n    font-size: 28px;\n    line-height: 1;\n    flex-shrink: 0;\n  }\n  .csyl-wrap .mode-btn .ttl {\n    font-size: 16px;\n    font-weight: bold;\n    margin-bottom: 2px;\n  }\n  .csyl-wrap .mode-btn .desc {\n    font-size: 12px;\n    font-weight: normal;\n    color: #555;\n  }\n  \/* PDF\u8868\u793a\u30d1\u30cd\u30eb *\/\n  .csyl-wrap .pdf-panel {\n    background: #fff;\n    border: 1px solid #d8dee5;\n    border-radius: 8px;\n    padding: 18px;\n    text-align: center;\n  }\n  .csyl-wrap .pdf-panel .pdf-icon { font-size: 48px; margin-bottom: 8px; }\n  .csyl-wrap .pdf-panel .pdf-title {\n    font-size: 18px;\n    font-weight: bold;\n    margin-bottom: 4px;\n  }\n  .csyl-wrap .pdf-panel .pdf-subtitle {\n    color: #666;\n    font-size: 13px;\n    margin-bottom: 16px;\n  }\n  .csyl-wrap .pdf-link {\n    display: inline-block;\n    background: #0f4c81;\n    color: #fff;\n    padding: 12px 28px;\n    text-decoration: none;\n    border-radius: 6px;\n    font-weight: bold;\n    font-size: 15px;\n  }\n  .csyl-wrap .pdf-link:hover { background: #0a3d6b; color: #fff; }\n  .csyl-wrap .pdf-panel .back {\n    display: inline-block;\n    margin-top: 16px;\n    color: #666;\n    background: none;\n    border: 1px solid #ccc;\n    padding: 6px 16px;\n    cursor: pointer;\n    border-radius: 4px;\n    font: inherit;\n    font-size: 13px;\n  }\n  \/* \u30bb\u30af\u30b7\u30e7\u30f3\u898b\u51fa\u3057 *\/\n  .csyl-wrap .group-label {\n    font-size: 12px;\n    color: #666;\n    margin: 12px 0 6px;\n    font-weight: bold;\n    letter-spacing: 0.05em;\n  }\n  .csyl-wrap .group-label:first-child { margin-top: 0; }\n  \/* \u904e\u53bb\u306e\u5e74\u5ea6 *\/\n  .csyl-wrap .archive-list {\n    display: none;\n    margin-top: 12px;\n  }\n  .csyl-wrap .archive-list.open { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }\n  .csyl-wrap .year-step-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr;\n    gap: 16px;\n    align-items: start;\n  }\n  .csyl-wrap .year-col-archive .group-label { margin-top: 0; }\n  .csyl-wrap .year-col-archive .opt-btn.archive-toggle { width: 100%; }\n  \/* \u6ce8\u610f\u66f8\u304d *\/\n  .csyl-wrap .note {\n    font-size: 12px;\n    color: #777;\n    margin-top: 16px;\n    padding: 10px 14px;\n    background: #fffaeb;\n    border-left: 3px solid #f0b400;\n    border-radius: 0 4px 4px 0;\n  }\n  \/* \u30e2\u30d0\u30a4\u30eb *\/\n  @media (max-width: 480px) {\n    .csyl-wrap .mode-grid { grid-template-columns: 1fr; }\n    .csyl-wrap .opt-btn { font-size: 13px; min-height: 50px; padding: 12px 8px; }\n    .csyl-wrap .csyl-step { padding: 14px; }\n    .csyl-wrap .year-step-grid { grid-template-columns: 1fr; gap: 8px; }\n  }\n<\/style>\n<div class=\"csyl-wrap\">\n<div id=\"csyl-intro\" style=\"height: 60px; margin-top: -60px;\"><\/div>\n<p class=\"csyl-lead\">\u5165\u5b66\u5e74\u5ea6\u3092\u9078\u629e\u3057\u3066\u3001\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868\u307e\u305f\u306f\u6559\u79d1\u5225\u30b7\u30e9\u30d0\u30b9\u3092\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<div id=\"csyl-app\"><\/div>\n<\/div>\n<p><style id=\"owase-syllabus-pending-style\">.csyl-step button[disabled]{cursor:not-allowed;opacity:.62}.csyl-step .opt-btn.is-pending{border-color:#a7aaad;background:#f2f3f4;color:#646970;cursor:help;transform:none}.csyl-step .opt-btn.is-pending .pending-label{display:none;font-weight:600}.csyl-step .opt-btn.is-pending:hover,.csyl-step .opt-btn.is-pending:focus-visible{border-color:#7b8288;background:#e2e4e7;color:#3c434a;transform:none}.csyl-step .opt-btn.is-pending:hover .item-label,.csyl-step .opt-btn.is-pending:focus-visible .item-label{display:none}.csyl-step .opt-btn.is-pending:hover .pending-label,.csyl-step .opt-btn.is-pending:focus-visible .pending-label{display:block}.csyl-step .year-col-current{grid-column:1\/-1;width:100%;max-width:780px;margin:0 auto}.csyl-step .year-col-current .btn-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.csyl-step .btn-grid.courses{width:100%;max-width:900px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:760px){.csyl-step .btn-grid.courses{max-width:560px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.csyl-step .year-col-current{max-width:420px}.csyl-step .year-col-current .btn-grid{grid-template-columns:1fr}}@media(max-width:480px){.csyl-step .btn-grid.courses{max-width:420px;grid-template-columns:1fr}}<\/style>\n<script>\n(function(){\n  \"use strict\";\n  var CONFIG = { current: [\"Y2026\",\"Y2025\",\"Y2024\"] };\n  var COURSES = [{\"key\":\"progressive\",\"label\":\"\u666e\u901a\u79d1\u30d7\u30ed\u30b0\u30ec\u30c3\u30b7\u30d6\u30b3\u30fc\u30b9\"},{\"key\":\"standard\",\"label\":\"\u666e\u901a\u79d1\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u30b3\u30fc\u30b9\"},{\"key\":\"business\",\"label\":\"\u60c5\u5831\u30d3\u30b8\u30cd\u30b9\u79d1\"},{\"key\":\"system\",\"label\":\"\u30b7\u30b9\u30c6\u30e0\u5de5\u5b66\u79d1\"}];\n  var SUBJECTS = [\"\u7dcf\u5408\u7684\u306a\u63a2\u7a76\u306e\u6642\u9593\",\"\u56fd\u8a9e\",\"\u793e\u4f1a\",\"\u6570\u5b66\",\"\u7406\u79d1\",\"\u4fdd\u5065\u4f53\u80b2\",\"\u82b8\u8853\",\"\u82f1\u8a9e\",\"\u5bb6\u5ead\",\"\u5546\u696d\",\"\u5de5\u696d\",\"\u60c5\u5831\"];\n  var YEARS = {\"Y2026\":{\"label\":\"\u4ee4\u548c8\u5e74\u5ea6\u5165\u5b66\u751f\u7528\",\"short\":\"Y2026\",\"nendo\":\"2026\u5e74\u5ea6\u5165\u5b66\",\"curriculum\":{\"progressive\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/40f43508dd7271ebca36d3c5666a3957.pdf\",\"standard\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/401b2ba648b63c2e95017adf25b56ca4.pdf\",\"business\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/0da70be952136177b612f034e95091d3.pdf\",\"system\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/c327be8838cfea77bd3beb2dbb9905a4.pdf\"},\"syllabus\":{\"\u7dcf\u5408\u7684\u306a\u63a2\u7a76\u306e\u6642\u9593\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/ac526f11c1617cdcdf1f3533e27f4402.pdf\",\"\u56fd\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/0609d890b7acac25137ec0f4dfddda81.pdf\",\"\u793e\u4f1a\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/bfeb2bd1ad86e683854266f410f1794f.pdf\",\"\u6570\u5b66\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/d06e1926ecee11a8de79141163f5e73b.pdf\",\"\u7406\u79d1\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/555c1e74a104c8459415a7c0d78e0467.pdf\",\"\u4fdd\u5065\u4f53\u80b2\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/b9cbeae777df8b859069fb656909f398.pdf\",\"\u82b8\u8853\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/ade8f0992c1cb46f925d1192813cf22a.pdf\",\"\u82f1\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/1dfb425c62a798140b818c58b4f971fd.pdf\",\"\u5bb6\u5ead\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/49642454d1ec213efcf91d1927f7efd8.pdf\",\"\u5546\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/6afc93a686883d82671159f2b9814eb1.pdf\",\"\u5de5\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/207cb51d5de1843efe4f8dc49ff141f4.pdf\",\"\u60c5\u5831\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/1d18a4254f97886619c4da0745616942.pdf\"}},\"Y2025\":{\"label\":\"\u4ee4\u548c7\u5e74\u5ea6\u5165\u5b66\u751f\u7528\",\"short\":\"Y2025\",\"nendo\":\"2025\u5e74\u5ea6\u5165\u5b66\",\"curriculum\":{\"progressive\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/96826009a74a73715928a2611ad012a0.pdf\",\"standard\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/d9abaf49cb675a53eb9515efbaa8909b.pdf\",\"business\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/72e65aa103701fd48de07156fbde6e96.pdf\",\"system\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/f4b395631f6c44c3b004138b7f84421e.pdf\"},\"syllabus\":{\"\u7dcf\u5408\u7684\u306a\u63a2\u7a76\u306e\u6642\u9593\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/f0ab7b76561dc616b477accdf335b7a4.pdf\",\"\u56fd\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/b367316ce25f6b6d727543fc9712c8b8.pdf\",\"\u793e\u4f1a\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/f0b21eb3abb09bdeae24445d363a0aee.pdf\",\"\u6570\u5b66\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/70ee9b6011bb7000bddae4619bce2346.pdf\",\"\u7406\u79d1\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/a5ec8059d6bafd297c3a93d4b4c9c92f.pdf\",\"\u4fdd\u5065\u4f53\u80b2\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/af0ea201d4fdd72450d4b8a678f0282a.pdf\",\"\u82b8\u8853\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/b778e707ac7c5fe77e00e81ca4a4eccb.pdf\",\"\u82f1\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/6e82a4d27f655b214d08c09e3a29357b.pdf\",\"\u5bb6\u5ead\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/a9d14d25d1c8245a2ddbdf081e25dd4c.pdf\",\"\u5546\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/4b3cc1370210ba2bc1b13f425a543210.pdf\",\"\u5de5\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/6b9527c736e4325f78a471968ee5f2b0.pdf\",\"\u60c5\u5831\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/d322caf499ce9f41ccae46a6306eb124.pdf\"}},\"Y2024\":{\"label\":\"\u4ee4\u548c6\u5e74\u5ea6\u5165\u5b66\u751f\u7528\",\"short\":\"Y2024\",\"nendo\":\"2024\u5e74\u5ea6\u5165\u5b66\",\"curriculum\":{\"progressive\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/084fc804c0ad2db159f533589dcd5e1a.pdf\",\"standard\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/f34652e944381f79dd8925f7c69c0222.pdf\",\"business\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/9f41d3ab921ecb07145d44562753ae9c.pdf\",\"system\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/45c79bdd8bd66cca987aab728ae0e429.pdf\"},\"syllabus\":{\"\u7dcf\u5408\u7684\u306a\u63a2\u7a76\u306e\u6642\u9593\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/0.2024tankyuu-1.pdf\",\"\u56fd\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/1.2024kokugo-1.pdf\",\"\u793e\u4f1a\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/2.2024shakai-1.pdf\",\"\u6570\u5b66\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/3.2024suugaku-1.pdf\",\"\u7406\u79d1\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/4.2024rika-1.pdf\",\"\u4fdd\u5065\u4f53\u80b2\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/5.2024hokentaiiku-1.pdf\",\"\u82b8\u8853\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/6.2024geijutsu-1.pdf\",\"\u82f1\u8a9e\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/7.2024eigo-1.pdf\",\"\u5bb6\u5ead\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/8.2024katei-1.pdf\",\"\u5546\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/9.2024syougyou-2.pdf\",\"\u5de5\u696d\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/10.2024kougyou-2.pdf\",\"\u60c5\u5831\":\"https:\/\/www.mie-c.ed.jp\/howase\/wp-content\/uploads\/11.2024jouhou.pdf\"}}};\n  var state = { year: null, mode: null, pick: null };\n  var app = document.getElementById(\"csyl-app\");\n  if (!app) return;\n  function esc(s){ return String(s).replace(\/[&\\x3c\\x3e\"']\/g,function(c){return {'&':'&amp;','\\x3c':'&lt;','\\x3e':'&gt;','\"':'&quot;',\"'\":'&#39;'}[c];}); }\n  function availableCount(map){ return Object.keys(map||{}).filter(function(key){return !!map[key];}).length; }\n  function render(){\n    var html = renderBreadcrumb();\n    if (!state.year) html += renderYearStep();\n    else if (!state.mode) html += renderModeStep();\n    else if (!state.pick) html += renderPickStep();\n    else html += renderPdfPanel();\n    app.innerHTML = html;\n    bindEvents();\n    updateHash();\n  }\n  function renderBreadcrumb(){\n    var parts=[];\n    parts.push('\\x3cbutton class=\"crumb'+(!state.year?' crumb-current':'')+'\" data-action=\"reset\"\\x3e\u5165\u5b66\u5e74\u5ea6\\x3c\/button\\x3e');\n    if(state.year){parts.push('\\x3cspan class=\"sep\"\\x3e\u203a\\x3c\/span\\x3e');parts.push('\\x3cbutton class=\"crumb'+(!state.mode?' crumb-current':'')+'\" data-action=\"back-to-year\"\\x3e'+esc(YEARS[state.year].label)+'\\x3c\/button\\x3e');}\n    if(state.mode){parts.push('\\x3cspan class=\"sep\"\\x3e\u203a\\x3c\/span\\x3e');parts.push('\\x3cbutton class=\"crumb'+(!state.pick?' crumb-current':'')+'\" data-action=\"back-to-mode\"\\x3e'+(state.mode==='curriculum'?'\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0':'\u30b7\u30e9\u30d0\u30b9')+'\\x3c\/button\\x3e');}\n    if(state.pick){parts.push('\\x3cspan class=\"sep\"\\x3e\u203a\\x3c\/span\\x3e');var pickLabel=state.mode==='curriculum'?COURSES.filter(function(c){return c.key===state.pick;})[0].label:state.pick;parts.push('\\x3cspan class=\"crumb crumb-current\"\\x3e'+esc(pickLabel)+'\\x3c\/span\\x3e');}\n    parts.push('\\x3cbutton class=\"reset\" data-action=\"reset\"\\x3e\u6700\u521d\u304b\u3089\\x3c\/button\\x3e');\n    return '\\x3cdiv class=\"csyl-breadcrumb\"\\x3e'+parts.join('')+'\\x3c\/div\\x3e';\n  }\n  function renderYearStep(){\n    var buttons=CONFIG.current.map(yearBtn).join('');\n    if(!buttons){buttons='\\x3cp\\x3e\u63b2\u8f09\u6e96\u5099\u4e2d\u3067\u3059\u3002\\x3c\/p\\x3e';}\n    return '\\x3cdiv class=\"csyl-step\"\\x3e\\x3ch2\\x3e\u2460 \u5165\u5b66\u5e74\u5ea6\u3092\u9078\u629e\\x3c\/h2\\x3e\\x3cdiv class=\"year-step-grid\"\\x3e\\x3cdiv class=\"year-col-current\"\\x3e\\x3cdiv class=\"group-label\"\\x3e\u73fe\u884c\uff08\u76f4\u8fd13\u5e74\u5206\uff09\\x3c\/div\\x3e\\x3cdiv class=\"btn-grid\"\\x3e'+buttons+'\\x3c\/div\\x3e\\x3c\/div\\x3e\\x3c\/div\\x3e\\x3c\/div\\x3e';\n  }\n  function yearBtn(yearKey){var y=YEARS[yearKey];if(!y)return '';return '\\x3cbutton class=\"opt-btn\" data-action=\"pick-year\" data-year=\"'+yearKey+'\"\\x3e'+esc(y.label)+'\\x3cspan class=\"meta\"\\x3e'+esc(y.nendo)+'\\x3c\/span\\x3e\\x3c\/button\\x3e';}\n  function modeButton(mode,icon,title,description,count){\n    var pending=count===0;\n    return '\\x3cbutton class=\"mode-btn\"'+(pending?' disabled aria-disabled=\"true\"':' data-action=\"pick-mode\" data-mode=\"'+mode+'\"')+'\\x3e\\x3cspan class=\"icon\"\\x3e'+icon+'\\x3c\/span\\x3e\\x3cspan\\x3e\\x3cspan class=\"ttl\"\\x3e'+title+'\\x3c\/span\\x3e\\x3cbr\\x3e\\x3cspan class=\"desc\"\\x3e'+(pending?'\u6e96\u5099\u4e2d':description)+'\\x3c\/span\\x3e\\x3c\/span\\x3e\\x3c\/button\\x3e';\n  }\n  function renderModeStep(){\n    var y=YEARS[state.year];\n    return '\\x3cdiv class=\"csyl-step\"\\x3e\\x3ch2\\x3e\u2461 '+esc(y.label)+' \u2014 \u4f55\u3092\u3054\u89a7\u306b\u306a\u308a\u307e\u3059\u304b?\\x3c\/h2\\x3e\\x3cdiv class=\"mode-grid\"\\x3e'+\n      modeButton('curriculum','\ud83d\udccb','\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868','\u5b66\u79d1\u30fb\u30b3\u30fc\u30b9\u5225\u306e3\u5e74\u9593\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868\uff084\u7a2e\u985e\uff09',availableCount(y.curriculum))+\n      modeButton('syllabus','\ud83d\udcda','\u30b7\u30e9\u30d0\u30b9\uff08\u6559\u79d1\u5225\uff09','\u56fd\u8a9e\u30fb\u6570\u5b66\u30fb\u82f1\u8a9e\u306a\u3069\u6559\u79d1\u3054\u3068\u306e\u5b66\u7fd2\u5185\u5bb9\uff0812\u6559\u79d1\uff09',availableCount(y.syllabus))+\n      '\\x3c\/div\\x3e\\x3c\/div\\x3e';\n  }\n  function itemButton(label,key,url){\n    if(!url){return '\\x3cbutton type=\"button\" class=\"opt-btn is-pending\" aria-disabled=\"true\" aria-label=\"'+esc(label)+'\uff1a\u6e96\u5099\u4e2d\"\\x3e\\x3cspan class=\"item-label\"\\x3e'+esc(label)+'\\x3c\/span\\x3e\\x3cspan class=\"pending-label\" aria-hidden=\"true\"\\x3e\u6e96\u5099\u4e2d\\x3c\/span\\x3e\\x3c\/button\\x3e';}\n    return '\\x3cbutton class=\"opt-btn\" data-action=\"pick-item\" data-pick=\"'+esc(key)+'\"\\x3e'+esc(label)+'\\x3c\/button\\x3e';\n  }\n  function renderPickStep(){\n    var y=YEARS[state.year],items;\n    if(state.mode==='curriculum'){\n      items=COURSES.map(function(c){return itemButton(c.label,c.key,y.curriculum[c.key]);}).join('');\n      return '\\x3cdiv class=\"csyl-step\"\\x3e\\x3ch2\\x3e\u2462 \u5b66\u79d1\u30fb\u30b3\u30fc\u30b9\u3092\u9078\u629e \u2014 '+esc(y.label)+'\u30fb\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868\\x3c\/h2\\x3e\\x3cdiv class=\"btn-grid courses\"\\x3e'+items+'\\x3c\/div\\x3e\\x3c\/div\\x3e';\n    }\n    items=SUBJECTS.map(function(subject){return itemButton(subject,subject,y.syllabus[subject]);}).join('');\n    return '\\x3cdiv class=\"csyl-step\"\\x3e\\x3ch2\\x3e\u2462 \u6559\u79d1\u3092\u9078\u629e \u2014 '+esc(y.label)+'\u30fb\u30b7\u30e9\u30d0\u30b9\\x3c\/h2\\x3e\\x3cdiv class=\"btn-grid subjects\"\\x3e'+items+'\\x3c\/div\\x3e\\x3c\/div\\x3e';\n  }\n  function renderPdfPanel(){\n    var y=YEARS[state.year],label,url;\n    if(state.mode==='curriculum'){var course=COURSES.filter(function(c){return c.key===state.pick;})[0];label=course.label+' \u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868';url=y.curriculum[state.pick];}\n    else{label=state.pick+'\uff08\u30b7\u30e9\u30d0\u30b9\uff09';url=y.syllabus[state.pick];}\n    if(!url){return '\\x3cdiv class=\"pdf-panel\"\\x3e\\x3cdiv class=\"pdf-icon\"\\x3e\u23f3\\x3c\/div\\x3e\\x3cdiv class=\"pdf-title\"\\x3e\u6e96\u5099\u4e2d\\x3c\/div\\x3e\\x3cdiv class=\"pdf-subtitle\"\\x3e'+esc(label)+'\\x3c\/div\\x3e\\x3cdiv\\x3e\\x3cbutton class=\"back\" data-action=\"back-to-mode\"\\x3e\u2190 \u623b\u308b\\x3c\/button\\x3e\\x3c\/div\\x3e\\x3c\/div\\x3e';}\n    return '\\x3cdiv class=\"pdf-panel\"\\x3e\\x3cdiv class=\"pdf-icon\"\\x3e\ud83d\udcc4\\x3c\/div\\x3e\\x3cdiv class=\"pdf-title\"\\x3e'+esc(label)+'\\x3c\/div\\x3e\\x3cdiv class=\"pdf-subtitle\"\\x3e'+esc(y.label)+'\\x3c\/div\\x3e\\x3ca class=\"pdf-link\" href=\"'+esc(url)+'\" target=\"_blank\" rel=\"noopener\"\\x3ePDF\u3092\u958b\u304f \u2197\\x3c\/a\\x3e\\x3cdiv\\x3e\\x3cbutton class=\"back\" data-action=\"back-to-mode\"\\x3e\u2190 \u5225\u306e\u9805\u76ee\u3092\u9078\u3076\\x3c\/button\\x3e\\x3c\/div\\x3e\\x3c\/div\\x3e';\n  }\n  function bindEvents(){Array.prototype.forEach.call(app.querySelectorAll('[data-action]'),function(el){el.addEventListener('click',handleAction);});}\n  function handleAction(event){\n    var el=event.currentTarget,action=el.getAttribute('data-action');\n    if(action==='pick-year'){state.year=el.getAttribute('data-year');state.mode=null;state.pick=null;}\n    else if(action==='pick-mode'){state.mode=el.getAttribute('data-mode');state.pick=null;}\n    else if(action==='pick-item'){state.pick=el.getAttribute('data-pick');}\n    else if(action==='back-to-year'){state.mode=null;state.pick=null;}\n    else if(action==='back-to-mode'){state.pick=null;}\n    else if(action==='reset'){state.year=null;state.mode=null;state.pick=null;}\n    render();\n  }\n  function updateHash(){\n    var parts=[];\n    if(state.year)parts.push('year='+encodeURIComponent(state.year));\n    if(state.mode)parts.push('mode='+encodeURIComponent(state.mode));\n    if(state.pick)parts.push('pick='+encodeURIComponent(state.pick));\n    var hash=parts.join('&'),target=location.pathname+location.search+(hash?'#'+hash:'');\n    if(window.history&&history.replaceState)history.replaceState(null,'',target);\n  }\n  function loadHash(){\n    var values={};\n    location.hash.replace(\/^#\/,'').split('&').forEach(function(part){var pair=part.split('=');if(pair[0])values[pair[0]]=decodeURIComponent(pair.slice(1).join('=')||'');});\n    if(values.year&&YEARS[values.year])state.year=values.year;\n    if(state.year&&values.mode&&['curriculum','syllabus'].indexOf(values.mode)!==-1&&availableCount(YEARS[state.year][values.mode])!==0)state.mode=values.mode;\n    if(state.mode&&values.pick&&YEARS[state.year][state.mode][values.pick])state.pick=values.pick;\n  }\n  try { loadHash(); render(); }\n  catch(error){ app.setAttribute('data-syllabus-error',error&&error.message?error.message:'unknown'); if(window.console&&console.error)console.error(error); }\n})();\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5165\u5b66\u5e74\u5ea6\u3092\u9078\u629e\u3057\u3066\u3001\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8868\u307e\u305f\u306f\u6559\u79d1\u5225\u30b7\u30e9\u30d0\u30b9\u3092\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n","protected":false},"author":37,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1252","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/pages\/1252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/comments?post=1252"}],"version-history":[{"count":30,"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/pages\/1252\/revisions"}],"predecessor-version":[{"id":4395,"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/pages\/1252\/revisions\/4395"}],"wp:attachment":[{"href":"https:\/\/www.mie-c.ed.jp\/howase\/wp-json\/wp\/v2\/media?parent=1252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}