{"id":5450,"date":"2026-03-30T17:02:29","date_gmt":"2026-03-30T08:02:29","guid":{"rendered":"https:\/\/nk-ts.net\/?page_id=5450"},"modified":"2026-07-02T05:06:55","modified_gmt":"2026-07-01T20:06:55","slug":"%e3%83%86%e3%82%b9%e3%83%88%e3%82%bb%e3%83%b3%e3%82%bf%e3%83%bc%e6%a5%ad%e5%8b%99%e3%81%ae%e6%b5%81%e3%82%8c%ef%bc%88%e7%a0%94%e4%bf%ae%e5%8b%95%e7%94%bb%ef%bc%89","status":"publish","type":"page","link":"https:\/\/nk-ts.net\/?page_id=5450","title":{"rendered":"\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u696d\u52d9\u306e\u6d41\u308c\uff08\u7814\u4fee\u52d5\u753b\uff09"},"content":{"rendered":"\n<style>\n  .nkts-training-video-v2,\n  .nkts-training-video-v2 * {\n    box-sizing: border-box;\n  }\n\n  .nkts-training-video-v2 {\n    --ntv-red: #d71920;\n    --ntv-red-dark: #b31218;\n    --ntv-black: #111827;\n    --ntv-text: #1f2937;\n    --ntv-gray: #4b5563;\n    --ntv-line: #e5e7eb;\n    --ntv-bg: #f4f6f8;\n    --ntv-white: #ffffff;\n\n    width: 100%;\n    margin: 0 auto;\n    padding: 48px 20px;\n    background: var(--ntv-bg) !important;\n    color: var(--ntv-text) !important;\n    font-family: \"Noto Sans JP\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", system-ui, sans-serif !important;\n    line-height: 1.8;\n  }\n\n  .nkts-training-video-v2 a {\n    text-decoration: none !important;\n  }\n\n  .ntv2-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  \/* ===== HERO ===== *\/\n\n  .ntv2-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);\n    gap: 24px;\n    align-items: stretch;\n  }\n\n  .ntv2-main-box {\n    background: #ffffff !important;\n    border: 1px solid var(--ntv-line);\n    border-radius: 24px;\n    padding: 36px;\n    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);\n  }\n\n  .ntv2-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: #fff1f2 !important;\n    color: var(--ntv-red-dark) !important;\n    font-size: 13px !important;\n    font-weight: 900 !important;\n    letter-spacing: 0.08em;\n  }\n\n  .ntv2-kicker::before {\n    content: \"\";\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: var(--ntv-red);\n  }\n\n  .ntv2-title {\n    margin: 0 !important;\n    color: #111827 !important;\n    font-size: clamp(34px, 4.8vw, 56px) !important;\n    line-height: 1.18 !important;\n    font-weight: 950 !important;\n    letter-spacing: -0.04em;\n  }\n\n  .ntv2-title span {\n    color: var(--ntv-red) !important;\n  }\n\n  .ntv2-lead {\n    margin: 20px 0 0 !important;\n    color: #263241 !important;\n    font-size: 17px !important;\n    font-weight: 600 !important;\n    line-height: 2 !important;\n  }\n\n  \/* ===== \u53f3\u5074\u30d1\u30cd\u30eb\uff1a\u5b8c\u5168\u9ad8\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8 ===== *\/\n\n  .ntv2-side-box {\n    background: #111827 !important;\n    color: #ffffff !important;\n    border-radius: 24px;\n    padding: 30px;\n    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.22);\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .ntv2-side-label {\n    display: inline-block;\n    margin-bottom: 18px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.13) !important;\n    color: #ffffff !important;\n    font-size: 12px !important;\n    font-weight: 900 !important;\n    letter-spacing: 0.08em;\n  }\n\n  .ntv2-side-title {\n    margin: 0 !important;\n    color: #ffffff !important;\n    font-size: 24px !important;\n    line-height: 1.55 !important;\n    font-weight: 950 !important;\n  }\n\n  .ntv2-side-list {\n    margin: 20px 0 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .ntv2-side-list li {\n    display: flex;\n    gap: 11px;\n    align-items: flex-start;\n    margin: 12px 0 0 !important;\n    color: #ffffff !important;\n    font-size: 15px !important;\n    font-weight: 800 !important;\n    line-height: 1.7 !important;\n  }\n\n  .ntv2-side-list li::before {\n    content: \"\u2713\";\n    display: grid;\n    place-items: center;\n    flex: 0 0 22px;\n    width: 22px;\n    height: 22px;\n    margin-top: 2px;\n    border-radius: 50%;\n    background: var(--ntv-red);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 950;\n  }\n\n  \/* ===== NAV ===== *\/\n\n  .ntv2-nav {\n    margin-top: 24px;\n    padding: 18px;\n    background: #ffffff !important;\n    border: 1px solid var(--ntv-line);\n    border-radius: 22px;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);\n  }\n\n  .ntv2-nav a {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 10px 12px;\n    border-radius: 14px;\n    background: #f9fafb !important;\n    color: #111827 !important;\n    border: 1px solid #e5e7eb;\n    font-size: 14px !important;\n    font-weight: 900 !important;\n    line-height: 1.4 !important;\n    text-align: center;\n    transition: 0.2s ease;\n  }\n\n  .ntv2-nav a:hover {\n    background: var(--ntv-red) !important;\n    color: #ffffff !important;\n    border-color: var(--ntv-red);\n    transform: translateY(-2px);\n  }\n\n  \/* ===== SECTION ===== *\/\n\n  .ntv2-section-head {\n    margin: 44px 0 20px;\n    padding-left: 16px;\n    border-left: 7px solid var(--ntv-red);\n  }\n\n  .ntv2-section-title {\n    margin: 0 !important;\n    color: #111827 !important;\n    font-size: clamp(25px, 3vw, 34px) !important;\n    line-height: 1.35 !important;\n    font-weight: 950 !important;\n    letter-spacing: -0.03em;\n  }\n\n  .ntv2-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  \/* ===== CARD ===== *\/\n\n  .ntv2-card {\n    background: #ffffff !important;\n    border: 1px solid var(--ntv-line);\n    border-radius: 22px;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);\n  }\n\n  .ntv2-card-head {\n    padding: 20px 22px;\n    background: #ffffff !important;\n    border-bottom: 1px solid var(--ntv-line);\n  }\n\n  .ntv2-step {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    color: var(--ntv-red-dark) !important;\n    font-size: 12px !important;\n    font-weight: 950 !important;\n    letter-spacing: 0.08em;\n  }\n\n  .ntv2-step strong {\n    display: grid;\n    place-items: center;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--ntv-red);\n    color: #ffffff !important;\n    font-size: 14px !important;\n    font-weight: 950 !important;\n  }\n\n  .ntv2-card-title {\n    margin: 0 !important;\n    color: #111827 !important;\n    font-size: 22px !important;\n    line-height: 1.55 !important;\n    font-weight: 950 !important;\n    letter-spacing: -0.02em;\n  }\n\n  .ntv2-card-body {\n    padding: 20px 22px 24px;\n  }\n\n  .ntv2-desc {\n    margin: 0 0 16px !important;\n    color: #263241 !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    line-height: 1.9 !important;\n  }\n\n  .ntv2-frame {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n    border-radius: 16px;\n    background: #000000;\n    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);\n  }\n\n  .ntv2-frame iframe {\n    position: absolute;\n    inset: 0;\n    width: 100% !important;\n    height: 100% !important;\n    border: 0 !important;\n  }\n\n  \/* ===== NOTE ===== *\/\n\n  .ntv2-note {\n    margin-top: 34px;\n    padding: 24px 26px;\n    background: #ffffff !important;\n    border: 1px solid var(--ntv-line);\n    border-left: 8px solid var(--ntv-red);\n    border-radius: 20px;\n    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.07);\n  }\n\n  .ntv2-note-title {\n    margin: 0 0 8px !important;\n    color: #111827 !important;\n    font-size: 20px !important;\n    line-height: 1.5 !important;\n    font-weight: 950 !important;\n  }\n\n  .ntv2-note-text {\n    margin: 0 !important;\n    color: #263241 !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    line-height: 1.9 !important;\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n\n  @media (max-width: 900px) {\n    .ntv2-hero {\n      grid-template-columns: 1fr;\n    }\n\n    .ntv2-nav {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ntv2-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .nkts-training-video-v2 {\n      padding: 32px 14px;\n    }\n\n    .ntv2-main-box,\n    .ntv2-side-box {\n      padding: 24px 20px;\n      border-radius: 20px;\n    }\n\n    .ntv2-title {\n      font-size: 34px !important;\n    }\n\n    .ntv2-lead {\n      font-size: 16px !important;\n      line-height: 1.9 !important;\n    }\n\n    .ntv2-side-title {\n      font-size: 21px !important;\n    }\n\n    .ntv2-side-list li {\n      font-size: 15px !important;\n    }\n\n    .ntv2-nav {\n      grid-template-columns: 1fr;\n      padding: 14px;\n    }\n\n    .ntv2-nav a {\n      min-height: 50px;\n      font-size: 15px !important;\n    }\n\n    .ntv2-card-head,\n    .ntv2-card-body {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .ntv2-card-title {\n      font-size: 20px !important;\n    }\n\n    .ntv2-desc,\n    .ntv2-note-text {\n      font-size: 15.5px !important;\n    }\n  }\n<\/style>\n\n<section class=\"nkts-training-video-v2\">\n  <div class=\"ntv2-wrap\">\n\n    <div class=\"ntv2-hero\">\n\n      <div class=\"ntv2-main-box\">\n        <div class=\"ntv2-kicker\">NKTS TRAINING VIDEO<\/div>\n\n        <div class=\"ntv2-title\" role=\"heading\" aria-level=\"2\">\n          \u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u696d\u52d9\u306e\u6d41\u308c<br>\n          <span>\u7814\u4fee\u52d5\u753b<\/span>\n        <\/div>\n\n        <p class=\"ntv2-lead\">\n          \u672c\u30da\u30fc\u30b8\u3067\u306f\u3001\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u904b\u55b6\u306b\u304a\u3051\u308b\u4e00\u9023\u306e\u6d41\u308c\u3092\u52d5\u753b\u3067\u5b66\u7fd2\u3067\u304d\u307e\u3059\u3002\n          \u521d\u3081\u3066\u62c5\u5f53\u3059\u308b\u65b9\u3067\u3082\u3001\u53d7\u4ed8\u5bfe\u5fdc\u3001\u6301\u3061\u7269\u78ba\u8a8d\u3001\u6e05\u6383\u3001\u7dca\u6025\u9023\u7d61\u3001\u30b5\u30dd\u30fc\u30c8\u5bfe\u5fdc\u3001\u9053\u6848\u5185\u3001\u8a66\u9a13\u4e2d\u30c8\u30e9\u30d6\u30eb\u3001\u53d7\u9a13\u5ba4\u6e05\u6383\u307e\u3067\u9806\u756a\u306b\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\n        <\/p>\n      <\/div>\n\n      <div class=\"ntv2-side-box\">\n        <div class=\"ntv2-side-label\">LEARNING FLOW<\/div>\n\n        <div class=\"ntv2-side-title\" role=\"heading\" aria-level=\"3\">\n          \u30b9\u30c6\u30c3\u30d71\u304b\u3089\u9806\u306b\u8996\u8074\u3057\u3001<br>\n          \u73fe\u5834\u5bfe\u5fdc\u306e\u6d41\u308c\u3092\u6a19\u6e96\u5316\u3057\u307e\u3059\u3002\n        <\/div>\n\n        <ul class=\"ntv2-side-list\">\n          <li>\u53d7\u4ed8\u304b\u3089\u8a66\u9a13\u7d42\u4e86\u307e\u3067\u306e\u57fa\u672c\u52d5\u7dda\u3092\u78ba\u8a8d<\/li>\n          <li>\u30ed\u30c3\u30ab\u30fc\u6848\u5185\u30fb\u6301\u3061\u7269\u78ba\u8a8d\u306e\u6ce8\u610f\u70b9\u3092\u78ba\u8a8d<\/li>\n          <li>\u6025\u306a\u4f11\u307f\u3001\u7dca\u6025\u5bfe\u5fdc\u3001CBT-S\u9023\u7d61\u65b9\u6cd5\u3092\u78ba\u8a8d<\/li>\n          <li>\u6e05\u6383\u30fb\u6d17\u5264\u306e\u4f7f\u3044\u5206\u3051\u307e\u3067\u73fe\u5834\u57fa\u6e96\u3092\u7d71\u4e00<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <nav class=\"ntv2-nav\" aria-label=\"\u52d5\u753b\u4e00\u89a7\">\n      <a href=\"#step01\">STEP 1\uff5c\u6765\u5834\u5bfe\u5fdc<\/a>\n      <a href=\"#step02\">STEP 2\uff5c\u6301\u3061\u7269\u78ba\u8a8d<\/a>\n      <a href=\"#step03\">STEP 3\uff5c\u6e05\u6383\u30fb\u4f11\u61a9<\/a>\n      <a href=\"#step04\">STEP 4\uff5c\u30b7\u30d5\u30c8\u9023\u7d61<\/a>\n      <a href=\"#step05\">STEP 5\uff5cCBT-S\u9023\u7d61<\/a>\n      <a href=\"#step06\">STEP 6\uff5c\u9053\u6848\u5185<\/a>\n      <a href=\"#step07\">STEP 7\uff5c\u521d\u671f\u5bfe\u5fdc<\/a>\n      <a href=\"#step08\">STEP 8\uff5c\u53d7\u9a13\u5ba4\u6e05\u6383<\/a>\n    <\/nav>\n\n    <div class=\"ntv2-section-head\">\n      <div class=\"ntv2-section-title\" role=\"heading\" aria-level=\"3\">\u7814\u4fee\u52d5\u753b\u4e00\u89a7<\/div>\n    <\/div>\n\n    <div class=\"ntv2-grid\">\n\n      <article class=\"ntv2-card\" id=\"step01\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>1<\/strong> STEP 01<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u53d7\u9a13\u8005\u304c\u6765\u5834\u3057\u3066\u304d\u305f\u3068\u304d\u306e\u5bfe\u5fdc\u306b\u3064\u3044\u3066<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u53d7\u9a13\u8005\u304c\u6765\u5834\u3057\u305f\u969b\u306e\u521d\u671f\u5bfe\u5fdc\u3001\u58f0\u304b\u3051\u3001\u53d7\u4ed8\u524d\u306e\u57fa\u672c\u7684\u306a\u6d41\u308c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/0CtA0-F9Zk0\" title=\"\u53d7\u9a13\u8005\u304c\u6765\u5834\u3057\u3066\u304d\u305f\u3068\u304d\u306e\u5bfe\u5fdc\u306b\u3064\u3044\u3066\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step02\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>2<\/strong> STEP 02<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u6301\u3061\u7269\u78ba\u8a8d\u3068\u30ed\u30c3\u30ab\u30fc\u6848\u5185<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u672c\u4eba\u78ba\u8a8d\u5f8c\u306e\u6301\u3061\u7269\u78ba\u8a8d\u3001\u30ed\u30c3\u30ab\u30fc\u6848\u5185\u3001\u6301\u8fbc\u7981\u6b62\u7269\u306e\u7ba1\u7406\u30dd\u30a4\u30f3\u30c8\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/xucjITOo9qk\" title=\"\u6301\u3061\u7269\u78ba\u8a8d\u3068\u30ed\u30c3\u30ab\u30fc\u6848\u5185\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step03\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>3<\/strong> STEP 03<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u6e05\u6383\u306e\u4ed5\u65b9\u3068\u4f11\u61a9\u4e2d\u306e\u6ce8\u610f\u3001\u30b4\u30df\u51fa\u3057\u306e\u30eb\u30fc\u30eb\u3001\u707d\u5bb3\u907f\u96e3<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u6e05\u6383\u3001\u4f11\u61a9\u6642\u306e\u6ce8\u610f\u3001\u30b4\u30df\u51fa\u3057\u3001\u707d\u5bb3\u6642\u306e\u907f\u96e3\u306b\u95a2\u3059\u308b\u57fa\u672c\u30eb\u30fc\u30eb\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/6pa1SsIVOXo\" title=\"\u6e05\u6383\u306e\u4ed5\u65b9\u3068\u4f11\u61a9\u4e2d\u306e\u6ce8\u610f\u3001\u30b4\u30df\u51fa\u3057\u306e\u30eb\u30fc\u30eb\u3001\u707d\u5bb3\u907f\u96e3\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step04\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>4<\/strong> STEP 04<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u6025\u306a\u4f11\u307f\u3001\u30b7\u30d5\u30c8\u5909\u66f4\u6642\u306e\u30c1\u30e3\u30c3\u30c8\u9023\u7d61 \u7dca\u6025\u5bfe\u5fdc\u542b\u3080<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u6025\u306a\u6b20\u52e4\u3001\u30b7\u30d5\u30c8\u5909\u66f4\u3001\u7dca\u6025\u6642\u306e\u30c1\u30e3\u30c3\u30c8\u9023\u7d61\u65b9\u6cd5\u3068\u5831\u544a\u306e\u8003\u3048\u65b9\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/Efi8mp3UnAA\" title=\"\u6025\u306a\u4f11\u307f\u3001\u30b7\u30d5\u30c8\u5909\u66f4\u6642\u306e\u30c1\u30e3\u30c3\u30c8\u9023\u7d61 \u7dca\u6025\u5bfe\u5fdc\u542b\u3080\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step05\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>5<\/strong> STEP 05<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">CBT-S\u30b5\u30dd\u30fc\u30c8\u3078\u306e\u96fb\u8a71\u30fb\u30e1\u30fc\u30eb\u306e\u4f8b \u554f\u3044\u5408\u308f\u305b\u30fb\u5831\u544a\u5bfe\u5fdc<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">CBT-S\u30b5\u30dd\u30fc\u30c8\u3078\u9023\u7d61\u3059\u308b\u969b\u306e\u96fb\u8a71\u30fb\u30e1\u30fc\u30eb\u306e\u4f8b\u3001\u554f\u3044\u5408\u308f\u305b\u30fb\u5831\u544a\u306e\u57fa\u672c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/gml0SOg3hYs\" title=\"CBT-S\u30b5\u30dd\u30fc\u30c8\u3078\u306e\u96fb\u8a71\u30fb\u30e1\u30fc\u30eb\u306e\u4f8b \u554f\u3044\u5408\u308f\u305b\u30fb\u5831\u544a\u5bfe\u5fdc\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step06\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>6<\/strong> STEP 06<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u53d7\u9a13\u8005\u3078\u306e\u9053\u6848\u5185\u306e\u4ed5\u65b9 \u96fb\u8a71\u5bfe\u5fdc\u7de8<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u53d7\u9a13\u8005\u304b\u3089\u9053\u6848\u5185\u306e\u96fb\u8a71\u304c\u3042\u3063\u305f\u5834\u5408\u306e\u6848\u5185\u65b9\u6cd5\u3001\u805e\u304d\u53d6\u308a\u65b9\u3001\u8aac\u660e\u306e\u6d41\u308c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/CCnW7-hStOg\" title=\"\u53d7\u9a13\u8005\u3078\u306e\u9053\u6848\u5185\u306e\u4ed5\u65b9 \u96fb\u8a71\u5bfe\u5fdc\u7de8\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step07\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>7<\/strong> STEP 07<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u8a66\u9a13\u4e2d\u306e\u30c8\u30e9\u30d6\u30eb\u767a\u751f\u6642\u306e\u521d\u671f\u5bfe\u5fdc<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u8a66\u9a13\u4e2d\u306b\u30c8\u30e9\u30d6\u30eb\u304c\u767a\u751f\u3057\u305f\u969b\u306e\u521d\u671f\u5bfe\u5fdc\u3001\u72b6\u6cc1\u78ba\u8a8d\u3001\u5831\u544a\u306e\u57fa\u672c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/Mh1YmlP39-w\" title=\"\u8a66\u9a13\u4e2d\u306e\u30c8\u30e9\u30d6\u30eb\u767a\u751f\u6642\u306e\u521d\u671f\u5bfe\u5fdc\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"ntv2-card\" id=\"step08\">\n        <div class=\"ntv2-card-head\">\n          <div class=\"ntv2-step\"><strong>8<\/strong> STEP 08<\/div>\n          <div class=\"ntv2-card-title\" role=\"heading\" aria-level=\"4\">\u53d7\u9a13\u5ba4\u306e\u6e05\u6383\u65b9\u6cd5\u3068\u6d17\u5264\u306e\u4f7f\u3044\u5206\u3051<\/div>\n        <\/div>\n        <div class=\"ntv2-card-body\">\n          <p class=\"ntv2-desc\">\u53d7\u9a13\u5ba4\u306e\u6e05\u6383\u624b\u9806\u3001\u6e05\u6383\u7b87\u6240\u3001\u6d17\u5264\u306e\u4f7f\u3044\u5206\u3051\u306a\u3069\u3001\u885b\u751f\u7ba1\u7406\u306e\u57fa\u672c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n          <div class=\"ntv2-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/7gitBI_XV9s\" title=\"\u53d7\u9a13\u5ba4\u306e\u6e05\u6383\u65b9\u6cd5\u3068\u6d17\u5264\u306e\u4f7f\u3044\u5206\u3051\" allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n    <div class=\"ntv2-note\">\n      <div class=\"ntv2-note-title\" role=\"heading\" aria-level=\"3\">\u8996\u8074\u6642\u306e\u6ce8\u610f<\/div>\n      <p class=\"ntv2-note-text\">\n        \u5404\u52d5\u753b\u306f\u3001\u73fe\u5834\u5bfe\u5fdc\u306e\u6d41\u308c\u3092\u7d71\u4e00\u3059\u308b\u305f\u3081\u306e\u7814\u4fee\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u3059\u3002\n        \u5b9f\u969b\u306e\u8a66\u9a13\u904b\u55b6\u3067\u306f\u3001\u8a66\u9a13\u4e3b\u50ac\u56e3\u4f53\u30fbCBT-S\u30fb\u4f1a\u5834\u8cac\u4efb\u8005\u306e\u6307\u793a\u3092\u512a\u5148\u3057\u3001\u4e0d\u660e\u70b9\u304c\u3042\u308b\u5834\u5408\u306f\u81ea\u5df1\u5224\u65ad\u305b\u305a\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NKTS TRAINING VIDEO \u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u696d\u52d9\u306e\u6d41\u308c \u7814\u4fee\u52d5\u753b \u672c\u30da\u30fc\u30b8\u3067\u306f\u3001\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u904b\u55b6\u306b\u304a\u3051\u308b\u4e00\u9023\u306e\u6d41\u308c\u3092\u52d5\u753b\u3067\u5b66\u7fd2\u3067\u304d\u307e\u3059\u3002 \u521d\u3081\u3066\u62c5\u5f53\u3059\u308b\u65b9\u3067\u3082\u3001\u53d7\u4ed8\u5bfe\u5fdc\u3001\u6301\u3061\u7269\u78ba\u8a8d\u3001\u6e05\u6383\u3001\u7dca\u6025\u9023\u7d61\u3001\u30b5\u30dd\u30fc\u30c8\u5bfe\u2026<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5450","page","type-page","status-publish","hentry"],"featured_image_url":null,"_links":{"self":[{"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/pages\/5450","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nk-ts.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5450"}],"version-history":[{"count":26,"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/pages\/5450\/revisions"}],"predecessor-version":[{"id":5742,"href":"https:\/\/nk-ts.net\/index.php?rest_route=\/wp\/v2\/pages\/5450\/revisions\/5742"}],"wp:attachment":[{"href":"https:\/\/nk-ts.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}