<?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>自己成長 | 旅樂道</title>
	<atom:link href="https://yoooyooo8.jp/tag/%e8%87%aa%e5%b7%b1%e6%88%90%e9%95%b7/feed/" rel="self" type="application/rss+xml" />
	<link>https://yoooyooo8.jp</link>
	<description>旅を楽しむ、人生の道</description>
	<lastBuildDate>Sat, 30 May 2026 02:11:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://yoooyooo8.jp/wp-content/uploads/2026/01/cropped-Yoshi-favicon-32x32.jpg</url>
	<title>自己成長 | 旅樂道</title>
	<link>https://yoooyooo8.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://yoooyooo8.jp/tag/%e8%87%aa%e5%b7%b1%e6%88%90%e9%95%b7/feed/"/>
	<item>
		<title>智慧とは何か｜仏教が教える「本当の知恵」と現代への活かし方</title>
		<link>https://yoooyooo8.jp/buddhist-wisdom/</link>
					<comments>https://yoooyooo8.jp/buddhist-wisdom/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Sat, 30 May 2026 02:11:00 +0000</pubDate>
				<category><![CDATA[仏教]]></category>
		<category><![CDATA[自己成長]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=2595</guid>

					<description><![CDATA[🪷 BUDDHIST WISDOM &#160;·&#160; 2026 Prajñā — The Eye That Sees Through 智慧（般若）が変える、あなたの「見え方」 知識ではなく、苦しみの根本を見抜く [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!-- ============================================================
     旅樂道 WordPress 記事 | 智慧とは何か
     スコープクラス: .s26-wrap
     作成: 2026-04
     ============================================================ -->

<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&#038;family=Noto+Sans+JP:wght@300;400;500&#038;display=swap">

<style>
/* ==========================================================
   スコープ: .s26-wrap 内のみに適用
   ========================================================== */

/* ---------- CSS変数 — 2026年仏教デザイン ---------- */
.s26-wrap {
  /* 寺院の朽ちた金・墨・沈香木・蓮 */
  --s26-ink:      #1C1208;        /* 墨色 */
  --s26-sumi:     #2E2415;        /* 濃い木目 */
  --s26-wood:     #5C3D1E;        /* 沈香木 */
  --s26-gold:     #C9960C;        /* 古金 */
  --s26-gold-l:   #F0D878;        /* 金箔ハイライト */
  --s26-gold-s:   #7A5C00;        /* 金の影 */
  --s26-lotus:    #B56B8C;        /* 蓮の花弁 */
  --s26-lotus-l:  #F2D4E2;        /* 蓮の淡桃 */
  --s26-sand:     #F5EDD8;        /* 砂岩・和紙 */
  --s26-sand-d:   #E0CFA8;        /* 古い紙 */
  --s26-white:    #FDFAF4;        /* 温白 */
  --s26-muted:    #9C8260;        /* くすみ茶 */
  --s26-text:     #211506;        /* 本文 */
  --s26-radius:   8px;
  --s26-shadow:   0 6px 32px rgba(28,18,8,0.14);
  --s26-font-serif: 'Noto Serif JP', serif;
  --s26-font-sans:  'Noto Sans JP', sans-serif;
  font-family: var(--s26-font-sans);
  color: var(--s26-text);
  line-height: 2.0;
  letter-spacing: 0.03em;
  background: var(--s26-white);
}


/* ==========================================================
   ヒーローセクション — 2026年仏教デザイン
   曼荼羅放射・金箔テクスチャ・墨流し
   ========================================================== */
.s26-wrap .s26-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, #3A1F00 0%, #1C1208 55%, #0A0704 100%);
  border-radius: var(--s26-radius);
}

/* 曼荼羅放射パターン（SVGインライン） */
.s26-wrap .s26-hero::before {
  content: '';
  position: absolute;
  inset: -20%;
  background-image:
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      rgba(201,150,12,0.06) 0deg 3deg,
      transparent 3deg 15deg
    ),
    repeating-conic-gradient(
      from 7.5deg at 50% 50%,
      rgba(181,107,140,0.04) 0deg 2deg,
      transparent 2deg 15deg
    );
  animation: s26MandalaRotate 60s linear infinite;
}

/* 金箔ノイズレイヤー */
.s26-wrap .s26-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 35% at 50% 20%, rgba(201,150,12,0.15) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 20% 80%, rgba(181,107,140,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 60%, rgba(201,150,12,0.08) 0%, transparent 60%);
  animation: s26GoldShimmer 10s ease-in-out infinite alternate;
}

@keyframes s26MandalaRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes s26GoldShimmer {
  0%   { opacity: 0.7; }
  100% { opacity: 1; }
}

.s26-wrap .s26-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

/* ヒーローh2 — Cocoon干渉対策 詳細度(0,3,1) */
.s26-wrap .s26-hero h2.s26-hero-title,
.s26-wrap .s26-hero-title {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0 0 20px;
  font-family: var(--s26-font-serif);
  font-size: clamp(1.8rem, 4.5vw, 2.9rem);
  font-weight: 700;
  color: var(--s26-gold-l);
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-shadow:
    0 0 40px rgba(201,150,12,0.6),
    0 2px 12px rgba(0,0,0,0.8);
  animation: s26FadeUp 1s ease both;
}

/* 梵字風装飾ライン */
.s26-wrap .s26-hero-title-en {
  display: block;
  font-family: var(--s26-font-serif);
  font-size: clamp(0.65rem, 1.5vw, 0.78rem);
  font-weight: 300;
  color: rgba(240,216,120,0.6);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 14px;
  animation: s26FadeUp 1s 0.1s ease both;
}

.s26-wrap .s26-hero-sub {
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: rgba(245,237,216,0.78);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2.0;
  margin: 0 0 32px;
  animation: s26FadeUp 1s 0.2s ease both;
}

/* バッジ — 古銅風 */
.s26-wrap .s26-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,150,12,0.12);
  border: 1px solid rgba(201,150,12,0.35);
  backdrop-filter: blur(6px);
  color: var(--s26-gold-l);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  padding: 7px 22px;
  border-radius: 2px;
  margin-bottom: 24px;
  animation: s26FadeUp 1s 0.35s ease both;
}

/* 蓮華装飾ライン */
.s26-wrap .s26-hero-deco {
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  animation: s26FadeUp 1s 0.5s ease both;
}
.s26-wrap .s26-hero-deco-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,150,12,0.55));
}
.s26-wrap .s26-hero-deco-line.s26-rev {
  transform: scaleX(-1);
}
.s26-wrap .s26-hero-deco-center {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(201,150,12,0.7);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

/* 円相（禅の円）装飾 */
.s26-wrap .s26-hero-enso {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(480px, 90vw);
  height: min(480px, 90vw);
  border-radius: 50%;
  border: 1px solid rgba(201,150,12,0.08);
  box-shadow:
    0 0 0 20px rgba(201,150,12,0.03),
    0 0 0 60px rgba(201,150,12,0.02),
    0 0 0 100px rgba(201,150,12,0.01);
  animation: s26EnsoBreath 6s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}
@keyframes s26EnsoBreath {
  from { transform: translate(-50%, -50%) scale(0.95); opacity: 0.6; }
  to   { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
}

@keyframes s26FadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================
   この記事の要点 — 和紙・古金縁
   ========================================================== */
.s26-wrap .s26-summary {
  margin: 56px 0;
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-left: 4px solid var(--s26-gold);
  border-radius: var(--s26-radius);
  padding: 32px 36px;
  box-shadow: var(--s26-shadow);
  position: relative;
}
.s26-wrap .s26-summary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--s26-radius);
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(201,150,12,0.06) 0%, transparent 70%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .s26-wrap .s26-summary { padding: 20px 18px; }
}

.s26-wrap .s26-summary-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--s26-sumi);
  margin: 0 0 16px;
  letter-spacing: 0.08em;
}
.s26-wrap .s26-summary-ttl::before {
  content: '卍';
  color: var(--s26-gold);
  font-size: 0.95rem;
}

.s26-wrap .s26-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s26-wrap .s26-summary-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.96rem;
  color: var(--s26-text);
  line-height: 1.75;
}
.s26-wrap .s26-summary-list li::before {
  content: '◆';
  color: var(--s26-gold);
  font-size: 0.6rem;
  margin-top: 7px;
  flex-shrink: 0;
}

/* ==========================================================
   アニメーション目次 — 寺院扁額（へんがく）スタイル
   ========================================================== */
.s26-wrap .s26-toc-wrap {
  margin: 56px 0;
}

/* チェックボックスハック（JS不使用） */
.s26-wrap .s26-toc-toggle {
  display: none;
}

.s26-wrap .s26-toc-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  background: linear-gradient(135deg, var(--s26-ink) 0%, var(--s26-sumi) 60%, var(--s26-wood) 100%);
  color: var(--s26-gold-l);
  padding: 16px 26px;
  border-radius: var(--s26-radius) var(--s26-radius) 0 0;
  font-family: var(--s26-font-serif);
  font-size: 0.97rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 2px solid var(--s26-gold);
  position: relative;
}
.s26-wrap .s26-toc-label::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--s26-radius) var(--s26-radius) 0 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 3px,
    rgba(201,150,12,0.03) 3px,
    rgba(201,150,12,0.03) 4px
  );
  pointer-events: none;
}
.s26-wrap .s26-toc-label-left {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.s26-wrap .s26-toc-label-left::before {
  content: '🪷';
  font-size: 1rem;
}
.s26-wrap .s26-toc-arrow {
  font-size: 0.75rem;
  transition: transform 0.35s ease;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}

/* 目次ボディ */
.s26-wrap .s26-toc-body {
  max-height: 600px;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.4s ease;
  opacity: 1;
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-top: none;
  border-radius: 0 0 var(--s26-radius) var(--s26-radius);
  box-shadow: var(--s26-shadow);
}

/* チェック時：閉じる */
.s26-wrap .s26-toc-toggle:checked ~ .s26-toc-label .s26-toc-arrow {
  transform: rotate(180deg);
}
.s26-wrap .s26-toc-toggle:checked ~ .s26-toc-body {
  max-height: 0;
  opacity: 0;
}

.s26-wrap .s26-toc-inner {
  padding: 22px 30px;
}
@media (max-width: 767px) {
  .s26-wrap .s26-toc-inner { padding: 16px 16px; }
}

.s26-wrap .s26-toc-inner h3 {
  font-family: var(--s26-font-serif);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--s26-muted);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--s26-sand-d);
}

.s26-wrap .s26-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: s26toc;
}
.s26-wrap .s26-toc-list > li {
  counter-increment: s26toc;
  border-bottom: 1px solid rgba(92,61,30,0.10);
}
.s26-wrap .s26-toc-list > li:last-child {
  border-bottom: none;
}
.s26-wrap .s26-toc-list > li > a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 4px;
  color: var(--s26-sumi);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: color 0.2s, padding-left 0.25s;
}
.s26-wrap .s26-toc-list > li > a::before {
  content: counter(s26toc, decimal-leading-zero);
  font-family: var(--s26-font-serif);
  font-size: 0.7rem;
  color: var(--s26-gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  width: 26px;
}
.s26-wrap .s26-toc-list > li > a:hover {
  color: var(--s26-gold);
  padding-left: 6px;
}

/* FAQ・まとめ専用 */
.s26-wrap .s26-toc-list > li.s26-toc-special > a {
  color: var(--s26-muted);
  font-size: 0.88rem;
}
.s26-wrap .s26-toc-list > li.s26-toc-special > a::before {
  content: '◎';
  font-size: 0.72rem;
  color: var(--s26-lotus);
  width: 26px;
  font-family: var(--s26-font-sans);
}

/* 目次スライドイン */
.s26-wrap .s26-toc-body {
  animation: s26TocSlide 0.55s cubic-bezier(0.4,0,0.2,1) both;
}
@keyframes s26TocSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================
   本文共通 — セクション構造
   ========================================================== */
.s26-wrap .s26-section {
  margin: 80px 0;
}

/* h2 見出し — 朱印・金縁スタイル */
.s26-wrap .s26-section h2.s26-h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--s26-font-serif);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.08em;
  line-height: 1.55;
  margin: 0 0 40px;
  padding: 0 0 18px;
  border-bottom: 2px solid var(--s26-sand-d);
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  position: relative;
}
.s26-wrap .s26-section h2.s26-h2::before {
  content: '';
  display: block;
  width: 4px;
  min-height: 1.6em;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--s26-gold), var(--s26-lotus));
  flex-shrink: 0;
}
.s26-wrap .s26-section h2.s26-h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--s26-gold);
}

/* 本文段落 */
.s26-wrap .s26-section p.s26-p {
  font-size: 0.98rem;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: var(--s26-text);
  margin: 0 0 28px;
}

/* リード文（強調） */
.s26-wrap .s26-section p.s26-lead {
  font-family: var(--s26-font-serif);
  font-size: 1.04rem;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: var(--s26-sumi);
  border-left: 3px solid var(--s26-gold);
  padding: 6px 0 6px 20px;
  margin: 0 0 36px;
}

/* ==========================================================
   三学ステップカード（戒・定・慧）
   ========================================================== */
.s26-wrap .s26-sangaku {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
@media (max-width: 640px) {
  .s26-wrap .s26-sangaku { grid-template-columns: 1fr; }
}

.s26-wrap .s26-sangaku-card {
  border-radius: var(--s26-radius);
  padding: 22px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--s26-sand-d);
}
.s26-wrap .s26-sangaku-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}
.s26-wrap .s26-sangaku-card:nth-child(1) {
  background: var(--s26-sand);
}
.s26-wrap .s26-sangaku-card:nth-child(1)::before {
  background: var(--s26-muted);
}
.s26-wrap .s26-sangaku-card:nth-child(2) {
  background: #FDF5E6;
}
.s26-wrap .s26-sangaku-card:nth-child(2)::before {
  background: var(--s26-lotus);
}
.s26-wrap .s26-sangaku-card:nth-child(3) {
  background: linear-gradient(160deg, #FFF8E7 0%, #FDEFC0 100%);
  border-color: rgba(201,150,12,0.3);
}
.s26-wrap .s26-sangaku-card:nth-child(3)::before {
  background: linear-gradient(to right, var(--s26-gold), var(--s26-gold-l));
}

.s26-wrap .s26-sangaku-icon {
  font-size: 2rem;
  margin: 0 0 10px;
  display: block;
}
.s26-wrap .s26-sangaku-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--s26-muted);
  display: block;
  margin-bottom: 4px;
}
.s26-wrap .s26-sangaku-kanji {
  font-family: var(--s26-font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--s26-sumi);
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.s26-wrap .s26-sangaku-desc {
  font-size: 0.84rem;
  color: var(--s26-text);
  line-height: 1.7;
  margin: 0;
}

/* ==========================================================
   セクション3: 十二因縁チェーン
   ========================================================== */
.s26-wrap .s26-chain {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s26-wrap .s26-chain-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  padding: 18px 20px;
  position: relative;
}
.s26-wrap .s26-chain-exit {
  background: linear-gradient(135deg, #FFF8E7 0%, #FDEFC0 100%);
  border-color: rgba(201,150,12,0.35);
}
.s26-wrap .s26-chain-arrow {
  text-align: center;
  font-size: 1.3rem;
  color: var(--s26-gold);
  line-height: 1;
  padding: 4px 0;
  opacity: 0.6;
}
.s26-wrap .s26-chain-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--s26-sumi);
  color: var(--s26-gold-l);
  font-family: var(--s26-font-serif);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
  margin-top: 2px;
}
.s26-wrap .s26-badge-gold {
  background: linear-gradient(135deg, var(--s26-gold-s), var(--s26-gold));
}
.s26-wrap .s26-chain-ttl {
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}
.s26-wrap .s26-chain-desc {
  font-size: 0.88rem;
  color: var(--s26-text);
  line-height: 1.88;
  letter-spacing: 0.03em;
  margin: 0;
}

/* ==========================================================
   セクション4: 現代グリッド（2×2）
   ========================================================== */
.s26-wrap .s26-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .s26-wrap .s26-modern-grid { grid-template-columns: 1fr; }
}
.s26-wrap .s26-modern-card {
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}
.s26-wrap .s26-modern-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--s26-gold-s), var(--s26-gold), transparent);
}
.s26-wrap .s26-modern-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.s26-wrap .s26-modern-ttl {
  font-family: var(--s26-font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.06em;
  margin: 0 0 8px;
}
.s26-wrap .s26-modern-desc {
  font-size: 0.86rem;
  color: var(--s26-text);
  line-height: 1.8;
  margin: 0;
}

/* ==========================================================
   引用ブロック（般若心経）
   ========================================================== */
.s26-wrap .s26-quote {
  margin: 44px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, #1C1208 0%, #2E1A00 100%);
  border-radius: var(--s26-radius);
  border-left: 4px solid var(--s26-gold);
  position: relative;
  overflow: hidden;
}
.s26-wrap .s26-quote::before {
  content: '❝';
  position: absolute;
  top: -10px;
  right: 18px;
  font-size: 5rem;
  color: rgba(201,150,12,0.12);
  font-family: Georgia, serif;
  line-height: 1;
}
.s26-wrap .s26-quote-text {
  font-family: var(--s26-font-serif);
  font-size: clamp(0.95rem, 2.5vw, 1.08rem);
  color: var(--s26-gold-l);
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}
.s26-wrap .s26-quote-source {
  font-size: 0.78rem;
  color: var(--s26-muted);
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ==========================================================
   callout ボックス
   ========================================================== */
.s26-wrap .s26-callout {
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-top: 3px solid var(--s26-gold);
  border-radius: var(--s26-radius);
  padding: 24px 28px;
  margin: 40px 0;
  position: relative;
}
.s26-wrap .s26-callout-ttl {
  font-family: var(--s26-font-serif);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--s26-gold);
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.s26-wrap .s26-callout p {
  font-size: 0.92rem;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: var(--s26-text);
  margin: 0;
}

/* ==========================================================
   セクション区切り divider
   ========================================================== */
.s26-wrap .s26-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 64px 0 0;
}
.s26-wrap .s26-divider::before,
.s26-wrap .s26-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--s26-sand-d);
}
.s26-wrap .s26-divider-icon {
  font-size: 0.9rem;
  color: var(--s26-gold);
}

/* ==========================================================
   記事内画像 fig
   ========================================================== */
.s26-wrap .s26-fig {
  margin: 48px 0;
  text-align: center;
}
.s26-wrap .s26-fig img {
  width: 100%;
  height: auto;
  border-radius: var(--s26-radius);
  display: block;
}
.s26-wrap .s26-fig figcaption {
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--s26-muted);
  letter-spacing: 0.06em;
}

/* ==========================================================
   chain-body（十二因縁テキスト部）
   ========================================================== */
.s26-wrap .s26-chain-body {
  flex: 1;
}

/* ==========================================================
   情報・知識・智慧カード — アイコン左・タイトル右の横並び
   ========================================================== */
.s26-wrap .s26-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .s26-wrap .s26-cards { grid-template-columns: 1fr; gap: 28px; }
}
.s26-wrap .s26-card {
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(28,18,8,0.07);
}
.s26-wrap .s26-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--s26-gold-s), var(--s26-gold), var(--s26-gold-s));
}
/* アイコン＋タイトル 横並び */
.s26-wrap .s26-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.s26-wrap .s26-card-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
}
.s26-wrap .s26-card-ttl {
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.08em;
  margin: 0;
}
.s26-wrap .s26-card-body {
  font-size: 0.85rem;
  line-height: 1.88;
  letter-spacing: 0.03em;
  color: var(--s26-muted);
  margin: 0;
}

/* ==========================================================
   三学ステップ（戒・定・慧）— アイコン左・タイトル右の横並び
   ========================================================== */
.s26-wrap .s26-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 40px 0;
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  overflow: hidden;
}
@media (max-width: 767px) {
  .s26-wrap .s26-steps { grid-template-columns: 1fr; }
}
.s26-wrap .s26-step {
  padding: 20px 18px;
  background: var(--s26-white);
  border-right: 1px solid var(--s26-sand-d);
}
.s26-wrap .s26-step:last-child { border-right: none; }
@media (max-width: 767px) {
  .s26-wrap .s26-step {
    border-right: none;
    border-bottom: 1px solid var(--s26-sand-d);
  }
  .s26-wrap .s26-step:last-child { border-bottom: none; }
}
/* 番号＋タイトル 横並び */
.s26-wrap .s26-step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.s26-wrap .s26-step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s26-gold-s), var(--s26-gold));
  color: var(--s26-white);
  font-family: var(--s26-font-serif);
  font-size: 0.85rem;
  font-weight: 700;
}
.s26-wrap .s26-step-ttl {
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.08em;
  margin: 0;
}
.s26-wrap .s26-step-sub {
  font-size: 0.75rem;
  color: var(--s26-muted);
  letter-spacing: 0.08em;
  font-style: italic;
  margin: 0 0 8px;
}
.s26-wrap .s26-step-body {
  font-size: 0.86rem;
  line-height: 1.88;
  letter-spacing: 0.03em;
  color: var(--s26-text);
  margin: 0;
}

/* ==========================================================
   セクション5: 実践ヒント（3ステップ縦型）
   ========================================================== */
.s26-wrap .s26-practice-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 40px 0;
}
.s26-wrap .s26-practice-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--s26-sand);
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  padding: 22px 22px;
  position: relative;
  overflow: hidden;
}
.s26-wrap .s26-practice-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--s26-gold), var(--s26-lotus));
}
.s26-wrap .s26-practice-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s26-gold-s), var(--s26-gold));
  color: var(--s26-white);
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.s26-wrap .s26-practice-body {
  flex: 1;
}
.s26-wrap .s26-practice-ttl {
  font-family: var(--s26-font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.06em;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.s26-wrap .s26-practice-sub {
  font-size: 0.75rem;
  color: var(--s26-gold);
  letter-spacing: 0.12em;
  font-family: var(--s26-font-serif);
  font-style: italic;
}
.s26-wrap .s26-practice-desc {
  font-size: 0.9rem;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: var(--s26-text);
  margin: 8px 0 0;
}

/* ==========================================================
   FAQ — アコーディオン（CSSチェックボックスハック）
   ========================================================== */
.s26-wrap .s26-faq-wrap {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s26-wrap .s26-faq-toggle {
  display: none;
}
.s26-wrap .s26-faq-item {
  border: 1px solid var(--s26-sand-d);
  border-radius: var(--s26-radius);
  overflow: hidden;
}
.s26-wrap .s26-faq-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  padding: 16px 20px;
  background: var(--s26-sand);
  font-family: var(--s26-font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--s26-sumi);
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.s26-wrap .s26-faq-label:hover {
  background: var(--s26-sand-d);
}
.s26-wrap .s26-faq-q {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--s26-gold);
  color: var(--s26-white);
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: var(--s26-font-serif);
}
.s26-wrap .s26-faq-arrow {
  margin-left: auto;
  font-size: 0.72rem;
  color: var(--s26-gold);
  transition: transform 0.35s ease;
  flex-shrink: 0;
}
/* チェック時：開く */
.s26-wrap .s26-faq-toggle:checked ~ .s26-faq-label .s26-faq-arrow {
  transform: rotate(180deg);
}
.s26-wrap .s26-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.35s ease;
  opacity: 0;
  background: var(--s26-white);
}
.s26-wrap .s26-faq-toggle:checked ~ .s26-faq-body {
  max-height: 400px;
  opacity: 1;
}
.s26-wrap .s26-faq-body-inner {
  padding: 16px 20px 20px 58px;
  font-size: 0.92rem;
  line-height: 2.0;
  letter-spacing: 0.03em;
  color: var(--s26-text);
  border-top: 1px solid var(--s26-sand-d);
}

/* ==========================================================
   まとめ
   ========================================================== */
.s26-wrap .s26-summary-final {
  margin: 64px 0 0;
  background: linear-gradient(160deg, #1C1208 0%, #2E1A00 60%, #3A1F00 100%);
  border-radius: var(--s26-radius);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}
.s26-wrap .s26-summary-final::before {
  content: '';
  position: absolute;
  inset: -30%;
  background: repeating-conic-gradient(
    from 0deg at 50% 50%,
    rgba(201,150,12,0.04) 0deg 3deg,
    transparent 3deg 15deg
  );
  animation: s26MandalaRotate 80s linear infinite;
}
.s26-wrap .s26-summary-final-inner {
  position: relative;
  z-index: 1;
}
.s26-wrap .s26-summary-final-ttl {
  font-family: var(--s26-font-serif);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: var(--s26-gold-l);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201,150,12,0.25);
}
.s26-wrap .s26-summary-final-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s26-wrap .s26-summary-final-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: rgba(245,237,216,0.88);
  letter-spacing: 0.03em;
  line-height: 1.95;
}
.s26-wrap .s26-summary-final-list li::before {
  content: '◆';
  color: var(--s26-gold);
  font-size: 0.6rem;
  margin-top: 7px;
  flex-shrink: 0;
}
.s26-wrap .s26-summary-final-closing {
  text-align: center;
  font-family: var(--s26-font-serif);
  font-size: 0.88rem;
  color: rgba(240,216,120,0.65);
  letter-spacing: 0.2em;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(201,150,12,0.15);
}

</style>

<!-- ========================================================
     記事本体ここから
     ======================================================== -->
<div class="s26-wrap">

  <!-- ① ヒーローセクション -->
  <div class="s26-hero" role="banner" aria-label="記事ヘッダー">
    <!-- 円相（禅の円）背景装飾 -->
    <div class="s26-hero-enso" aria-hidden="true"></div>

    <div class="s26-hero-inner">
      <div class="s26-hero-badge" aria-label="カテゴリ">
        <span aria-hidden="true">🪷</span>
        <span>BUDDHIST WISDOM &nbsp;·&nbsp; 2026</span>
      </div>

      <h2 class="s26-hero-title" role="heading" aria-level="2">
        <span class="s26-hero-title-en">Prajñā — The Eye That Sees Through</span>
        智慧（般若）が変える、<br>あなたの「見え方」
      </h2>

      <p class="s26-hero-sub">
        知識ではなく、苦しみの根本を見抜く力——<br>
        仏教が2500年かけて伝えてきた智慧を、現代の視点で読み解く
      </p>

      <div class="s26-hero-deco" aria-hidden="true">
        <div class="s26-hero-deco-line"></div>
        <div class="s26-hero-deco-center">
          <span>🪷</span>
          <span style="font-size:0.7rem;letter-spacing:0.25em;font-family:'Noto Serif JP',serif;">般 若 波 羅 蜜</span>
          <span>🪷</span>
        </div>
        <div class="s26-hero-deco-line s26-rev"></div>
      </div>
    </div>
  </div>

  <!-- ② この記事の要点 -->
  <div class="s26-summary" role="note" aria-label="この記事の要点">
    <p class="s26-summary-ttl">この記事の要点</p>
    <ul class="s26-summary-list">
      <li>智慧とは「知識」ではなく、苦しみの根本を見抜く力のこと</li>
      <li>仏教の三学（戒・定・慧）において智慧は修行の統合点に位置づけられる</li>
      <li>「空（くう）」の思想を理解することで、固定した自己という幻想から解放される</li>
      <li>情報過多の2026年だからこそ、「知らないことを知る」智慧が求められている</li>
      <li>自分を許すことが、智慧を育てる最初の一歩になる</li>
    </ul>
  </div>

  <!-- ③ アニメーション目次 -->
  <div class="s26-toc-wrap" role="navigation" aria-label="目次">
    <input
      type="checkbox"
      id="s26TocToggle"
      class="s26-toc-toggle"
      aria-hidden="true"
    >
    <label
      for="s26TocToggle"
      class="s26-toc-label"
      aria-expanded="true"
      aria-controls="s26TocBody"
    >
      <span class="s26-toc-label-left">目次</span>
      <span class="s26-toc-arrow" aria-hidden="true">▲</span>
    </label>
    <div class="s26-toc-body" id="s26TocBody">
      <div class="s26-toc-inner">
        <h3>CONTENTS</h3>
        <ol class="s26-toc-list" aria-label="記事の目次">
          <li><a href="#s26-what-is-wisdom">智慧とは何か — 「知識」との決定的な違い</a></li>
          <li><a href="#s26-structure">仏教が語る智慧の構造 — 三学と般若波羅蜜</a></li>
          <li><a href="#s26-ignorance">無知（無明）が苦しみを生む仕組み</a></li>
          <li><a href="#s26-modern">現代における智慧 — 2026年の視点</a></li>
          <li><a href="#s26-practice">智慧を育てる3つの実践ヒント</a></li>
          <li class="s26-toc-special"><a href="#s26-faq">よくある質問（FAQ）</a></li>
          <li class="s26-toc-special"><a href="#s26-summary">まとめ</a></li>
        </ol>
      </div>
    </div>
  </div>

  <!-- ============================================================
       セクション1｜智慧とは何か — 「知識」との決定的な違い
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-what-is-wisdom">

    <h2 class="s26-h2" id="s26-what-is-wisdom">
      智慧とは何か — 「知識」との決定的な違い
    </h2>

    <p class="s26-lead">
      「智慧がある人」という言葉を聞いて、あなたはどんな人を想像するでしょうか。たくさんの本を読んでいる人、論理的に話せる人——おそらくそんなイメージが浮かぶかもしれません。しかし仏教が2500年かけて伝えてきた「智慧」は、そうした知識や情報とは、根本的に異なるものです。
    </p>

    <p class="s26-p">
      仏教では智慧を「パンニャー（pañña）」または「般若（はんにゃ）」と呼びます。これは単に多くを知っているという状態ではなく、<strong>物事の本質を見抜き、苦しみの根本原因を正しく理解する力</strong>のことを指します。知識が「外から取り込むもの」だとすれば、智慧は「内側から湧き出るもの」——そう表現することができます。
    </p>

    <!-- 3カラム比較カード -->
    <div class="s26-cards" role="list" aria-label="情報・知識・智慧の違い">
      <div class="s26-card" role="listitem">
        <div class="s26-card-head">
          <span class="s26-card-icon" aria-hidden="true">📱</span>
          <p class="s26-card-ttl">情 報</p>
        </div>
        <p class="s26-card-body">インターネットや書物から得られる生のデータ。それ自体には意味も価値も含まれていない。</p>
      </div>
      <div class="s26-card" role="listitem">
        <div class="s26-card-head">
          <span class="s26-card-icon" aria-hidden="true">📚</span>
          <p class="s26-card-ttl">知 識</p>
        </div>
        <p class="s26-card-body">情報を整理・体系化したもの。「知っている」状態。しかし必ずしも苦しみを解決しない。</p>
      </div>
      <div class="s26-card" role="listitem">
        <div class="s26-card-head">
          <span class="s26-card-icon" aria-hidden="true">🪷</span>
          <p class="s26-card-ttl">智 慧</p>
        </div>
        <p class="s26-card-body">知識を超えた洞察力。物事の本質・無常・縁起を直接体得し、執着から自由になる力。</p>
      </div>
    </div>

    <p class="s26-p">
      2026年の現代、私たちは史上最大の「情報の海」の中で生きています。検索すれば何でも出てくる時代だからこそ、「知っているのに苦しい」という矛盾した状態に陥りやすい。仏教の智慧はその矛盾への、最も古くて最も新しい答えです。
    </p>

    <div class="s26-callout" role="note" aria-label="ポイント">
      <p class="s26-callout-ttl"><span aria-hidden="true">◆</span> 智慧のヒント</p>
      <p>智慧は「知らないことを知っている」という謙虚さから始まります。ソクラテスが「無知の知」と呼んだものと、仏教の智慧の出発点は驚くほど似ています。知識を増やす前に、まず「自分はどれだけ物事を見誤っているか」に気づくこと——それが智慧への最初の一歩です。</p>
    </div>

    <!-- 画像1 -->
    <figure class="s26-fig">
      <img
        src="https://yoooyooo8.jp/wp-content/uploads/2026/04/wisdom-lotus.jpg"
        alt="蓮の花が水面に静かに咲いている様子。泥の中から清らかに咲く蓮は仏教における智慧の象徴"
        width="1200"
        height="800"
        loading="lazy"
        decoding="async"
      >
      <figcaption>
        泥の中から清らかに咲く蓮。仏教における智慧の象徴として古来から描かれてきた
      </figcaption>
    </figure>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       セクション2｜仏教が語る智慧の構造 — 三学と般若波羅蜜
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-structure">

    <h2 class="s26-h2" id="s26-structure">
      仏教が語る智慧の構造 — 三学と般若波羅蜜
    </h2>

    <p class="s26-lead">
      智慧は突然降ってくるものではありません。仏教には、智慧へと至る道筋が体系的に示されています。その核心が「三学（さんがく）」——戒・定・慧という3つの実践の積み重ねです。
    </p>

    <!-- 三学ステップ -->
    <div class="s26-steps" role="list" aria-label="三学：戒・定・慧">
      <div class="s26-step" role="listitem">
        <div class="s26-step-head">
          <div class="s26-step-num" aria-hidden="true">一</div>
          <p class="s26-step-ttl">戒（かい）</p>
        </div>
        <p class="s26-step-sub">Sīla / 倫理・行為</p>
        <p class="s26-step-body">日常の言葉・行動を整える。乱れた行いは心を乱し、智慧の芽を摘んでしまう。まず「正しく生きる」ことが土台となる。</p>
      </div>
      <div class="s26-step" role="listitem">
        <div class="s26-step-head">
          <div class="s26-step-num" aria-hidden="true">二</div>
          <p class="s26-step-ttl">定（じょう）</p>
        </div>
        <p class="s26-step-sub">Samādhi / 瞑想・静心</p>
        <p class="s26-step-body">心を落ち着かせ、一点に集中させる修行。瞑想はその代表。静まった水面にだけ、景色がくっきり映るように、静かな心にだけ智慧が宿る。</p>
      </div>
      <div class="s26-step" role="listitem">
        <div class="s26-step-head">
          <div class="s26-step-num" aria-hidden="true">三</div>
          <p class="s26-step-ttl">慧（え）</p>
        </div>
        <p class="s26-step-sub">Pañña / 智慧・洞察</p>
        <p class="s26-step-body">戒と定を土台として自然に花開く洞察力。無常・苦・無我という真理を体得し、苦しみの連鎖から自由になる力。</p>
      </div>
    </div>

    <p class="s26-p">
      重要なのは、この三学は「段階」ではなく<strong>「相互に支え合う円環」</strong>だという点です。智慧が深まれば自然と行動が正されていく。正しい行動が心を静め、静かな心がさらに深い智慧を引き出す——この良い循環こそが、仏教実践の本質です。
    </p>

    <!-- 般若波羅蜜の引用ブロック -->
    <blockquote class="s26-quote" aria-label="般若心経より">
      <p class="s26-quote-text">
        「色即是空、空即是色」<br>
        <span style="font-size:0.88em;opacity:0.85;">— 色（かたち）はそのまま空であり、空はそのままかたちである</span>
      </p>
      <cite class="s26-quote-source">『般若心経』より｜大乗仏教の根本経典</cite>
    </blockquote>

    <p class="s26-p">
      「般若波羅蜜（はんにゃはらみつ）」とは「智慧の完成」を意味するサンスクリット語です。智慧の完成とは、固定した「自己」や「物」が実体として存在するという思い込みから完全に自由になること——これを「空（くう）の洞察」と呼びます。
    </p>

    <div class="s26-callout" role="note" aria-label="空の思想について">
      <p class="s26-callout-ttl"><span aria-hidden="true">◆</span> 「空」は虚無ではない</p>
      <p>「空」を聞いて「何もない、虚しい」と感じる方も多いですが、それは誤解です。空とは「固定した実体がない」という意味であり、むしろ「あらゆる可能性に開かれている」という豊かさを示しています。執着する「固定した自己」がないからこそ、私たちは変われる——智慧はその希望の扉を開きます。</p>
    </div>

    <!-- 三学グリッド（視覚的補足） -->
    <div class="s26-sangaku" role="list" aria-label="般若波羅蜜の3つの側面">
      <div class="s26-sangaku-card" role="listitem">
        <span class="s26-sangaku-icon" aria-hidden="true">🏮</span>
        <span class="s26-sangaku-label">第一の智慧</span>
        <span class="s26-sangaku-kanji">無 常</span>
        <p class="s26-sangaku-desc">すべては移り変わる。この瞬間の感情も状況も、永遠には続かない。</p>
      </div>
      <div class="s26-sangaku-card" role="listitem">
        <span class="s26-sangaku-icon" aria-hidden="true">🌸</span>
        <span class="s26-sangaku-label">第二の智慧</span>
        <span class="s26-sangaku-kanji">無 我</span>
        <p class="s26-sangaku-desc">固定した「本当の自己」は存在しない。自己は関係性の中に生まれる。</p>
      </div>
      <div class="s26-sangaku-card" role="listitem">
        <span class="s26-sangaku-icon" aria-hidden="true">☸️</span>
        <span class="s26-sangaku-label">第三の智慧</span>
        <span class="s26-sangaku-kanji">縁 起</span>
        <p class="s26-sangaku-desc">あらゆるものは他のものとの関係で存在している。孤立した存在はない。</p>
      </div>
    </div>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       セクション3｜無知（無明）が苦しみを生む仕組み
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-ignorance">
    <h2 class="s26-h2" id="s26-ignorance">無知（無明）が苦しみを生む仕組み</h2>

    <p class="s26-lead">
      「なぜ人は苦しむのか」——仏教はこの問いに、2500年前から一貫した答えを持っています。苦しみの根本にあるのは、悪い環境でも不運でもなく、<strong>無明（むみょう）</strong>、すなわち「物事の本質を見ていない状態」です。
    </p>

    <p class="s26-p">
      無明とは、英語で &#8220;ignorance&#8221;——無知と訳されますが、単に「知識がない」という意味ではありません。「見えているのに、本当の姿を見ていない」という、より深い盲目性のことです。たとえば、夕暮れ時に道端の縄を蛇だと見間違えて恐怖を感じるように、私たちは日々、実際とは異なる世界を見ながら、その幻想に反応して生きています。
    </p>

    <!-- 十二因縁フロー -->
    <div class="s26-chain" role="list" aria-label="無明から苦しみが生まれる連鎖">
      <div class="s26-chain-item" role="listitem">
        <div class="s26-chain-badge">起点</div>
        <div class="s26-chain-body">
          <p class="s26-chain-ttl">無明（むみょう）</p>
          <p class="s26-chain-desc">真実を見ていない状態。「固定した自己がある」「物事は永続する」という根本的な思い込み。</p>
        </div>
      </div>
      <div class="s26-chain-arrow" aria-hidden="true">↓</div>
      <div class="s26-chain-item" role="listitem">
        <div class="s26-chain-badge">第二段</div>
        <div class="s26-chain-body">
          <p class="s26-chain-ttl">渇愛（かつあい）</p>
          <p class="s26-chain-desc">無明があるから「もっと欲しい」「失いたくない」という執着が生まれる。快楽への渇き、存在への執着。</p>
        </div>
      </div>
      <div class="s26-chain-arrow" aria-hidden="true">↓</div>
      <div class="s26-chain-item" role="listitem">
        <div class="s26-chain-badge">第三段</div>
        <div class="s26-chain-body">
          <p class="s26-chain-ttl">苦（く）</p>
          <p class="s26-chain-desc">渇愛が満たされないこと、あるいは満たされても続かないことで苦しみが生まれる。怒り・不安・孤独感の根。</p>
        </div>
      </div>
      <div class="s26-chain-arrow" aria-hidden="true">↓</div>
      <div class="s26-chain-item s26-chain-exit" role="listitem">
        <div class="s26-chain-badge s26-badge-gold">出口</div>
        <div class="s26-chain-body">
          <p class="s26-chain-ttl">智慧（般若）による解放</p>
          <p class="s26-chain-desc">無明を智慧の光で照らすとき、連鎖の起点が消える。渇愛は自然に和らぎ、苦しみの連鎖が断たれる。</p>
        </div>
      </div>
    </div>

    <p class="s26-p">
      自分を責めてしまう癖、他者への怒りが収まらない経験——これらはすべて、無明という根から伸びた枝葉です。枝葉を一本一本刈り取ろうとしても、根が残る限り同じ苦しみが繰り返されます。智慧とは、その根そのものを見通す力です。
    </p>

    <div class="s26-callout" role="note" aria-label="自分を許すことについて">
      <p class="s26-callout-ttl"><span aria-hidden="true">◆</span> 自分を許せないのも、無明から</p>
      <p>「自分を責めてしまう」という苦しみも、無明から生まれています。「こうあるべき自分」という固定したイメージを実体として信じ、現実の自分との差に苦しむ——しかし、その「こうあるべき自分」はそもそも概念の産物です。智慧はその幻想を優しく解きほぐし、「今ここにある自分」をそのまま見る目を育てます。それが自己への慈悲であり、真の意味での「自分を許す」ことです。</p>
    </div>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       セクション4｜現代における智慧 — 2026年の視点
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-modern">
    <h2 class="s26-h2" id="s26-modern">現代における智慧 — 2026年の視点</h2>

    <p class="s26-lead">
      AI、SNS、情報過多——2026年の私たちが直面する課題は、2500年前とは形が違います。しかし、苦しみの根っこにある「無明」の構造は変わっていません。むしろ現代だからこそ、仏教の智慧がより切実な意味を持ちます。
    </p>

    <p class="s26-p">
      生成AIが瞬時に答えを出す時代、「知ること」のコストはほぼゼロになりました。しかしそれは同時に、「知っているつもり」になる罠が増えたということでもあります。AIが出した答えを鵜呑みにする、SNSの断片的な情報で世界を理解したつもりになる——これは現代版の無明と言えるかもしれません。
    </p>

    <!-- 2026年の現代課題 4ボックス -->
    <div class="s26-modern-grid" role="list" aria-label="現代における智慧の必要性">
      <div class="s26-modern-card" role="listitem">
        <span class="s26-modern-icon" aria-hidden="true">🤖</span>
        <p class="s26-modern-ttl">AIと人間の違い</p>
        <p class="s26-modern-desc">AIは情報を処理し知識を生成できますが、「なぜ生きるのか」「何が本当に大切か」という問いへの智慧は持てません。その問いに向き合う力こそ、人間固有の智慧です。</p>
      </div>
      <div class="s26-modern-card" role="listitem">
        <span class="s26-modern-icon" aria-hidden="true">📲</span>
        <p class="s26-modern-ttl">SNSと渇愛の増幅</p>
        <p class="s26-modern-desc">「いいね」を求める心、比較からくる不満——SNSのアルゴリズムは渇愛を巧みに利用します。無明の状態では、この仕組みに気づかず消費され続けます。</p>
      </div>
      <div class="s26-modern-card" role="listitem">
        <span class="s26-modern-icon" aria-hidden="true">🧠</span>
        <p class="s26-modern-ttl">マインドフルネスと智慧</p>
        <p class="s26-modern-desc">世界的に広まるマインドフルネスは、仏教の「定（じょう）」から派生した実践です。しかし智慧なきマインドフルネスはリラクゼーションにとどまります。両輪が揃ってこそ本質的な変容が起きます。</p>
      </div>
      <div class="s26-modern-card" role="listitem">
        <span class="s26-modern-icon" aria-hidden="true">🌏</span>
        <p class="s26-modern-ttl">不確実な時代の羅針盤</p>
        <p class="s26-modern-desc">気候変動、経済不安、社会の分断——答えのない問題が山積する2026年。「無常」「縁起」という智慧の視点は、不確実さを受け入れ、今ここに根を張る力を与えます。</p>
      </div>
    </div>

    <!-- 画像2 -->
    <figure class="s26-fig">
      <img
        src="https://yoooyooo8.jp/wp-content/uploads/2026/04/wisdom-modern.jpg"
        alt="朝の光が差し込む静かな部屋で瞑想する人物のシルエット。現代の生活の中でも智慧を実践する様子"
        width="1200"
        height="800"
        loading="lazy"
        decoding="async"
      >
      <figcaption>
        2026年の現代でも、智慧を育てる実践は日常の中に根ざすことができる
      </figcaption>
    </figure>

    <div class="s26-callout" role="note" aria-label="現代における智慧のヒント">
      <p class="s26-callout-ttl"><span aria-hidden="true">◆</span> 「知らないことを知る」という智慧</p>
      <p>情報があふれる時代に最も必要な智慧は、「自分はまだ多くを知らない」という謙虚さかもしれません。AIが答えを出せる時代だからこそ、問いを立てる力・答えを疑う力・沈黙の中で感じる力が、人間の智慧の核心になってきています。仏教はその力を2500年前から一貫して育ててきました。</p>
    </div>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       セクション5｜智慧を育てる3つの実践ヒント
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-practice">
    <h2 class="s26-h2" id="s26-practice">智慧を育てる3つの実践ヒント</h2>

    <p class="s26-lead">
      智慧は座禅堂や寺院だけで育つものではありません。日常の中に、智慧の種を蒔く場所はいくらでもあります。ここでは仏教の伝統に根ざしながら、2026年の生活にそのまま活かせる3つの実践ヒントを紹介します。
    </p>

    <div class="s26-practice-list" role="list" aria-label="智慧を育てる3つの実践">

      <div class="s26-practice-item" role="listitem">
        <div class="s26-practice-num" aria-hidden="true">一</div>
        <div class="s26-practice-body">
          <p class="s26-practice-ttl">
            聞・思・修（もんししゅ）
            <span class="s26-practice-sub">聞いて、考えて、実践する</span>
          </p>
          <p class="s26-practice-desc">
            仏教では智慧を育てるプロセスを「聞思修（もんししゅ）」と呼びます。まず教えを<strong>聞く（もん）</strong>こと、次にそれを自分の頭で深く<strong>考える（し）</strong>こと、そして日常の中で実際に<strong>修める（しゅ）</strong>こと——この三段階を繰り返すことで、智慧は知識から体験へと深まっていきます。本を読むだけ、瞑想するだけでは智慧は完成しません。三つが揃って初めて智慧は根を張ります。
          </p>
        </div>
      </div>

      <div class="s26-practice-item" role="listitem">
        <div class="s26-practice-num" aria-hidden="true">二</div>
        <div class="s26-practice-body">
          <p class="s26-practice-ttl">
            日常の「止観（しかん）」
            <span class="s26-practice-sub">立ち止まり、ただ見る習慣</span>
          </p>
          <p class="s26-practice-desc">
            「止（し）」とは心の動きを静めること、「観（かん）」とは静まった心で物事を明晰に見ることです。これは瞑想クッションの上だけで行うものではありません。コーヒーを飲む一瞬、電車で窓の外を見る間、感情が高ぶった直後——そういった日常の隙間に「今、自分は何を感じているか」とただ観察する習慣が、止観の実践です。判断を加えず、ただ見る。これが智慧の目を磨きます。
          </p>
        </div>
      </div>

      <div class="s26-practice-item" role="listitem">
        <div class="s26-practice-num" aria-hidden="true">三</div>
        <div class="s26-practice-body">
          <p class="s26-practice-ttl">
            自己への慈悲（じひ）
            <span class="s26-practice-sub">自分を許すことが智慧の入口</span>
          </p>
          <p class="s26-practice-desc">
            智慧の実践において、しばしば見落とされるのが「自分への慈悲」です。他者には優しくできるのに、自分には厳しくなりすぎてしまう——その自己批判の奥には、「こうあるべき自分」という固定観念があります。仏教の智慧はその幻想を見抜きます。失敗した自分、弱い自分、まだ変われていない自分——そのすべてを、まず見てあげること。<strong>自分を許すことは甘えではなく、智慧の実践そのもの</strong>です。
          </p>
          <p style="margin:14px 0 6px;font-size:0.88rem;color:var(--s26-muted);">「自分を許す」ことを仏教の慈悲の観点からさらに深く知りたい方はこちら</p>
          <p style="margin:0;font-size:0.88rem;">👉 <a href="https://yoooyooo8.jp/buddhism-compassion/">慈悲とは？仏教が教える「自分を許す」ことの本当の意味</a></p>
        </div>
      </div>

    </div>

    <div class="s26-callout" role="note" aria-label="実践のヒント">
      <p class="s26-callout-ttl"><span aria-hidden="true">◆</span> 完璧を目指さないことが、最大の実践</p>
      <p>智慧の実践において「正しくやらなければ」というプレッシャーは、それ自体が無明の産物です。毎日5分でも、1週間に一度でも、ふと立ち止まって自分の心を見る——その小さな積み重ねが、気づけば智慧の土壌になっています。完璧な修行者を目指すより、今日の自分と正直に向き合うほうが、ずっと仏道に近いのです。</p>
    </div>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       FAQ
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-faq">
    <h2 class="s26-h2" id="s26-faq">よくある質問（FAQ）</h2>

    <div class="s26-faq-wrap">

      <!-- Q1 -->
      <div class="s26-faq-item">
        <input type="checkbox" id="s26faq1" class="s26-faq-toggle" aria-hidden="true">
        <label for="s26faq1" class="s26-faq-label">
          <em class="s26-faq-q">Q</em>
          智慧と知識はどう違うのですか？
          <span class="s26-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="s26-faq-body">
          <div class="s26-faq-body-inner">
            知識は「外から取り込む情報を整理したもの」であり、頭の中に蓄積されます。一方、智慧（般若）は知識を超えた洞察力で、物事の本質——無常・無我・縁起——を直接体得した状態を指します。知識は「苦しみを説明できる」ものですが、智慧は「苦しみの根を見抜いて解放する」力です。たくさん知っていても苦しい人がいる一方、ほとんど学んでいなくても穏やかに生きている人がいる——その差が、知識と智慧の違いを示しています。
          </div>
        </div>
      </div>

      <!-- Q2 -->
      <div class="s26-faq-item">
        <input type="checkbox" id="s26faq2" class="s26-faq-toggle" aria-hidden="true">
        <label for="s26faq2" class="s26-faq-label">
          <em class="s26-faq-q">Q</em>
          般若と智慧は同じ意味ですか？
          <span class="s26-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="s26-faq-body">
          <div class="s26-faq-body-inner">
            「般若（はんにゃ）」はサンスクリット語の「prajñā（プラジュニャー）」を音写したもので、意訳すると「智慧」になります。つまり般若＝智慧と理解して問題ありません。「般若波羅蜜（はんにゃはらみつ）」は「智慧の完成・到達」を意味し、大乗仏教における最高の実践徳目の一つとされています。般若心経の「般若」も同じ意味で、真実を見抜く完全な智慧を指しています。
          </div>
        </div>
      </div>

      <!-- Q3 -->
      <div class="s26-faq-item">
        <input type="checkbox" id="s26faq3" class="s26-faq-toggle" aria-hidden="true">
        <label for="s26faq3" class="s26-faq-label">
          <em class="s26-faq-q">Q</em>
          智慧は修行しないと得られませんか？
          <span class="s26-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="s26-faq-body">
          <div class="s26-faq-body-inner">
            出家して厳しい修行を積まなければ智慧は得られない——そういうイメージがありますが、それは智慧の一側面に過ぎません。仏教では「日常の気づき」そのものが智慧の実践とされます。怒りが湧いた瞬間に「ああ、今執着しているな」と気づく、悲しみの中で「これも無常の流れだ」と受け入れる——こうした日常のひとつひとつが、智慧を育てる修行です。特別な環境がなくても、今この瞬間から始めることができます。
          </div>
        </div>
      </div>

      <!-- Q4 -->
      <div class="s26-faq-item">
        <input type="checkbox" id="s26faq4" class="s26-faq-toggle" aria-hidden="true">
        <label for="s26faq4" class="s26-faq-label">
          <em class="s26-faq-q">Q</em>
          「空」の思想は難しそうですが、日常でどう活かせますか？
          <span class="s26-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="s26-faq-body">
          <div class="s26-faq-body-inner">
            「空」を難解な哲学として捉えるのではなく、「固定していない」という感覚として日常に取り入れると活かしやすいです。たとえば「あの人はこういう人だ」と決めつけそうになったとき、「でも人は変わる、関係性も変わる」と思い出すこと。「自分はこういう人間だ」と自己限定しそうになったとき、「今の自分は仮の姿で、可能性はまだある」と感じること。空の智慧は、固定観念を溶かして可能性を開く実践として、日々に活きてきます。
          </div>
        </div>
      </div>

      <!-- Q5 -->
      <div class="s26-faq-item">
        <input type="checkbox" id="s26faq5" class="s26-faq-toggle" aria-hidden="true">
        <label for="s26faq5" class="s26-faq-label">
          <em class="s26-faq-q">Q</em>
          自分を責めてしまう癖があります。仏教的にはどう考えますか？
          <span class="s26-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="s26-faq-body">
          <div class="s26-faq-body-inner">
            自己批判の苦しみは、仏教では「無明から生まれた渇愛の一形態」と捉えます。「こうあるべき自分」という固定したイメージを実体として信じ、現実の自分との差に執着するからこそ苦しむのです。智慧はその「こうあるべき自分」という幻想を優しく見抜きます。自分を責めることをやめようと力むのではなく、「ああ、今また責めているな」とただ気づいて、そっと観察する——その気づき自体が慈悲の実践であり、智慧の入口です。自分を許すことは甘さではなく、最も深い智慧の実践の一つです。
          </div>
        </div>
      </div>

    </div>

    <div class="s26-divider" aria-hidden="true">
      <span class="s26-divider-icon">🪷</span>
    </div>
  </section>

  <!-- ============================================================
       まとめ
       ============================================================ -->
  <section class="s26-section" aria-labelledby="s26-summary">
    <h2 class="s26-h2" id="s26-summary">まとめ</h2>

    <p class="s26-p">
      智慧とは、知識の量ではなく、物事の本質を見抜く洞察の力です。仏教が2500年かけて伝えてきたその智慧は、時代を超えて私たちの苦しみに寄り添い、解放への道を照らし続けています。
    </p>

    <div class="s26-summary-final" role="region" aria-label="記事のまとめ">
      <div class="s26-summary-final-inner">
        <p class="s26-summary-final-ttl">🪷 この記事のまとめ</p>
        <ul class="s26-summary-final-list">
          <li>智慧（般若）とは知識を超えた洞察力——苦しみの根本原因を見抜き、執着から自由になる力</li>
          <li>三学（戒・定・慧）は段階ではなく相互に支え合う円環であり、日常の行動から智慧が育まれる</li>
          <li>苦しみの根本は無明（無知）にあり、智慧の光で無明を照らすことが解放への道</li>
          <li>2026年の情報過多時代だからこそ「知らないことを知る」謙虚さと、AIを超えた問いの力が智慧の本質</li>
          <li>聞・思・修、止観、自己への慈悲——この3つの実践が、今日からでも始められる智慧の道</li>
          <li>自分を許すことは甘えではなく、智慧の実践そのもの。完璧を目指さない正直さが、智慧への最短路</li>
        </ul>
        <p class="s26-summary-final-closing">般 若 波 羅 蜜 多 　🪷　 心 無 罣 礙</p>
      </div>
    </div>

  </section>

</div>
<!-- /s26-wrap -->

<!-- FAQ構造化データ（JSON-LD） -->

]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/buddhist-wisdom/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
