{"id":2983,"date":"2026-03-22T17:20:52","date_gmt":"2026-03-22T08:20:52","guid":{"rendered":"https:\/\/blog.yoshisuke.com\/?p=2983"},"modified":"2026-03-22T17:20:52","modified_gmt":"2026-03-22T08:20:52","slug":"%e4%b8%96%e7%95%8c%e3%81%ae%e5%9c%b0%e5%9b%b3%e3%81%8c%e6%9b%b8%e3%81%8d%e6%8f%9b%e3%82%8f%e3%82%8b%e3%81%a8%e3%81%8d%e3%80%81-%e6%97%a5%e6%9c%ac%e3%81%af%e4%bd%95%e3%82%92%e3%81%97%e3%81%a6%e3%81%84","status":"publish","type":"post","link":"https:\/\/blog.yoshisuke.com\/?p=2983","title":{"rendered":"\u4e16\u754c\u306e\u5730\u56f3\u304c\u66f8\u304d\u63db\u308f\u308b\u3068\u304d\u3001 \u65e5\u672c\u306f\u4f55\u3092\u3057\u3066\u3044\u305f\u306e\u304b"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"ja\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>2030\u5e74\u306e\u5730\u56f3\u3092\u66f8\u304d\u63db\u3048\u308b\uff1a\u30a2\u30d5\u30ea\u30ab\u306e\u9769\u547d\u3068\u65e5\u672c\u306e\u8aa4\u7b97<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+JP:wght@400;700;900&#038;family=Noto+Sans+JP:wght@300;400;700&#038;family=Space+Mono&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #0e0e0e;\n    --surface: #161616;\n    --accent: #f5a623;\n    --accent2: #3ecf8e;\n    --text: #e8e4dc;\n    --muted: #888;\n    --border: #2a2a2a;\n  }<\/p>\n<p>  * { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Noto Sans JP', sans-serif;\n    font-weight: 300;\n    line-height: 1.85;\n    font-size: 17px;\n  }<\/p>\n<p>  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    place-items: center;\n    padding: 4rem 2rem;\n    position: relative;\n    overflow: hidden;\n    background: radial-gradient(ellipse 80% 60% at 60% 40%, #1a2f1a 0%, #0e0e0e 70%);\n  }<\/p>\n<p>  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      repeating-linear-gradient(0deg, transparent, transparent 59px, #1f1f1f 60px),\n      repeating-linear-gradient(90deg, transparent, transparent 59px, #1f1f1f 60px);\n    opacity: 0.3;\n  }<\/p>\n<p>  .hero-inner {\n    position: relative;\n    max-width: 820px;\n    text-align: center;\n  }<\/p>\n<p>  .hero-eyebrow {\n    font-family: 'Space Mono', monospace;\n    font-size: 0.7rem;\n    letter-spacing: 0.25em;\n    color: var(--accent2);\n    text-transform: uppercase;\n    margin-bottom: 2rem;\n    opacity: 0;\n    animation: fadeUp 0.8s 0.2s forwards;\n  }<\/p>\n<p>  .hero h1 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 900;\n    font-size: clamp(2rem, 6vw, 4rem);\n    line-height: 1.2;\n    margin-bottom: 1.5rem;\n    opacity: 0;\n    animation: fadeUp 0.8s 0.4s forwards;\n  }<\/p>\n<p>  .hero h1 em {\n    font-style: normal;\n    color: var(--accent);\n  }<\/p>\n<p>  .hero-sub {\n    font-size: 1rem;\n    color: var(--muted);\n    max-width: 560px;\n    margin: 0 auto 2.5rem;\n    opacity: 0;\n    animation: fadeUp 0.8s 0.6s forwards;\n  }<\/p>\n<p>  .hero-meta {\n    font-family: 'Space Mono', monospace;\n    font-size: 0.65rem;\n    color: var(--muted);\n    letter-spacing: 0.15em;\n    opacity: 0;\n    animation: fadeUp 0.8s 0.8s forwards;\n  }<\/p>\n<p>  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }<\/p>\n<p>  \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n  .container {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }<\/p>\n<p>  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n  section {\n    padding: 5rem 0;\n    border-bottom: 1px solid var(--border);\n  }<\/p>\n<p>  .section-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 0.65rem;\n    letter-spacing: 0.2em;\n    color: var(--accent2);\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }<\/p>\n<p>  h2 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 700;\n    font-size: clamp(1.5rem, 3.5vw, 2.2rem);\n    line-height: 1.3;\n    margin-bottom: 2rem;\n    color: #fff;\n  }<\/p>\n<p>  h3 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 700;\n    font-size: 1.2rem;\n    color: var(--accent);\n    margin: 2.5rem 0 1rem;\n  }<\/p>\n<p>  p { margin-bottom: 1.4rem; }<\/p>\n<p>  strong { color: #fff; font-weight: 700; }<\/p>\n<p>  \/* \u2500\u2500 PULL QUOTE \u2500\u2500 *\/\n  .pullquote {\n    border-left: 3px solid var(--accent);\n    padding: 1.2rem 1.8rem;\n    margin: 2.5rem 0;\n    background: #141a10;\n    border-radius: 0 6px 6px 0;\n  }<\/p>\n<p>  .pullquote p {\n    font-family: 'Noto Serif JP', serif;\n    font-size: 1.1rem;\n    line-height: 1.7;\n    color: #ddd;\n    margin: 0;\n  }<\/p>\n<p>  \/* \u2500\u2500 STAT CARDS \u2500\u2500 *\/\n  .stat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 1rem;\n    margin: 2.5rem 0;\n  }<\/p>\n<p>  .stat-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 1.5rem;\n    text-align: center;\n    transition: border-color 0.2s;\n  }<\/p>\n<p>  .stat-card:hover { border-color: var(--accent2); }<\/p>\n<p>  .stat-num {\n    font-family: 'Space Mono', monospace;\n    font-size: 2rem;\n    font-weight: 700;\n    color: var(--accent2);\n    display: block;\n    margin-bottom: 0.4rem;\n  }<\/p>\n<p>  .stat-label {\n    font-size: 0.8rem;\n    color: var(--muted);\n    line-height: 1.4;\n  }<\/p>\n<p>  \/* \u2500\u2500 COMPARE TABLE \u2500\u2500 *\/\n  .compare {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 2.5rem 0;\n    font-size: 0.9rem;\n  }<\/p>\n<p>  .compare th {\n    background: var(--surface);\n    padding: 0.9rem 1rem;\n    text-align: left;\n    font-family: 'Space Mono', monospace;\n    font-size: 0.7rem;\n    letter-spacing: 0.1em;\n    color: var(--muted);\n    border-bottom: 1px solid var(--border);\n  }<\/p>\n<p>  .compare td {\n    padding: 0.9rem 1rem;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n  }<\/p>\n<p>  .compare tr:hover td { background: #151515; }<\/p>\n<p>  .compare td:first-child { color: var(--muted); font-size: 0.85rem; }\n  .compare .old { color: #d97070; }\n  .compare .new { color: var(--accent2); }<\/p>\n<p>  \/* \u2500\u2500 HIGHLIGHT BOX \u2500\u2500 *\/\n  .highlight {\n    background: linear-gradient(135deg, #0f2318 0%, #0e1a2b 100%);\n    border: 1px solid #2a3a2a;\n    border-radius: 10px;\n    padding: 2rem;\n    margin: 2.5rem 0;\n  }<\/p>\n<p>  .highlight h4 {\n    font-family: 'Noto Serif JP', serif;\n    color: var(--accent2);\n    margin-bottom: 1rem;\n    font-size: 1rem;\n  }<\/p>\n<p>  .highlight ul {\n    list-style: none;\n    padding: 0;\n  }<\/p>\n<p>  .highlight ul li {\n    padding: 0.5rem 0;\n    border-bottom: 1px solid #1e2e1e;\n    padding-left: 1.2rem;\n    position: relative;\n    font-size: 0.95rem;\n  }<\/p>\n<p>  .highlight ul li::before {\n    content: '\u2192';\n    position: absolute;\n    left: 0;\n    color: var(--accent2);\n    font-size: 0.8rem;\n  }<\/p>\n<p>  .highlight ul li:last-child { border-bottom: none; }<\/p>\n<p>  \/* \u2500\u2500 CAPE VISUAL \u2500\u2500 *\/\n  .cape-banner {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 2.5rem;\n    margin: 2.5rem 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }<\/p>\n<p>  .cape-banner::before {\n    content: '\u2693';\n    position: absolute;\n    font-size: 8rem;\n    opacity: 0.04;\n    top: -1rem;\n    right: -1rem;\n  }<\/p>\n<p>  .cape-banner .route-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 0.65rem;\n    letter-spacing: 0.2em;\n    color: var(--accent);\n    text-transform: uppercase;\n    margin-bottom: 0.8rem;\n  }<\/p>\n<p>  .cape-banner p {\n    font-size: 0.95rem;\n    color: #bbb;\n    max-width: 540px;\n    margin: 0 auto;\n  }<\/p>\n<p>  \/* \u2500\u2500 CLOSING \u2500\u2500 *\/\n  .closing {\n    background: radial-gradient(ellipse 70% 80% at 30% 60%, #0f2318 0%, #0e0e0e 65%);\n    padding: 6rem 0;\n    text-align: center;\n  }<\/p>\n<p>  .closing h2 {\n    font-size: clamp(1.6rem, 4vw, 2.5rem);\n    margin-bottom: 1.5rem;\n  }<\/p>\n<p>  .closing p {\n    max-width: 580px;\n    margin: 0 auto 1.4rem;\n    color: #bbb;\n    font-size: 1.05rem;\n  }<\/p>\n<p>  .closing .final-line {\n    font-family: 'Noto Serif JP', serif;\n    font-size: 1.2rem;\n    color: var(--accent2);\n    margin-top: 2.5rem;\n    font-weight: 700;\n  }<\/p>\n<p>  \/* \u2500\u2500 SCROLL HINT \u2500\u2500 *\/\n  .scroll-hint {\n    position: absolute;\n    bottom: 2rem;\n    left: 50%;\n    transform: translateX(-50%);\n    font-family: 'Space Mono', monospace;\n    font-size: 0.6rem;\n    letter-spacing: 0.2em;\n    color: var(--muted);\n    animation: pulse 2s infinite;\n  }<\/p>\n<p>  @keyframes pulse {\n    0%, 100% { opacity: 0.4; }\n    50% { opacity: 1; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- HERO --><\/p>\n<header class=\"hero\">\n<div class=\"hero-inner\">\n<p class=\"hero-eyebrow\">Global Economy \u00d7 Africa \u00d7 Japan \u2014 2026\/2030<\/p>\n<h1>\u4e16\u754c\u306e\u5730\u56f3\u304c<em>\u66f8\u304d\u63db\u308f\u308b<\/em>\u3068\u304d\u3001<br \/>\u65e5\u672c\u306f\u4f55\u3092\u3057\u3066\u3044\u305f\u306e\u304b<\/h1>\n<p class=\"hero-sub\">\u30a2\u30d5\u30ea\u30ab\u3067\u8d77\u304d\u3066\u3044\u308b\u300c\u9759\u304b\u306a\u9769\u547d\u300d\u3068\u3001\u65e5\u672c\u7523\u696d\u304c\u9665\u3063\u305f\u300c\u7e2e\u5c0f\u306e\u7f60\u300d\u3002\u305d\u306e\u69cb\u9020\u3092\u8aad\u307f\u89e3\u304f\u3068\u30012030\u5e74\u306e\u672a\u6765\u304c\u898b\u3048\u3066\u304f\u308b\u3002<\/p>\n<p class=\"hero-meta\">READING TIME: \u7d0410\u5206<\/p>\n<\/p><\/div>\n<p class=\"scroll-hint\">SCROLL \u2193<\/p>\n<\/header>\n<p><!-- INTRO --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Introduction<\/p>\n<h2>\u300c\u9060\u56de\u308a\u300d\u304c\u6700\u901f\u306e\u7b54\u3048\u306b\u306a\u308b\u6642\u4ee3<\/h2>\n<p>1488\u5e74\u3001\u30dd\u30eb\u30c8\u30ac\u30eb\u306e\u63a2\u691c\u5bb6\u30d0\u30eb\u30c8\u30ed\u30e1\u30a6\u30fb\u30c7\u30a3\u30a2\u30b9\u304c\u5d50\u306e\u4e2d\u3067\u305f\u3069\u308a\u7740\u3044\u305f\u300c\u559c\u671b\u5cf0\u300d\u3002\u30a2\u30d5\u30ea\u30ab\u5927\u9678\u306e\u6700\u5357\u7aef\u306b\u3042\u308b\u3053\u306e\u5cac\u306f\u3001\u304b\u3064\u3066\u5927\u822a\u6d77\u6642\u4ee3\u306e\u8c61\u5fb4\u3068\u3057\u3066\u4e16\u754c\u53f2\u306e\u6559\u79d1\u66f8\u306b\u767b\u5834\u3057\u305f\u3002<\/p>\n<p>\u305d\u306e\u559c\u671b\u5cf0\u304c\u4eca\u30012026\u5e74\u306e\u6700\u524d\u7dda\u306b\u8fd4\u308a\u54b2\u3044\u3066\u3044\u308b\u3002\u30b9\u30a8\u30ba\u904b\u6cb3\u3068\u3044\u3046\u8fd1\u9053\u3092\u6368\u3066\u3066\u3001\u3042\u3048\u3066\u30a2\u30d5\u30ea\u30ab\u5927\u9678\u3092\u5927\u304d\u304f\u8fc2\u56de\u3059\u308b\u30eb\u30fc\u30c8\u304c\u3001AI\u3092\u642d\u8f09\u3057\u305f\u81ea\u5f8b\u822a\u884c\u30bf\u30f3\u30ab\u30fc\u306b\u3088\u3063\u3066\u300c\u6700\u3082\u5408\u7406\u7684\u306a\u9078\u629e\u80a2\u300d\u3068\u3057\u3066\u9078\u3070\u308c\u3066\u3044\u308b\u306e\u3060\u3002<\/p>\n<div class=\"cape-banner\">\n<p class=\"route-label\">\u306a\u305c\u300c\u9060\u56de\u308a\u300d\u304c\u9078\u3070\u308c\u308b\u306e\u304b<\/p>\n<p>\u30b9\u30de\u30db\u306e\u5730\u56f3\u30a2\u30d7\u30ea\u304c\u6e0b\u6ede\u3092\u907f\u3051\u3066\u300c\u9060\u56de\u308a\u3060\u3051\u3069\u65e9\u3044\u9053\u300d\u3092\u63d0\u6848\u3059\u308b\u306e\u3068\u540c\u3058\u539f\u7406\u3002AI\u304c\u6c17\u8c61\u30fb\u71c3\u6599\u6d88\u8cbb\u30fb\u5730\u653f\u5b66\u7684\u30ea\u30b9\u30af\u3092\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u89e3\u6790\u3057\u3001\u30c1\u30e7\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\uff08\u30b9\u30a8\u30ba\u904b\u6cb3\u5468\u8fba\u306e\u5730\u653f\u5b66\u7684\u7dca\u5f35\uff09\u3092\u907f\u3051\u308b\u6700\u9069\u89e3\u3068\u3057\u3066\u559c\u671b\u5cf0\u822a\u8def\u3092\u5f3e\u304d\u51fa\u3057\u3066\u3044\u308b\u3002<\/p>\n<\/p><\/div>\n<p>\u3053\u308c\u306f\u5358\u306a\u308b\u8239\u306e\u8a71\u3058\u3083\u306a\u3044\u3002\u7269\u7406\u7684\u306a\u8ddd\u96e2\u304c\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3067\u514b\u670d\u3055\u308c\u305f\u3053\u3068\u3067\u3001<strong>\u300c\u4e16\u754c\u306e\u7523\u696d\u306e\u5f62\u300d\u305d\u306e\u3082\u306e\u304c\u5909\u308f\u308a\u59cb\u3081\u305f\u30b5\u30a4\u30f3<\/strong>\u3060\u3002\u305d\u3057\u3066\u3001\u305d\u306e\u5909\u5316\u306e\u4e2d\u5fc3\u306b\u3044\u308b\u306e\u304c\u3001\u3044\u307e\u306e\u30a2\u30d5\u30ea\u30ab\u3060\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- AfDB --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Capital \u00d7 Scale<\/p>\n<h2>\u30a2\u30d5\u30ea\u30ab\u306f\u300c\u652f\u63f4\u3055\u308c\u308b\u5074\u300d\u3058\u3083\u306a\u3044\u3002<br \/>\u81ea\u5206\u3067\u8cc7\u672c\u3092\u52d5\u304b\u3059\u300c\u6295\u8cc7\u306e\u4e3b\u4f53\u300d\u3060<\/h2>\n<p>\u300c\u30a2\u30d5\u30ea\u30ab\u652f\u63f4\u300d\u3068\u3044\u3046\u8a00\u8449\u306b\u306f\u3001\u3069\u3053\u304b\u300c\u5148\u9032\u56fd\u304c\u52a9\u3051\u3066\u3042\u3052\u308b\u300d\u3068\u3044\u3046\u30cb\u30e5\u30a2\u30f3\u30b9\u304c\u3053\u3073\u308a\u3064\u3044\u3066\u3044\u308b\u3002\u3067\u3082\u5b9f\u969b\u306b\u8d77\u304d\u3066\u3044\u308b\u3053\u3068\u306f\u3001\u305d\u306e\u69cb\u56f3\u3068\u306f\u5168\u7136\u3061\u304c\u3046\u3002<\/p>\n<p>\u30a2\u30d5\u30ea\u30ab\u958b\u767a\u9280\u884c\uff08AfDB\uff09\u306e<strong>\u6388\u6a29\u8cc7\u672c\u306f\u30012014\u5e74\u304b\u30892024\u5e74\u306e10\u5e74\u9593\u3067\u7d043.4\u500d<\/strong>\u306b\u62e1\u5927\u3057\u305f\u3002\u5916\u304b\u3089\u5f85\u3064\u3093\u3058\u3083\u306a\u304f\u3001\u81ea\u5206\u305f\u3061\u3067\u8cc7\u672c\u3092\u96c6\u3081\u3001\u5927\u9678\u5168\u4f53\u306e\u69cb\u9020\u3092\u8a2d\u8a08\u3057\u76f4\u3057\u3066\u3044\u308b\u3002<\/p>\n<div class=\"stat-grid\">\n<div class=\"stat-card\">\n        <span class=\"stat-num\">3.4\u00d7<\/span><br \/>\n        <span class=\"stat-label\">AfDB\u6388\u6a29\u8cc7\u672c\u306e\u62e1\u5927\u500d\u7387\uff082014\u21922024\u5e74\uff09<\/span>\n      <\/div>\n<div class=\"stat-card\">\n        <span class=\"stat-num\">4\u5104+<\/span><br \/>\n        <span class=\"stat-label\">\u904e\u53bb10\u5e74\u3067\u76f4\u63a5\u7684\u306a\u6069\u6075\u3092\u53d7\u3051\u305f\u4eba\u6570<\/span>\n      <\/div>\n<div class=\"stat-card\">\n        <span class=\"stat-num\">3\u5104\u4eba<\/span><br \/>\n        <span class=\"stat-label\">2030\u5e74\u307e\u3067\u306b\u96fb\u529b\u4f9b\u7d66\u3092\u76ee\u6307\u3059\u4eba\u6570\uff08Mission 300\uff09<\/span>\n      <\/div>\n<\/p><\/div>\n<p>AfDB\u304c\u63b2\u3052\u308b\u300cHigh 5s\u300d\u3068\u3044\u3046\u6226\u7565\u7684\u512a\u5148\u9806\u4f4d\u306f\u3001\u96fb\u5316\u30fb\u98df\u6599\u30fb\u5de5\u696d\u5316\u30fb\u5730\u57df\u7d71\u5408\u30fb\u751f\u6d3b\u306e\u8cea\u5411\u4e0a\u3068\u3044\u30465\u672c\u67f1\u3002\u3053\u308c\u306f\u300c\u304a\u91d1\u3092\u30d0\u30e9\u307e\u304f\u652f\u63f4\u300d\u3067\u306f\u306a\u304f\u3001\u5927\u9678\u5168\u4f53\u306e\u7523\u696d\u69cb\u9020\u3092\u6839\u672c\u304b\u3089\u518d\u8a2d\u8a08\u3059\u308b\u305f\u3081\u306e\u9577\u671f\u8a08\u753b\u3060\u3002<\/p>\n<div class=\"pullquote\">\n<p>\u91cd\u8981\u306a\u306e\u306f\u300c\u898f\u6a21\u300d\u3060\u3002\u3086\u3063\u304f\u308a\u7a4d\u307f\u4e0a\u3052\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u5727\u5012\u7684\u306a\u8cc7\u672c\u529b\u3067\u300c\u898f\u6a21\u306e\u7d4c\u6e08\u300d\u306b\u4e00\u6c17\u306b\u79fb\u884c\u3059\u308b\u2014\u2014\u305d\u308c\u304c\u30a2\u30d5\u30ea\u30ab\u304c\u63a1\u3063\u305f\u6226\u7565\u3060\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- Energy --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Energy \u00d7 Technology<\/p>\n<h2>6\u5104\u4eba\u304c\u96fb\u6c17\u306a\u3057\u3067\u751f\u304d\u3066\u3044\u308b\u4e8b\u5b9f\u306f\u3001<br \/>\u300c\u7d76\u671b\u300d\u3067\u306f\u306a\u304f\u300c\u6700\u5927\u306e\u4f38\u3073\u3057\u308d\u300d\u3060<\/h2>\n<p>2022\u5e74\u6642\u70b9\u3067\u3001\u30a2\u30d5\u30ea\u30ab\u306b\u306f\u96fb\u529b\u306e\u306a\u3044\u751f\u6d3b\u3092\u9001\u308b\u4eba\u304c\u7d046\u5104\u4eba\u3044\u308b\u3002\u4e16\u754c\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u6b20\u4e4f\u4eba\u53e3\u306e75%\u304c\u3053\u306e\u5927\u9678\u306b\u96c6\u4e2d\u3057\u3066\u3044\u308b\u3002<\/p>\n<p>\u6570\u5b57\u3060\u3051\u898b\u308b\u3068\u6697\u3044\u8a71\u306b\u805e\u3053\u3048\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3002\u3067\u3082\u898b\u65b9\u3092\u5909\u3048\u308c\u3070\u3001\u3053\u308c\u306f\u300c\u4e16\u754c\u3067\u6700\u3082\u5927\u304d\u3044\u3001\u307e\u3060\u624b\u3064\u304b\u305a\u306e\u5e02\u5834\u300d\u304c\u76ee\u306e\u524d\u306b\u3042\u308b\u3068\u3044\u3046\u3053\u3068\u3067\u3082\u3042\u308b\u3002<\/p>\n<h3>Mission 300 \u2014 2030\u5e74\u307e\u3067\u306b3\u5104\u4eba\u3078\u96fb\u529b\u3092<\/h3>\n<p>AfDB\u3068\u4e16\u754c\u9280\u884c\u304c\u7d44\u3093\u3060\u300cMission 300\u300d\u306f\u30012030\u5e74\u307e\u3067\u306b\u30a2\u30d5\u30ea\u30ab\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u6b20\u4e4f\u4eba\u53e3\u3092\u534a\u6e1b\u3055\u305b\u308b\u8a08\u753b\u3060\u3002\u3059\u3067\u306b\u52d5\u304d\u51fa\u3057\u3066\u3044\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u3053\u3046\u3060\u3002<\/p>\n<div class=\"highlight\">\n<h4>\u73fe\u5728\u9032\u884c\u4e2d\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8<\/h4>\n<ul>\n<li>\u897f\u30a2\u30d5\u30ea\u30ab\u30fb\u30d1\u30ef\u30fc\u30fb\u30d7\u30fc\u30eb\uff08WAPP\uff09\uff1a2,280\u4e07\u4eba\u306b\u30af\u30ea\u30fc\u30f3\u30a8\u30cd\u30eb\u30ae\u30fc\u3092\u63d0\u4f9b<\/li>\n<li>\u30ca\u30a4\u30b8\u30a7\u30ea\u30a2\u5206\u6563\u578b\u518d\u751f\u53ef\u80fd\u30a8\u30cd\u30eb\u30ae\u30fc\uff1a1,750\u4e07\u4eba\u304c\u5bfe\u8c61<\/li>\n<li>\u30c1\u30e3\u30c9\u30fb\u30ea\u30d9\u30ea\u30a2\u30fb\u30b7\u30a8\u30e9\u30ec\u30aa\u30cd\u30fb\u30c8\u30fc\u30b4\uff1a\u5730\u57df\u7dca\u6025\u30bd\u30fc\u30e9\u30fc\u30d1\u30ef\u30fc\u30fb\u30d7\u30ed\u30b8\u30a7\u30af\u30c8<\/li>\n<\/ul><\/div>\n<p>\u96fb\u6c17\u304c\u901a\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u3001\u305d\u3053\u306b\u30c7\u30b8\u30bf\u30eb\u30a4\u30f3\u30d5\u30e9\u304c\u6574\u3044\u3001\u5c0f\u578b\u30d7\u30e9\u30f3\u30c8\u304c\u52d5\u304d\u3001\u7523\u696d\u304c\u751f\u307e\u308c\u308b\u3068\u3044\u3046\u3053\u3068\u3060\u3002\u30a8\u30cd\u30eb\u30ae\u30fc\u306f\u3001\u3059\u3079\u3066\u306e\u7523\u696d\u306e\u300c\u524d\u63d0\u6761\u4ef6\u300d\u306a\u306e\u3060\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- Japan PVC --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Japan \u00d7 Strategy<\/p>\n<h2>\u65e5\u672c\u306e\u5869\u5316\u30d3\u30cb\u30eb\u7523\u696d\u304c\u6559\u3048\u3066\u304f\u308c\u308b\u3001<br \/>\u300c\u7e2e\u5c0f\u306e\u7f60\u300d\u3068\u3044\u3046\u30ea\u30a2\u30eb<\/h2>\n<p>\u30a2\u30d5\u30ea\u30ab\u304c\u5916\u306b\u5411\u304b\u3063\u3066\u62e1\u5927\u3057\u3066\u3044\u308b\u3068\u304d\u3001\u65e5\u672c\u306e\u88fd\u9020\u696d\u306f\u5185\u5411\u304d\u306b\u7e2e\u3093\u3067\u3044\u305f\u3002\u305d\u306e\u5178\u578b\u4f8b\u304c\u5869\u5316\u30d3\u30cb\u30eb\uff08PVC\uff09\u7523\u696d\u3060\u3002<\/p>\n<p>1997\u5e74\u3001\u65e5\u672c\u306f\u30a2\u30b8\u30a2\u6700\u5927\u306ePVC\u751f\u7523\u80fd\u529b\u3092\u6301\u3063\u3066\u3044\u305f\u3002\u3068\u3053\u308d\u304c\u305d\u306e\u5f8c\u306e20\u5e74\u3067\u3001<strong>\u751f\u7523\u80fd\u529b\u3092\u7d044\u5272\u524a\u6e1b<\/strong>\u3057\u3066\u3057\u307e\u3046\u3002\u3053\u308c\u3060\u3051\u306a\u3089\u5358\u306a\u308b\u7e2e\u5c0f\u306b\u898b\u3048\u308b\u3002\u3067\u3082\u554f\u984c\u306f\u30bf\u30a4\u30df\u30f3\u30b0\u3060\u3002<\/p>\n<p>\u4e2d\u56fd\u3084\u30a4\u30f3\u30c9\u3067PVC\u306e\u9700\u8981\u304c\u7206\u767a\u7684\u306b\u5897\u3048\u3066\u3044\u305f\u307e\u3055\u306b\u305d\u306e\u6642\u671f\u306b\u3001\u65e5\u672c\u306f\u308f\u3056\u308f\u3056\u4f9b\u7d66\u529b\u3092\u524a\u3063\u305f\u306e\u3060\u3002<\/p>\n<div class=\"pullquote\">\n<p>\u53f0\u6e7e\u3084\u97d3\u56fd\u306f\u540c\u3058\u300c\u8cc7\u6e90\u3092\u6301\u305f\u306a\u3044\u56fd\u300d\u3067\u3042\u308a\u306a\u304c\u3089\u3001\u96a3\u63a5\u3059\u308b\u5de8\u5927\u5e02\u5834\u306b\u5411\u3051\u3066\u751f\u7523\u80fd\u529b\u3092\u62e1\u5927\u3057\u3001\u4e16\u754c\u30b7\u30a7\u30a2\u3092\u52dd\u3061\u53d6\u3063\u3066\u3044\u3063\u305f\u3002\u65e5\u672c\u306f\u7e2e\u5c0f\u3059\u308b\u56fd\u5185\u5e02\u5834\u3060\u3051\u3092\u898b\u3066\u3001\u81ea\u3089\u30a2\u30af\u30bb\u30eb\u3092\u7de9\u3081\u305f\u3002<\/p>\n<\/p><\/div>\n<h3>\u554f\u984c\u306f\u300c\u6280\u8853\u300d\u3058\u3083\u306a\u3044\u3001\u300c\u8996\u91ce\u300d\u3060<\/h3>\n<p>\u9762\u767d\u3044\u306e\u306f\u3001\u4fe1\u8d8a\u5316\u5b66\u5de5\u696d\u306e\u3088\u3046\u306b\u30b0\u30ed\u30fc\u30d0\u30eb\u5e02\u5834\u306b\u679c\u6562\u306b\u6253\u3063\u3066\u51fa\u305f\u500b\u5225\u306e\u65e5\u672c\u4f01\u696d\u306f\u3001\u4eca\u3067\u3082\u4e16\u754c\u30c8\u30c3\u30d7\u30b7\u30a7\u30a2\u3092\u7dad\u6301\u3057\u3066\u3044\u308b\u3053\u3068\u3060\u3002<\/p>\n<p>\u3064\u307e\u308a\u65e5\u672c\u306e\u6280\u8853\u304c\u52a3\u3063\u3066\u3044\u305f\u308f\u3051\u3058\u3083\u306a\u3044\u3002<strong>\u300c\u56fd\u5185\u5e02\u5834\u306b\u9589\u3058\u3053\u3082\u308b\u69cb\u9020\u300d\u3068\u300c\u5468\u8fba\u5e02\u5834\u306e\u6210\u9577\u3092\u7121\u8996\u3059\u308b\u6163\u6027\u300d<\/strong>\u304c\u554f\u984c\u3060\u3063\u305f\u3002\u540c\u3058\u6761\u4ef6\u3067\u3082\u3001\u898b\u3066\u3044\u308b\u65b9\u5411\u306b\u3088\u3063\u3066\u7d50\u679c\u306f\u307e\u3063\u305f\u304f\u5909\u308f\u308b\u3002<\/p>\n<table class=\"compare\">\n<thead>\n<tr>\n<th>\u6bd4\u8f03\u8ef8<\/th>\n<th class=\"old\">\u65e5\u672c\u306ePVC\u7523\u696d\uff08\u7e2e\u5c0f\u578b\uff09<\/th>\n<th class=\"new\">\u53f0\u6e7e\u30fb\u97d3\u56fd\uff08\u62e1\u5927\u578b\uff09<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u5e02\u5834\u306e\u8996\u70b9<\/td>\n<td class=\"old\">\u7e2e\u5c0f\u3059\u308b\u56fd\u5185\u5e02\u5834\u306b\u96c6\u4e2d<\/td>\n<td class=\"new\">\u6210\u9577\u3059\u308b\u4e2d\u56fd\u30fb\u30a4\u30f3\u30c9\u5e02\u5834\u3078<\/td>\n<\/tr>\n<tr>\n<td>\u751f\u7523\u80fd\u529b<\/td>\n<td class=\"old\">\u30d4\u30fc\u30af\u6bd44\u5272\u524a\u6e1b<\/td>\n<td class=\"new\">\u7a4d\u6975\u62e1\u5927<\/td>\n<\/tr>\n<tr>\n<td>\u7af6\u4e89\u306e\u5f62<\/td>\n<td class=\"old\">\u5c0f\u3055\u3044\u30d1\u30a4\u306e\u596a\u3044\u5408\u3044\uff08\u4f4e\u5229\u76ca\uff09<\/td>\n<td class=\"new\">\u5927\u304d\u306a\u5e02\u5834\u3067\u306e\u30b7\u30a7\u30a2\u7372\u5f97<\/td>\n<\/tr>\n<tr>\n<td>\u7d50\u679c<\/td>\n<td class=\"old\">\u30b0\u30ed\u30fc\u30d0\u30eb\u5b58\u5728\u611f\u306e\u4f4e\u4e0b<\/td>\n<td class=\"new\">\u4e16\u754c\u30b7\u30a7\u30a2\u62e1\u5927<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/section>\n<p><!-- Decentralization --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Industry \u00d7 Decentralization<\/p>\n<h2>\u5de8\u5927\u30b3\u30f3\u30d3\u30ca\u30fc\u30c8\u306e\u6642\u4ee3\u306f\u7d42\u308f\u3063\u305f\u3002<br \/>\u300c\u5206\u6563\u578b\u30fb\u5c0f\u578b\u30d7\u30e9\u30f3\u30c8\u300d\u304c\u7523\u696d\u3092\u6c11\u4e3b\u5316\u3059\u308b<\/h2>\n<p>20\u4e16\u7d00\u306e\u7523\u696d\u30e2\u30c7\u30eb\u306f\u300c\u96c6\u4e2d\u300d\u3060\u3063\u305f\u3002\u81e8\u6d77\u90e8\u306b\u5de8\u5927\u5de5\u5834\u3092\u5efa\u3066\u3001\u5927\u91cf\u751f\u7523\u30fb\u5927\u91cf\u8f38\u9001\u3067\u898f\u6a21\u306e\u30e1\u30ea\u30c3\u30c8\u3092\u8ffd\u3046\u3002\u3053\u306e\u6226\u7565\u304c\u65e5\u672c\u306e\u6226\u5f8c\u7d4c\u6e08\u3092\u652f\u3048\u3066\u304d\u305f\u3002<\/p>\n<p>\u3067\u3082\u3001\u5927\u898f\u6a21\u30fb\u96c6\u4e2d\u578b\u306e\u69cb\u9020\u306f\u3001\u5e02\u5834\u304c\u5909\u308f\u308b\u3068\u4e00\u6c17\u306b\u91cd\u8377\u306b\u306a\u308b\u3002\u67d4\u8edf\u306b\u52d5\u3051\u306a\u3044\u3002\u30b3\u30b9\u30c8\u304c\u56fa\u5b9a\u5316\u3055\u308c\u308b\u3002\u64a4\u9000\u3082\u53c2\u5165\u3082\u96e3\u3057\u304f\u306a\u308b\u3002<\/p>\n<p>\u4eca\u3001\u30a2\u30d5\u30ea\u30ab\u3067\u8d77\u304d\u3066\u3044\u308b\u306e\u306f\u305d\u306e\u9006\u3060\u3002<strong>\u5fc5\u8981\u306a\u5834\u6240\u3067\u3001\u5fc5\u8981\u306a\u5206\u3060\u3051\u4f5c\u308b\u300c\u5730\u7523\u5730\u6d88\u578b\u30fb\u5206\u6563\u578b\u30d7\u30e9\u30f3\u30c8\u300d<\/strong>\u304c\u3001\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u306e\u9032\u6b69\u306b\u3088\u3063\u3066\u30ea\u30a2\u30eb\u306b\u9078\u629e\u80a2\u306b\u306a\u3063\u3066\u304d\u305f\u3002<\/p>\n<table class=\"compare\">\n<thead>\n<tr>\n<th>\u6bd4\u8f03\u8ef8<\/th>\n<th class=\"old\">20\u4e16\u7d00\u578b\uff1a\u96c6\u4e2d\u30fb\u72ec\u5360\u30e2\u30c7\u30eb<\/th>\n<th class=\"new\">\u73fe\u5728\u9032\u884c\u5f62\uff1a\u5206\u6563\u30fb\u81ea\u5f8b\u30e2\u30c7\u30eb<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u4e3b\u306a\u62e0\u70b9<\/td>\n<td class=\"old\">\u4e2d\u6771\u30fb\u5927\u898f\u6a21\u30b3\u30f3\u30d3\u30ca\u30fc\u30c8<\/td>\n<td class=\"new\">\u30a2\u30d5\u30ea\u30ab\u30fb\u65b0\u8208\u56fd\u306e\u5206\u6563\u578b\u30d7\u30e9\u30f3\u30c8<\/td>\n<\/tr>\n<tr>\n<td>\u5f37\u307f\u306e\u6e90\u6cc9<\/td>\n<td class=\"old\">\u898f\u6a21\u306e\u30e1\u30ea\u30c3\u30c8\uff08\u30b9\u30b1\u30fc\u30eb\uff09<\/td>\n<td class=\"new\">\u5730\u57df\u306e\u81ea\u5f8b\u6027\u30fb\u67d4\u8edf\u6027<\/td>\n<\/tr>\n<tr>\n<td>\u30ea\u30b9\u30af\u8010\u6027<\/td>\n<td class=\"old\">\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u65ad\u7d76\u306b\u5f31\u3044<\/td>\n<td class=\"new\">\u5404\u5730\u3067\u81ea\u5f8b\u751f\u7523\u3067\u304d\u308b\u305f\u3081\u5f37\u976d<\/td>\n<\/tr>\n<tr>\n<td>\u8c61\u5fb4\u7684\u306a\u4f8b<\/td>\n<td class=\"old\">\u65e5\u672cPVC\u7523\u696d\u306e\u7e2e\u5c0f\u5747\u8861<\/td>\n<td class=\"new\">\u30a2\u30d5\u30ea\u30ab\u306e\u30ef\u30af\u30c1\u30f3\u30fb\u533b\u85ac\u54c1\u73fe\u5730\u751f\u7523<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>\u30ef\u30af\u30c1\u30f399%\u8f38\u5165\u304b\u3089\u300c\u81ea\u5206\u305f\u3061\u3067\u4f5c\u308b\u300d\u3078<\/h3>\n<p>2022\u5e74\u6642\u70b9\u3067\u3001\u30a2\u30d5\u30ea\u30ab\u306f\u30ef\u30af\u30c1\u30f3\u306e99%\u3001\u533b\u85ac\u54c1\u306e95%\u3092\u8f38\u5165\u306b\u983c\u3063\u3066\u3044\u305f\u3002\u30b3\u30ed\u30ca\u798d\u3067\u305d\u306e\u8106\u5f31\u6027\u304c\u4e00\u6c17\u306b\u9732\u308f\u306b\u306a\u3063\u305f\u3002<\/p>\n<p>\u3053\u306e\u53cd\u7701\u3092\u8e0f\u307e\u3048\u300130\u5104\u30c9\u30eb\u898f\u6a21\u306e\u300c\u30a2\u30d5\u30ea\u30ab\u533b\u85ac\u54c1\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u8ca1\u56e3\u300d\u304c\u8a2d\u7acb\u3055\u308c\u3001AI\u3092\u6d3b\u7528\u3057\u305f\u30b3\u30f3\u30d1\u30af\u30c8\u306a\u30e9\u30dc\u3067\u306e\u73fe\u5730\u751f\u7523\u304c\u59cb\u307e\u3063\u3066\u3044\u308b\u3002\u3055\u3089\u306b<strong>\u30a2\u30d5\u30ea\u30ab\u5927\u9678\u81ea\u7531\u8cbf\u6613\u570f\uff08AfCFTA\uff09<\/strong>\u3068\u3044\u3046\u300c\u5927\u9678\u898f\u6a21\u306e\u6cd5\u7684\u306aOS\u300d\u3092\u6d3b\u7528\u3057\u3001\u5404\u56fd\u306e\u6bd4\u8f03\u512a\u4f4d\u3092\u3064\u306a\u3044\u3060\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u304c\u69cb\u7bc9\u3055\u308c\u3064\u3064\u3042\u308b\u3002<\/p>\n<div class=\"pullquote\">\n<p>\u300c\u30a2\u30d5\u30ea\u30ab\u306e\u30d8\u30eb\u30b9\u30b1\u30a2\u306e\u8ab2\u984c\u306b\u5bfe\u3059\u308b\u89e3\u6c7a\u7b56\u306f\u3001\u30a2\u30d5\u30ea\u30ab\u304b\u3089\u5c0e\u304d\u51fa\u3055\u308c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u300d\u2014\u2014\u3053\u308c\u304c\u30d1\u30f3\u30c7\u30df\u30c3\u30af\u5f8c\u306e\u30a2\u30d5\u30ea\u30ab\u304c\u63b2\u3052\u305f\u5ba3\u8a00\u3060\u3002<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- Agriculture --><\/p>\n<section>\n<div class=\"container\">\n<p class=\"section-label\">Food \u00d7 Economy<\/p>\n<h2>\u8fb2\u696d\u306f\u300c\u53e4\u3044\u7523\u696d\u300d\u3058\u3083\u306a\u3044\u3002<br \/>GDP\u306e23%\u3092\u52d5\u304b\u3059\u6700\u5927\u306e\u7d4c\u6e08\u30a8\u30f3\u30b8\u30f3\u3060<\/h2>\n<p>\u30b5\u30d6\u30b5\u30cf\u30e9\u30a2\u30d5\u30ea\u30ab\u306b\u304a\u3051\u308b\u8fb2\u696d\u306eGDP\u6bd4\u306f23%\u3002\u6700\u5927\u306e\u96c7\u7528\u6e90\u3067\u3042\u308a\u306a\u304c\u3089\u3001\u6c17\u5019\u5909\u52d5\u3084\u6280\u8853\u4e0d\u8db3\u3067\u9577\u5e74\u306b\u308f\u305f\u3063\u3066\u751f\u7523\u6027\u304c\u4f4e\u3044\u307e\u307e\u3060\u3063\u305f\u3002<\/p>\n<p>2023\u5e74\u306e\u300c\u30c0\u30ab\u30fc\u30eb2\u30fb\u98df\u6599\u30a2\u30d5\u30ea\u30ab\u30fb\u30b5\u30df\u30c3\u30c8\u300d\u3067\u306f\u3001<strong>720\u5104\u30c9\u30eb<\/strong>\u3068\u3044\u3046\u7a7a\u524d\u306e\u8cc7\u91d1\u304c\u52d5\u54e1\u3055\u308c\u305f\u3002\u76ee\u6a19\u306f2025\u5e74\u307e\u3067\u306b<strong>1\u5104\u30e1\u30c8\u30ea\u30c3\u30af\u30c8\u30f3\u306e\u98df\u6599\u5897\u7523<\/strong>\u3060\u3002<\/p>\n<div class=\"highlight\">\n<h4>\u8fb2\u696d\u9769\u65b0\u30d7\u30ed\u30b0\u30e9\u30e0\uff1aTAATs\uff08\u8fb2\u696d\u5909\u9769\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\uff09<\/h4>\n<ul>\n<li>\u6c17\u5019\u5909\u52d5\u306b\u5f37\u3044\u54c1\u7a2e\u306e\u958b\u767a\u30fb\u666e\u53ca<\/li>\n<li>\u3059\u3067\u306b31\u30ab\u56fd\u30fb1,100\u4e07\u4eba\u4ee5\u4e0a\u306e\u8fb2\u5bb6\u306b\u5c4a\u3044\u3066\u3044\u308b<\/li>\n<li>AfCFTA\u3068\u9023\u52d5\u3057\u305f\u4ed8\u52a0\u4fa1\u5024\u8fb2\u7523\u54c1\u306e\u57df\u5185\u8cbf\u6613\u62e1\u5927<\/li>\n<li>\u81a8\u5927\u306a\u82e5\u5e74\u5c64\u3078\u306e\u96c7\u7528\u5275\u51fa\u306b\u3082\u76f4\u7d50<\/li>\n<\/ul><\/div>\n<p>\u8fb2\u696d\u306e\u8fd1\u4ee3\u5316\u306f\u98df\u6599\u5b89\u5168\u4fdd\u969c\u3060\u3051\u306e\u8a71\u3058\u3083\u306a\u3044\u3002\u82e5\u8005\u304c\u8fb2\u696d\u3067\u7a3c\u3052\u308b\u793e\u4f1a\u3092\u3064\u304f\u308b\u3053\u3068\u3067\u3001\u4eba\u53e3\u30dc\u30fc\u30ca\u30b9\u3092\u7d4c\u6e08\u6210\u9577\u306b\u8ee2\u63db\u3059\u308b\u305f\u3081\u306e\u6700\u91cd\u8981\u6226\u7565\u3067\u3082\u3042\u308b\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- CLOSING --><\/p>\n<section class=\"closing\">\n<div class=\"container\">\n<p class=\"section-label\" style=\"text-align:center\">So What?<\/p>\n<h2>\u30a2\u30d5\u30ea\u30ab\u304b\u3089\u5b66\u3079\u308b\u3053\u3068\u306f\u3001<br \/>\u300c\u9060\u56de\u308a\u304c\u6700\u901f\u306b\u306a\u308b\u300d\u8ad6\u7406\u3060<\/h2>\n<p>\u30a2\u30d5\u30ea\u30ab\u306f\u300c\u652f\u63f4\u3092\u5f85\u3064\u5927\u9678\u300d\u3067\u306f\u306a\u304f\u306a\u3063\u305f\u3002\u5de8\u984d\u306e\u8cc7\u672c\u3092\u81ea\u3089\u52d5\u54e1\u3057\u3001\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3067\u8ddd\u96e2\u3092\u514b\u670d\u3057\u3001\u533b\u85ac\u54c1\u3082\u98df\u6599\u3082\u81ea\u5206\u305f\u3061\u3067\u4f5c\u308b\u4f53\u5236\u3092\u6574\u3048\u3064\u3064\u3042\u308b\u3002<\/p>\n<p>\u4e00\u65b9\u306e\u65e5\u672c\u306f\u3001\u6210\u9577\u3059\u308b\u96a3\u63a5\u5e02\u5834\u3092\u76ee\u524d\u306b\u3057\u306a\u304c\u3089\u3001\u56fd\u5185\u306e\u7e2e\u5c0f\u7af6\u4e89\u306b\u56fa\u57f7\u3057\u305f\u3002\u554f\u984c\u306f\u6280\u8853\u3067\u306f\u306a\u304f\u300c\u8996\u91ce\u306e\u72ed\u3055\u300d\u2014\u2014\u3053\u308c\u304c\u5869\u30d3\u7523\u696d\u306e\u4e8b\u4f8b\u304c\u7a81\u304d\u3064\u3051\u308b\u6559\u8a13\u3060\u3002<\/p>\n<p>\u559c\u671b\u5cf0\u822a\u8def\u304c\u793a\u3059\u306e\u3068\u540c\u3058\u539f\u7406\u3060\u3002\u300c\u52b9\u7387\u7684\u306b\u898b\u3048\u308b\u30eb\u30fc\u30c8\u300d\u304c\u5fc5\u305a\u3057\u3082\u6700\u5584\u3067\u306f\u306a\u3044\u3002AI\u304c\u5f3e\u304d\u51fa\u3057\u305f\u300c\u9060\u56de\u308a\u300d\u306e\u65b9\u304c\u3001\u30ea\u30b9\u30af\u304c\u4f4e\u304f\u3001\u7d50\u679c\u7684\u306b\u901f\u304b\u3063\u305f\u3002<\/p>\n<p>\u300c\u7e2e\u5c0f\u5747\u8861\u300d\u3068\u300c\u62e1\u5927\u6226\u7565\u300d\u2014\u2014\u3069\u3061\u3089\u304c\u6b63\u89e3\u304b\u306f\u3001\u4eca\u3068\u306a\u3063\u3066\u306f\u898b\u3048\u3066\u3044\u308b\u3002\u554f\u984c\u306f\u3001\u305d\u306e\u69cb\u9020\u306b\u6c17\u3065\u3044\u305f\u3068\u304d\u3001\u3069\u3046\u52d5\u304f\u304b\u3060\u3002<\/p>\n<p class=\"final-line\">\u904e\u53bb\u306e\u30e2\u30c7\u30eb\u304c\u58ca\u308c\u308b\u306e\u306f\u3001\u65b0\u3057\u3044\u30e2\u30c7\u30eb\u304c\u751f\u307e\u308c\u308b\u30c1\u30e3\u30f3\u30b9\u3060\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>2030\u5e74\u306e\u5730\u56f3\u3092\u66f8\u304d\u63db\u3048\u308b\uff1a\u30a2\u30d5\u30ea\u30ab\u306e\u9769\u547d\u3068\u65e5\u672c\u306e\u8aa4\u7b97 Global Economy \u00d7 Africa \u00d7 Japan \u2014 2026\/2030 \u4e16\u754c\u306e\u5730\u56f3\u304c\u66f8\u304d\u63db\u308f\u308b\u3068\u304d\u3001\u65e5\u672c\u306f\u4f55\u3092\u3057\u3066\u3044\u305f\u306e\u304b \u30a2\u30d5\u30ea\u30ab\u3067\u8d77\u304d\u3066\u3044\u308b\u300c &hellip; <a href=\"https:\/\/blog.yoshisuke.com\/?p=2983\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;\u4e16\u754c\u306e\u5730\u56f3\u304c\u66f8\u304d\u63db\u308f\u308b\u3068\u304d\u3001 \u65e5\u672c\u306f\u4f55\u3092\u3057\u3066\u3044\u305f\u306e\u304b&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2983","post","type-post","status-publish","format-standard","hentry","category-miscellaneous"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/posts\/2983","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2983"}],"version-history":[{"count":1,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/posts\/2983\/revisions"}],"predecessor-version":[{"id":2984,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=\/wp\/v2\/posts\/2983\/revisions\/2984"}],"wp:attachment":[{"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2983"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2983"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.yoshisuke.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2983"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}