<?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>16の性格/８つの心理機能 | 性格タイプ</title>
	<atom:link href="https://seikaku-type.com/16types/feed" rel="self" type="application/rss+xml" />
	<link>https://seikaku-type.com</link>
	<description>エニアグラム：9つの性格ｘウィング18ｘ本能27のメディア。オンラインレッスン＋カウンセリング開催中</description>
	<lastBuildDate>Tue, 14 Apr 2026 17:29:05 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://seikaku-type.com/wp-content/uploads/2017/08/cropped-favicon-32x32.png</url>
	<title>16の性格/８つの心理機能 | 性格タイプ</title>
	<link>https://seikaku-type.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>16タイプ診断テスト基礎編</title>
		<link>https://seikaku-type.com/16types/16type-determine</link>
					<comments>https://seikaku-type.com/16types/16type-determine#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 17:23:55 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16456</guid>

					<description><![CDATA[あなたの本当の強みを見つけよう たった12問の質問から、ベースとなる16性格タイプと、現在の脳の使い方（サブタイプ/役割）を精密に分析します。 まずは、あなたの思考のクセ（気質）を選択してください NT (分析家) 論理 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<div id="kmtTestWrapper" class="kmt-st-wrapper">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        /* ==========================================
           全体リセットとCSS変数（カプセル化）
        ========================================== */
        .kmt-st-wrapper {
            --theme-color: #059669; /* デフォルトカラー */
            --theme-light: rgba(5, 150, 105, 0.1);
            --theme-alt: #475569; /* 右側用ニュートラルカラー */
            --theme-alt-light: #f1f5f9;
            
            --secondary-color: #0f172a;
            --bg-color: transparent; /* ブログの背景に馴染ませるため透過 */
            --card-bg: #ffffff;
            --text-main: #334155;
            --text-muted: #64748b;
            --border-color: #e2e8f0;

            max-width: 680px;
            width: 100%;
            margin: 0 auto;
            background: var(--bg-color);
            color: var(--text-main);
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            line-height: 1.6;
        }

        .kmt-st-wrapper * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* ==========================================
           スタート画面 (気質選択)
        ========================================== */
        .kmt-st-wrapper .kmt-start-screen {
            padding: 20px 0;
            text-align: center;
            animation: kmt-fadeIn 0.5s ease;
        }
        .kmt-st-wrapper .kmt-start-screen h2 {
            font-size: 1.5rem;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }
        .kmt-st-wrapper .kmt-start-screen .desc {
            color: var(--text-muted);
            margin-bottom: 25px;
            font-size: 0.95rem;
        }
        .kmt-st-wrapper .pre-test-box {
            background: #f8fafc;
            padding: 20px;
            border-radius: 12px;
            max-width: 600px;
            margin: 0 auto;
        }
        .kmt-st-wrapper .pre-test-box label {
            display: block;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 15px;
            font-size: 1rem;
            text-align: center;
        }

        /* 気質選択グリッド（カラー反映） */
        .kmt-st-wrapper .group-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        .kmt-st-wrapper .group-btn {
            background: #ffffff;
            border: 2px solid var(--border-color);
            border-radius: 10px;
            padding: 15px 10px;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        /* 各タイプのカラー */
        .kmt-st-wrapper .group-btn.nt strong { color: #e11d48; }
        .kmt-st-wrapper .group-btn.nt:hover { border-color: #e11d48; background: rgba(225, 29, 72, 0.05); }
        .kmt-st-wrapper .group-btn.nf strong { color: #059669; }
        .kmt-st-wrapper .group-btn.nf:hover { border-color: #059669; background: rgba(5, 150, 105, 0.05); }
        .kmt-st-wrapper .group-btn.sj strong { color: #2563eb; }
        .kmt-st-wrapper .group-btn.sj:hover { border-color: #2563eb; background: rgba(37, 99, 235, 0.05); }
        .kmt-st-wrapper .group-btn.sp strong { color: #b45309; }
        .kmt-st-wrapper .group-btn.sp:hover { border-color: #b45309; background: rgba(180, 83, 9, 0.05); }

        .kmt-st-wrapper .group-btn strong {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 4px;
        }
        .kmt-st-wrapper .group-btn small {
            color: var(--text-muted);
            font-weight: 600;
            font-size: 0.75rem;
        }

        /* ==========================================
           テスト画面
        ========================================== */
        .kmt-st-wrapper .progress-bar-st {
            background: #f1f5f9;
            height: 6px;
            margin: 25px 20px 0;
            border-radius: 10px;
            overflow: hidden;
        }
        .kmt-st-wrapper .progress-st {
            background: var(--theme-color);
            height: 100%;
            width: 0%;
            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .kmt-st-wrapper .content-st {
            padding: 20px 20px 30px;
            display: none;
            animation: kmt-fadeIn 0.5s ease;
        }

        .kmt-st-wrapper .step-title {
            text-align: center;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--theme-color);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f1f5f9;
        }

        /* 質問ブロック */
        .kmt-st-wrapper .question-block {
            margin-bottom: 25px;
            background: #ffffff;
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 25px 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }
        .kmt-st-wrapper .scene-wrap { text-align: center; }
        .kmt-st-wrapper .scene-text {
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--secondary-color);
            margin-bottom: 25px;
            display: inline-block;
        }

        /* === 設問テキストエリア (AとBの箱) === */
        .kmt-st-wrapper .statements-text-area {
            margin-bottom: 25px;
            text-align: left;
        }
        .kmt-st-wrapper .stmt-text {
            font-size: 0.95rem;
            font-weight: 700;
            line-height: 1.5;
            padding: 8px 12px;
            margin-bottom: 5px;
        }
        .kmt-st-wrapper .stmt-text.a-text { color: var(--theme-color); }
        .kmt-st-wrapper .stmt-text.b-text { color: var(--theme-alt); }

        /* === スケールUI === */
        .kmt-st-wrapper .scale-area {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            margin: 0 auto;
        }
        .kmt-st-wrapper .scale-labels {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 10px;
            font-size: 0.85rem;
            font-weight: 700;
            padding: 0 5px;
        }
        /* ラベルのカラー設定 */
        .kmt-st-wrapper .scale-labels .label-a { color: var(--theme-color); }
        .kmt-st-wrapper .scale-labels .label-b { color: var(--theme-alt); }

        .kmt-st-wrapper .scale-options {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            width: 100%;
            min-height: 85px;
        }
        .kmt-st-wrapper .scale-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            position: relative;
            cursor: pointer;
        }
        
        /* ラジオボタンのクリック判定エリアを拡大 */
        .kmt-st-wrapper .scale-btn input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        
        /* 下部のテキスト（こっち、比較的、たぶん） */
        .kmt-st-wrapper .scale-btn::after {
            content: attr(data-label);
            font-size: 0.8rem;
            font-weight: 700;
            text-align: center;
            white-space: nowrap;
            margin-top: 4px;
        }
        
        /* 下部テキストのカラー設定 */
        .kmt-st-wrapper .scale-btn.agree::after { color: var(--theme-color); }
        .kmt-st-wrapper .scale-btn.disagree::after { color: var(--theme-alt); }
        .kmt-st-wrapper .scale-btn.neutral::after { color: #94a3b8; }

        .kmt-st-wrapper .circle {
            border-radius: 50%;
            border: 2px solid #cbd5e1;
            transition: all 0.2s ease;
            background-color: transparent;
        }
        
        /* === 丸のサイズ（大幅に拡大） === */
        .kmt-st-wrapper .size-3 { width: 64px; height: 64px; border-width: 3px; }
        .kmt-st-wrapper .size-2 { width: 50px; height: 50px; border-width: 3px; }
        .kmt-st-wrapper .size-1 { width: 38px; height: 38px; }
        .kmt-st-wrapper .size-0 { width: 28px; height: 28px; border-color: #94a3b8; }

        /* 丸ボタンの色変化（ホバー・選択時） */
        .kmt-st-wrapper .scale-btn.agree:hover .circle { border-color: var(--theme-color); background-color: var(--theme-light); }
        .kmt-st-wrapper .scale-btn.agree input:checked ~ .circle { background-color: var(--theme-color); border-color: var(--theme-color); box-shadow: 0 0 10px var(--theme-light); }

        .kmt-st-wrapper .scale-btn.disagree:hover .circle { border-color: var(--theme-alt); background-color: var(--theme-alt-light); }
        .kmt-st-wrapper .scale-btn.disagree input:checked ~ .circle { background-color: var(--theme-alt); border-color: var(--theme-alt); box-shadow: 0 0 8px rgba(71, 85, 105, 0.2); }

        .kmt-st-wrapper .scale-btn.neutral:hover .circle { border-color: #94a3b8; background-color: rgba(148, 163, 184, 0.1); }
        .kmt-st-wrapper .scale-btn.neutral input:checked ~ .circle { background-color: #64748b; border-color: #64748b; }

        /* ==========================================
           ナビゲーション
        ========================================== */
        .kmt-st-wrapper .navigation-st {
            display: flex;
            justify-content: center;
            margin-top: 25px;
        }
        .kmt-st-wrapper .btn-st {
            padding: 14px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            max-width: 260px;
            background: var(--theme-color);
            color: white;
            box-shadow: 0 4px 12px var(--theme-light);
        }
        .kmt-st-wrapper .btn-st:hover { transform: translateY(-2px); box-shadow: 0 6px 15px var(--theme-light); }
        .kmt-st-wrapper .btn-st:disabled { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; background: var(--text-muted); }

        /* ==========================================
           結果画面
        ========================================== */
        .kmt-st-wrapper .results-st { display: none; text-align: center; padding: 20px 0 30px;}
        .kmt-st-wrapper .results-st h2 { color: var(--secondary-color); margin-bottom: 25px; font-size: 1.5rem; }
        
        .kmt-st-wrapper .result-grid {
            display: grid;
            grid-template-columns: 1fr; /* パネルが大きいので常に1カラム縦積み */
            gap: 20px;
            margin-bottom: 25px;
        }

        .kmt-st-wrapper .result-card {
            background: #ffffff;
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 20px 15px;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
            max-width: 300px;
            margin: 0 auto;
        }
        .kmt-st-wrapper .result-card::before {
            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px;
            background: var(--theme-color);
        }

        .kmt-st-wrapper .result-card h3 { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 8px; font-weight: 700;}
        .kmt-st-wrapper .main-type { font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; color: var(--theme-color); }
        .kmt-st-wrapper .sub-card .main-type { font-size: 1.6rem; }
        
        /* ==========================================
           心理機能の使い方 (陽・陰) UI
        ========================================== */
        .kmt-st-wrapper .kmt-func-usage-box {
            background: #f8fafc;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 15px;
            margin-top: 15px;
            margin-bottom: 15px;
            text-align: left;
        }
        .kmt-st-wrapper .kmt-func-usage-box h4 {
            font-size: 0.85rem;
            color: var(--secondary-color);
            margin: 0 0 12px 0;
            text-align: center;
            border-bottom: 1px dashed #cbd5e1;
            padding-bottom: 8px;
        }
        .kmt-st-wrapper .kmt-func-item {
            display: flex;
            flex-direction: column;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            padding: 10px 12px;
            margin-bottom: 10px;
        }
        .kmt-st-wrapper .kmt-func-item:last-child { margin-bottom: 0; }
        
        .kmt-st-wrapper .kmt-func-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 4px;
        }
        .kmt-st-wrapper .kmt-func-slot {
            font-size: 0.75rem;
            font-weight: bold;
            color: #64748b;
        }
        .kmt-st-wrapper .kmt-func-tag {
            font-size: 0.7rem;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 4px;
            font-family: monospace;
        }
        .kmt-st-wrapper .kmt-func-tag.yang { background: var(--theme-light); color: var(--theme-color); border: 1px solid var(--theme-color); }
        .kmt-st-wrapper .kmt-func-tag.yin { background: var(--theme-alt-light); color: var(--theme-alt); border: 1px solid var(--theme-alt); }

        .kmt-st-wrapper .kmt-func-name {
            font-size: 0.95rem;
            font-weight: 800;
            color: var(--secondary-color);
        }

        /* ==========================================
           提供された16タイプカードスタイル (結果画面用)
        ========================================== */
        .kmt-type-card-provided {
            --nt-color: #800020;
            --nf-color: #3cb371;
            --st-color: #4682b4;
            --sf-color: #ffa500;
            background-color: #ffffff; 
            border-radius: 12px; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
            overflow: hidden; 
            display: flex; 
            flex-direction: column; 
            border-top: 5px solid;
            text-align: center;
            max-width: 300px; /* パネル幅を300pxに固定 */
            margin: 0 auto;   /* 中央寄せ */
        }
        .kmt-type-card-provided.nt { border-color: var(--nt-color); }
        .kmt-type-card-provided.nf { border-color: var(--nf-color); }
        .kmt-type-card-provided.st { border-color: var(--st-color); }
        .kmt-type-card-provided.sf { border-color: var(--sf-color); }

        .kmt-type-card-provided .card-header { padding: 1.2em; }
        .kmt-type-card-provided .card-header h3 { margin: 0 0 0.2em 0; font-size: 1.5rem; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--secondary-color); }
        .kmt-type-card-provided .card-header .type-name { font-size: 1.1rem; font-weight: bold; color: #495057; }
        .kmt-type-card-provided .card-illustration { width: 100%; height: auto; background-color: #f1f3f5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .kmt-type-card-provided .card-illustration img { width: 100%; height: 100%; object-fit: cover; display: block; }
        
        .kmt-type-card-provided .type-description { padding: 1.5em 1.2em 1em; font-size: 0.95rem; color: #495057; margin: 0; line-height: 1.6; text-align: left; }

        .kmt-type-card-provided .trait-badges-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 0 0 0.8em; }
        .kmt-type-card-provided .trait-badge {
            display: inline-flex; align-items: center; padding: 4px 10px;
            background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
            color: var(--text-main); font-size: 0.8rem; font-weight: bold; margin-top:-10px;
        }
        .kmt-type-card-provided .trait-char { font-family: monospace; font-size: 1.1rem; margin-right: 4px; }
        .kmt-type-card-provided.nt .trait-char { color: var(--nt-color); }
        .kmt-type-card-provided.nf .trait-char { color: var(--nf-color); }
        .kmt-type-card-provided.st .trait-char { color: var(--st-color); }
        .kmt-type-card-provided.sf .trait-char { color: var(--sf-color); }

        .kmt-type-card-provided .func-stack-columns { display: flex; gap: 0.8em; padding: 0 1.2em 1.2em; }
        .kmt-type-card-provided .func-stack-col { display: flex; flex-direction: column; gap: 0.5em; flex: 1; }
        .kmt-type-card-provided .func-item { display: flex; align-items: center; justify-content: space-between; padding: 0.5em 0.8em; background: #f8f9fa; border: 1px solid #e5e7eb; border-radius: 6px; text-decoration: none; color: var(--text-main); transition: all 0.2s; }
        .kmt-type-card-provided .func-item:hover { background: #e2e8f0; border-color: #cbd5e1; transform: translateX(2px); }
        .kmt-type-card-provided .func-item.shadow-item { background: #f8fafc; border-color: #e2e8f0; }
        .kmt-type-card-provided .func-item.shadow-item:hover { background: #f1f5f9; border-color: #cbd5e1; transform: translateX(2px); }
        
        .kmt-type-card-provided .func-slot { font-size: 0.75rem; color: #64748b; font-weight: bold; }
        .kmt-type-card-provided .func-item.shadow-item .func-slot { color: #9ca3af; }
        
        .kmt-type-card-provided .func-badge { font-size: 0.85rem; font-family: monospace; font-weight: bold; color: white; padding: 2px 8px; border-radius: 4px; }
        
        .bg-Te { background-color: #54a0ff; } .bg-Ti { background-color: #7f8fa6; }
        .bg-Fe { background-color: #ff6b6b; } .bg-Fi { background-color: #ff9ff3; }
        .bg-Ne { background-color: #feca57; } .bg-Ni { background-color: #f39c12; }
        .bg-Se { background-color: #1dd1a1; } .bg-Si { background-color: #2bcbba; }
        .kmt-type-card-provided .func-badge.is-shadow { background-color: #374151; color: #d1d5db; }

        .kmt-type-card-provided .jump-button-container { padding: 0 1.2em 1.2em; }
        .kmt-type-card-provided .jump-button { display: flex; align-items: center; justify-content: center; gap: 0.5em; width: 100%; padding: 1em; color: white; text-align: center; text-decoration: none; border-radius: 8px; font-weight: bold; transition: opacity 0.2s; box-sizing: border-box; }
        .kmt-type-card-provided .jump-button svg { width: 1.2rem; height: 1.2rem; fill: currentColor; transition: transform 0.2s; }
        .kmt-type-card-provided .jump-button:hover svg { transform: translateX(4px); }

        .kmt-type-card-provided.nt .jump-button { background-color: var(--nt-color); }
        .kmt-type-card-provided.nf .jump-button { background-color: var(--nf-color); }
        .kmt-type-card-provided.st .jump-button { background-color: var(--st-color); }
        .kmt-type-card-provided.sf .jump-button { background-color: var(--sf-color); }
        .kmt-type-card-provided .jump-button:hover { opacity: 0.8; }

        .kmt-st-wrapper .sub-role {
            display: inline-block;
            background: var(--theme-light);
            color: var(--theme-color);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .kmt-st-wrapper .result-desc {
            font-size: 0.85rem;
            line-height: 1.6;
            color: #475569;
            text-align: left;
            background: #f8fafc;
            padding: 12px;
            border-radius: 8px;
        }

        .kmt-st-wrapper .theory-box {
            background: var(--secondary-color);
            color: #f8fafc;
            padding: 20px;
            border-radius: 12px;
            text-align: left;
            line-height: 1.6;
        }
        .kmt-st-wrapper .theory-box h4 {
            color: #fbbf24;
            font-size: 1rem;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .kmt-st-wrapper .theory-box p { font-size: 0.9rem; margin-bottom: 12px; color: #cbd5e1; }
        .kmt-st-wrapper .theory-box .alert {
            background: rgba(255, 255, 255, 0.1);
            padding: 12px;
            border-left: 4px solid #ef4444;
            border-radius: 0 8px 8px 0;
            font-size: 0.85rem;
        }
        .kmt-st-wrapper .theory-box .alert strong { color: #fca5a5; }

        /* ==========================================
           次のアクション (CTAエリア) & 参考文献
        ========================================== */
        .kmt-st-wrapper .cta-area {
            background: #ffffff;
            border: 2px solid var(--border-color);
            border-radius: 12px;
            padding: 25px 20px;
            text-align: center;
            margin-bottom: 25px;
        }
        .kmt-st-wrapper .cta-area h3 {
            margin: 0 0 10px 0;
            font-size: 1.25rem;
            color: var(--secondary-color);
        }
        .kmt-st-wrapper .cta-area p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin: 0 0 20px 0;
        }

        /* 4パネルのグリッド */
        .kmt-st-wrapper .action-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
        .kmt-st-wrapper .action-panel {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            padding: 20px 10px;
            text-decoration: none;
            color: #334155;
            position: relative;
            transition: all 0.2s ease;
            aspect-ratio: 1 / 1; /* 正方形にする */
        }
        .kmt-st-wrapper .action-panel:hover {
            border-color: var(--theme-color);
            background: #ffffff;
            box-shadow: 0 6px 16px var(--theme-light);
            transform: translateY(-2px);
        }
        
        /* バッジ (無料 / 有料) */
        .kmt-st-wrapper .action-panel .badge {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            color: #ffffff;
            line-height: 1;
            letter-spacing: 0.05em;
        }
        .kmt-st-wrapper .action-panel .badge.free { background: #10b981; } /* 緑 */
        .kmt-st-wrapper .action-panel .badge.paid { background: #f59e0b; } /* オレンジ */

        /* パネル内のコンテンツ */
        .kmt-st-wrapper .action-panel i {
            font-size: 2rem;
            color: var(--theme-color);
            margin-bottom: 12px;
        }
        .kmt-st-wrapper .action-panel strong {
            font-size: 0.95rem;
            margin-bottom: 4px;
            line-height: 1.3;
        }
        .kmt-st-wrapper .action-panel .desc {
            font-size: 0.75rem;
            color: #64748b;
            line-height: 1.4;
        }

        /* 参考文献 */
        .kmt-st-wrapper .reference-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            padding: 20px;
            border-radius: 8px;
            margin-top: 30px;
            text-align: left;
        }
        .kmt-st-wrapper .ref-text {
            font-size: 0.85rem;
            color: #475569;
            line-height: 1.6;
        }
        .kmt-st-wrapper .ref-text ul {
            margin: 8px 0 0 24px;
            padding: 0;
            color: var(--secondary-color);
        }
        .kmt-st-wrapper .ref-text a {
            color: var(--theme-color);
            font-weight: bold;
            text-decoration: none;
        }
        .kmt-st-wrapper .ref-text a:hover { text-decoration: underline; }

        @keyframes kmt-fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* ==========================================
           レスポンシブ (モバイル向け)
        ========================================== */
        @media (max-width: 767px) {
            .kmt-st-wrapper .stmt-text {
                font-size: 0.9rem;
                padding: 10px;
            }
            .kmt-st-wrapper .scale-labels {
                font-size: 0.75rem;
            }
            .kmt-st-wrapper .scale-btn::after { font-size: 0.7rem; }
            
            /* スマホの丸サイズも限界まで拡大 */
            .kmt-st-wrapper .size-3 { width: 44px; height: 44px; border-width: 2px; }
            .kmt-st-wrapper .size-2 { width: 36px; height: 36px; border-width: 2px; }
            .kmt-st-wrapper .size-1 { width: 28px; height: 28px; }
            .kmt-st-wrapper .size-0 { width: 22px; height: 22px; }

            .kmt-st-wrapper .group-grid { grid-template-columns: 1fr; }
            
            /* アクションパネルのスマホ調整 */
            .kmt-st-wrapper .action-panel i { font-size: 1.6rem; margin-bottom: 8px; }
            .kmt-st-wrapper .action-panel strong { font-size: 0.85rem; }
            .kmt-st-wrapper .action-panel .desc { font-size: 0.7rem; }
            .kmt-st-wrapper .action-panel .badge { font-size: 0.65rem; padding: 2px 6px; top: 8px; left: 8px; }
        }
    </style>

    <!-- スタート画面 (気質選択) -->
    <div id="kmt-startScreen" class="kmt-start-screen">
        <h2>あなたの本当の強みを見つけよう</h2>
        <p class="desc">たった12問の質問から、ベースとなる16性格タイプと、現在の脳の使い方（サブタイプ/役割）を精密に分析します。</p>
        
        <div class="pre-test-box">
            <label>まずは、あなたの思考のクセ（気質）を選択してください</label>
            <div class="group-grid">
                <div class="group-btn nt" onclick="kmtStartTest('NT')">
                    <strong>NT (分析家)</strong>
                    <small>論理的・知的好奇心・合理性</small>
                </div>
                <div class="group-btn nf" onclick="kmtStartTest('NF')">
                    <strong>NF (外交官)</strong>
                    <small>理想主義・共感性・関係構築</small>
                </div>
                <div class="group-btn sj" onclick="kmtStartTest('SJ')">
                    <strong>SJ (番人)</strong>
                    <small>現実的・規律性・責任感</small>
                </div>
                <div class="group-btn sp" onclick="kmtStartTest('SP')">
                    <strong>SP (探検家)</strong>
                    <small>適応性・活発性・自由な感性</small>
                </div>
            </div>
        </div>
    </div>

    <!-- テスト画面 -->
    <div id="kmt-testArea" style="display: none;">
        <div class="progress-bar-st">
            <div class="progress-st" id="kmt-progress"></div>
        </div>

        <div id="kmt-contentArea" class="content-st">
            <div id="kmt-stepTitle" class="step-title">STEP 1: 基本タイプの特定 (1/2)</div>
            <div id="kmt-questionsContainer"></div>
            
            <div class="navigation-st">
                <button class="btn-st" onclick="kmtNextStep()" id="kmt-nextBtn" disabled>次へ進む</button>
            </div>
        </div>

        <!-- 結果画面 -->
        <div id="kmt-resultsArea" class="results-st">
            <h2>総合分析結果</h2>
            
            <div class="result-grid">
                <!-- 16タイプ結果（提供コードパネル描画エリア） -->
                <div id="kmt-provided-card-area"></div>
                
                <!-- サブタイプ結果 -->
                <div class="result-card sub-card">
                    <h3>現在の強み (サブタイプ)</h3>
                    <div class="main-type" id="kmt-res-subtype-name">Dominant</div>
                    <div class="sub-role" id="kmt-res-subtype-role">牽引役・責任者 向き</div>
                    
                    <!-- 心理機能の使い方表示エリア -->
                    <div class="kmt-func-usage-box">
                        <h4>心理機能の現在の状態</h4>
                        
                        <div class="kmt-func-item">
                            <div class="kmt-func-header">
                                <span class="kmt-func-slot" id="kmt-dom-slot">主機能</span>
                                <span class="kmt-func-tag" id="kmt-dom-tag">&#8211;</span>
                            </div>
                            <div class="kmt-func-name" id="kmt-dom-name">&#8211;</div>
                        </div>
                        
                        <div class="kmt-func-item">
                            <div class="kmt-func-header">
                                <span class="kmt-func-slot" id="kmt-aux-slot">補助機能</span>
                                <span class="kmt-func-tag" id="kmt-aux-tag">&#8211;</span>
                            </div>
                            <div class="kmt-func-name" id="kmt-aux-name">&#8211;</div>
                        </div>
                    </div>

                    <div class="result-desc" id="kmt-res-subtype-desc">
                        解説テキスト
                    </div>
                </div>
            </div>

            <div class="theory-box">
                <h4><i class="fa-solid fa-brain" aria-hidden="true"></i> 16タイプの罠と適職の真実</h4>
                <p>神経科学の研究によれば、人間の脳のネットワークは先天的タイプ（4文字）以上に、後天的な環境や担ってきた『役割』によって強く形作られます。そのため、本来のタイプと現在の適性（サブタイプ）が異なることは珍しくありません。</p>
                <div class="alert">
                    <p style="margin:0;"><strong>⚠️ 混同しやすいタイプへの注意</strong><br>
                    あなたは「<span id="kmt-res-alert-mytype"></span>」ですが、現在の脳の使い方は <strong><span id="kmt-res-alert-confuse"></span></strong> と非常に似た振る舞いをしています。<br>そのため、無料診断等を受けると結果がブレやすい状態です。</p>
                </div>
            </div>
            
            <!-- 次のアクション (CTAエリア) -->
            <div class="cta-area">
                <h3>次のアクション</h3>
                <p>診断結果を活かして、さらに自己理解を深めましょう。</p>
                
                <div class="action-grid">
                    <!-- アクション 1 -->
                    <a href="#" class="action-panel">
                        <span class="badge free">無料</span>
                        <i class="fa-solid fa-book-open" aria-hidden="true"></i>
                        <strong>タイプ解説を読む</strong>
                        <span class="desc">あなたの強みと弱み</span>
                    </a>
                    <!-- アクション 2 -->
                    <a href="#" class="action-panel">
                        <span class="badge free">無料</span>
                        <i class="fa-solid fa-users" aria-hidden="true"></i>
                        <strong>コミュニティ参加</strong>
                        <span class="desc">同じタイプの仲間と交流</span>
                    </a>
                    <!-- アクション 3 -->
                    <a href="#" class="action-panel">
                        <span class="badge paid">有料</span>
                        <i class="fa-solid fa-compass" aria-hidden="true"></i>
                        <strong>適職診断レポート</strong>
                        <span class="desc">より詳細なキャリア分析</span>
                    </a>
                    <!-- アクション 4 -->
                    <a href="#" class="action-panel">
                        <span class="badge paid">有料</span>
                        <i class="fa-solid fa-user-tie" aria-hidden="true"></i>
                        <strong>個別セッション</strong>
                        <span class="desc">プロによる徹底解説</span>
                    </a>
                </div>
            </div>

            <div class="navigation-st">
                <button class="btn-st" onclick="kmtResetTest()" style="background: var(--text-muted); box-shadow: none;">別のタイプでやり直す</button>
            </div>

            <!-- 参考文献 -->
            <div class="reference-box">
                <div class="ref-text">
                    <strong>参考文献</strong><br>
                    本診断の理論的背景には、以下の研究が用いられています。<br>
                    <ul>
                        <li>C.G. Jung『タイプ論』</li>
                        <li>John Beebe『タイプと元型』</li>
                        <li>Dario Nardi『Neuroscience of Personality』</li>
                    </ul>
                </div>
            </div>

        </div>
    </div>

    <script>
        // --- 設定データ ---
        // 気質ごとのテーマカラー設定 (メイン色, 薄い背景色)
        const kmtColorMap = {
            "NF": { main: "#059669", light: "rgba(5, 150, 105, 0.1)" },   // グリーン
            "NT": { main: "#e11d48", light: "rgba(225, 29, 72, 0.1)" },   // 赤寄りのピンク
            "SJ": { main: "#2563eb", light: "rgba(37, 99, 235, 0.1)" },   // ブルー
            "SP": { main: "#b45309", light: "rgba(180, 83, 9, 0.1)" }     // ブラウン寄りのイエロー
        };

        const kmtTypeComparisons = {
            "NT": [
                { t1: "ENTP", t2: "ENTJ", q: "新たな発見があった際", a: "着想を広げて様々な可能性を語り合いたい", b: "すぐに実行手順を組んで成果を出したい" },
                { t1: "ENTP", t2: "INTJ", q: "目標に向かう姿勢", a: "状況の変化を「適応性」で柔軟に乗り越える", b: "最初の戦略と大局観を崩さず進む" },
                { t1: "ENTP", t2: "INTP", q: "興味の矛先", a: "外の世界との関わりや新たな知識の吸収", b: "自分の中の論理体系や真理の探求" },
                { t1: "INTJ", t2: "INTP", q: "知識の扱い方", a: "目標達成のための強力な武器として使う", b: "知識そのものの正確さや奥深さを追求する" },
                { t1: "INTJ", t2: "ENTJ", q: "組織での立ち位置", a: "全体を見渡し、背後から戦略を練る", b: "最前線で指揮を執り、直接人を動かす" },
                { t1: "ENTJ", t2: "INTP", q: "課題への対処", a: "完璧でなくても、最速で結果を出す道を選ぶ", b: "時間がかかっても、一切の矛盾がない論理を導く" }
            ],
            "NF": [
                { t1: "ENFP", t2: "ENFJ", q: "人との関わり方", a: "活発性を生み出し、共に喜びを共有する", b: "相手の成長を支援し、集団を良い方向へ導く" },
                { t1: "ENFP", t2: "INFJ", q: "未来への視点", a: "無数の選択肢と新たな展開に胸を躍らせる", b: "「こうあるべき」という一つの揺るぎない理想を見据える" },
                { t1: "ENFP", t2: "INFP", q: "活力の源泉", a: "未知の体験や人との出会いなど、外からの刺激", b: "自分の奥底にある深い感情や信念" },
                { t1: "INFJ", t2: "INFP", q: "理想の追求", a: "自分の理想を現実の社会に反映させることに使命を抱く", b: "自分の内なる信念にどこまでも忠実であろうとする" },
                { t1: "INFJ", t2: "ENFJ", q: "支援の形", a: "個別化を重んじ、一対一で深い精神的な繋がりを築く", b: "全体の調和を重んじ、場を前向きな空気で包む" },
                { t1: "ENFJ", t2: "INFP", q: "決断の基準", a: "周りがどう感じるか、集団の調和を第一に考える", b: "自分自身が心から納得できるかを第一に考える" }
            ],
            "SJ": [
                { t1: "ESTJ", t2: "ESFJ", q: "集団のまとめ方", a: "規律と効率を重んじ、役割を明確に割り当てる", b: "和の精神を重んじ、全員の気持ちに配慮する" },
                { t1: "ESTJ", t2: "ISTJ", q: "任務の進め方", a: "指令性を発揮し、全体を動かして成果を出す", b: "責任感を持ち、自分の持ち場を一人で完璧に守り抜く" },
                { t1: "ESTJ", t2: "ISFJ", q: "困難に直面した際", a: "客観的事実から、素早く合理的な解決策を断行する", b: "関わる人の感情に寄り添い、波風を立てずに収拾する" },
                { t1: "ISTJ", t2: "ISFJ", q: "行動の指針", a: "「何が正しいか」「合理的か」という事実", b: "「誰の助けになるか」「どう感じるか」という思いやり" },
                { t1: "ISTJ", t2: "ESFJ", q: "責任の果たし方", a: "決められた手順を慎重に守り、着実に任務を完遂する", b: "周囲の要望を先読みし、全員が快適に動けるよう世話を焼く" },
                { t1: "ESFJ", t2: "ISFJ", q: "人との接し方", a: "社交性を発揮し、人の輪の中心で活動する", b: "控えめに振る舞い、少数の親しい人を深く支える" }
            ],
            "SP": [
                { t1: "ESTP", t2: "ESFP", q: "場を盛り上げる際", a: "活発で大胆な行動や、刺激的な提案で空気を変える", b: "持ち前の愛嬌や楽しげな雰囲気で、その場を笑顔にする" },
                { t1: "ESTP", t2: "ISTP", q: "突発的な危機", a: "周囲を巻き込み、即座に直接的な行動を起こす", b: "一歩引いて状況を分析し、最適な道具で一人で対処する" },
                { t1: "ESTP", t2: "ISFP", q: "新たな経験", a: "刺激的で挑戦的な活動に惹かれる", b: "感性を揺さぶる、穏やかで美しい体験に惹かれる" },
                { t1: "ISTP", t2: "ISFP", q: "興味の対象", a: "物事が「どういう仕組みで動いているか」という原理原則", b: "自分にとって「何が心地よくて大切か」という内なる価値" },
                { t1: "ISTP", t2: "ESFP", q: "集団の中での振る舞い", a: "冷静に状況を観察し、必要がなければ群れない", b: "常に人の輪の中心にいて、その場を全力で楽しむ" },
                { t1: "ESFP", t2: "ISFP", q: "自己表現", a: "外に向けて目立つ形で、力強く自分をアピールする", b: "自らの表現活動を通して、独自の感性を静かに伝える" }
            ]
        };

        const kmtTypeFuncs = {
            "ESTJ": ["Te","Si"], "ENTJ": ["Te","Ni"], "ESFJ": ["Fe","Si"], "ENFJ": ["Fe","Ni"],
            "ESTP": ["Se","Ti"], "ENTP": ["Ne","Ti"], "ESFP": ["Se","Fi"], "ENFP": ["Ne","Fi"],
            "ISTJ": ["Si","Te"], "INTJ": ["Ni","Te"], "ISFJ": ["Si","Fe"], "INFJ": ["Ni","Fe"],
            "ISTP": ["Ti","Se"], "INTP": ["Ti","Ne"], "ISFP": ["Fi","Se"], "INFP": ["Fi","Ne"]
        };

        const kmtQuestionsDB = {
            "Te": [
                { text: "目標達成の手段", yang: "統率力を発揮し、最速で成果を上げることにこだわる", yin: "仕組みを最適化し、無駄のない着実な歩みを重視する" },
                { text: "組織での役割", yang: "人材を適材適所に配置し、競争に勝ち抜く牽引役", yin: "最小の労力で最大の成果を生む、体制構築の要" },
                { text: "決断の基準", yang: "多少の摩擦が生じても、利益と速度を優先して大胆に断行する", yin: "失敗のない持続的な運用を目指し、丁寧で確実な仕事を選ぶ" }
            ],
            "Ti": [
                { text: "思考の過程", yang: "課題を鋭く分析し、不要な要素を削ぎ落として本質を突く", yin: "複雑な事象の中に法則性を見出し、全体像を把握する" },
                { text: "課題解決の姿勢", yang: "全てを論理的に説明できる、単一の絶対的な理論を構築する", yin: "複雑な状況をそのまま受け入れ、柔軟に原理を適用する" },
                { text: "他者との関わり", yang: "他者の論理的な破綻を見つけると、指摘して正そうとする", yin: "一見無関係な情報同士を繋ぎ合わせ、新たな思考の枠組みを作る" }
            ],
            "Fe": [
                { text: "組織への働きかけ", yang: "自分の信念を熱く語り、周囲の意欲を鼓舞する", yin: "小さな変化に気を配り、誰もが安心できる温かい場を作る" },
                { text: "人間関係の危機", yang: "関係修復と士気向上のため、自ら対話の場を設ける", yin: "対立を避けるために自己主張を抑え、相手の要望に寄り添う" },
                { text: "人を導く姿勢", yang: "進むべき道を示し、自己犠牲を払ってでも集団を牽引する", yin: "多様な価値観を受け入れ、対等な関係の中で相互理解を深める" }
            ],
            "Fi": [
                { text: "仕事への姿勢", yang: "確固たる信念と道徳基準に基づき、決して妥協しない", yin: "自分の奥深い感情に静かに耳を傾け、内面的な豊かさを重んじる" },
                { text: "意見が衝突した際", yang: "正しいと信じることは、周囲と対立しても真っ直ぐに貫く", yin: "多様な正解があると考え、自分の感情の揺れ動きを静かに受け止める" },
                { text: "他者への影響", yang: "個人的な使命感を強く持ち、その生き様で周囲を感化する", yin: "自身の在り方を柔軟に変化させ、深い共感力で相手に寄り添う" }
            ],
            "Se": [
                { text: "現場での行動", yang: "熟考するよりまず動き、最前線で直接的に課題に対処する", yin: "場の空気を五感で感じ取り、その場に合った自然体で振る舞う" },
                { text: "困難への反応", yang: "危機的な状況ほど燃え上がり、大胆な行動で打破する", yin: "物理的な心地よさに敏感で、日常の歩みそのものを楽しむ" },
                { text: "人の巻き込み方", yang: "力強く迅速に動き、大きな波を起こして周囲を巻き込む", yin: "周囲の歩調に自然と合わせ、柔らかく場を和ませる" }
            ],
            "Si": [
                { text: "組織での役割", yang: "規律と伝統を厳格に守り、危機を未然に防ぐ防波堤となる", yin: "慣れ親しんだ手順で丁寧に務めを果たし、組織に安定をもたらす" },
                { text: "変化への対応", yang: "急激な変化や無計画な提案には難色を示し、秩序を保つ", yin: "周囲の細やかな変化に気づき、問題が起きる前に優しく支える" },
                { text: "意思決定の土台", yang: "過去の蓄積と正確な記憶に基づき、間違いのない堅実な道を選ぶ", yin: "蓄えられた経験を活かしつつ、集団の変化にも適応していく" }
            ],
            "Ne": [
                { text: "発案の仕方", yang: "次々と新たな着想を生み出し、熱意を持って周囲に提案する", yin: "微細な事象の関連性を察知し、複数の仮説を思い描く" },
                { text: "物事の進め方", yang: "失敗を恐れず新たな手法に挑み、状況を大きく動かす", yin: "急いで結論を出さず、様々な視点を統合して新たな打開策を探る" },
                { text: "仕事の流儀", yang: "質より量の着想を重視し、複数の物事を同時に動かす", yin: "対立を避けながら、巧みな交渉で双方に利益のある結果を模索する" }
            ],
            "Ni": [
                { text: "展望の持ち方", yang: "「こうなるはずだ」という強い未来像を描き、戦略的に実現を目指す", yin: "多様な洞察を頭の中に保ち、状況に応じて最適な答えを引き出す" },
                { text: "困難への対処", yang: "困難に直面しても直観を信じ抜き、複雑な概念を現実に落とし込む", yin: "一つの正解に固執せず、本質的なヒントを周囲に与える" },
                { text: "改革の進め方", yang: "組織や社会の根本的な変革という、単一の目的に向かって邁進する", yin: "自身の内面的な変化を受け入れ、物事を大局的・哲学的な視点から捉える" }
            ]
        };

        const kmtSubtypeData = {
            "Dominant": {
                name: "Dominant", role: "牽引役・責任者 向き",
                confuse: "ESTJ、ESFJ、ENTJ、ENFJ 等",
                desc: "目標達成のために真っ直ぐに進み、他者を力強く牽引するエネルギーを持っています。指令性や達成欲を発揮し、自分の専門領域で自信を持って決断し、組織や活動を前に進める役割がまさに天職です。"
            },
            "Creative": {
                name: "Creative", role: "表現者・発案者 向き",
                confuse: "ESTP、ESFP、ENTP、ENFP 等",
                desc: "既存の枠にとらわれず、新たな着想や価値を生み出すことに長けています。活発性や着想の資質を発揮し、表舞台で場を盛り上げたり、変化の激しい環境で独自の表現をする役割が天職です。"
            },
            "Normalizing": {
                name: "Normalizing", role: "専門職・分析者 向き",
                confuse: "ISTJ、ISTP、INTJ、INTP 等",
                desc: "規律と正確さを愛し、ひとつの物事を深く掘り下げて完璧に仕上げる能力があります。慎重さや分析思考を発揮し、独自の強みを極め、背後で体制や規則を強固に支える専門的な役割が天職です。"
            },
            "Harmonizing": {
                name: "Harmonizing", role: "支援者・調整役 向き",
                confuse: "ISFJ、ISFP、INFP、INFJ 等",
                desc: "人々の感情の機微や場の空気を敏感に察知し、癒やしや調和をもたらします。共感性や調和性の資質を発揮し、一対一で深く相手と向き合い、後方支援や相談役を担う役割が天職です。"
            }
        };

        // --- 心理機能の陽・陰（使い方）データ ---
        const kmtFuncUsageData = {
            "Se": {
                "yang": { name: "Mover", ja: "行動者", tag: "Se-陽｜A" },
                "yin": { name: "Sensate", ja: "感覚者", tag: "Se-陰｜H" }
            },
            "Si": {
                "yang": { name: "Defender", ja: "防衛者", tag: "Si-陽｜A" },
                "yin": { name: "Hearth", ja: "炉端", tag: "Si-陰｜H" }
            },
            "Ne": {
                "yang": { name: "Marketer", ja: "マーケター", tag: "Ne-陽｜A" },
                "yin": { name: "Catalyst", ja: "触媒", tag: "Ne-陰｜H" }
            },
            "Ni": {
                "yang": { name: "Visionary", ja: "ビジョナリー", tag: "Ni-陽｜A" },
                "yin": { name: "Oracle", ja: "神託者", tag: "Ni-陰｜H" }
            },
            "Te": {
                "yang": { name: "Manager", ja: "管理者", tag: "Te-陽｜A" },
                "yin": { name: "Builder", ja: "建設者", tag: "Te-陰｜H" }
            },
            "Ti": {
                "yang": { name: "Critic", ja: "批評家", tag: "Ti-陽｜A" },
                "yin": { name: "Systemist", ja: "システム思考家", tag: "Ti-陰｜H" }
            },
            "Fe": {
                "yang": { name: "Shepherd", ja: "羊飼い", tag: "Fe-陽｜A" },
                "yin": { name: "Host", ja: "ホスト", tag: "Fe-陰｜H" }
            },
            "Fi": {
                "yang": { name: "Quester", ja: "探求者", tag: "Fi-陽｜A" },
                "yin": { name: "Romantic", ja: "ロマンティスト", tag: "Fi-陰｜H" }
            }
        };

        // --- 提供された16タイプカード用データ ---
        const kmtProvidedTypesData = {
            INTJ: { name: "INTJ (建築家)", role: "nt", description: "静かで理知的な戦略家。頭の中では常に「未来どうなるか」「どうすべきか」を考え続ける。ロジックの精度にこだわり、目的のためなら人にも自分にも厳しくなれる。" },
            INTP: { name: "INTP (論理学者)", role: "nt", description: "とにかく考えることが大好きな学者タイプ。物事の真理や本質を深く考えることに没頭する。答えのない問いが大好きで、一人で静かに過ごす時間を大切にする。" },
            ENTJ: { name: "ENTJ (指揮官)", role: "nt", description: "目標に向けて論理的に突き進む指揮官タイプ。全体像を把握し、未来を見据えた戦略を立てる力に長ける。困難な状況でも迷わずリードし、成果を上げる。" },
            ENTP: { name: "ENTP (討論者)", role: "nt", description: "ひらめきとロジックに優れた発明家タイプ。常識を疑い、斬新なアイデアを次々と打ち出す。変化を恐れず、柔軟に動けるのが持ち味。" },
            INFJ: { name: "INFJ (提唱者)", role: "nf", description: "内面の静けさと深い共感を併せ持つ理想主義者。目には見えない「人の心の動き」や「未来の流れ」を読み取り、静かに変革の糸を手繰るタイプ。" },
            INFP: { name: "INFP (仲介者)", role: "nf", description: "「自分らしさ」や「本当に大切なもの」を貫こうとする理想主義者。感受性が豊かで、人の気持ちにも深く共鳴する。内面を育てることで創造性を発揮する。" },
            ENFJ: { name: "ENFJ (主人公)", role: "nf", description: "人を巻き込む力と共感力に長けたリーダー。相手の感情や場の空気を瞬時に察知し、全体を調和させながら目標へ導く。言葉の力で人を動かす天性のモチベーター。" },
            ENFP: { name: "ENFP (運動家)", role: "nf", description: "人の心と未来の可能性にワクワクしながら生きる熱量型。共感力と発想力を併せ持ち、人の可能性を引き出すのが得意。やる気が湧いたときの行動力は圧巻。" },
            ISTJ: { name: "ISTJ (管理者)", role: "st", description: "安定・信頼・誠実さを重んじる実務型。過去の経験と実績をもとに判断し、やるべきことを着実に積み重ねていく。責任感が強く、約束やルールをしっかり守る役割主義者。" },
            ISFJ: { name: "ISFJ (擁護者)", role: "sf", description: "温かさと堅実さをあわせ持つ縁の下の力持ち。相手の気持ちや細やかな状況に気づき、裏方としてしっかり支えることに安心感とやりがいを感じる。" },
            ESTJ: { name: "ESTJ (幹部)", role: "st", description: "秩序と現場を重視する現実主義の管理者タイプ。既に確立された方法で物事を効率よく進めようとする。責任感が強く、目標達成に向けて着実に動く堅実な管理職。" },
            ESFJ: { name: "ESFJ (領事)", role: "sf", description: "人との調和と安心を重視する世話焼きタイプ。空気を読み、相手の立場に立った行動が自然にできるため、信頼されやすく、組織の潤滑油として活躍する。" },
            ISTP: { name: "ISTP (巨匠)", role: "st", description: "手を動かして試すのが得意な「静かな職人」。五感を通して学ぶことに惹かれる。雑談は苦手だが、いざという時には冷静で頼れる存在。" },
            ISFP: { name: "ISFP (冒険家)", role: "sf", description: "今この瞬間の美しさや心地よさに感動できる感性豊かな芸術家肌。言葉や理論よりも、この瞬間の“雰囲気”や“肌感覚”を大切にし、自分なりの美学を持つ。" },
            ESTP: { name: "ESTP (起業家)", role: "st", description: "行動力で瞬時に状況をつかみ、即座に判断・実行できる現場型リーダー。スピード感と柔軟性があり、どんなトラブルにも臨機応変に対処できる。" },
            ESFP: { name: "ESFP (楽天家)", role: "sf", description: "その場の雰囲気や人の気持ちを肌で感じ取り、自然と場を盛り上げるムードメーカー。言葉よりも表情や行動で伝えることを大切にする。" }
        };

        const kmtProvidedTypeStack = {
            "ESTJ": ["Te", "Si", "Ne", "Fi", "Ti", "Se", "Ni", "Fe"],
            "ISTJ": ["Si", "Te", "Fi", "Ne", "Se", "Ti", "Fe", "Ni"],
            "ESFJ": ["Fe", "Si", "Ne", "Ti", "Fi", "Se", "Ni", "Te"],
            "ISFJ": ["Si", "Fe", "Ti", "Ne", "Se", "Fi", "Te", "Ni"],
            "ESTP": ["Se", "Ti", "Fe", "Ni", "Si", "Te", "Fi", "Ne"],
            "ISTP": ["Ti", "Se", "Ni", "Fe", "Te", "Si", "Ne", "Fi"],
            "ESFP": ["Se", "Fi", "Te", "Ni", "Si", "Fe", "Ti", "Ne"],
            "ISFP": ["Fi", "Se", "Ni", "Te", "Fe", "Si", "Ne", "Ti"],
            "ENTJ": ["Te", "Ni", "Se", "Fi", "Ti", "Ne", "Si", "Fe"],
            "INTJ": ["Ni", "Te", "Fi", "Se", "Ne", "Ti", "Fe", "Si"],
            "ENTP": ["Ne", "Ti", "Fe", "Si", "Ni", "Te", "Fi", "Se"],
            "INTP": ["Ti", "Ne", "Si", "Fe", "Te", "Ni", "Se", "Fi"],
            "ENFJ": ["Fe", "Ni", "Se", "Ti", "Fi", "Ne", "Si", "Te"],
            "INFJ": ["Ni", "Fe", "Ti", "Se", "Ne", "Fi", "Te", "Si"],
            "ENFP": ["Ne", "Fi", "Te", "Si", "Ni", "Fe", "Ti", "Se"],
            "INFP": ["Fi", "Ne", "Si", "Te", "Fe", "Ni", "Se", "Ti"]
        };

        const kmtProvidedFuncUrls = {
            "Te": "https://seikaku-type.com/16types/extraverted-thinking",
            "Ti": "https://seikaku-type.com/16types/introverted-thinking",
            "Fe": "https://seikaku-type.com/16types/extraverted-feeling",
            "Fi": "https://seikaku-type.com/16types/introverted-feeling",
            "Se": "https://seikaku-type.com/16types/extraverted-sensing",
            "Si": "https://seikaku-type.com/16types/introverted-sensing",
            "Ne": "https://seikaku-type.com/16types/extraverted-intuition",
            "Ni": "https://seikaku-type.com/16types/introverted-intuition"
        };

        const kmtProvidedTraitMapping = {
            E: { ja: '外向', link: 'https://seikaku-type.com/16types/extraversion' },
            I: { ja: '内向', link: 'https://seikaku-type.com/16types/introversion' },
            S: { ja: '感覚', link: 'https://seikaku-type.com/16types/sensing' },
            N: { ja: '直観', link: 'https://seikaku-type.com/16types/intuition' },
            T: { ja: '思考', link: 'https://seikaku-type.com/16types/thinking' },
            F: { ja: '感情', link: 'https://seikaku-type.com/16types/feeling' },
            J: { ja: '判断', link: 'https://seikaku-type.com/16types/judging' },
            P: { ja: '知覚', link: 'https://seikaku-type.com/16types/perceiving' }
        };

        const kmtProvidedFuncSlotNames = ["主機能", "補助機能", "代替機能", "劣等機能", "第5機能", "第6機能", "第7機能", "第8機能"];

        // --- 状態管理 ---
        let kmtCurrentStep = 1;
        let kmtSelectedGroup = "";
        let kmtFinalType = "";
        let kmtAnswers = {};
        let kmtQuestionsCurrent = [];

        // --- 処理関数 ---

        // スケールUI生成ヘルパー
        function kmtGetScaleHTML(idx) {
            return `
            <div class="scale-area">
                <div class="scale-labels">
                    <span class="label-a">Aに近い</span>
                    <span class="label-b">Bに近い</span>
                </div>
                <div class="scale-options">
                    <label class="scale-btn agree" data-label="こっち"><input type="radio" name="kmtq_${idx}" value="3" onclick="kmtRecordAnswer(${idx}, 3)"><div class="circle size-3"></div></label>
                    <label class="scale-btn agree" data-label="比較的"><input type="radio" name="kmtq_${idx}" value="2" onclick="kmtRecordAnswer(${idx}, 2)"><div class="circle size-2"></div></label>
                    <label class="scale-btn agree" data-label="たぶん"><input type="radio" name="kmtq_${idx}" value="1" onclick="kmtRecordAnswer(${idx}, 1)"><div class="circle size-1"></div></label>
                    <label class="scale-btn neutral" data-label="？"><input type="radio" name="kmtq_${idx}" value="0" onclick="kmtRecordAnswer(${idx}, 0)"><div class="circle size-0"></div></label>
                    <label class="scale-btn disagree" data-label="たぶん"><input type="radio" name="kmtq_${idx}" value="-1" onclick="kmtRecordAnswer(${idx}, -1)"><div class="circle size-1"></div></label>
                    <label class="scale-btn disagree" data-label="比較的"><input type="radio" name="kmtq_${idx}" value="-2" onclick="kmtRecordAnswer(${idx}, -2)"><div class="circle size-2"></div></label>
                    <label class="scale-btn disagree" data-label="こっち"><input type="radio" name="kmtq_${idx}" value="-3" onclick="kmtRecordAnswer(${idx}, -3)"><div class="circle size-3"></div></label>
                </div>
            </div>
            `;
        }

        function kmtStartTest(group) {
            kmtSelectedGroup = group;
            
            // テーマカラーの変更
            const wrapper = document.getElementById('kmtTestWrapper');
            if(wrapper) {
                wrapper.style.setProperty('--theme-color', kmtColorMap[group].main);
                wrapper.style.setProperty('--theme-light', kmtColorMap[group].light);
            }

            document.getElementById('kmt-startScreen').style.display = 'none';
            document.getElementById('kmt-testArea').style.display = 'block';
            document.getElementById('kmt-contentArea').style.display = 'block';
            
            kmtLoadStep1();
        }

        function kmtLoadStep1() {
            kmtCurrentStep = 1;
            kmtAnswers = {};
            kmtQuestionsCurrent = kmtTypeComparisons[kmtSelectedGroup];
            
            document.getElementById('kmt-stepTitle').textContent = `STEP 1: 基本タイプの特定 (1/2)`;
            document.getElementById('kmt-progress').style.width = '10%';
            document.getElementById('kmt-nextBtn').textContent = "次へ進む";
            
            kmtRenderQuestionsStep1();
        }

        function kmtRenderQuestionsStep1() {
            const container = document.getElementById('kmt-questionsContainer');
            container.innerHTML = '';
            
            kmtQuestionsCurrent.forEach((q, idx) => {
                const html = `
                <div class="question-block" id="kmtqb_${idx}">
                    <div class="scene-wrap"><div class="scene-text">Q${idx + 1}. ${q.q}</div></div>
                    <div class="statements-text-area">
                        <div class="stmt-text a-text">A: ${q.a}</div>
                        <div class="stmt-text b-text">B: ${q.b}</div>
                    </div>
                    ${kmtGetScaleHTML(idx)}
                </div>`;
                container.innerHTML += html;
            });
            kmtCheckCompletion();
        }

        function kmtRecordAnswer(idx, score) {
            kmtAnswers[idx] = parseInt(score);
            kmtCheckCompletion();
            
            // 次の未回答へスクロール
            setTimeout(() => {
                let nextUnanswered = -1;
                for (let i = idx + 1; i < kmtQuestionsCurrent.length; i++) {
                    if (kmtAnswers[i] === undefined) {
                        nextUnanswered = i; break;
                    }
                }
                if (nextUnanswered === -1) {
                    for (let i = 0; i < idx; i++) {
                        if (kmtAnswers[i] === undefined) {
                            nextUnanswered = i; break;
                        }
                    }
                }
                if (nextUnanswered !== -1) {
                    document.getElementById(`kmtqb_${nextUnanswered}`).scrollIntoView({ behavior: 'smooth', block: 'center' });
                }
            }, 300);
        }

        function kmtCheckCompletion() {
            const isComplete = Object.keys(kmtAnswers).length === kmtQuestionsCurrent.length;
            document.getElementById('kmt-nextBtn').disabled = !isComplete;
            
            // 進捗バー更新
            const baseProgress = kmtCurrentStep === 1 ? 10 : 50;
            const addProgress = (Object.keys(kmtAnswers).length / kmtQuestionsCurrent.length) * 40;
            document.getElementById('kmt-progress').style.width = `${baseProgress + addProgress}%`;
        }

        function kmtNextStep() {
            if (kmtCurrentStep === 1) {
                let scores = {};
                kmtQuestionsCurrent.forEach(q => { scores[q.t1] = 0; scores[q.t2] = 0; });
                
                kmtQuestionsCurrent.forEach((q, idx) => {
                    let score = kmtAnswers[idx] || 0;
                    if (score > 0) scores[q.t1] += score;
                    else if (score < 0) scores[q.t2] += Math.abs(score);
                });
                
                kmtFinalType = Object.keys(scores).reduce((a, b) => scores[a] >= scores[b] ? a : b);
                
                kmtLoadStep2();
                document.getElementById('kmtTestWrapper').scrollIntoView({ behavior: 'smooth', block: 'start' });
            } else if (kmtCurrentStep === 2) {
                kmtShowResults();
            }
        }

        function kmtLoadStep2() {
            kmtCurrentStep = 2;
            kmtAnswers = {};
            const funcs = kmtTypeFuncs[kmtFinalType];
            
            kmtQuestionsCurrent = [];
            kmtQuestionsDB[funcs[0]].forEach(q => kmtQuestionsCurrent.push({...q, funcType: 'dom'}));
            kmtQuestionsDB[funcs[1]].forEach(q => kmtQuestionsCurrent.push({...q, funcType: 'aux'}));

            document.getElementById('kmt-stepTitle').textContent = `STEP 2: 脳の使い方・サブタイプの特定 (2/2)`;
            document.getElementById('kmt-progress').style.width = '50%';
            document.getElementById('kmt-nextBtn').textContent = "診断結果を見る";
            document.getElementById('kmt-nextBtn').disabled = true;
            
            kmtRenderQuestionsStep2();
        }

        function kmtRenderQuestionsStep2() {
            const container = document.getElementById('kmt-questionsContainer');
            container.innerHTML = '<p style="color:#64748b; margin-bottom: 25px; font-weight:bold; text-align:center; font-size:0.95rem;">日々の活動や組織の中で、あなたがより自然に発揮している強みを選んでください。</p>';
            
            kmtQuestionsCurrent.forEach((q, idx) => {
                const html = `
                <div class="question-block" id="kmtqb_${idx}">
                    <div class="scene-wrap"><div class="scene-text">Q${idx + 1}. ${q.text}</div></div>
                    <div class="statements-text-area">
                        <div class="stmt-text a-text">A: ${q.yang}</div>
                        <div class="stmt-text b-text">B: ${q.yin}</div>
                    </div>
                    ${kmtGetScaleHTML(idx)}
                </div>`;
                container.innerHTML += html;
            });
        }

        function kmtShowResults() {
            let domYang = 0, domYin = 0, auxYang = 0, auxYin = 0;
            
            kmtQuestionsCurrent.forEach((q, idx) => {
                const score = kmtAnswers[idx] || 0;
                if (q.funcType === 'dom') {
                    if (score > 0) domYang += score;
                    else if (score < 0) domYin += Math.abs(score);
                } else {
                    if (score > 0) auxYang += score;
                    else if (score < 0) auxYin += Math.abs(score);
                }
            });

            const domResult = domYang >= domYin ? 'yang' : 'yin';
            const auxResult = auxYang >= auxYin ? 'yang' : 'yin';

            let subKey = "";
            if(domResult === 'yang' && auxResult === 'yang') subKey = "Dominant";
            else if(domResult === 'yin' && auxResult === 'yang') subKey = "Creative";
            else if(domResult === 'yang' && auxResult === 'yin') subKey = "Normalizing";
            else subKey = "Harmonizing";

            const resData = kmtSubtypeData[subKey];

            // --- 提供パネルのHTML生成 ---
            const typeCode = kmtFinalType;
            const typeInfo = kmtProvidedTypesData[typeCode];
            
            let traitBadgesHTML = '<div class="trait-badges-container">';
            for (let i = 0; i < 4; i++) {
                const char = typeCode[i];
                const trait = kmtProvidedTraitMapping[char];
                if(trait) {
                    traitBadgesHTML += `
                    <div class="trait-badge">
                        <span class="trait-char">${char}</span>: ${trait.ja}
                    </div>`;
                }
            }
            traitBadgesHTML += '</div>';

            let funcStackHTML = '<div class="func-stack-columns">';
            const stack = kmtProvidedTypeStack[typeCode];
            if (stack) {
                funcStackHTML += '<div class="func-stack-col">';
                for (let i = 0; i < 4; i++) {
                    const funcCode = stack[i];
                    funcStackHTML += `
                    <a href="${kmtProvidedFuncUrls[funcCode]}" class="func-item" target="_blank" rel="noopener noreferrer">
                        <span class="func-slot">${kmtProvidedFuncSlotNames[i]}</span>
                        <span class="func-badge bg-${funcCode}">${funcCode}</span>
                    </a>`;
                }
                funcStackHTML += '</div><div class="func-stack-col">';
                for (let i = 4; i < 8; i++) {
                    const funcCode = stack[i];
                    funcStackHTML += `
                    <a href="${kmtProvidedFuncUrls[funcCode]}" class="func-item shadow-item" target="_blank" rel="noopener noreferrer">
                        <span class="func-slot">${kmtProvidedFuncSlotNames[i]}</span>
                        <span class="func-badge is-shadow">${funcCode}</span>
                    </a>`;
                }
                funcStackHTML += '</div>';
            }
            funcStackHTML += '</div>';

            const providedCardHTML = `
            <div class="kmt-type-card-provided ${typeInfo.role}">
                <div class="card-header">
                    <h3>${typeCode}</h3>
                    <div class="type-name">${typeInfo.name}</div>
                </div>
                <div class="card-illustration">
                    <img decoding="async" src="https://seikaku-type.com/wp-content/uploads/2024/09/${typeCode}.png" alt="${typeInfo.name}のイラスト" onerror="this.onerror=null;this.src='https://via.placeholder.com/300x150/E9ECEF/6C757D.png?text=${typeCode}';">
                </div>
                ${traitBadgesHTML}
                <p class="type-description">${typeInfo.description}</p>
                ${funcStackHTML}
                <div class="jump-button-container">
                    <a href="https://seikaku-type.com/16types/${typeCode.toLowerCase()}" class="jump-button" target="_blank" rel="noopener noreferrer">
                        もっと詳しく 
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>
                    </a>
                </div>
            </div>`;
            
            document.getElementById('kmt-provided-card-area').innerHTML = providedCardHTML;

            // --- サブタイプ・心理機能状態 反映 ---
            document.getElementById('kmt-contentArea').style.display = 'none';
            document.getElementById('kmt-progress').style.width = '100%';
            
            document.getElementById('kmt-res-subtype-name').textContent = resData.name;
            document.getElementById('kmt-res-subtype-role').textContent = resData.role;
            document.getElementById('kmt-res-subtype-desc').textContent = resData.desc;
            
            // 心理機能の陽・陰 データを反映
            const domFunc = kmtTypeFuncs[kmtFinalType][0];
            const auxFunc = kmtTypeFuncs[kmtFinalType][1];

            const domUsageData = kmtFuncUsageData[domFunc][domResult];
            const auxUsageData = kmtFuncUsageData[auxFunc][auxResult];

            document.getElementById('kmt-dom-slot').textContent = `主機能 ${domFunc}`;
            document.getElementById('kmt-dom-tag').textContent = domUsageData.tag;
            document.getElementById('kmt-dom-tag').className = `kmt-func-tag ${domResult}`;
            document.getElementById('kmt-dom-name').textContent = `${domUsageData.name}（${domUsageData.ja}）`;

            document.getElementById('kmt-aux-slot').textContent = `補助機能 ${auxFunc}`;
            document.getElementById('kmt-aux-tag').textContent = auxUsageData.tag;
            document.getElementById('kmt-aux-tag').className = `kmt-func-tag ${auxResult}`;
            document.getElementById('kmt-aux-name').textContent = `${auxUsageData.name}（${auxUsageData.ja}）`;

            // 認知不協和等のアラート更新
            document.getElementById('kmt-res-alert-mytype').textContent = kmtFinalType;
            document.getElementById('kmt-res-alert-confuse').textContent = resData.confuse;

            document.getElementById('kmt-resultsArea').style.display = 'block';
            document.getElementById('kmtTestWrapper').scrollIntoView({ behavior: 'smooth', block: 'start' });
        }

        function kmtResetTest() {
            document.getElementById('kmt-resultsArea').style.display = 'none';
            document.getElementById('kmt-testArea').style.display = 'none';
            document.getElementById('kmt-startScreen').style.display = 'block';
            kmtSelectedGroup = "";
            kmtFinalType = "";
            document.getElementById('kmtTestWrapper').scrollIntoView({ behavior: 'smooth', block: 'start' });
        }
    </script>
</div>
</div>
<div style="height:100px" aria-hidden="true" id="enneagram-shindan-footer" class="wp-block-spacer"></div>



<div class="wp-block-vk-blocks-animation vk_animation vk_animation-slide-up vk_animation-speed-fast vk_animation-range-short vk_animation-once vk_animation-887c603b-73a3-4405-b99f-07df7e16a830 is-layout-flow wp-block-vk-blocks-animation-is-layout-flow">
<h2 class="wp-block-heading is-style-vk-heading-plain vk_custom_css_1 has-noto-serif-jp-font-family" style="font-size:2rem;font-style:normal;font-weight:400">このサイトの運営者</h2>



<p>最後まで（？）読んでくださりありがとうございます。</p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --deep-green: #0f3d2e;
  --green: #14532d;
  --green-2: #166534;
  --light: #f0fdf4;
  --border: #bbf7d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.8;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 61, 46, 0.08);
}

#ap-root .ap-header-bar {
  height: 6px;
  background: linear-gradient(90deg, var(--deep-green) 0%, var(--green-2) 100%);
}

#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}

#ap-root .ap-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ap-root .ap-identity { flex: 1; }

#ap-root .ap-name {
  font-size: 1.16rem;
  font-weight: 800;
  color: var(--deep-green);
  letter-spacing: .04em;
  margin-bottom: 4px;
}

#ap-root .ap-title {
  font-size: .85rem;
  color: var(--green-2);
  font-weight: 800;
  margin-bottom: 10px;
}

#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#ap-root .ap-tag {
  font-size: .72rem;
  padding: 4px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--deep-green);
  font-weight: 700;
}

#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .92rem;
  color: #3a3a3a;
  line-height: 1.95;
  border-bottom: 1px solid var(--border);
}

#ap-root .ap-core strong {
  color: var(--deep-green);
}

#ap-root .ap-highlight-box {
  background: #ecfdf5;
  border-left: 4px solid var(--green-2);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: 800;
  color: var(--deep-green);
  font-size: 1rem;
}

#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}

#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}

#ap-root .ap-stat:last-child { border-right: none; }

#ap-root .ap-stat .stat-num {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--deep-green);
  display: block;
  line-height: 1.2;
}

#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}

#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--deep-green);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--green-2);
}

#ap-root .ap-toggle-btn:hover {
  border-color: var(--green-2);
}

#ap-root .ap-toggle-btn.active {
  background: var(--deep-green);
  color: #fff;
  border-color: var(--deep-green);
}

#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}

#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .89rem;
  line-height: 1.95;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}

#ap-root .ap-panel.show { display: block; }

@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}

#ap-root .ap-panel strong {
  color: var(--deep-green);
  background: linear-gradient(transparent 60%, rgba(20, 83, 45, 0.14) 60%);
}

#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--green-2);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  color: var(--deep-green);
  font-weight: 800;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 18px;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}

#ap-root .ap-session-btn.primary {
  background: var(--green-2);
  color: #fff;
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.25);
}

#ap-root .ap-session-btn.primary:hover {
  background: var(--deep-green);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 61, 46, 0.28);
}

#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--deep-green);
  border: 2px solid var(--green-2);
}

#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.12);
}

#ap-root .ap-btn-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  line-height: 1.4;
}

#ap-root .ap-btn-main {
  font-size: .95rem;
  font-weight: 800;
}

#ap-root .ap-btn-sub {
  font-size: .73rem;
  opacity: .92;
}

#ap-root .ap-session-btn.primary .ap-btn-sub {
  color: rgba(255,255,255,.9);
}

#ap-root .ap-session-btn.secondary .ap-btn-sub {
  color: var(--muted);
}

#ap-root .ap-arrow {
  margin-left: auto;
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #ap-root .ap-tags {
    justify-content: center;
  }

  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }

  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }

  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 14px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">3w4sp/sx△386</div>
        <div class="ap-tags">
          <span class="ap-tag">エニアグラム講師</span>
          <span class="ap-tag">本サイトの運営者</span>
          <span class="ap-tag">ブロガー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      サブタイプに強いエニアグラム診断士。気づけば、<strong>1944通りの診断</strong>をしています。<br>
      記事は全部書きましたが、未だに改修中。エニアグラム以外のタイプ論に手を出して忙しい日々です。<br>
      好きだから続けられる。居酒屋ではビール一筋。自宅ではハイボール。

      <div class="ap-highlight-box">
        🔱 タイプ判定にコミットします
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">1000人越え</span>
        <span class="stat-label">判定実績</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">5時間</span>
        <span class="stat-label">平均時間</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">8年</span>
        <span class="stat-label">タイプ歴</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-blogger">
        <span class="btn-icon">▼</span> 元(？)ブロガー
      </button>
      <button class="ap-toggle-btn" data-target="panel-web">
        <span class="btn-icon">▼</span> 一応Web屋
      </button>
      <button class="ap-toggle-btn" data-target="panel-training">
        <span class="btn-icon">▼</span> 診断士養成中
      </button>
    </div>

    <div class="ap-panel" id="panel-blogger">
      31歳の頃にウェブデザイナーを志望。実績を出すためにWordPressでブログサイトを量産したら、ひよこ君のエニアグラムサイトがヒットし、そのままお仕事になる。<br><br>
      いまは生成AIを使い、<strong>診断テスト量産 × テキスト修整</strong>を進めています。昔は記事を書いていたはずなのに、気づいたら記事を増やす装置まで作り始めていました。
      <div class="ap-quote">性格と制作を生業にしております</div>
    </div>

    <div class="ap-panel" id="panel-web">
      エニアグラム法人研修を承ります。ついでにウェブサイトも作ります。個人から法人までOKです。診断企画があったらご連絡ください。<br><br>
      できれば、有料セッションに参加してください。<strong>結構オマケします。</strong> 先に話してからの方が、たぶんお互い早いです。
      <div class="ap-quote">タイプ判定に即決してくれる気骨のある経営者募集</div>
    </div>

    <div class="ap-panel" id="panel-training">
      自分の代わりにエニアグラム診断できる人を育てています。勿論、それ以外でもOKです。<br><br>
      あなたの性格タイプに合わせて、教材、サイト、診断テストを丸っと作ります。自分らしいタイプ診断士になってください。
      <div class="ap-quote">55,000円が性格、198,000円が制作になります</div>
    </div>

    <div class="ap-footer">
      <a href="https://seikaku-type.com/counseling/" class="ap-session-btn primary">
        <i class="fa-solid fa-user-group" aria-hidden="true"></i>
        <span class="ap-btn-text">
          <span class="ap-btn-main">エニアグラムカウンセリング</span>
          <span class="ap-btn-sub">女性の診断士が対応</span>
        </span>
        <i class="fa-solid fa-chevron-right ap-arrow" aria-hidden="true"></i>
      </a>

      <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
        <i class="fa-solid fa-book-open" aria-hidden="true"></i>
        <span class="ap-btn-text">
          <span class="ap-btn-main">有料サービス一覧</span>
          <span class="ap-btn-sub">まとめサイト</span>
        </span>
        <i class="fa-solid fa-chevron-right ap-arrow" aria-hidden="true"></i>
      </a>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });

    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>
</div>



<div class="wp-block-vk-blocks-spacer vk_spacer vk_spacer-type-height"><div class="vk_block-margin-md--height"></div></div>



<p></p>



<p></p>



<div class="wp-block-vk-blocks-tab vk_tab is-style-vk_tab_labels-normal" id="vk-tab-id-zfprun5c3-0juv-9al5-jmir-j10xv803mb"><ul class="vk_tab_labels vk_tab_labels-tabSize--sp-monospaced vk_tab_labels-tabSize--tab-monospaced vk_tab_labels-tabSize--pc-monospaced" role="tablist"><li id="vk_tab_labels_label-8ae2c8ejr-tsjf-lmo8-epsq-pfmx70ni0io" class="vk_tab_labels_label vk_tab_labels_label-state-inactive has-background has-black-background-color" tabindex="-1" role="tab" aria-selected="false" aria-controls="vk_tab_bodys_body-8ae2c8ejr-tsjf-lmo8-epsq-pfmx70ni0io"><div class=" vk_tab_labels_label-icon"><span class="vk_tab_labels_label-icon-before"><i style="font-size:" class="fa-solid fa-square-check" aria-hidden="true"></i></span><span>無料｜コスパ至上主義</span></div></li><li id="vk_tab_labels_label-1rw8mbxs0-mdue-dm2q-rdsw-2nm44ii2b37" class="vk_tab_labels_label vk_tab_labels_label-state-active has-background" style="background-color:#055920" tabindex="0" role="tab" aria-selected="true" aria-controls="vk_tab_bodys_body-1rw8mbxs0-mdue-dm2q-rdsw-2nm44ii2b37"><div class=" vk_tab_labels_label-icon"><span class="vk_tab_labels_label-icon-before"><i style="font-size:" class="fa-solid fa-yen-sign" aria-hidden="true"></i></span><span>有料｜タイパ至上主義</span></div></li></ul><div class="vk_tab_bodys">
<div class="wp-block-vk-blocks-tab-item vk_tab_bodys_body has-border-top has-black-border-color vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom" id="vk_tab_bodys_body-8ae2c8ejr-tsjf-lmo8-epsq-pfmx70ni0io" role="tabpanel" aria-labelledby="vk_tab_labels_label-8ae2c8ejr-tsjf-lmo8-epsq-pfmx70ni0io" hidden>
<div class="wp-block-group vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom has-border-color" style="border-color:#0000001f;border-style:solid;border-width:1px;border-top-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p class="vk_block-margin-0--margin-top vk_block-margin-sm--margin-bottom">タイプ論はエンタメです。<br>いっぱい調べて、いっぱい比べて、SNSで盛り上がりましょう。<br>「このタイプっぽい」「いや、やっぱ違うかも」くらいが、いちばん楽しい時間です。<br>自認が3回くらい変わっても大丈夫です。それも含めて楽しんでください。</p>



<div class="wp-block-vk-blocks-spacer vk_spacer vk_spacer-type-margin-top"><div class="vk_block-margin-md--margin-top"></div></div>



<div class="wp-block-vk-blocks-gridcolcard vk_gridcolcard vk_gridcolcard-b97240ef-750d-47ac-af54-2b268a2a21f7 vk_custom_css_2">
<div class="wp-block-vk-blocks-gridcolcard-item vk_gridcolcard_item vk_gridcolcard_item-noFooter vk_gridcolcard_item-header-display" style="border-radius:0px"><a class="vk_gridcolcard_item_container" href="https://seikaku-type.com/enneagram/persona">
<div class="wp-block-vk-blocks-gridcolcard-item-header vk_gridcolcard_item_header" style="aspect-ratio:1.618/1">
<figure class="wp-block-image size-full is-resized"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/image-3-73.jpg" alt="" class="wp-image-14245" style="width:405px;height:auto"/></figure>
</div>



<div class="wp-block-vk-blocks-gridcolcard-item-body vk_gridcolcard_item_body is-layout-flow wp-block-vk-blocks-gridcolcard-item-body-is-layout-flow">
<div class="wp-block-group vkp_broken-item has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-af10a197 wp-block-group-is-layout-constrained">
<h4 class="wp-block-heading is-style-vk-heading-plain has-noto-serif-jp-font-family" style="font-size:1.25rem;font-style:normal;font-weight:400">エニアグラム簡易診断</h4>



<p style="font-size:0.95rem">まずは今の傾向を１分で整理する。仕事、恋愛、人間関係、お金、起業の5項目から選べます</p>
</div></div>
</div>


</a></div>



<div class="wp-block-vk-blocks-gridcolcard-item vk_gridcolcard_item vk_gridcolcard_item-noFooter vk_gridcolcard_item-header-display" style="border-radius:0px"><a class="vk_gridcolcard_item_container" href="https://seikaku-type.com/enneagram-2026">
<div class="wp-block-vk-blocks-gridcolcard-item-header vk_gridcolcard_item_header" style="aspect-ratio:1.618/1">
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-diagram.png" alt="" class="wp-image-13281"/></figure>
</div>



<div class="wp-block-vk-blocks-gridcolcard-item-body vk_gridcolcard_item_body is-layout-flow wp-block-vk-blocks-gridcolcard-item-body-is-layout-flow">
<div class="wp-block-group vkp_broken-item has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-af10a197 wp-block-group-is-layout-constrained">
<h4 class="wp-block-heading is-style-vk-heading-plain has-noto-serif-jp-font-family" style="font-size:1.25rem;font-style:normal;font-weight:400">エニアグラムの概要を知る</h4>



<p style="font-size:0.95rem">9つのタイプの仕組みとサブタイプの入り口となる一覧ページです。</p>
</div></div>
</div>


</a></div>



<div class="wp-block-vk-blocks-gridcolcard-item vk_gridcolcard_item vk_gridcolcard_item-noFooter vk_gridcolcard_item-header-display" style="border-radius:0px"><a class="vk_gridcolcard_item_container" href="https://seikaku-type.com/enneagram/kokoro-brake-45" target="_blank">
<div class="wp-block-vk-blocks-gridcolcard-item-header vk_gridcolcard_item_header" style="aspect-ratio:1.618/1">
<figure class="wp-block-image size-large"><img src="https://seikaku-type.com/wp-content/uploads/freeimage.9-bb.com-01976-1024x717.jpg" alt="" class="wp-image-16513"/></figure>
</div>



<div class="wp-block-vk-blocks-gridcolcard-item-body vk_gridcolcard_item_body is-layout-flow wp-block-vk-blocks-gridcolcard-item-body-is-layout-flow">
<div class="wp-block-group vkp_broken-item has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-af10a197 wp-block-group-is-layout-constrained">
<h4 class="wp-block-heading is-style-vk-heading-plain has-noto-serif-jp-font-family" style="font-size:1.25rem;font-style:normal;font-weight:400">心のブレーキ診断</h4>



<p style="font-size:0.95rem">動けない原因がわかる｜45通りの心のブレーキ診断（性格診断で変わらない人へ）</p>
</div></div>
</div>


</a></div>



<div class="wp-block-vk-blocks-gridcolcard-item vk_gridcolcard_item vk_gridcolcard_item-noFooter vk_gridcolcard_item-header-display" style="border-radius:0px"><div class="vk_gridcolcard_item_container">
<div class="wp-block-vk-blocks-gridcolcard-item-header vk_gridcolcard_item_header" style="aspect-ratio:1.618/1">
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/049abdac67f0c5b22d1e777158a9fbca.png" alt="" class="wp-image-15680"/></figure>
</div>



<div class="wp-block-vk-blocks-gridcolcard-item-body vk_gridcolcard_item_body is-layout-flow wp-block-vk-blocks-gridcolcard-item-body-is-layout-flow">
<div class="wp-block-group vkp_broken-item has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-af10a197 wp-block-group-is-layout-constrained">
<h4 class="wp-block-heading is-style-vk-heading-plain has-noto-serif-jp-font-family" style="font-size:1.25rem;font-style:normal;font-weight:400">タイプ会に参加する</h4>



<p style="font-size:0.95rem">毎週第三水曜21時～開催のオンライン会です。LINEでこっそり無料案内をしております。</p>
</div></div>
</div>


</div></div>
<style>
				.vk_gridcolcard-b97240ef-750d-47ac-af54-2b268a2a21f7 {
					grid-template-columns:repeat(auto-fit, minmax(100%, 1fr));
					gap:30px 30px;
				}
				@media (min-width: 576px) {
					.vk_gridcolcard-b97240ef-750d-47ac-af54-2b268a2a21f7 {
						grid-template-columns:repeat(auto-fit, minmax(30%, 1fr));
					}
				}
				@media (min-width: 992px) {
					.vk_gridcolcard-b97240ef-750d-47ac-af54-2b268a2a21f7 {
						grid-template-columns:repeat(auto-fit, minmax(40%, 1fr));
					}
				}
				</style></div>



<h5 class="wp-block-heading is-style-vk-heading-plain">自力で記事を探したい方はこちらから</h5>


<form role="search" method="get" action="https://seikaku-type.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"    ><label class="wp-block-search__label" for="wp-block-search__input-3" >検索</label><div class="wp-block-search__inside-wrapper" ><input class="wp-block-search__input" id="wp-block-search__input-3" placeholder="マニアックな情報を検索中の人はこちらから※一部悪筆記事あり" value="" type="search" name="s" required /><button aria-label="検索" class="wp-block-search__button wp-element-button" type="submit" >検索</button></div></form></div></div>
</div>



<div class="wp-block-vk-blocks-tab-item vk_tab_bodys_body vk_tab_bodys_body-state-active has-border-top vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom" id="vk_tab_bodys_body-1rw8mbxs0-mdue-dm2q-rdsw-2nm44ii2b37" style="border-top-color:#055920" role="tabpanel" aria-labelledby="vk_tab_labels_label-1rw8mbxs0-mdue-dm2q-rdsw-2nm44ii2b37">
<div class="wp-block-group vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom has-border-color has-background" style="border-color:#0000001f;border-style:solid;border-width:1px;border-top-width:0px;background-color:#ffffff;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>タイプ論は運命（さだめ）です。<br>どうしたって変わらない性格、譲れない価値観、自分を知り尽くせ♬<br>AIやスキル開発も大事です。でも、自分自身を理解しないまま性能だけ上げても、<strong>まあまあ扱いづらい人間が完成</strong>します。先に自分を知り尽くしたい方は、有料へどうぞ。</p>



<div class="wp-block-vk-blocks-spacer vk_spacer vk_spacer-type-margin-top"><div class="vk_block-margin-md--margin-top"></div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 col-xxl-6"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/counseling/" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full is-style-vk-image-shadow"><img src="https://seikaku-type.com/wp-content/uploads/1.jpg" alt="" class="wp-image-15537"/></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 col-xxl-6"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/enneagram-session/" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full is-style-vk-image-shadow"><img src="https://seikaku-type.com/wp-content/uploads/2-1.jpg" alt="" class="wp-image-15539"/></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 col-xxl-6"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/enneagram-session/project/" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a></div></div>
</div></div>



<p>4月限定企画。意志決定/決めるに特化したオンラインセッションです(11,000円/70分)</p>



<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-12285 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/2025/11/book-3531412_1920.jpg" style="object-position:55% 53%" data-object-fit="cover" data-object-position="55% 53%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#5b544d"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-3c5e4c8b-9955-4a4e-bc08-eea87a54bb19 vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8a4a9eef8dbf5d42f4b66e6e7d9f8b70"><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.86"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<section class="decision-entry-section">
  <div class="decision-entry-inner">
    <div class="decision-entry-grid">
      <!-- 左：通常版 -->
      <a href="https://seikaku-type.com/enneagram-session/ms-a/" class="decision-entry-card decision-entry-card--emerald">
        <div class="decision-entry-card-head">
          <span class="decision-entry-card-number">01 / STANDARD</span>
        </div>
        <div class="decision-entry-card-body">
          <h3 class="decision-entry-card-title">当ブログ読者専用</h3>
          <p class="decision-entry-card-text">
            まずは自分の思考と決断の流れを整理したい方へ。
          </p>
        </div>
        <div class="decision-entry-card-footer">
          <span class="decision-entry-card-btn">2026.4月限定企画</span>
        </div>
      </a>
      <!-- 右：限定・訴求版 -->
      <a href="https://seikaku-type.com/enneagram-session/ms-b/" class="decision-entry-card decision-entry-card--gold">
        <div class="decision-entry-card-head">
          <span class="decision-entry-card-number">02 / CAMPAIGN</span>
        </div>
        <div class="decision-entry-card-body">
          <h3 class="decision-entry-card-title">SNSユーザー専用</h3>
          <p class="decision-entry-card-text">
            SNSで情報調べだけをしている時間を今すぐ断ち切る
          </p>
        </div>
        <div class="decision-entry-card-footer">
          <span class="decision-entry-card-btn">2026.4月限定企画</span>
        </div>
      </a>
    </div>
  </div>
</section>
<style>
.decision-entry-section{
  padding:10px 20px;
}

.decision-entry-inner{
  max-width:780px;
  margin:0 auto;
}

.decision-entry-lead{
  margin:0 0 12px;
  text-align:center;
  color:#ffffff;
  font-size:14px;
  line-height:1.8;
  letter-spacing:.04em;
  opacity:.88;
}

.decision-entry-title{
  margin:0 0 34px;
  text-align:center;
  color:#ffffff;
  font-size:clamp(20px,4vw,20px);
  line-height:1.5;
  font-weight:700;
}

.decision-entry-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.decision-entry-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:300px;
  padding:26px 24px 24px;
  text-decoration:none;
  color:#fff;
  background:#000;
  border:1px solid rgba(255,255,255,.62);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}

.decision-entry-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(255,255,255,.06);
}

.decision-entry-card-number{
  display:inline-block;
  font-size:12px;
  letter-spacing:.12em;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:500;
}

.decision-entry-card-body{
  margin-top:18px;
}

.decision-entry-card-title{
  margin:0 0 14px;
  font-size:clamp(20px,3.2vw,20px);
  line-height:1.45;
  font-weight:700;
  color:#fff;
}

.decision-entry-card-text{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:2;
}

.decision-entry-card-footer{
  margin-top:26px;
  display:flex;
  justify-content:flex-end;
}

.decision-entry-card-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:12px 18px;
  border:1px solid currentColor;
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}

/* 左：エメラルド */
.decision-entry-card--emerald{
  border-color:rgba(78,200,154,.85);
}

.decision-entry-card--emerald .decision-entry-card-number{
  color:#4ec89a;
}

.decision-entry-card--emerald .decision-entry-card-btn{
  color:#4ec89a;
  border-color:#2fa87c;
  background:rgba(47,168,124,.08);
}

.decision-entry-card--emerald:hover{
  background:rgba(47,168,124,.05);
  border-color:#4ec89a;
}

.decision-entry-card--emerald:hover .decision-entry-card-btn{
  background:#2fa87c;
  color:#ffffff;
  border-color:#2fa87c;
}

/* 右：ゴールド */
.decision-entry-card--gold{
  border-color:rgba(224,188,80,.85);
}

.decision-entry-card--gold .decision-entry-card-number{
  color:#e0bc50;
}

.decision-entry-card--gold .decision-entry-card-btn{
  color:#e0bc50;
  border-color:#c8a030;
  background:rgba(200,160,48,.08);
}

.decision-entry-card--gold:hover{
  background:rgba(200,160,48,.05);
  border-color:#e0bc50;
}

.decision-entry-card--gold:hover .decision-entry-card-btn{
  background:#c8a030;
  color:#000000;
  border-color:#c8a030;
}

@media (max-width: 599px){
  .decision-entry-section{
    padding:48px 16px;
  }

  .decision-entry-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .decision-entry-card{
    min-height:auto;
    padding:22px 18px 18px;
  }

  .decision-entry-card-title{
    font-size:20px;
  }

  .decision-entry-card-text{
    font-size:14px;
  }

  .decision-entry-card-footer{
    justify-content:flex-start;
  }

  .decision-entry-card-btn{
    width:100%;
  }
}
</style>
</div></div></div>
</div></div>
</div></div>
</div>
</div></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
   エニアグラム版
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 50%;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite;
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none;
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段 */
.kmt-jump-main-text {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段 */
.kmt-jump-sub-text {
  font-size: 0.95rem;
  font-weight: 900;
  color: #fde047;
  letter-spacing: 0.05em;
}

/* 波紋アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#enneagram-shindan-footer" がジャンプ先のIDです -->
  <a href="#enneagram-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');

  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();

      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);

      if (target) {
        target.scrollIntoView({
          behavior: 'smooth',
          block: 'start'
        });
      }
    });
  }
});
</script>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/16type-determine/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>内向感情（Fi）とは？自分だけの価値軸を生きる心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/introverted-feeling</link>
					<comments>https://seikaku-type.com/16types/introverted-feeling#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 14:11:04 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16315</guid>

					<description><![CDATA[「感情的」「マイペース」「こだわりが強い」 ——内向感情（Fi）はよく誤解される機能です。Fiは感情を「表に出す」機能ではなく、感情を内側で深く処理し、自分だけの価値判断の軸を形成する機能です。 なぜ4文字コードだけでは [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/17-1024x576.jpg" alt="" class="wp-image-16300" srcset="https://seikaku-type.com/wp-content/uploads/17-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/17-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/17-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/17-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/17-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/17-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/17.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「感情的」「マイペース」「こだわりが強い」</p>



<p>——内向感情（Fi）はよく誤解される機能です。Fiは感情を「表に出す」機能ではなく、<strong>感情を内側で深く処理し、自分だけの価値判断の軸を形成する</strong>機能です。</p>



<h2 class="wp-block-heading">なぜ4文字コードだけでは足りないのか</h2>



<p>「INFP」という診断を受けても、そこからFiが主機能でNeが補助機能であることは自動的にはわかりません。同じISFPとINFPはどちらもFi主機能ですが、補助機能の差（SeとNe）が、感受性の向く方向をまったく変えます。</p>



<p><strong>スタックの位置によって、Fiの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ISFPとINFPは主機能にFiがあり、深い個人的価値観が全ての判断の中心にある</li>



<li>ESFPとENFPは補助機能にFiがあり、主機能（SeまたはNe）の動きに価値と方向性を与えるためにFiを使う</li>



<li>INTJとISTJは第3機能にFiがあり、成長とともに「自分は本当に何を大切にしているのか」という問いが育つ</li>



<li>ENTJとESTJは劣等機能にFiがあり、ストレス下で自己嫌悪・過度な感傷・「自分は価値がない」という感覚として歪んで現れる</li>
</ul>



<p><strong>INTJがFiを意識するとき（第3機能）</strong></p>



<p>INTJのFiは第3位です。Ni主機能・Te補助機能で動いているINTJが、ある時点で「自分が本当に望んでいるものは何か」「この方向性は自分の価値観と一致しているか」という問いに直面します。これがFiの発達サインであり、INTJが「完璧な戦略家」から「自分の人生を生きる人」に変わっていくプロセスです。</p>



<h2 class="wp-block-heading">ユングが定義した内向感情の本質</h2>



<p>内向感情（Fi）は、ユングの「合理的機能」のひとつです。外向感情（Fe）が「場の感情的な状態に合わせる」のに対し、Fiは<strong>主観的な条件によって規定される、自分だけの感情的判断基準</strong>です。</p>



<p>ユングはFiをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>内向的感情は、主観的な条件によって規定される感情機能である。「静かなる水は深い」という言葉が示すように、外部には冷淡あるいは無関心に見えるが、内面では強烈な情熱や繊細な感受性が渦巻いている。彼らの感情は、対象へ向かって放射されるのではなく、主体（自己）の深層へと向かう。この沈黙の背後にある強烈な価値判断は、周囲に対して無言の圧力や、秘密めいた影響力を及ぼすことがある。</p>
</blockquote>



<p>Fiの本質は「<strong>自分の奥底にある価値の核と、今の自分が一致しているかどうかを常に確認し続ける</strong>」ことです。それが一致しているとき深い安定感があり、ずれているときに強い違和感と苦しさが生まれます。</p>



<h2 class="wp-block-heading">内向感情は日常でこう動く</h2>



<p><strong>ISFP / INFP（主機能）</strong>は、Fiが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>「これは自分の価値観に合っているか」という問いが常に稼働している</li>



<li>他者に自分の感情を言語化して説明することが難しい（でも内側ではっきりしている）</li>



<li>自分の信じていることに反する行動を求められると、強い抵抗感を感じる</li>



<li>特定のテーマ・作品・人物への深い共鳴と愛着がある</li>
</ul>



<p><strong>ENFPがFiを補助機能として使うとき</strong></p>



<p>ENFPはNe主機能で可能性を広げながら、Fi補助機能で「でもこれは自分が本当にやりたいことか」という方向性の確認を行います。Fiがなければ、Neは方向性を持てないまま拡散します。ENFPの「やりたいことが多すぎて絞れない」という悩みは、NeとFiの間の緊張から生まれることが多いです。</p>



<p><strong>ESTJがFiを意識するとき（劣等機能）</strong></p>



<p>ESTJのFiは第4位です。日常では「感情より結果」が自然な判断軸ですが、長期にわたる過負荷や、価値観と行動が乖離する状況が続くと、突然「自分は何のために働いているのか」という問いが来ることがあります。これが劣等Fiの出現であり、同時に成長のきっかけになる瞬間でもあります。</p>



<h2 class="wp-block-heading">Dario Nardiが明らかにした内向感情の脳活動</h2>



<p>Nardiの観察では、Fi主機能のタイプ（ISFP・INFP）は<strong>自己参照的な処理——「これは自分にとってどういう意味か」という問いが常時稼働している</strong>ことが特徴です。</p>



<p>また、Fiが強いタイプは他者の感情状態への反応に独特のパターンを示します。Feが「場の感情に即座に共鳴する」のに対し、Fiは「他者の感情を受け取った後、自分の内側でじっくり処理する」という時間差がある。</p>



<p>これが、Fiが強い人が「すぐに反応しない」「あとからじわじわ傷つく」と感じる理由に対応しています。</p>



<p>またNardiは、Fiにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading">内向感情の陽と陰——同じFiでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、内向感情（Fi）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading">陽のFi（Analytic）——Quester（探求者）</h3>



<p>単一の人生の探求または真実を追求し、道徳的明確性を目指す使い方です。</p>



<ul class="wp-block-list">
<li>強い個人的使命感を持ち、自己の価値観に忠実</li>



<li>明確な道徳的原則に基づき、妥協を嫌う</li>



<li>「これが自分の生きる道だ」という一貫性と誠実さで周囲に影響を与える</li>



<li>選んだ声だけに耳を傾け、外からの雑音を遮断する</li>
</ul>



<p>形成期に「使命・信念・道徳的な選択・自己決定」を積み重ねた人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 深い自己理解と意味のある人生を歩みますが、柔軟性を欠いたり、自分の基準が高すぎて他者を批判しやすくなることがあります。</p>



<h3 class="wp-block-heading">陰のFi（Holistic）——Romantic（ロマンティスト）</h3>



<p>深く静かな感情の人生を生きる、受容的な使い方です。</p>



<ul class="wp-block-list">
<li>真実を多層的で流動的なものとして捉える</li>



<li>内なる多様性や葛藤を受け入れ、それを豊かさとする</li>



<li>深い感情や内面世界を探求し表現する</li>



<li>相手や文脈によって、自分のアイデンティティが微妙に変化する</li>
</ul>



<p>形成期に「内省・芸術・物語・感情の観察」に豊かな時間を使った人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 感受性と深さがあり、人間の複雑さを理解します。ただしアイデンティティが拡散的に見えたり、感情に圧倒されることがあります。</p>



<h3 class="wp-block-heading">同じINFP同士でも、これだけ変わる</h3>



<p>陽のINFPは「信念のある人」として見えます。自分の軸が明確で、「これは自分には合わない」という境界線がはっきりしている。妥協しない誠実さが、周囲に静かな影響力を持ちます。</p>



<p>陰のINFPは「深い感情の世界を生きる人」として見えます。ひとつの信念より多くの感情的な声を内側に持ち、それを表現するための言語を探し続けています。</p>



<p>どちらが本物のINFPという話ではなく、<strong>同じFiを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading">内向感情が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>創作・文筆・アート・音楽（内面世界の表現）</li>



<li>カウンセリング・心理支援・傾聴の仕事</li>



<li>倫理・哲学・宗教・価値観に関わる仕事</li>



<li>福祉・動物保護・環境など価値主導の活動</li>



<li>編集・キュレーション（自分の審美眼が活きる）</li>
</ul>



<p>陽のFiが強い人は「使命感と一貫性が求められる役割」に向きやすく、陰のFiが強い人は「感情の複雑さや多様性を扱う役割」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading">内向感情が生み出すコミュニケーションスタイル</h2>



<p>Fiが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>「私は」から話す</strong><br>「一般的には」「普通は」ではなく、「私にとっては」「私はこう感じる」という一人称の言語が中心になります。自分の内側から発する言葉を大切にするためです。</p>



<p><strong>感情を直接言語化しにくい</strong><br>内側では強く感じているのに、それを言葉にするのが難しいことが多い。「なんかちょっと違う」「うまく言えないけど」という表現が出てくるのはFiの内的処理が言語化に時間を要するためです。</p>



<p><strong>選択的な自己開示</strong><br>誰にでも深い話をするわけではなく、信頼できる相手に対してのみ内面を開きます。表面的には穏やかで控えめに見えても、信頼関係が成立した相手には驚くほど深く話す。</p>



<p><strong>相手のタイプによる注意点</strong><br>Te主機能の相手（ESTJ・ENTJ）との会話では、「個人的な感覚」より「客観的な根拠」を求められる場面があります。</p>



<p>Fiが大切にしている「自分の感覚」が証拠として認められにくいと感じやすい。Fe主機能の相手（ESFJ・ENFJ）とは、「場の調和」と「個人の価値観」の優先順位が時に衝突します。どちらが正しいというより、判断の基準が違うことを理解しておくと関係がスムーズになります。</p>



<h2 class="wp-block-heading">自分のFiの使い方をセッションで確認する</h2>



<p>「クエスターとロマンティスト、どちらが今の自分に強く出ているか」「Fiがスタックのどこで動いているか」——これが見えてくると、「自分が何のために動くのか」という問いへの答えがより具体的になります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_4 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/introverted-feeling/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>外向感情（Fe）とは？場の空気と調和を生み出す心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/extraverted-feeling</link>
					<comments>https://seikaku-type.com/16types/extraverted-feeling#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 13:55:36 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16313</guid>

					<description><![CDATA[「空気を読む」「人の気持ちに敏感」「コミュニティを大切にする」——外向感情（Fe）を持つ人はそう表現されることが多い。 でも同じESFJとENFJが、なぜここまで違う印象を与えるのかが4文字コードでは見えません。 なぜ4 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/15-1024x576.jpg" alt="" class="wp-image-16298" srcset="https://seikaku-type.com/wp-content/uploads/15-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/15-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/15-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/15-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/15-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/15-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/15.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「空気を読む」「人の気持ちに敏感」「コミュニティを大切にする」——外向感情（Fe）を持つ人はそう表現されることが多い。</p>



<p>でも同じESFJとENFJが、なぜここまで違う印象を与えるのかが4文字コードでは見えません。</p>



<h2 class="wp-block-heading">なぜ4文字コードだけでは足りないのか</h2>



<p>「ENFJ」という診断を受けても、そこからFeが主機能でNiが補助機能であることは自動的にはわかりません。</p>



<p>ESFJとENFJはどちらもFe主機能ですが、補助機能の差（SiとNi）が、集団への関わり方や未来の見通し方を大きく変えます。</p>



<p><strong>スタックの位置によって、Feの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ESFJとENFJは主機能にFeがあり、集団の調和と感情的なニーズへの応答が生活の中心</li>



<li>ISFJとINFJは補助機能にFeがあり、主機能（SiまたはNi）の判断を人間関係の文脈に接続するためにFeを使う</li>



<li>ENTPとESTPは第3機能にFeがあり、成長とともに「場の空気」「人への配慮」への感受性が育つ</li>



<li>INTPとISTPは劣等機能にFeがあり、ストレス下で感情的な爆発や、過度に感情移入した判断として歪んで現れる</li>
</ul>



<p><strong>ENTPがFeを意識するとき（第3機能）</strong></p>



<p>ENTPのFeは第3位です。普段はNe×Tiで動いているENTPが、人間関係の摩擦に直面したとき、「自分の発言は誰かを傷つけていないか」という問いに突然意識が向くことがあります。これがFeの発達サインです。</p>



<h2 class="wp-block-heading">ユングが定義した外向感情の本質</h2>



<p>外向感情（Fe）は、ユングの「合理的機能」のひとつです。内向感情（Fi）が自分の内側の価値基準で判断するのに対し、Feは<strong>客観的な状況や普遍的な価値基準（社会的規範・他者の期待・場の空気）に合わせて感情を分化させる</strong>機能です。</p>



<p>ユングはFeをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>外向的感情は、客観的な状況がそれを求めているがゆえに、その感情は真正なものである。例えば、美しい絵画を「美しい」と感じるのは、それが主観的に快いからではなく、客観的に「美」として評価されているからである。この機能は、社会的な調和や人間関係の円滑さを生み出す上で極めて合理的である。</p>
</blockquote>



<p>Feの本質は「<strong>場の感情的な状態を読み取り、そこに合わせた反応を生み出す</strong>」ことです。自分の感情より「この場に何が必要か」が先に来ます。</p>



<h2 class="wp-block-heading">外向感情は日常でこう動く</h2>



<p><strong>ESFJ / ENFJ（主機能）</strong>は、Feが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>部屋に入ったとき、誰がどんな感情状態にあるかを瞬時に把握する</li>



<li>場の空気が悪くなると、自分の気持ちより先に「何とかしなければ」が動く</li>



<li>誰かが疎外されていると感じると放っておけない</li>



<li>褒めることや励ますことが自然に出てくる</li>
</ul>



<p><strong>ISFJがFeを補助機能として使うとき</strong></p>



<p>ISFJはSi主機能で蓄積した経験と記憶をベースに、Fe補助機能で人への配慮として表現します。「前回この人はこの状況でこう感じていた」という記憶とFeが合わさることで、細やかで的確な気遣いが生まれます。</p>



<p><strong>ISTPがFeを意識するとき（劣等機能）</strong></p>



<p>ISTPのFeは第4位です。日常では人の感情的なニーズへの意識が薄く、「なぜそんなことで感情的になるのか？」と感じることがあります。</p>



<p>ストレスが極限に達すると、突然感情的になる</p>



<ul class="wp-block-list">
<li>他者への過剰な心配</li>



<li>「嫌われているのでは？」という強い不安</li>
</ul>



<p>として劣等Feが現れることがあります。</p>



<p>→ <a href="https://seikaku-type.com/16types/introverted-thinking">内向思考（Ti）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading">Dario Nardiが明らかにした外向感情の脳活動</h2>



<p>Nardiの観察では、Fe主機能のタイプ（ESFJ・ENFJ）は<strong>他者の感情状態への反応が脳レベルで非常に速い</strong>ことが特徴です。</p>



<p>他者の表情・声・姿勢の変化を処理する速度が速く、「場の空気」への反応が意識する前に起きています。</p>



<p>またNardiは、Feが活性化するとき<strong>社会的文脈の処理に特化した神経回路が強く動く</strong>ことを観察しています。Te主機能の人が「目標と行動の回路」を使うのとは対照的に、Fe主機能は「感情的な共鳴の回路」が優先されます。</p>



<p>またNardiは、Feにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading">外向感情の陽と陰——同じFeでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、外向感情（Fe）には<strong>2つの使用モード</strong>があります。</p>



<p>陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading">陽のFe（Analytic）——Shepherd（羊飼い）</h3>



<p>価値観を宣言し、最良の行動を規定して集団を導く使い方です。</p>



<ul class="wp-block-list">
<li>明確な道徳的ビジョンを持ち、コミュニティを積極的に導く</li>



<li>演説や対話で人々の心を動かし、団結させる</li>



<li>関係が壊れそうなとき、積極的に修復に働く</li>



<li>集団のためなら自己犠牲を厭わない</li>
</ul>



<p>形成期に「リーダーシップ・コミュニティへの奉仕・価値観の表明」を経験した人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 強いリーダーシップで集団を健全に保ちますが、価値観を押し付けたり、他者にも犠牲を求めることがあります。</p>



<h3 class="wp-block-heading">陰のFe（Holistic）——Host（ホスト）</h3>



<p>コミュニティ・家族・友人を温かく包み込むサポーターとしての使い方です。</p>



<ul class="wp-block-list">
<li>温かく包容力があり、すべての人が受け入れられる環境を作る</li>



<li>異なる背景や価値観を持つ人々を自然に歓迎する</li>



<li>正しさより他者との調和を優先する</li>



<li>ネガティブなフィードバックや対立に敏感で傷つきやすい</li>
</ul>



<p>形成期に「受け入れること・多様性への開放・縁の下のサポート」を経験した人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 包容力と柔軟性に優れていますが、自己主張が弱くなったり、否定的フィードバックに過度に反応することがあります。</p>



<h3 class="wp-block-heading">同じENFJ同士でも、これだけ変わる</h3>



<p>陽のENFJは「<strong>ビジョンを語り、人々を鼓舞して動かす人</strong>」に見えます。舞台の上でも会議室でも、言葉で場を変えます。</p>



<p>陰のENFJは「誰一人取り残さないよう、静かに場を整える人」に見えます。前に出るより、全体が機能するよう裏で動きます。</p>



<p>どちらが本物のENFJという話ではなく、<strong>同じFeを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading">外向感情が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>教育・カウンセリング・コーチング</li>



<li>医療・福祉・対人支援</li>



<li>HR・組織開発・チームビルディング</li>



<li>コミュニティマネジメント・NPO・社会活動</li>



<li>接客・ホスピタリティ・イベント運営</li>
</ul>



<p>陽のFeが強い人は「場をリードし変える役割」に向きやすく、陰のFeが強い人は「場を守り包む役割」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading">外向感情が生み出すコミュニケーションスタイル</h2>



<p>Feが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>場に合わせて話し方が変わる</strong><br>相手・状況・場の空気によって、使う言葉・トーン・テンポが自然に変化します。これはFeが「場の感情的な状態を読んで合わせる」機能だからです。「この人には丁寧に」「今は軽く」という調整が無意識に起きます。</p>



<p><strong>「私たち」の言語を使う</strong><br>「みんなで」「一緒に」「私たちとして」という集合的な表現が多くなります。個人の意見でも、グループの文脈に位置づけて話す傾向があります。</p>



<p><strong>感情の言語化が得意</strong><br>「今この場がどういう雰囲気か」「相手がどう感じているか」を言葉にする力があります。「なんか今日重い空気だよね」という観察が自然に出てくる。</p>



<p><strong>相手のタイプによる注意点</strong><br>Ti主機能の相手（ISTP・INTP）との会話では、感情的な言語より論理的な根拠を求められます。「みんながそう感じている」より「なぜそうすべきか」の説明が刺さります。Fi主機能の相手（ISFP・INFP）には、場の調和を優先するあまり「本当のことを言っていない」と感じさせることがあるので、個人の意見としての発言も大切にする必要があります。</p>



<h2 class="wp-block-heading">この記事で紹介した機能の関連記事</h2>



<p><strong>対軸ペア——同じ「感情」で方向性が逆の機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-feeling">内向感情（Fi）とは？</a></p>



<p><strong>同じ外向判断</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-thinking">外向思考（Te）とは？</a></p>



<p><strong>ENFJの補助機能・INFJの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-intuition">内向直観（Ni）とは？</a></p>



<p><strong>ESFJの補助機能・ISFJの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-sensing">内向感覚（Si）とは？</a></p>



<p><strong>Feが劣等になるタイプの主機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-thinking">内向思考（Ti）とは？</a></p>



<h2 class="wp-block-heading">自分のFeの使い方をセッションで確認する</h2>



<p>「シェパードとホスト、どちらが今の自分に強く出ているか」「Feがスタックのどこで動いているか」——これを言語化することで、人間関係の強みとコミュニケーションの設計が変わります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_5 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/extraverted-feeling/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>内向思考（Ti）とは？独自の論理を突き詰める心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/introverted-thinking</link>
					<comments>https://seikaku-type.com/16types/introverted-thinking#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 13:51:25 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16311</guid>

					<description><![CDATA[「頭がいい」「理屈っぽい」「独自の視点を持つ」 ——内向思考（Ti）を持つ人はよくそう言われます。でも同じINTPとISTPは、かなり違う人間に見えます。 Tiが同じ主機能でも、補助機能のNeとSeがこれほど動き方を変え [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/16-1024x576.jpg" alt="" class="wp-image-16299" srcset="https://seikaku-type.com/wp-content/uploads/16-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/16-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/16-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/16-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/16-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/16-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/16.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「頭がいい」「理屈っぽい」「独自の視点を持つ」</p>



<p>——内向思考（Ti）を持つ人はよくそう言われます。でも同じINTPとISTPは、かなり違う人間に見えます。</p>



<p>Tiが同じ主機能でも、補助機能のNeとSeがこれほど動き方を変えるのです。</p>



<h2 class="wp-block-heading">なぜ4文字コードだけでは足りないのか</h2>



<p>「INTP」という診断を受けても、そこからTiが主機能でNeが補助機能であることは自動的にはわかりません。同じINTP同士でも、Tiの「使い方の型」によって、思考のスタイルはまったく異なります。</p>



<p><strong>スタックの位置によって、Tiの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ISTPとINTPは主機能にTiがあり、独自の論理体系の構築が意識の中心</li>



<li>ESTPとENTPは補助機能にTiがあり、主機能（SeまたはNe）が掴んだ情報をTiが分析・精査する</li>



<li>ISFJとINFJは第3機能にTiがあり、成長とともに「なぜそう感じるのか」を論理で説明したくなる</li>



<li>ESFJとENFJは劣等機能にTiがあり、ストレス下で「私は論理的に正しいか」という強迫的な自己批判として現れる</li>
</ul>



<h2 class="wp-block-heading">ユングが定義した内向思考の本質</h2>



<p>内向思考（Ti）は、ユングの「合理的機能」のひとつです。外向思考（Te）が外部の客観的基準で世界を整理するのに対し、Tiは<strong>自分の内側に一貫した論理体系を構築し、それで世界を理解しようとする</strong>機能です。</p>



<p>ユングはTiをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>内向的思考は、客観的な事実そのものよりも、主観的な「理念（Idea）」や思考のプロセスそのものに価値を置く機能である。事実はあくまで理念を証明するための例証として扱われるに過ぎない。彼らの思考は、新たな事実を積み上げることよりも、概念の不明瞭さを取り除き、理論的整合性を極限まで高めることに注がれる。カントのような哲学者が典型例である。</p>
</blockquote>



<p>Tiの本質は「<strong>自分が納得できる論理の精度を上げ続けること</strong>」です。外から認められることより、自分の内的な論理が整合しているかどうかの方がはるかに重要です。</p>



<h2 class="wp-block-heading">内向思考は日常でこう動く</h2>



<p><strong>ISTP / INTP（主機能）</strong>は、Tiが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>「それは本当に正しいのか」という問いが常に稼働している</li>



<li>結論より「なぜそうなるのか」のプロセスへの関心が強い</li>



<li>他者の説明に論理的な穴を見つけると、指摘せずにはいられない</li>



<li>自分の理解が完全でないと感じると、発言を控える</li>
</ul>



<p><strong>ENTPがTiを補助機能として使うとき</strong></p>



<p>ENTPはNe主機能で可能性を広げ、Ti補助機能でその可能性を論理的に精査します。「面白いアイデアがある→本当に筋が通るか？」という往復がENTPの思考の典型です。Tiがなければ、Neは散らかるだけで収束しません。</p>



<p><strong>ENFJがTiを意識するとき（劣等機能）</strong></p>



<p>ENFJのTiは第4位です。普段はFe主機能で人間関係の調和を優先していますが、強いストレス下では「自分は本当に正しいのか」という内向的な自己批判が突発的に始まります。「私の言ったことは論理的に間違っていたのでは」という強迫的な検証ループに入ることがあります。</p>



<p>→ <a href="https://seikaku-type.com/16types/extraverted-feeling">外向感情（Fe）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading">Dario Nardiが明らかにした内向思考の脳活動</h2>



<p>Nardiの観察では、Ti主機能のタイプ（ISTP・INTP）は<strong>論理的な分析を行うとき、脳が高度に集中した局所的活性化を示す</strong>パターンが特徴です。感情や社会的文脈の処理を担う領域の活性が相対的に低く、純粋に論理処理に特化した使い方をしています。</p>



<p>また、NardiはTiの2つのモードを観察しています。ひとつは「単一の理論に収束する」タイプ、もうひとつは「複数の視点を統合してパターンを見つける」タイプ。これが陽と陰の違いにつながります。</p>



<h2 class="wp-block-heading">内向思考の陽と陰——同じTiでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、内向思考（Ti）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading">陽のTi（Analytic）——Critic（批評家）</h3>



<p>原則に頑固で、すべてを説明できる単一の理論にこだわる使い方です。</p>



<ul class="wp-block-list">
<li>鋭い分析力で核心を突き、曖昧さを排除する</li>



<li>感情や社会的配慮よりも論理的正確性を優先する</li>



<li>複雑な問題を解決し、誤った思考パターンを正す</li>



<li>自分が信じる原理原則に関しては妥協しない</li>
</ul>



<p>形成期に「論理的な議論・批判的思考・専門知識の習得」に集中的に取り組んだ人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 思考の厳密さと真理の追求において優れていますが、柔軟性を欠いたり、批判的すぎて他者のアイデアを否定しやすくなることがあります。</p>



<h3 class="wp-block-heading">陰のTi（Holistic）——Systemist（システム思考家）</h3>



<p>複数の視点から全体を把握し、複雑なパターンを見つける使い方です。</p>



<ul class="wp-block-list">
<li>柔軟で統合的、多角的な視点から全体像を掴む</li>



<li>一見無関係に見える要素の関連性を見つけることが得意</li>



<li>複雑なシステムをそのまま受け入れ、内部に秩序を見出す</li>



<li>原理原則を状況に合わせて流動的に適用する</li>
</ul>



<p>形成期に「異なる分野の横断・複雑な問題との格闘・多様な視点の統合」を経験した人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 複雑性への対応力と統合力に優れますが、結論が曖昧で実践的な応用が難しくなったり、シンプルな解決策を見逃すことがあります。</p>



<h3 class="wp-block-heading">同じINTP同士でも、これだけ変わる</h3>



<p>陽のINTPは「自分の理論に確信を持ち、誤りを指摘することを厭わない人」に見えます。議論の場で鋭く、妥協しない印象を与えます。</p>



<p>陰のINTPは「あらゆる角度から検討し続け、複数の説を同時に保持する人」に見えます。結論を保留することへの抵抗が少なく、「どれも部分的には正しい」という立ち位置を取りやすい。</p>



<p>どちらが本物のINTPという話ではなく、<strong>同じTiを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading">内向思考が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>研究・学術・哲学・理論構築</li>



<li>プログラミング・システム設計・アーキテクチャ</li>



<li>法律・論理的な文章作成・編集</li>



<li>数学・統計・データ分析</li>



<li>診断・コンサルティング・問題解決</li>
</ul>



<p>陽のTiが強い人は「専門知識を武器に正確さを追求する役割」に向きやすく、陰のTiが強い人は「複雑なシステムを理解・設計する役割」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading">内向思考が生み出すコミュニケーションスタイル</h2>



<p>Tiが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>定義から入る</strong><br>「そもそも〇〇ってどういう意味で使ってる？」という問いが自然に出てきます。言葉の定義や前提を揃えないと議論が成立しないという感覚があり、これが相手には「細かい」「話が進まない」と見えることがあります。</p>



<p><strong>「なぜ」への執着</strong><br>「なぜそうなるのか」のプロセスへの関心が強く、結論だけ示されても納得しにくい。「それはわかった、でもなぜ？」という繰り返しが出てきやすい。</p>



<p><strong>発言前に内側で検証する</strong><br>「これは本当に正しいか」という内的な検証を経てから発言するため、即答が苦手。会議でなかなか発言しないのは無関心ではなく、精度を確認しているためです。</p>



<p><strong>相手のタイプによる注意点</strong><br>Fe主機能の相手（ESFJ・ENFJ）との会話では、論理の正確さを追求するあまり「そんな言い方しなくても」と傷つけることがあります。Tiは内容の正確さを大切にしますが、伝え方にFe的な配慮を意識的に加えると関係が変わります。Te主機能の相手（ESTJ・ENTJ）には、結論と根拠を先に示した上で詳細に入ると伝わりやすい。</p>



<h2 class="wp-block-heading">この記事で紹介した機能の関連記事</h2>



<p><strong>対軸ペア——同じ「思考」で方向性が逆の機能</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-thinking">外向思考（Te）とは？</a></p>



<p><strong>同じ内向判断</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-feeling">内向感情（Fi）とは？</a></p>



<p><strong>INTPの補助機能・ENTPの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-intuition">外向直観（Ne）とは？</a></p>



<p><strong>ISTPの補助機能・ESTPの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-sensing">外向感覚（Se）とは？</a></p>



<p><strong>Tiが劣等になるタイプの主機能</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-feeling">外向感情（Fe）とは？</a></p>



<h2 class="wp-block-heading">自分のTiの使い方をセッションで確認する</h2>



<p>「批評家とシステム思考家、どちらが今の自分に強く出ているか」「Tiとその他の機能がどう連携しているか」——これを言語化することで、思考の強みの使い方が変わります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_6 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/introverted-thinking/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>外向思考（Te）とは？結果を出す判断機能の全貌</title>
		<link>https://seikaku-type.com/16types/extraverted-thinking</link>
					<comments>https://seikaku-type.com/16types/extraverted-thinking#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 10:46:54 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16308</guid>

					<description><![CDATA[「できる人」「効率的」「リーダーシップがある」——外向思考（Te）を持つ人はよくそう評されます。ただし同じTeを持つタイプでも、その使い方の質はかなり違います。 なぜ同じESTJとENTJでこれほど印象が異なるのか。 そ [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/14-1024x576.jpg" alt="" class="wp-image-16297" srcset="https://seikaku-type.com/wp-content/uploads/14-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/14-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/14-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/14-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/14-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/14-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/14.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「できる人」「効率的」「リーダーシップがある」——外向思考（Te）を持つ人はよくそう評されます。ただし同じTeを持つタイプでも、その使い方の質はかなり違います。</p>



<p>なぜ同じESTJとENTJでこれほど印象が異なるのか。</p>



<p>その理由も含めて解説します。</p>



<div class="wp-block-vk-blocks-table-of-contents-new vk_tableOfContents vk_tableOfContents-style-default tabs" data-use-custom-levels="false" data-custom-levels=""><div class="tab"><div class="vk_tableOfContents_title">目次</div><input type="checkbox" id="chck-toc-v8eea3q3b-5to3-sd1z-brzt-gdl92qmb3ov"/><label class="tab-label vk_tableOfContents_openCloseBtn button_status button_status-open" for="chck-toc-v8eea3q3b-5to3-sd1z-brzt-gdl92qmb3ov" id="vk-tab-label-toc-v8eea3q3b-5to3-sd1z-brzt-gdl92qmb3ov">CLOSE</label><ul class="vk_tableOfContents_list tab_content-open">
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-c5521560-5514-4cc5-a0d3-228124d7c1be" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">1. </span>
						なぜ4文字コードだけでは足りないのか
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-7eb0db0f-f25e-4568-9567-8e5fff8bea27" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">2. </span>
						ユングが定義した外向思考の本質
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-beba491c-aa29-46fc-b4fd-376673737ebd" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3. </span>
						外向思考は日常でこう動く
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-661ce835-3a10-4555-bcab-489918d477fa" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">4. </span>
						Dario Nardiが明らかにした外向思考の脳活動
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-582dfb96-eb65-4f14-bb57-25eedb7c3dcf" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5. </span>
						外向思考の陽と陰——同じTeでも「型」が2つある
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-f5cee3a2-363b-4e80-a4c7-404695760a28" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.1. </span>
						陽のTe（Analytic）——Manager（管理者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-16c12360-8b09-424b-950a-0a8e0575fa26" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.2. </span>
						陰のTe（Holistic）——Builder（建設者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-f1d29c05-7310-4768-810e-813fdd3f8129" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.3. </span>
						同じENTJ同士でも、これだけ変わる
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-ca4eff0a-eb2c-426d-a98b-eb047d61c286" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">6. </span>
						外向思考が強い人の適職・強み
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-be96e0a8-b0c4-433e-826a-94cc0abbfdfd" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">7. </span>
						外向思考が生み出すコミュニケーションスタイル
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-7d6af8a3-18b3-48bd-8f08-7f562ceb0f06" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">8. </span>
						この記事で紹介した機能の関連記事
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-fa5b007a-d63b-4a3c-b898-c8bd53e98310" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">9. </span>
						自分のTeの使い方をセッションで確認する
					</a>
				</li>
			</ul></div></div>



<p></p>



<h2 class="wp-block-heading" id="vk-htags-c5521560-5514-4cc5-a0d3-228124d7c1be">なぜ4文字コードだけでは足りないのか</h2>



<p>「ENTJ」という診断を受けても、そこからTeが主機能でNiが補助機能であることは自動的にはわかりません。ENTJとESTJはどちらもTe主機能ですが、補助機能の差（NiとSi）が、戦略の立て方・情報の集め方・将来へのアプローチを大きく変えます。</p>



<p><strong>スタックの位置によって、Teの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ESTJとENTJは主機能にTeがあり、外の世界を客観的な基準で整理・統制することが自然</li>



<li>ISTJとINTJは補助機能にTeがあり、主機能（SiまたはNi）の判断を実行可能な形に変換するためにTeを使う</li>



<li>ESFPとENFPは第3機能にTeがあり、成長とともに「成果」「効率」への意識が育っていく</li>



<li>ISFPとINFPは劣等機能にTeがあり、自己批判・完璧主義・「どうせ自分は無能だ」という感覚としてTeが歪んで現れることがある</li>
</ul>



<h2 class="wp-block-heading" id="vk-htags-7eb0db0f-f25e-4568-9567-8e5fff8bea27">ユングが定義した外向思考の本質</h2>



<p>外向思考（Te）は、ユングの「合理的機能」のひとつです。「合理的」とは、知覚の前に判断する機能という分類です。思考（Te/Ti）と感情（Fe/Fi）がここに属します。</p>



<p>ユングはTeをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>外向的思考は、客観的データ、すなわち外部から与えられた事実、あるいは一般的に妥当とされる観念に基づいて、自らの知的結論を構築する機能である。この型の人々は、客観的現実や普遍的法則に自己の生活全般を従属させようとする。「客観的に正しいこと」が至上の命題となり、それを周囲にも要求する傾向があるため、時に「公式」による専制君主的な振る舞いを見せることがある。</p>
</blockquote>



<p>Teの本質は「<strong>外の基準で世界を整理する</strong>」ことです。個人の感情や主観より、測定可能な事実・効率・客観的な論理が判断の根拠になります。「なぜそう思うの？」より「それで何が得られるの？」が自然な問いです。</p>



<h2 class="wp-block-heading" id="vk-htags-beba491c-aa29-46fc-b4fd-376673737ebd">外向思考は日常でこう動く</h2>



<p><strong>ESTJ / ENTJ（主機能）</strong>は、Teが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>会議で「結論は何か」「次のアクションは何か」をすぐ確認したくなる</li>



<li>感情的な議論より、データと論理に基づいた議論を好む</li>



<li>役割分担・期限・基準が曖昧な状態を不快に感じる</li>



<li>自分の判断の根拠を外部に示せることに安心感を覚える</li>
</ul>



<p><strong>INTJがTeを補助機能として使うとき</strong></p>



<p>INTJはNiで本質的なビジョンを掴み、Teでそれを実行可能な計画に変換します。「なぜこれをやるか（Ni）」と「どうやって成し遂げるか（Te）」が噛み合ったとき、INTJのパフォーマンスは最大化されます。</p>



<p><strong>INFPがTeを意識するとき（劣等機能）</strong></p>



<p>INFPのTeは第4位です。日常では、外部から押し付けられるような効率論や「成果を出せ」という圧力への強い抵抗として現れます。ストレス下では逆に、突然「生産性を上げなければ」という強迫的な自己管理や、他者の仕事ぶりへの激しい批判として歪んだTeが出ることがあります。</p>



<p>→ <a href="https://seikaku-type.com/16types/introverted-feeling">内向感情（Fi）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading" id="vk-htags-661ce835-3a10-4555-bcab-489918d477fa">Dario Nardiが明らかにした外向思考の脳活動</h2>



<p>Nardiの観察では、Te主機能のタイプ（ESTJ・ENTJ）は<strong>目標と行動を結ぶ回路が非常に効率的に動く</strong>パターンを示します。「何をすべきか」が決まると、迷わず動ける脳の設計になっています。</p>



<p>また、TeはNardiの研究で「外の世界を整理することで脳が安定する」機能として観察されています。<strong>情報が整理・構造化されているほど、Te優位の人の思考は冴える。</strong> 逆に、曖昧な状況や「誰が何をするか分からない」環境では処理効率が落ちます。</p>



<p>またNardiは、Teにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading" id="vk-htags-582dfb96-eb65-4f14-bb57-25eedb7c3dcf">外向思考の陽と陰——同じTeでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、外向思考（Te）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading" id="vk-htags-f5cee3a2-363b-4e80-a4c7-404695760a28">陽のTe（Analytic）——Manager（管理者）</h3>



<p>野心的な目標での成功にコミットし、論理的かつ自信を持って周囲を動かす使い方です。</p>



<ul class="wp-block-list">
<li>明確な目標を設定し、効率的な計画を立てる</li>



<li>スピードと成果を重視し、人を資源として管理する</li>



<li>論理的で自信に満ちた発言・指示を行う</li>



<li>競争優位の確立に関心が向く</li>
</ul>



<p>形成期に「リーダーシップの発揮・競争での勝利・組織の指揮」を経験した人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 結果を出すことに優れていますが、人間的な側面を軽視したり、短期的成果を優先して品質や関係性を損ねることがあります。</p>



<h3 class="wp-block-heading" id="vk-htags-16c12360-8b09-424b-950a-0a8e0575fa26">陰のTe（Holistic）——Builder（建設者）</h3>



<p>効率的かつ丁寧に仕事を積み上げる、堅実な使い方です。</p>



<ul class="wp-block-list">
<li>着実で丁寧な仕事を通じて確実な成果を積み上げる</li>



<li>無駄を省き、最小のリソースで最大の価値を生み出す</li>



<li>複数のプロジェクトを同時に管理する能力に優れる</li>



<li>細部まで機能性を最適化することに充実感を感じる</li>
</ul>



<p>形成期に「勤勉な作業・複数タスクの処理・品質への責任」を重ねた人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 品質と持続可能性を大切にしますが、完璧主義になりすぎて進捗が遅れたり、新しいアプローチへの切り替えに時間がかかることがあります。</p>



<h3 class="wp-block-heading" id="vk-htags-f1d29c05-7310-4768-810e-813fdd3f8129">同じENTJ同士でも、これだけ変わる</h3>



<p>陽のENTJは「宣言し、指揮し、勝ちに行く人」に見えます。大胆な目標を打ち出し、人と資源を動かして実現します。</p>



<p>陰のENTJは「緻密に設計し、確実に積み上げる人」に見えます。同じ結果を目指すが、アプローチが堅実で品質重視。</p>



<p>どちらが本物のENTJという話ではなく、<strong>同じTeを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading" id="vk-htags-ca4eff0a-eb2c-426d-a98b-eb047d61c286">外向思考が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>経営・マネジメント・プロジェクトリード</li>



<li>コンサルタント・アナリスト・戦略立案</li>



<li>法律・財務・会計（客観的基準の適用）</li>



<li>エンジニアリング・システム設計</li>



<li>教育・トレーニング（論理的な伝達力）</li>
</ul>



<p>陽のTeが強い人は「組織のリーダー・推進役」に向きやすく、陰のTeが強い人は「実装・品質管理・プロセス設計」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading" id="vk-htags-be96e0a8-b0c4-433e-826a-94cc0abbfdfd">外向思考が生み出すコミュニケーションスタイル</h2>



<p>Teが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>結論・根拠・アクションの順</strong><br>「結論は〇〇、理由は△△、次にやることは□□」という構造が自然に出てきます。話の順序と目的が明確で、聞く側はわかりやすいが、感情や背景への配慮が薄いと感じられることもあります。</p>



<p><strong>曖昧さへの低い耐性</strong><br>「どちらとも言える」「場合による」という答えに強い不満を感じます。「じゃあ具体的には？」「基準は何？」と詰めていく。これはTeの機能が「外の世界を整理したい」という動機から来ています。</p>



<p><strong>フィードバックが率直</strong><br>良いものは良い、問題があれば問題、という直接的な評価を好みます。褒め言葉に「でも」がついてくることが多く、受け取る側の感情への配慮が後回しになりやすい。</p>



<p><strong>相手のタイプによる注意点</strong><br>Fi主機能の相手（ISFP・INFP）との会話では、率直なフィードバックが「批判」として受け取られやすい。評価の前に「あなたの意図はわかった」という一言を入れるだけで印象が変わります。Fe主機能の相手（ESFJ・ENFJ）には、タスク中心の話だけでなく「関係性」への言及を時折入れることで、信頼が生まれやすくなります。</p>



<h2 class="wp-block-heading" id="vk-htags-7d6af8a3-18b3-48bd-8f08-7f562ceb0f06">この記事で紹介した機能の関連記事</h2>



<p><strong>対軸ペア——同じ「思考」で方向性が逆の機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-thinking">内向思考（Ti）とは？</a></p>



<p><strong>同じ外向判断</strong><br>→ <a href="https://seikaku-type.com/16types/extraverted-feeling">外向感情（Fe）とは？</a></p>



<p><strong>ENTJの補助機能・INTJの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-intuition">内向直観（Ni）とは？</a></p>



<p><strong>ESTJの補助機能・ISTJの補助機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-sensing">内向感覚（Si）とは？</a></p>



<p><strong>Teが劣等になるタイプの主機能</strong><br>→ <a href="https://seikaku-type.com/16types/introverted-feeling">内向感情（Fi）とは？</a></p>



<h2 class="wp-block-heading" id="vk-htags-fa5b007a-d63b-4a3c-b898-c8bd53e98310">自分のTeの使い方をセッションで確認する</h2>



<p>「マネージャーとビルダー、今の自分はどちらが強いか」「Teが主機能・補助機能のどちらの位置で動いているか」——これを確認することで、仕事の設計が変わります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_7 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/extraverted-thinking/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>内向感覚（Si）とは？記憶と体験を積み重ねる心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/introverted-sensing</link>
					<comments>https://seikaku-type.com/16types/introverted-sensing#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 10:40:49 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16306</guid>

					<description><![CDATA[「真面目」「几帳面」「過去の経験を大切にする」 ——内向感覚（Si）を持つ人はそう表現されることが多いですが、それは表面の一面に過ぎません。 Siが内側でどのように機能しているかを知ると、この機能への理解がまったく変わり [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/11-1024x576.jpg" alt="" class="wp-image-16294" srcset="https://seikaku-type.com/wp-content/uploads/11-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/11-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/11-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/11-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/11-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/11-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/11.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「真面目」「几帳面」「過去の経験を大切にする」</p>



<p>——内向感覚（Si）を持つ人はそう表現されることが多いですが、それは表面の一面に過ぎません。</p>



<p>Siが内側でどのように機能しているかを知ると、この機能への理解がまったく変わります。</p>



<div class="wp-block-vk-blocks-table-of-contents-new vk_tableOfContents vk_tableOfContents-style-default tabs" data-use-custom-levels="false" data-custom-levels=""><div class="tab"><div class="vk_tableOfContents_title">目次</div><input type="checkbox" id="chck-toc-jdv22qldm-ookm-nwp2-rllo-moco6gipw7"/><label class="tab-label vk_tableOfContents_openCloseBtn button_status button_status-open" for="chck-toc-jdv22qldm-ookm-nwp2-rllo-moco6gipw7" id="vk-tab-label-toc-jdv22qldm-ookm-nwp2-rllo-moco6gipw7">CLOSE</label><ul class="vk_tableOfContents_list tab_content-open">
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-ac07f49d-1314-4f77-8510-81bc4483fe39" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">1. </span>
						なぜ4文字コードだけでは足りないのか
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-6e166ead-fbc1-47bf-b692-09ae1515623b" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">2. </span>
						ユングが定義した内向感覚の本質
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-184e8e43-4b78-4a44-8d02-5c281197edaf" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3. </span>
						内向感覚は日常でこう動く
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-64f76f55-8259-4edc-8a56-21433e14a902" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">4. </span>
						Dario Nardiが明らかにした内向感覚の脳活動
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-ba9a0781-5079-4f6e-b7fb-0918170cb0ed" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5. </span>
						内向感覚の陽と陰——同じSiでも「型」が2つある
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-2becdc9e-5232-4b37-a6d1-33ae58c98e84" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.1. </span>
						陽のSi（Analytic）——Guardian（守護者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-d74a2457-ada2-467c-aec8-c56cc924dc83" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.2. </span>
						陰のSi（Holistic）——Curator（記憶の守り手）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-13e29d1a-2164-4631-b064-16d38b80eedd" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.3. </span>
						同じISTJ同士でも、これだけ変わる
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-2bc591fd-e76a-4504-983d-86a12f49575a" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">6. </span>
						内向感覚が強い人の適職・強み
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-f18a0096-46a4-4a4e-8d88-9660b9a51b99" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">7. </span>
						内向感覚が生み出すコミュニケーションスタイル
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-b8e29236-7c5e-486a-bf0b-3fff9188af7e" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">8. </span>
						自分のSiの使い方をセッションで確認する
					</a>
				</li>
			</ul></div></div>



<h2 class="wp-block-heading" id="vk-htags-ac07f49d-1314-4f77-8510-81bc4483fe39">なぜ4文字コードだけでは足りないのか</h2>



<p>「ISTJ」という診断を受けても、そこからSiが主機能でTeが補助機能であることは自動的にはわかりません。ISTJとISFJは同じSi主機能ですが、補助機能の違い（TeとFe）が、判断のしかたを大きく変えます。</p>



<p><strong>スタックの位置によって、Siの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ISTJとISFJは主機能にSiがあり、積み重ねた経験と実績が判断の基盤</li>



<li>ESTJとESFJは補助機能にSiがあり、主機能（TeまたはFe）の判断を経験で補強する</li>



<li>INTPとINFPは第3機能にSiがあり、成長とともに「習慣」や「自分のペース」への意識が育つ</li>



<li>ENTPとENFPは劣等機能にSiがあり、慢性的なルーティン軽視や、ストレス下での身体症状として現れる</li>
</ul>



<p><strong>INTPがSiを意識するとき（第3機能）</strong></p>



<p>INTPのSiは第3位です。主機能Ti・補助機能Neで動いているINTPが、繰り返しの習慣や蓄積した記憶に意識的に戻ろうとする場面があります。「昔うまくいったやり方」への回帰や、独自の作業ルーティンへのこだわりはSiの発達サインです。</p>



<h2 class="wp-block-heading" id="vk-htags-6e166ead-fbc1-47bf-b692-09ae1515623b">ユングが定義した内向感覚の本質</h2>



<p>内向感覚（Si）は、ユングの「非合理的機能」のひとつです。外向感覚（Se）が「外の現実をそのまま受け取る」のに対し、Siは<strong>外の刺激が自分の内側に喚起する「印象」「体験の蓄積」「主観的な反応」を知覚する</strong>機能です。</p>



<p>ユングはSiをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>内向感覚は、客観的な刺激によって引き起こされる「主観的な要素（反応）」を知覚する機能である。同じ光景を見ても、彼らは客観的な事実そのものではなく、それが自身の内面に喚起する「印象」や「太古からのイメージ」を見ている。彼らは「今、ここ」にいながら、数百万年の歴史を持つ主観的経験の世界に生きているとも言える。</p>
</blockquote>



<p>Siの本質は「記憶の図書館」に近いイメージです。<strong>経験したことが豊かな主観的ライブラリとして蓄積され、現在の判断の土台になる。</strong> 「実績のある方法」「自分が体験で確認したこと」への信頼が強いのはここから来ています。</p>



<h2 class="wp-block-heading" id="vk-htags-184e8e43-4b78-4a44-8d02-5c281197edaf">内向感覚は日常でこう動く</h2>



<p><strong>ISTJ / ISFJ（主機能）</strong>は、Siが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>「前回はこうしてうまくいった」という経験ベースの判断が自然に出てくる</li>



<li>変更やイレギュラーへの対応は、丁寧に確認を重ねてから行いたい</li>



<li>担当業務のディテールや手順を正確に記憶している</li>



<li>身体の感覚（疲れ・不調・心地よさ）への感受性が細かい</li>
</ul>



<p><strong>ENFPがSiを意識するとき（劣等機能）</strong></p>



<p>ENFPのSiは第4位です。普段はNe主機能が次々と新しい可能性に向かっているため、ルーティン・継続・安定した習慣が苦手になりやすい。慢性的な睡眠不規則・片付けられない・締め切り管理が甘いといった形でSiの未発達が現れます。過度なストレス下では逆に、急に細かいことへの過集中が起きることも。</p>



<p>→ <a href="https://seikaku-type.com/16types/extraverted-intuition">外向直観（Ne）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading" id="vk-htags-64f76f55-8259-4edc-8a56-21433e14a902">Dario Nardiが明らかにした内向感覚の脳活動</h2>



<p>Nardiの観察では、Si主機能のタイプ（ISTJ・ISFJ）は<strong>特定の確立されたパターンへの反応が非常に安定している</strong>ことが特徴です。繰り返し経験した状況では、脳が効率的なルートを使って素早く処理します。</p>



<p>一方で、前例のない状況や急な変更に直面すると、脳の処理が一時的に不安定になります。これは「柔軟性がない」のではなく、<strong>Siが「確認済みの経験と照合する」というプロセスを重要視しているため</strong>です。照合が終われば、丁寧かつ確実に動けます。</p>



<p>またNardiは、Siにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading" id="vk-htags-ba9a0781-5079-4f6e-b7fb-0918170cb0ed">内向感覚の陽と陰——同じSiでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、内向感覚（Si）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading" id="vk-htags-2becdc9e-5232-4b37-a6d1-33ae58c98e84">陽のSi（Analytic）——Guardian（守護者）</h3>



<p>積み重ねた経験と実績を能動的に守り、維持する使い方です。</p>



<ul class="wp-block-list">
<li>「正しいやり方」「実証済みの方法」を積極的に整備・維持する</li>



<li>組織やコミュニティの伝統・文化を守ることに使命感を感じる</li>



<li>手順・規則・ルールへの明確な基準を持ち、それを周囲にも求める</li>



<li>過去の失敗から学んだ教訓を、具体的なルールや仕組みに変換する</li>
</ul>



<p>形成期に「組織への貢献・役割の遂行・手順の学習」を重ねた人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 信頼性と組織への貢献力が高い。一方で、「これまでのやり方」への固執が変化への抵抗になることがあります。</p>



<h3 class="wp-block-heading" id="vk-htags-d74a2457-ada2-467c-aec8-c56cc924dc83">陰のSi（Holistic）——Curator（記憶の守り手）</h3>



<p>体験の蓄積を受容的・内省的に保持する使い方です。</p>



<ul class="wp-block-list">
<li>個人的な記憶・感覚・印象が豊かに蓄積されており、それが判断の根拠になる</li>



<li>「あのときどう感じたか」という主観的記憶の精度が高い</li>



<li>身体の感覚・体調・ペースへの細やかな内省がある</li>



<li>場の雰囲気の「いつもと違う感じ」を微細な変化から察知する</li>
</ul>



<p>形成期に「内省・感覚の観察・個人的な体験の積み重ね」を大切にした人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 豊かな内的ライブラリと身体感覚への感受性に優れます。一方で、個人的な体験への依存が強くなると、客観的なデータより「自分の経験では」が優先されやすくなることがあります。</p>



<h3 class="wp-block-heading" id="vk-htags-13e29d1a-2164-4631-b064-16d38b80eedd">同じISTJ同士でも、これだけ変わる</h3>



<p>陽のISTJは「組織の規則・手順・品質基準を積極的に整備・管理する人」に見えます。チームの守護者・ルール番人として機能します。</p>



<p>陰のISTJは「個人的な記憶と感覚を丁寧に保持しながら、静かに確実に仕事を進める人」に見えます。派手さはないが、経験の厚みが判断の精度を支えています。</p>



<p>どちらが本物のISTJという話ではなく、<strong>同じSiを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading" id="vk-htags-2bc591fd-e76a-4504-983d-86a12f49575a">内向感覚が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>会計・経理・監査（正確さと一貫性が活きる）</li>



<li>医療・薬学・看護（細部への注意と記録の精度）</li>



<li>教育・資料作成・マニュアル整備</li>



<li>品質管理・製造・施工管理</li>



<li>歴史・アーカイブ・図書館・文書管理</li>
</ul>



<p>陽のSiが強い人は「組織の安定と維持を担う役割」に向きやすく、陰のSiが強い人は「個人の感覚と記録が求められる専門的な役割」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading" id="vk-htags-f18a0096-46a4-4a4e-8d88-9660b9a51b99">内向感覚が生み出すコミュニケーションスタイル</h2>



<p>Siが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>丁寧で確認が多い</strong><br>「〜ということでよろしいでしょうか」「念のため確認ですが」という言い方が自然に出てきます。曖昧さを減らし、自分が過去に経験したこ事と照らし合わせて動きたいという動機から来ています。</p>



<p><strong>過去の経験を根拠にする</strong><br>「以前こういうケースがあって」「去年やったときは」という話し方が多いです。既にある実績・前例・蓄積された経験値を根拠にした説明を好みます。</p>



<p><strong>変更・イレギュラーへの慎重さ</strong><br>「前と変わりましたよね」「これは通常と違いますか？」という確認が出やすい。変更に反対しているのではなく、照合のプロセスを踏みたいという動機です。</p>



<p><strong>相手のタイプによる注意点</strong><br>Ne主機能の相手（ENTP・ENFP）との会話では、話の展開が速すぎて「どこに向かっているの？」と感じやすい。相手の連想を止めずに「この話で何を決めたいか」を確認するとスムーズになります。Te主機能の相手（ESTJ・ENTJ）からは「確認が多い」と見られることがありますが、それはSiの誠実さの表れです。</p>



<h2 class="wp-block-heading" id="vk-htags-b8e29236-7c5e-486a-bf0b-3fff9188af7e">自分のSiの使い方をセッションで確認する</h2>



<p>「ガーディアンとキュレーター、どちらが強く出ているか」「スタックのどこでSiが動いているか」——これを言語化することで、自分の働き方の強みが鮮明になります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_8 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/introverted-sensing/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>外向感覚（Se）とは？今この瞬間を五感で掴む心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/extraverted-sensing</link>
					<comments>https://seikaku-type.com/16types/extraverted-sensing#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 10:39:11 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16304</guid>

					<description><![CDATA[「現実的」「行動力がある」「その場の空気を読むのが得意」 ——外向感覚（Se）を持つ人はそう表現されることが多いですが、それだけでは本質が見えません。Seがどのように動き、どのタイプがどう意識するのかを掘り下げます。 な [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/10-1024x576.jpg" alt="" class="wp-image-16293" srcset="https://seikaku-type.com/wp-content/uploads/10-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/10-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/10-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/10-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/10-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/10-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/10.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>「現実的」「行動力がある」「その場の空気を読むのが得意」</p>



<p>——外向感覚（Se）を持つ人はそう表現されることが多いですが、それだけでは本質が見えません。Seがどのように動き、どのタイプがどう意識するのかを掘り下げます。</p>



<h2 class="wp-block-heading">なぜ4文字コードだけでは足りないのか</h2>



<p>「ESTP」という診断を受けても、そこからSeが主機能でTiが補助機能であることは自動的にはわかりません。同じESTPでも、Seの使い方の型が違えば、行動パターンも全く変わります。</p>



<p><strong>スタックの位置によって、Seの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>ESTPとESFPは主機能にSeがあり、今この瞬間の現実への反応が生活の中心にある</li>



<li>ISTPとISFPは補助機能にSeがあり、主機能（TiまたはFi）の判断を現実に接続するためにSeを使う</li>



<li>ENFJとENTJは第3機能にSeがあり、成長とともに「今ここにいる」感覚が豊かになっていく</li>



<li>INFJとINTJは劣等機能にSeがあり、ストレス下で五感への過集中や衝動的な行動として現れる</li>
</ul>



<h2 class="wp-block-heading">ユングが定義した外向感覚の本質</h2>



<p>外向感覚（Se）は、ユングの「非合理的機能」のひとつです。判断する前に知覚する機能であり、内向感覚（Si）と対をなします。</p>



<p>ユングはSeをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>外向感覚は、客観的対象が発する物理的刺激を、いかなる合理的判断も加えることなく、あるがままに受容する機能である。この型ほど「現実的」な人間はいない。彼らの感覚は、対象の表面的な性質を写真のように正確に捉える。人生は解決すべき問題ではなく、味わうべき「現前する事象」として捉えられる。</p>
</blockquote>



<p>Seの本質は、<strong>「今この瞬間に起きていることを、フィルターなしに受け取る」</strong>ことです。</p>



<p>過去の記憶や将来の予測より、「今ここにあるもの」への反応が圧倒的に速い。</p>



<h2 class="wp-block-heading">外向感覚は日常でこう動く</h2>



<p><strong>ESTP / ESFP（主機能）</strong>は、Seが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>会話の中で相手の表情・声のトーン・姿勢の変化を瞬時に読む</li>



<li>体を動かしているときや、何かを実際に試しているときに思考が冴える</li>



<li>「とりあえずやってみる」が自然な判断軸になっている</li>



<li>退屈や停滞を強く嫌い、刺激のある環境で力を発揮する</li>
</ul>



<p><strong>ISTPがSeを補助機能として使うとき</strong></p>



<p>ISTPは主機能のTi（内向思考）で分析し、補助機能のSeで現実に接続します。「どう機能するか」を頭で理解しながら、実際に手を動かして確かめる。職人・エンジニア・スポーツ選手に多い動き方です。</p>



<p><strong>INTJがSeを意識するとき（劣等機能）</strong></p>



<p>INTJのSeは第4位です。通常はNiとTeが稼働しており、五感への意識は薄め。過労や強いストレス下では、過食・過飲・過度なランニング・買い物の衝動など、感覚刺激への急激な傾斜として現れることがあります。</p>



<p>→ <a href="https://seikaku-type.com/16types/introverted-intuition">内向直観（Ni）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading">Dario Nardiが明らかにした外向感覚の脳活動</h2>



<p>Nardiの観察では、Se主機能のタイプ（ESTP・ESFP）は<strong>活動中に脳全体がリアルタイムで応答するパターン</strong>を示します。特徴的なのは、行動しながら考える、という回路が非常に効率的に動くことです。</p>



<p>Se主機能の人は「じっと考えてから動く」より「動きながら考える」方が情報処理が速い。これはNardiの実験でも確認されており、静止状態より身体を使っているときの方が認知パフォーマンスが上がることが観察されています。</p>



<p>またNardiは、Seにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading">外向感覚の陽と陰——同じSeでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、外向感覚（Se）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading">陽のSe（Analytic）——Mover（行動者）</h3>



<p>現実に対して能動的・即応的に関わる使い方です。</p>



<ul class="wp-block-list">
<li>状況の変化に即座に反応し、迷わず行動に移す</li>



<li>競争・挑戦・スピードのある環境で力が出る</li>



<li>現実の問題をその場で解決することに快感を感じる</li>



<li>身体パフォーマンスや外見の管理に積極的</li>
</ul>



<p>形成期に「競技・パフォーマンス・実地での挑戦」を多く経験した人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 即決力と行動力が際立ちますが、立ち止まって内省することが苦手になったり、刺激を求めすぎてリスクが高まることがあります。</p>



<h3 class="wp-block-heading">陰のSe（Holistic）——Aesthete（審美家）</h3>



<p>感覚体験を受容的・全体的に味わう使い方です。</p>



<ul class="wp-block-list">
<li>食・音・空間・素材の質感への細やかな感受性がある</li>



<li>その場の雰囲気や空気感を丸ごと吸収する</li>



<li>美しいもの・心地よい環境への強いこだわりがある</li>



<li>アートや自然の中で感覚が研ぎ澄まされる感覚を持つ</li>
</ul>



<p>形成期に「アート・料理・自然・デザイン・音楽」などの感覚体験を豊かに積んだ人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 感覚的な豊かさと美的センスに優れますが、環境の質への要求が高くなりすぎたり、即断即決より「味わうこと」を優先して動きが遅くなることがあります。</p>



<h3 class="wp-block-heading">同じESFP同士でも、これだけ変わる</h3>



<p>陽のESFPは「とにかくやってみる、身体で覚える、その場を盛り上げる人」に見えます。スポーツ・ステージ・営業など、即時性の高い場で力を発揮します。</p>



<p>陰のESFPは「感覚的な美しさに強くこだわる、体験の質を大切にする人」に見えます。料理・インテリア・ファッション・音楽など、感覚の精度が問われる場で際立ちます。</p>



<p>どちらが本物のESFPという話ではなく、<strong>同じSeを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading">外向感覚が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>スポーツ・パフォーマンス・ダンス・武術</li>



<li>料理・食・デザイン・インテリア・ファッション</li>



<li>営業・交渉・接客（現場の空気を読む力）</li>



<li>医療・救急・リハビリ（即応力と身体への感受性）</li>



<li>職人・工芸・建築・施工（手と感覚を使う仕事）</li>
</ul>



<p>陽のSeが強い人は「現場対応・実行・競争の場」に向きやすく、陰のSeが強い人は「感覚品質の高い分野・審美的な仕事」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading">外向感覚が生み出すコミュニケーションスタイル</h2>



<p>Seが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>直接的でテンポが速い</strong><br>今この瞬間に起きていることへの反応が速いため、会話のテンポが自然と速くなります。「で、どういうこと？」「それで、どうなった？」と具体的・即時的な展開を求めます。</p>



<p><strong>実体験ベースの話が多い</strong><br>「自分が実際に見た・やった・感じた」という話が中心になりやすい。データや理論より、自分の体験に根ざした説得力を大切にします。</p>



<p><strong>非言語コミュニケーションへの感受性</strong><br>言葉の内容だけでなく、声のトーン・表情・姿勢・間の取り方から相手の状態を読み取ります。「なんか今日違う」と気づく速度が速い。</p>



<p><strong>相手のタイプによる注意点</strong><br>Ni主機能の相手（INTJ・INFJ）との会話では、「で、それが何を意味するの？」という深読みをされることがあります。Se主機能の人が「ただの事実」として話していることが、Ni主機能には意図的なメッセージに聞こえることがある。Fi主機能の相手（ISFP・INFP）には、直接的な物言いが「強引」に感じられる場合があるので注意が必要です。</p>



<h2 class="wp-block-heading">自分のSeの使い方をセッションで確認する</h2>



<p>「ムーバーとアスシート、どちらが強いか」「Seがスタックのどこで動いているか」を言語化することで、強みの活かし方が具体的になります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_9 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/extraverted-sensing/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>内向直観（Ni）とは？本質を見通す心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/introverted-intuition</link>
					<comments>https://seikaku-type.com/16types/introverted-intuition#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 09:51:39 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16301</guid>

					<description><![CDATA[心理機能の中でも、最も説明しにくいと言われるのが内向直観（Ni）です。 「なんとなくわかる」「気がしたら当たる」という表現をよく聞きますが、それだけでは実態が掴めません。 この記事ではユングとNardiの両方の視点から、 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/12-1024x576.jpg" alt="" class="wp-image-16295" srcset="https://seikaku-type.com/wp-content/uploads/12-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/12-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/12-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/12-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/12-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/12-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/12.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>心理機能の中でも、最も説明しにくいと言われるのが内向直観（Ni）です。</p>



<p>「なんとなくわかる」「気がしたら当たる」という表現をよく聞きますが、それだけでは実態が掴めません。</p>



<p>この記事ではユングとNardiの両方の視点から、Niの本質を具体的に解説します。</p>



<div class="wp-block-vk-blocks-table-of-contents-new vk_tableOfContents vk_tableOfContents-style-default tabs" data-use-custom-levels="true" data-custom-levels="[&quot;h2&quot;,&quot;h3&quot;,&quot;h4&quot;,&quot;h5&quot;,&quot;h6&quot;]" data-toc-heading-levels="[&quot;h2&quot;,&quot;h3&quot;,&quot;h4&quot;,&quot;h5&quot;,&quot;h6&quot;]"><div class="tab"><div class="vk_tableOfContents_title">目次</div><input type="checkbox" id="chck-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2"/><label class="tab-label vk_tableOfContents_openCloseBtn button_status button_status-open" for="chck-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2" id="vk-tab-label-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2">CLOSE</label><ul class="vk_tableOfContents_list tab_content-open">
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-e4060059-5815-4546-9177-0c1e4fc5e6a3" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">1. </span>
						なぜ4文字コードだけでは足りないのか
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-3b2d6ebf-b949-4569-a3ad-3f0cd030f722" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">2. </span>
						ユングが定義した内向直観の本質
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-3acfe728-8f57-4811-a7ba-31c3faf4a940" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3. </span>
						内向直観は日常でこう動く
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-50b270d9-93f4-4b4a-8e87-bc7fd8d67e76" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">4. </span>
						Dario Nardiが明らかにした内向直観の脳活動
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-1c0e0d47-2974-48a7-92d6-b9feb00df87d" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5. </span>
						内向直観の陽と陰——同じNiでも「型」が2つある
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-6da6a45e-b9f9-4080-a85d-ef8e7d0fcdb5" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.1. </span>
						陽のNi（Analytic）——Visionary（ビジョナリー）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-cfdaeeea-60c1-4c71-85cb-82aa91902f82" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.2. </span>
						陰のNi（Holistic）——Oracle（神託者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-1c9cdabd-1d7e-475a-a76d-bf749cd5e191" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.3. </span>
						同じINFJ同士でも、これだけ変わる
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-71b54f95-6072-4317-96ac-af1edc71f71e" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">6. </span>
						内向直観が強い人の適職・強み
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-79b411a8-cccd-4404-a085-e924df8ba9fe" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">7. </span>
						内向直観が生み出すコミュニケーションスタイル
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-68bdac4b-24f3-4499-b218-23624b1a3d43" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">8. </span>
						自分のNiの使い方をセッションで確認する
					</a>
				</li>
			</ul></div></div>



<h2 class="wp-block-heading" id="vk-htags-e4060059-5815-4546-9177-0c1e4fc5e6a3">なぜ4文字コードだけでは足りないのか</h2>



<p>「INTJ」という診断を受けても、そこからNiが主機能でTeが補助機能であることは自動的にはわかりません。さらに言えば、同じINTJ同士でも、Niの使い方には明確な個人差があります。</p>



<p><strong>スタックの位置によって、Niの動き方はこう変わります。</strong></p>



<ul class="wp-block-list">
<li>INTJとINFJは主機能にNiがあり、世界の解釈がNiを中心に回る</li>



<li>ENTJとENFJは補助機能にNiがあり、主機能（TeまたはFe）を支える形でNiが動く</li>



<li>ISTPとISFPは第3機能にNiがあり、成長とともにNiが意識されるようになる</li>



<li>ESTPとESFPは劣等機能にNiがあり、ストレス下で「何か悪いことが起きる予感」として現れるが、この予感を知覚できずにバタバタしてしまう&#8230;。</li>
</ul>



<h2 class="wp-block-heading" id="vk-htags-3b2d6ebf-b949-4569-a3ad-3f0cd030f722">ユングが定義した内向直観の本質</h2>



<p>内向直観（Ni）は、ユングの「非合理的機能」に分類されます。外向直観（Ne）が外部の状況から可能性を広げるのに対し、Niは<strong>無意識の深層から自律的に生まれるイメージや洞察を知覚する</strong>機能です。</p>



<p>ユングはNiをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>内向直観は、主観的要因——無意識の深層から自律的に生起する「内的なイメージ」を知覚する機能である。この型は予言者、夢想家、あるいは芸術家として現れる。彼らは客観的現実から遊離し、他者には理解しがたいヴィジョンの世界に生きている。「理解されない天才」か、あるいは単なる「変人」となるかは紙一重である。</p>
</blockquote>



<p>Niは外の情報を「広く集める」のではなく、<strong>深層から浮かび上がるひとつのイメージや確信に向かって収束する</strong>機能です。「なぜそう思うのか説明できないが、これで間違いない」という感覚がNiの典型的な動きです。</p>



<h2 class="wp-block-heading" id="vk-htags-3acfe728-8f57-4811-a7ba-31c3faf4a940">内向直観は日常でこう動く</h2>



<p><strong>INTJ / INFJ（主機能）</strong>は、Niが意識の中心にあります。</p>



<ul class="wp-block-list">
<li>膨大な情報を処理した後、突然「答え」が降ってくるような感覚がある</li>



<li>未来の展開を「見えている」ように感じることがあり、それがよく当たる</li>



<li>ひとつのテーマを深く追い続けることに強い引力を感じる</li>



<li>話しながら考えるより、独りで考えてから話す方が自然</li>
</ul>



<p><strong>INFJがSeを意識するとき（劣等機能）</strong></p>



<p>INFJのSeは第4位です。日常では五感への意識が薄く、食事の味より「何を考えながら食べたか」を覚えていることがあります。ストレスが溜まると、突然暴飲暴食をしたり、過度に外見を気にし始めるのは、抑圧されたSeが噴出しているサインです。</p>



<p>→ <a href="https://seikaku-type.com/16types/extraverted-sensing">外向感覚（Se）の記事</a> で詳しく扱います。</p>



<h2 class="wp-block-heading" id="vk-htags-50b270d9-93f4-4b4a-8e87-bc7fd8d67e76">Dario Nardiが明らかにした内向直観の脳活動</h2>



<p>Nardiの観察では、Ni主機能のタイプ（INTJ・INFJ）は<strong>脳の特定領域に深く集中する「単一焦点型」</strong>のパターンを示します。NeのクリスマスツリーパターンとNiでは、脳の使い方が根本的に異なります。</p>



<p>Niが活性化しているとき、脳は「今この瞬間の入力」より「内的なパターンの統合」を処理しています。多くの情報を受け取った後に静かな時間を要するのは、この収束処理を行うためです。<strong>外部の刺激が多すぎると、Niの処理が妨げられる。</strong> Ni主機能の人が「騒がしい環境では本来の力が出ない」と感じるのには、神経科学的な根拠があります。</p>



<p>またNardiは、Niにも2つの使用モード（陽と陰）があると観察しています。</p>



<h2 class="wp-block-heading" id="vk-htags-1c0e0d47-2974-48a7-92d6-b9feb00df87d">内向直観の陽と陰——同じNiでも「型」が2つある</h2>



<p>Nardiの観察をもとに整理すると、内向直観（Ni）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong></p>



<h3 class="wp-block-heading" id="vk-htags-6da6a45e-b9f9-4080-a85d-ef8e7d0fcdb5">陽のNi（Analytic）——Visionary（ビジョナリー）</h3>



<p>自己と社会を改善するための未来への単一のビジョンにこだわる使い方です。確信した洞察を手放さず、実現のために行動します。</p>



<ul class="wp-block-list">
<li>明確で強力な未来像を持ち、それに向かって力強く進む</li>



<li>複雑な概念を統合し、包括的な理論やフレームワークを構築する</li>



<li>困難に直面してもビジョンを手放さず、より洗練させていく</li>
</ul>



<p>形成期に「目標を定めて推進する・長期ビジョンを描く」という経験を積んだ人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 周囲を鼓舞し大きな変革を生み出しますが、一つのビジョンに固執して柔軟性を欠いたり、他者に押し付けてしまうことがあります。</p>



<h3 class="wp-block-heading" id="vk-htags-cfdaeeea-60c1-4c71-85cb-82aa91902f82">陰のNi（Holistic）——Oracle（神託者）</h3>



<p>軽く多くの相互関連した洞察を保持し、元型的世界の多くの側面につながる使い方です。変容に開かれており、他者の質問に応答します。</p>



<ul class="wp-block-list">
<li>一つの明確なビジョンに固執せず、多様な洞察を流動的に保持する</li>



<li>元型的なシンボルや深層心理のパターンに敏感</li>



<li>他者の質問や状況に応じて適切な洞察を提供する</li>
</ul>



<p>形成期に「内省・象徴への感受性・他者の内面への関心」を育てた人に出やすいモードです。</p>



<p><strong>まとめ：</strong> 開放性と柔軟性に優れ、深い洞察を持ちますが、時に掴みどころがなく、行動に落とし込むのが難しい場合があります。</p>



<h3 class="wp-block-heading" id="vk-htags-1c9cdabd-1d7e-475a-a76d-bf749cd5e191">同じINFJ同士でも、これだけ変わる</h3>



<p>陽のINFJは「ビジョンを持ち、それを実現しようと動く人」に見えます。発言に確信があり、方向性が明確です。</p>



<p>陰のINFJは「様々な洞察を静かに保持し、問われたときに答えを出す人」に見えます。方向性は内側にあり、引き出されるまで表に出てきにくい特徴があります。</p>



<p>どちらが本物のINFJという話ではなく、<strong>同じNiを持ちながら、形成期の経験でこれだけ異なる人間になります。</strong></p>



<h2 class="wp-block-heading" id="vk-htags-71b54f95-6072-4317-96ac-af1edc71f71e">内向直観が強い人の適職・強み</h2>



<ul class="wp-block-list">
<li>戦略立案・長期計画（ビジョンと本質把握が活きる）</li>



<li>研究・思想・著述（深い洞察を一つのテーマに注ぐ）</li>



<li>カウンセリング・コーチング（他者の内面パターンへの感受性）</li>



<li>プロダクト設計・UX（「ユーザーが本当に求めているもの」を見抜く）</li>



<li>哲学・芸術・教育（象徴と意味の世界を扱う）</li>
</ul>



<p>陽のNiが強い人は「ビジョン主導のリーダーシップ」に向きやすく、陰のNiが強い人は「洞察を提供するアドバイザー的役割」に向きやすい傾向があります。</p>



<h2 class="wp-block-heading" id="vk-htags-79b411a8-cccd-4404-a085-e924df8ba9fe">内向直観が生み出すコミュニケーションスタイル</h2>



<p>Niが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>結論から話す（プロセスは省略される）</strong><br>Niは「なぜそう思うのか」を言語化しにくい機能です。長い内的処理の末に「こうだ」という確信が浮かぶため、プロセスが見えにくい。「なんとなくそう思う」「直観でそう感じる」という言い方が多くなります。</p>



<p><strong>象徴・比喩を好む</strong><br>抽象的なイメージで物事を捉えるため、比喩や例えを使った説明が自然に出てきます。「これは〇〇みたいなものだ」という言い方で、複雑な概念をひとつの像に圧縮します。</p>



<p><strong>発言前に考える</strong><br>グループ会話より1対1を好み、話す前に内側でまとめる時間を必要とします。既に脳内にイメージこそありますが、即興での言語化が難しく、言葉に詰まる事があります。後から「あのとき言えばよかった」と感じることが多いのも、この内向直観ユーザーが抱える課題です。</p>



<p><strong>相手のタイプによる注意点</strong><br>Se主機能の相手（ESTP・ESFP）には、抽象的な言葉が伝わりにくいことがあります。「たとえば具体的にどういうこと？」と返されたとき、Ni主機能の人が詰まるのはここです。</p>



<p>Te主機能の相手には、ビジョンと同時に「それで何をするか？」を添えると伝わりやすくなります。</p>



<h2 class="wp-block-heading" id="vk-htags-68bdac4b-24f3-4499-b218-23624b1a3d43">自分のNiの使い方をセッションで確認する</h2>



<p>「ビジョナリーとオラクル、自分はどちらに近いか」「Niとそれ以降の機能がどう連携しているか」——これらは文章を読むだけでは答えが出にくい問いです。</p>



<p>タイポロジースクールの個別セッションでは、会話の中でスタック全体の動きを確認しながら、あなたのNiの使用モードと発達状態を一緒に観察します。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_10 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/introverted-intuition/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>外向直観（Ne）とは？可能性を感じ取る心理機能の全貌</title>
		<link>https://seikaku-type.com/16types/extraverted-intuition</link>
					<comments>https://seikaku-type.com/16types/extraverted-intuition#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 09:07:55 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16286</guid>

					<description><![CDATA[心理機能という言葉は知っている。 でも、外向直観（Ne）が具体的にどう動くのか、自分の中でどう機能しているのかはまだよくわからない ——この記事はそういう方に向けています。 Neは8つの心理機能のひとつですが、「直観優位 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://seikaku-type.com/wp-content/uploads/13-1024x576.jpg" alt="" class="wp-image-16289" srcset="https://seikaku-type.com/wp-content/uploads/13-1024x576.jpg 1024w, https://seikaku-type.com/wp-content/uploads/13-300x169.jpg 300w, https://seikaku-type.com/wp-content/uploads/13-160x90.jpg 160w, https://seikaku-type.com/wp-content/uploads/13-768x432.jpg 768w, https://seikaku-type.com/wp-content/uploads/13-1536x864.jpg 1536w, https://seikaku-type.com/wp-content/uploads/13-320x180.jpg 320w, https://seikaku-type.com/wp-content/uploads/13.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>心理機能という言葉は知っている。</p>



<p>でも、外向直観（Ne）が具体的にどう動くのか、自分の中でどう機能しているのかはまだよくわからない</p>



<p>——この記事はそういう方に向けています。</p>



<p>Neは8つの心理機能のひとつですが、「直観優位のタイプが持つもの」という理解だけでは、実際の使い方は見えてきません。</p>



<p><strong>同じNeを主機能に持つENTPとENFPでも、その動き方はまったく異なります。</strong> そしてさらに踏み込むと、同じENTP同士でも、Neの「使い方の型」が違うことがあります。この記事ではその違いまで扱います。</p>



<div class="wp-block-vk-blocks-table-of-contents-new vk_tableOfContents vk_tableOfContents-style-default tabs" data-use-custom-levels="true" data-custom-levels="[&quot;h2&quot;,&quot;h3&quot;,&quot;h4&quot;,&quot;h5&quot;,&quot;h6&quot;]" data-toc-heading-levels="[&quot;h2&quot;,&quot;h3&quot;,&quot;h4&quot;,&quot;h5&quot;,&quot;h6&quot;]"><div class="tab"><div class="vk_tableOfContents_title">目次</div><input type="checkbox" id="chck-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2"/><label class="tab-label vk_tableOfContents_openCloseBtn button_status button_status-open" for="chck-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2" id="vk-tab-label-toc-zwrq6p8oh-yeqj-exu8-wwn6-r3go0ehcc2">CLOSE</label><ul class="vk_tableOfContents_list tab_content-open">
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-1e2d8b4d-b374-48d4-8c82-c35e30dd4c5e" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">1. </span>
						なぜ4文字コードだけでは足りないのか
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-04323e55-4603-4b7b-a480-15373ca40c15" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">2. </span>
						ユングが定義した外向直観の本質
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-1014e155-20d6-4b86-bc2f-1387228151ec" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3. </span>
						外向直観は日常でこう動く
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-d96a3ede-5cbe-403d-bc1b-b241170337d6" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3.1. </span>
						Neが主機能・補助機能にある人
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-12063024-38f5-47d9-b35b-2401493648cc" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">3.2. </span>
						各タイプがNeを「どの位置で」使うか
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-8413a3c7-7461-4ede-9911-ded6ca2f0fce" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">4. </span>
						Dario Nardiが明らかにした外向直観の脳活動
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-6fb0f944-6ff2-421c-9a2f-7ad3d350b6c4" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5. </span>
						外向直観の陽と陰——同じNeでも「型」が2つある
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-9400dcec-2df8-44c9-9503-1ded67ce28e4" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.1. </span>
						陽のNe（Analytic）——Inventor（発明者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-e28257da-67bc-48fc-b57b-20a5d8bb9256" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.2. </span>
						陰のNe（Holistic）——Connector（連結者）
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-3">
					<a href="#vk-htags-7453ace4-7f6e-4535-ba38-714935bb42b4" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">5.3. </span>
						同じENTP同士でも、これだけ変わる
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-138c9fa1-7e42-4a7d-bb9e-61b964f5c7b8" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">6. </span>
						外向直観が強い人の適職・強み
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-14e7c7a4-b341-42e7-bca8-24fdae869bf1" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">7. </span>
						外向直観が生み出すコミュニケーションスタイル
					</a>
				</li>
			
				<li class="vk_tableOfContents_list_item vk_tableOfContents_list_item-h-2">
					<a href="#vk-htags-8c1b7b29-16f3-4235-b60f-85a30668f3e5" class="vk_tableOfContents_list_item_link">
						<span class="vk_tableOfContents_list_item_link_preNumber">8. </span>
						自分のNeの使い方をセッションで確認する
					</a>
				</li>
			</ul></div></div>



<h2 class="wp-block-heading" id="vk-htags-1e2d8b4d-b374-48d4-8c82-c35e30dd4c5e">なぜ4文字コードだけでは足りないのか</h2>



<p>16personalitiesの診断結果は4文字のコードです。</p>



<p>しかしこのコードは、心理機能のスタック（どの機能をどの順番で使うか）を直接教えてくれるわけではありません。</p>



<p>「ENTP」という結果を見ても、そこからNeが主機能でTiが補助機能であることは自動的にはわかりません。4文字コードはタイプの「呼び名」であり、機能の中身や順序は別の話です。</p>



<p><strong>機能スタックを知ると、見えてくるものがあります。</strong></p>



<ul class="wp-block-list">
<li>INTPのNeは補助機能であり、主機能のTiに従属する形で動く。ENTPのNeとは質が異なる</li>



<li>劣等機能にNeがあるISTJは、ストレス下でNeが突発的に動き、普段と全く違う言動をとることがある</li>



<li>同じENTP同士でも、Neの「使い方の型」が違えば、行動パターンも思考の癖もまったく変わる</li>
</ul>



<p>機能の「名前」を知るだけでなく、<strong>自分のスタック上のどこにNeがあり、どう使っているかを把握すること</strong>が、理解の起点になります。</p>



<h2 class="wp-block-heading" id="vk-htags-04323e55-4603-4b7b-a480-15373ca40c15">ユングが定義した外向直観の本質</h2>



<p>外向直観（Ne）は、ユングが提唱した「非合理的機能」のひとつです。</p>



<p>ここで言う「非合理的」は「論理的でない」の意ではなく、<strong>判断より先に知覚する機能</strong>という分類上の名前です。感覚（Se/Si）と直観（Ne/Ni）がここに属します。</p>



<p>ユングはNeをこう記述しています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>外向直観は、客観的状況の背後に潜む「可能性」を知覚する機能である。確定した事実は彼らにとって牢獄に等しく、求めているのは事実そのものではなく、その事実が将来どのような展開を見せるかという「種子」である。新しい可能性の気配を感じ取ると全精力を注ぐが、ひとたびその可能性が汲み尽くされると即座に興味を失い、新たな可能性を求めて去っていく。種を蒔くが、刈り入れは他人に任せる——それが彼らの運命である。</p>
</blockquote>



<p>ここで重要なのは、<strong>Neは「考える」機能ではなく「受け取る」機能</strong>だという点です。アイデアが浮かぶのは思考の結果ではなく、外部の状況から可能性を「知覚している」状態です。だから意図してコントロールしにくく、環境や刺激の影響を大きく受けます。</p>



<h2 class="wp-block-heading" id="vk-htags-1014e155-20d6-4b86-bc2f-1387228151ec">外向直観は日常でこう動く</h2>



<h3 class="wp-block-heading" id="vk-htags-d96a3ede-5cbe-403d-bc1b-b241170337d6">Neが主機能・補助機能にある人</h3>



<p><strong>ENTP / ENFP</strong>（主機能）と<strong>INTP / INFP</strong>（補助機能）は、Neが意識の上位に位置します。</p>



<ul class="wp-block-list">
<li>話しながらアイデアが出てくる（書く前に話すと整理される感覚）</li>



<li>ひとつの話題から連想が止まらない（「それで言うと…」と脱線する）</li>



<li>結論を出す前に「でも別の可能性もある」と広げてしまう</li>



<li>新しい情報やプロジェクトに触れた瞬間のエネルギーが高い</li>
</ul>



<p>INTPの場合、Neは主機能のTi（内向思考）が深めた内容を外に展開する役割を担います。ひとつの理論から多くの応用例を思いつく動きは、Ti×Neの典型です。ENTPのNeより落ち着いた展開になるのは、主機能の重みがTiにあるためです。</p>



<h3 class="wp-block-heading" id="vk-htags-12063024-38f5-47d9-b35b-2401493648cc">各タイプがNeを「どの位置で」使うか</h3>



<p><strong>ENTP / ENFP——主機能（第1位）</strong></p>



<p>Neが意識の中心にある状態。自然に可能性を探り、アイデアをつなげ、「もし〜だったら」という仮説思考が常時稼働しています。疲れていないのに集中できないのは、Neが次の可能性を求めて走り続けているからです。</p>



<p><strong>INTP / INFP——補助機能（第2位）</strong></p>



<p>主機能（TiまたはFi）が深めた内容を、Neが外に展開する役割を担います。INTPがひとつの理論から多くの応用例を思いつくのはこの組み合わせの典型です。</p>



<p><strong>ESTJ / ESFJ——第3機能（成長の課題）</strong></p>



<p>普段は意識しにくい領域ですが、年齢や経験を重ねると「例外はないか」「別の視点で見ると」という問いが自然に出てくるようになります。これがNeの発達サインです。</p>



<p><strong>ISTJ / ISFJ——劣等機能（第4位）</strong></p>



<p>通常は意識に上りにくく、ストレス下で突発的に現れます。「全てが崩れるかもしれない」という漠然とした不安や、普段とかけ離れた衝動的な行動として出ることがあります。</p>



<p>INTPがSiを意識するときと同様、どの機能も「位置によって役割と使い心地が変わる」のが心理機能の面白さです。→ <a href="https://seikaku-type.com/16types/introverted-sensing">内向感覚（Si）の記事</a></p>



<h2 class="wp-block-heading" id="vk-htags-8413a3c7-7461-4ede-9911-ded6ca2f0fce">Dario Nardiが明らかにした外向直観の脳活動</h2>



<p>心理機能を「脳の動き」から実証したのが、カリフォルニア大学ロサンゼルス校の研究者<strong>Dario Nardi（ダリオ・ナルディ）</strong>です。著書『Neuroscience of Personality』（2011）では、EEG（脳波計）を使って16タイプそれぞれの脳活動パターンを記録・比較しました。</p>



<p>Neが主機能のタイプ（ENTP・ENFP）では、<strong>「クリスマスツリー」</strong>と呼ばれる状態が繰り返し観測されました。脳の多くの領域が同時に活性化するパターンです。これは、ひとつの情報から複数の連想・可能性を同時に処理していることを示しています。</p>



<p>またNardiは、NeとNiでは脳の活動パターンが根本的に異なると報告しています。<strong>Neが「広く同時並列的に」処理するのに対し、Niは「深く単一のイメージに収束する」形で処理する。</strong> 同じ「直観」という言葉を使っていても、脳レベルでは別の機能です。</p>



<p>さらにNardiの研究で興味深いのは、<strong>同じ機能を持つタイプ内でも、脳の使い方に2つのパターンが存在する</strong>という観察です。これが次のセクションで扱う「陽と陰」の話につながります。</p>



<h2 class="wp-block-heading" id="vk-htags-6fb0f944-6ff2-421c-9a2f-7ad3d350b6c4">外向直観の陽と陰——同じNeでも「型」が2つある</h2>



<p>ここが、この記事の核心です。</p>



<p>Nardiの観察をもとに整理すると、外向直観（Ne）には<strong>2つの使用モード</strong>があります。陽（Analytic）と陰（Holistic）です。どちらが良い・悪いということはありません。<strong>15歳から25歳の形成期に、どちらを意識的・無意識的に育ててきたかによって、優位なモードが決まります。</strong> そしてこれが、同じタイプ同士でも「なんか違う」と感じる理由のひとつになっています。</p>



<h3 class="wp-block-heading" id="vk-htags-9400dcec-2df8-44c9-9503-1ded67ce28e4">陽のNe（Analytic）——Inventor（発明者）</h3>



<p>能動的で、特定の可能性を掴んだら積極的に推し進める使い方です。</p>



<ul class="wp-block-list">
<li>「これだ」という可能性に出会うと、それを形にしようと一気に動く</li>



<li>アイデアを発信・実行することに躊躇が少ない</li>



<li>可能性を「選んで実現する」方向にエネルギーが向かう</li>



<li>自分の着想を他者に伝え、動かそうとする</li>
</ul>



<p>形成期に「発信する・形にする・試す」という経験を多く積んだ人に出やすいモードです。起業・プロジェクト立ち上げ・表現活動などに早期から関わってきた場合に育ちやすい。</p>



<p><strong>まとめ：</strong> 推進力と実行力があり、アイデアを現実に引き寄せる力が強い。一方で、ひとつの可能性に集中するあまり他の可能性を見落としたり、自分の着想を周囲に押し付けてしまうことがある。</p>



<h3 class="wp-block-heading" id="vk-htags-e28257da-67bc-48fc-b57b-20a5d8bb9256">陰のNe（Holistic）——Connector（連結者）</h3>



<p>受容的で、多くの可能性を同時に保持しながら、それらの間のつながりを見つける使い方です。</p>



<ul class="wp-block-list">
<li>「あれもこれも面白い」という状態が自然で心地よい</li>



<li>異なる分野・アイデアの間に共通構造を見つけることが得意</li>



<li>ひとつに絞ることより、可能性を広げ続けることに充実感を感じる</li>



<li>他者の話を聞きながら、関連するアイデアが次々と湧いてくる</li>
</ul>



<p>形成期に「観察する・受け取る・つなげる」という経験を多く積んだ人に出やすいモードです。多様な分野を横断的に学んだり、異なるコミュニティに触れてきた場合に育ちやすい。</p>



<p><strong>まとめ：</strong> 統合力と柔軟性があり、誰も気づかない接続点を見つける力が強い。一方で、可能性を広げることへの快感が強くなりすぎると、決断が遅れたり、何かを「選ぶ」ことへの抵抗感が生まれやすい。</p>



<h3 class="wp-block-heading" id="vk-htags-7453ace4-7f6e-4535-ba38-714935bb42b4">同じENTP同士でも、これだけ変わる</h3>



<p>陽のENTPは「アイデアをどんどん出して、すぐ動こうとする人」に見えます。会話のテンポが速く、着想から行動への距離が短い。</p>



<p>陰のENTPは「あらゆる可能性を頭の中に並べ、どれも面白そうで選べない人」に見えます。分析の深さと横断的な視野は広いが、実行に移るまでに時間がかかる。</p>



<p>どちらかが「本物のENTP」という話ではありません。<strong>同じ機能を持ちながら、育て方の違いでこれだけ異なる人間になる</strong>——これがNardiの観察が示す、心理機能の実践的な面白さです。</p>



<h2 class="wp-block-heading" id="vk-htags-138c9fa1-7e42-4a7d-bb9e-61b964f5c7b8">外向直観が強い人の適職・強み</h2>



<p>Neが主機能・補助機能にある人が力を発揮しやすい領域をまとめます。</p>



<p><strong>活かしやすい職種・領域</strong></p>



<ul class="wp-block-list">
<li>企画・マーケティング・プランナー（問いの再定義と発想量が活きる）</li>



<li>編集・コンテンツ制作・ライター（情報をつなげて新しい文脈を作る）</li>



<li>コンサルタント・アドバイザー（課題の見立てと可能性提示が得意）</li>



<li>起業・新規事業開発（変化と不確実性を強みにできる）</li>



<li>研究・開発・教育（問いを立てる力がそのまま機能する）</li>
</ul>



<p>陽のNeが強い人は「実行・推進を伴う役割」に向きやすく、陰のNeが強い人は「統合・設計・概念化を伴う役割」に向きやすい傾向があります。ただしこれはあくまでも傾向であり、補助機能以降のスタックとの組み合わせによって大きく変わります。</p>



<h2 class="wp-block-heading" id="vk-htags-14e7c7a4-b341-42e7-bca8-24fdae869bf1">外向直観が生み出すコミュニケーションスタイル</h2>



<p>Neが主機能・補助機能にある人の話し方には、共通した特徴があります。</p>



<p><strong>話しながら考える</strong><br>Neは「考えてから話す」より「話しながら考える」機能です。会話の中でアイデアが展開し、話しているうちに結論が見えてくる。だから途中で話が変わることが多く、「さっき言ってたこととちょっと違う」が起きやすい。</p>



<p><strong>連想で跳ぶ</strong><br>一つのトピックから関連するアイデアへ、次々と連想が飛びます。聞く側には「脱線」に見えることがありますが、本人の中では全部つながっています。「それで言うと…」「関係あるかわからないけど…」が口癖になりやすい。</p>



<p><strong>可能性の提示が多い</strong><br>断言より「〜という可能性もある」「〜だとしたら面白くないか」という表現を好む。断定することへの抵抗と、可能性を潰したくないという動機が背景にあります。</p>



<p><strong>相手のタイプによる注意点</strong><br>Si主機能の相手（ISTJ・ISFJ）との会話では、話が飛びすぎると「で、結論は？」と感じさせやすい。Te主機能の相手（ESTJ・ENTJ）には、可能性の羅列より「何を決めたいか」を先に示すと伝わりやすくなります。</p>



<h2 class="wp-block-heading" id="vk-htags-8c1b7b29-16f3-4235-b60f-85a30668f3e5">自分のNeの使い方をセッションで確認する</h2>



<p>「自分は陽と陰のどちらが強く出ているか」「補助機能との連携が取れているか」——こうした問いは、文章を読むだけでは答えが出にくいものです。</p>



<p>タイポロジースクールの個別セッションでは、会話の中でスタック全体の動きを観察しながら、あなたの心理機能の使用モードと発達状態を一緒に確認します。</p>



<p>Neがどの位置にあり、陽と陰のどちらが今の自分に出やすいかが見えると、強みの活かし方も具体的になります。</p>



<p>→ <a href="https://seikaku-type.com/enneagram-session">16性格タイプ 個別セッションの詳細はこちら</a></p>



<p><em>関連記事：<a href="https://seikaku-type.com/16types/extraverted-intuition">Ne</a> / <a href="https://seikaku-type.com/16types/introverted-intuition">Ni</a> / <a href="https://seikaku-type.com/16types/extraverted-sensing">Se</a> / <a href="https://seikaku-type.com/16types/introverted-sensing">Si</a> / <a href="https://seikaku-type.com/16types/extraverted-thinking">Te</a> / <a href="https://seikaku-type.com/16types/introverted-thinking">Ti</a> / <a href="https://seikaku-type.com/16types/extraverted-feeling">Fe</a> / <a href="https://seikaku-type.com/16types/introverted-feeling">Fi</a></em></p>



<p></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_11 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/extraverted-intuition/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>仲介者としてのINFP｜ネットで見るINFPと、リアルで出会うINFPは、別人！</title>
		<link>https://seikaku-type.com/16types/infp-real-vs-online</link>
					<comments>https://seikaku-type.com/16types/infp-real-vs-online#respond</comments>
		
		<dc:creator><![CDATA[真基 木村]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 08:04:11 +0000</pubDate>
				<guid isPermaLink="false">https://seikaku-type.com/?post_type=16types&#038;p=16279</guid>

					<description><![CDATA[先日、このツイートの反響が良かったので、記事にしました。 SNSを開けば流れてくる「INFPあるある」。 繊細で、傷つきやすくて、社会に馴染めない夢想家——。 でも、リアルな社会で生きるINFPを知っている身からすると、 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="theContentWrap-ccc"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1024" height="1024" src="https://seikaku-type.com/wp-content/uploads/2024/11/13f6c340d0aaa7959c3c0603541b7bdc.jpg" alt="" class="wp-image-10619" style="width:500px" srcset="https://seikaku-type.com/wp-content/uploads/2024/11/13f6c340d0aaa7959c3c0603541b7bdc.jpg 1024w, https://seikaku-type.com/wp-content/uploads/2024/11/13f6c340d0aaa7959c3c0603541b7bdc-300x300.jpg 300w, https://seikaku-type.com/wp-content/uploads/2024/11/13f6c340d0aaa7959c3c0603541b7bdc-768x768.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p></p>



<p>先日、このツイートの反響が良かったので、記事にしました。</p>



<figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper">
<blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="ja" dir="ltr">界隈民全員に大声で訴えたいのは、<br>本物INFPって、<br><br>・金銭的利益度外視しで動ける<br>・他者の感情の深い所まで入れる<br>・本人ですら言語化できない<br>　機微な気持ちを察してくれる<br>・他人の評価に囚われない<br>・但し、嫌いな相手に対しては<br>　秒速でドアスラム<br>　<br>本当に少ないし貴重な存在です。 <a href="https://t.co/iblSgGIUmy">https://t.co/iblSgGIUmy</a></p>&mdash; ひよこ＠エニアグラム×16性格診断の専門家 (@HEnneagram) <a href="https://twitter.com/HEnneagram/status/2042546922058318256?ref_src=twsrc%5Etfw">April 10, 2026</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div></figure>



<p></p>



<p>SNSを開けば流れてくる「INFPあるある」。 <br>繊細で、傷つきやすくて、社会に馴染めない夢想家——。</p>



<p>でも、リアルな社会で生きるINFPを知っている身からすると、そのステレオタイプにはずっと「<strong>猛烈な違和感</strong>」を感じていました。</p>



<p>私が出会ってきたリアルINFPたちは、もっと静かで、もっと純粋で、そして時に、誰よりも冷徹なほどの潔さを持っています。</p>



<p>ネット上の喧騒に隠れた、<strong>「別の生き物」としてのINFPの正体</strong>について、少し深い話をさせてください。</p>



<p>どうも&#8230;INFPの恩恵をたくさん享受しているものです。</p>



<h2 class="wp-block-heading">INFPは本物の仲介者</h2>



<p>16PersonalitiesでINFPは「仲介者」と呼ばれます。 </p>



<p>誤解を避けるために言うと、INFP（仲介者）は決して「<strong>器用に間を取り持つ調整役</strong>」ではありません。</p>



<p>むしろ、「<strong>理屈を飛び越えて、点と点をつないでしまう魔法使い</strong>」に近い。</p>



<p>私の経験上、6ケタや７ケタのお金が動く瞬間、その裏には必ずと言っていいほど一人のINFPの存在がありました。</p>



<p>本人たちは「なんとなく面白そうだから会わせただけ」と言いますが、その「なんとなく」の精度が、論理を超越しているのです。</p>



<h2 class="wp-block-heading">INFP像/ネットとリアルの違い</h2>



<p>——感情的で、傷つきやすく、夢見がち</p>



<p>SNSを見ていると、「INFPです」と自認する人はたくさんいます。中には、日本人にいちばん多いのはINFPだよね&#8230;？という人も。</p>



<h3 class="wp-block-heading">ネットで見かけるINFP像</h3>



<p>ネット上でよく見るINFPの自認は、だいたいこういうものです。</p>



<ul class="wp-block-list">
<li>「繊細で傷つきやすい」</li>



<li>「夢を追いかけている」</li>



<li>「気持ちを大切にしたい」</li>
</ul>



<p>T型からすると、少し扱いにくい印象を持つかもしれません。あるいは、「<strong>それってただの甘えでは?</strong>」と感じることもあるでしょう。</p>



<p>その感覚は、あながち間違っていないこともあります。<strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">自認と実際のタイプが一致していないケースは、INFPに限らず多い</span></strong>です。</p>



<h3 class="wp-block-heading">リアルINFPは少し違う</h3>



<p>特に、個人事業主界隈の中で、リアルINFPとお話をしていると、ある共通点に気づきます。</p>



<ul class="wp-block-list">
<li>お金にならなくても動いています</li>



<li>別に人から評価されなくても動く</li>



<li>ENFPと違って、直ぐに目移りしない</li>
</ul>



<p>損な役回りばかり押し付けられて、「なぜそれをやっているんですか?それあなたの仕事ではないと思うのですが&#8230;」と質問をしても、「なんとなく&#8230;です。」と返ってきます。</p>



<h3 class="wp-block-heading">言葉で説明をするよりも、先に行動がある</h3>



<p>TJ型から見ると非効率に映るかもしれません。これは意志の弱さでも強さでもありません。</p>



<p>損得勘定が<strong>最初から回路に入っていない</strong>ような、そういう動き方です。</p>



<p>資本主義×結果至上主義の世界から対極の位置にいるため、罵詈雑言とネットでは言われていますが、だからこそ逆に人と人をつなぐといった仲介者としての役割を果たせるのでしょう。</p>



<h2 class="wp-block-heading">感情への解像度の高さ</h2>



<p>もう一つ驚くのが、<strong>他者の感情への解像度</strong>です。</p>



<p>セッション中、相手がまだ言語化できていない気持ちを、先に言い当てることがあります。</p>



<p>「あ、そうです、そうなんです」と、相手よりも相手の気持ちを理解しているケースが多いです。これは、INFPが指向するFi：内向感情とNe：外向直観のたまものでしょう。</p>



<p>コミュニケーションの技術や計算ではなく、相手の内側に、本当に入っているから成し遂げられることなのかもしれません。</p>



<p>「共感が得意」という言葉では足りなくて、「他者の感情の深い層まで届いている」という感覚に近いです。でも、その内側で感じたことを言語化するのは苦手だったりします。</p>



<h2 class="wp-block-heading">他人の評価に囚われない、は鈍感とは違います</h2>



<p>ここは誤解されやすいので補足しておきます。</p>



<p>「他人の評価に囚われない」というのは、鈍感とか図太いということではありません。むしろ逆で、感じすぎているから、外側の評価に引っ張られる余裕がない、に近いです。</p>



<p>内側がすでにいっぱいなのです。T型が「気にしない」のとは、メカニズムが全然違います。</p>



<h2 class="wp-block-heading">そして、ドアスラムが速い</h2>



<p>これが最も誤解されやすい点です。</p>



<p>あれほど深く他者に入れる人が、嫌いな相手には秒速で関係を切ります。矛盾しているように見えますが、実はここに一貫性があります。</p>



<p>深く入れるからこそ、「<strong>ここには入れない</strong>」という判断も、同じ精度で下せます。</p>



<p>ドアスラムはINFPの冷たさではなく、<strong>自分の心を守るための防衛機制です。</strong></p>



<p>リアルのINFPは、本当に少ないです。</p>



<p>でも確実にいます。そしてその人たちは、たいてい自分がINFPだとは思っていません。</p>



<p>ネットで「INFPあるある」を消費しているより、もっと静かなところにいます。</p>



<p>そもそも、SNSで『<strong>私はINFPだ！うぉぉぉぉ！</strong>』と旗をあげている人は本当にINFPなのでしょうか？</p>



<p></p>
</div>
<p id="mbti-shindan-footer"><strong>最後まで読んでくださりありがとうございます。</strong></p>



<p></p>



<!-- FontAwesome（未読込なら残してください） -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

<style>
#ap-root {
  --navy: #064e3b;
  --blue: #10b981;
  --light: #ecfdf5;
  --border: #a7f3d0;
  --text: #374151;
  --muted: #6b7280;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 14px;
  max-width: 680px;
  margin: 40px auto;
}
#ap-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ap-root .ap-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.08);
}
#ap-root .ap-header-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}
#ap-root .ap-main {
  display: flex;
  gap: 18px;
  padding: 24px 22px 16px;
  align-items: flex-start;
}
#ap-root .ap-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--border);
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#ap-root .ap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#ap-root .ap-identity { flex: 1; }
#ap-root .ap-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .04em;
  margin-bottom: 4px;
}
#ap-root .ap-title {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}
#ap-root .ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#ap-root .ap-tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 600;
}
#ap-root .ap-core {
  padding: 14px 22px 24px;
  font-size: .9rem;
  color: #3a3a3a;
  line-height: 1.8;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-core strong { color: var(--navy); }
#ap-root .ap-highlight-box {
  background: #f0fdf4;
  border-left: 4px solid var(--blue);
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  color: var(--navy);
  font-size: 0.95rem;
}
#ap-root .ap-stats {
  display: flex;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
}
#ap-root .ap-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
#ap-root .ap-stat:last-child { border-right: none; }
#ap-root .ap-stat .stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}
#ap-root .ap-stat .stat-label {
  font-size: .72rem;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
#ap-root .ap-btn-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  background: #fafafa;
}
#ap-root .ap-toggle-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
#ap-root .ap-toggle-btn .btn-icon {
  transition: transform .25s;
  color: var(--blue);
}
#ap-root .ap-toggle-btn:hover { border-color: var(--blue); }
#ap-root .ap-toggle-btn.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#ap-root .ap-toggle-btn.active .btn-icon {
  transform: rotate(180deg);
  color: #fff;
}
#ap-root .ap-panel {
  display: none;
  padding: 20px 22px;
  background: var(--light);
  font-size: .88rem;
  line-height: 1.85;
  color: #3a3a3a;
  animation: apFadeIn .25s ease;
}
#ap-root .ap-panel.show { display: block; }
@keyframes apFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
#ap-root .ap-panel strong {
  color: var(--navy);
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.2) 60%);
}
#ap-root .ap-panel .ap-quote {
  border-left: 3px solid var(--blue);
  padding: 10px 16px;
  margin: 16px 0 0;
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--navy);
  font-weight: bold;
  font-size: .85rem;
}

#ap-root .ap-footer {
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#ap-root .ap-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#ap-root .ap-footer-note {
  font-size: .75rem;
  color: var(--muted);
  font-weight: bold;
}
#ap-root .ap-footer-message {
  font-size: .85rem;
  color: var(--navy);
  font-weight: bold;
}
#ap-root .ap-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#ap-root .ap-session-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
}
#ap-root .ap-session-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
#ap-root .ap-session-btn.primary:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 78, 59, 0.3);
}
#ap-root .ap-session-btn.secondary {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--blue);
}
#ap-root .ap-session-btn.secondary:hover {
  background: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

@media (max-width: 480px) {
  #ap-root .ap-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ap-root .ap-tags { justify-content: center; }
  #ap-root .ap-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px dashed var(--border);
    padding: 12px 0;
  }
  #ap-root .ap-stat:last-child,
  #ap-root .ap-stat:nth-last-child(2) {
    border-bottom: none;
  }
  #ap-root .ap-toggle-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  #ap-root .ap-footer-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #ap-root .ap-session-btn {
    font-size: .9rem;
    padding: 12px 16px;
  }
}
</style>

<div id="ap-root">
  <div class="ap-card">

    <div class="ap-header-bar"></div>

    <div class="ap-main">
      <div class="ap-avatar">
        <img src="https://seikaku-type.com/wp-content/uploads/naokikimura.jpg" alt="木村なおき">
      </div>
      <div class="ap-identity">
        <div class="ap-name">木村 なおき</div>
        <div class="ap-title">ENTPデザイナー / 趣味ディベート</div>
        <div class="ap-tags">
          <span class="ap-tag">16タイプ診断士</span>
          <span class="ap-tag">心理機能専門</span>
          <span class="ap-tag">ウェブデザイナー</span>
        </div>
      </div>
    </div>

    <div class="ap-core">
      ユングのタイプ論（8つの心理機能）を16タイプに完全連携。2023年に16Type株式会社のサイト制作をしたことをきっかけに、そのまま認定トレーナーになる。<br>
      有料・無料を含め、<strong>400人超の診断</strong>を実施。なぜかINFPのお客様がいちばん多いです。趣味は即興ディベート。

      <div class="ap-highlight-box">
        <i class="fa-solid fa-trident" style="margin-right: 6px;" aria-hidden="true"></i>16タイプ×エニアグラムなら日本でNo.1…だと思う。
      </div>
    </div>

    <div class="ap-stats">
      <div class="ap-stat">
        <span class="stat-num">ユング式</span>
        <span class="stat-label">8つの心理機能</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">4つのサブタイプ</span>
        <span class="stat-label">64タイプ</span>
      </div>
      <div class="ap-stat">
        <span class="stat-num">タイプの関係</span>
        <span class="stat-label">16通り</span>
      </div>
    </div>

    <div class="ap-btn-row">
      <button class="ap-toggle-btn" data-target="panel-structure">
        <span class="btn-icon">▼</span> 構造主義者
      </button>
      <button class="ap-toggle-btn" data-target="panel-link">
        <span class="btn-icon">▼</span> 異なる理論同士を連携
      </button>
      <button class="ap-toggle-btn" data-target="panel-design">
        <span class="btn-icon">▼</span> 性格と制作
      </button>
    </div>

    <div class="ap-panel" id="panel-structure">
      私は、性格タイプを「当てるもの」として見るより、<strong>構造を読むもの</strong>として扱っています。<br><br>
      4文字のラベルをつけて終わるのではなく、8つの心理機能をもとに、その人がどう情報を受け取り、どう整理し、どう判断し、どこで詰まりやすいのかを見ていきます。<br><br>
      診断そのものが目的ではなく、その人の思考や行動のクセを構造として言語化することが重要だと考えています。だからこそ、性格タイプの話だけで終わらず、発信、商品設計、サイト構成までつながります。
      <div class="ap-quote">「タイプを当てるより、構造を見たい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-link">
      16タイプだけで人を読み切れるわけではありません。逆に、エニアグラムだけでも足りない場面があります。<br><br>
      だから私は、<strong>異なる理論同士を対立させず、必要に応じて連携</strong>させます。認知のクセは16タイプ、動機や執着はエニアグラム、というように役割を分けながら、その人の全体像を立体的に見ていきます。<br><br>
      これは診断だけの話ではなく、デザインやホームページ制作でも同じです。複数の考え方を整理してつなげる技術は、現場でそのまま使えます。
      <div class="ap-quote">「理論を増やしたいのではなく、理論同士をつなげたい人です。」</div>
    </div>

    <div class="ap-panel" id="panel-design">
      性格タイプを見るだけの人ではなく、<strong>その場でヒアリングして、言語化して、実際に形にする人</strong>でもあります。<br><br>
      話を聞きながら、何に悩んでいるのか、何が強みなのか、どこで言葉が詰まっているのかを整理して、そのまま見出しや導線やサイト構成に落とし込んでいきます。<br><br>
      だから、性格診断とホームページ制作は私の中では別の仕事ではありません。どちらも、相手の中にあるものを構造化して、伝わる形に変える仕事です。
      <div class="ap-quote">「タイプを見て終わる人ではなく、見たあと作り始める人です。」</div>
    </div>

    <div class="ap-footer">
      <div class="ap-footer-header">
        <span class="ap-footer-note">seikaku-type.com 運営</span>
        <span class="ap-footer-message">＼ 診断も制作もまとめてどうぞ ／</span>
      </div>

      <div class="ap-footer-buttons">
        <a href="https://seikaku-type.com/enneagram-session/" class="ap-session-btn primary">
          <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
          16タイプ×エニアグラム連携（統合セッション）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>

        <a href="https://seikaku-type.com/enneagram-session/services/" class="ap-session-btn secondary">
          <i class="fa-solid fa-laptop-code" aria-hidden="true"></i>
          有料サービス一覧（制作・診断まとめ）
          <i class="fa-solid fa-chevron-right" style="margin-left: auto;" aria-hidden="true"></i>
        </a>
      </div>
    </div>

  </div>
</div>

<script>
document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var targetId = this.dataset.target;
    var panel = document.getElementById(targetId);
    var isOpen = panel.classList.contains('show');

    document.querySelectorAll('#ap-root .ap-panel').forEach(function(p) {
      p.classList.remove('show');
    });
    document.querySelectorAll('#ap-root .ap-toggle-btn').forEach(function(b) {
      b.classList.remove('active');
    });

    if (!isOpen) {
      panel.classList.add('show');
      this.classList.add('active');
    }
  });
});
</script>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ==========================================
   独立型ジャンプボタン（90x90px 赤丸シンプル版）
========================================== */
.kmt-standalone-jump-wrap {
    text-align: center;
    margin: 32px 0;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index:1000;
}

.kmt-standalone-jump-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626); /* 鮮やかな赤 */
  border-radius: 50%; /* 完全な丸 */
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
  transition: transform 0.2s ease;
  animation: kmt-pulse-circle 2s infinite; /* 波紋アニメーション */
  line-height: 1.2;
}

.kmt-standalone-jump-btn:hover {
  transform: scale(1.05);
  animation: none; /* ホバー時はアニメーション停止 */
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* 上段：有料診断 */
.kmt-jump-main-text {
  font-size: 0.75rem; /* 約12px */
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

/* 下段：割引中 */
.kmt-jump-sub-text {
  font-size: 0.95rem; /* 約15px */
  font-weight: 900;
  color: #fde047; /* 目立つイエロー */
  letter-spacing: 0.05em;
}

/* 波紋（パルス）アニメーション */
@keyframes kmt-pulse-circle {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>

<div class="kmt-standalone-jump-wrap">
  <!-- href属性の "#mbti-shindan-footer" がジャンプ先のIDになります -->
  <a href="#mbti-shindan-footer" class="kmt-standalone-jump-btn" id="kmt-standalone-jump-trigger">
    <span class="kmt-jump-main-text">タイプを</span>
    <span class="kmt-jump-sub-text">決める</span>
  </a>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
  // スムーズスクロール機能
  var standaloneJumpBtn = document.getElementById('kmt-standalone-jump-trigger');
  if (standaloneJumpBtn) {
    standaloneJumpBtn.addEventListener('click', function(e) {
      e.preventDefault();
      // href属性からジャンプ先のIDを取得（#を除外）
      var targetId = this.getAttribute('href').replace('#', '');
      var target = document.getElementById(targetId);
      if (target) {
        // 対象の要素まで滑らかにスクロール
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  }
});
</script>



<div class="wp-block-group is-style-vk-group-shadow free-test-col"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">普通の診断に飽きた方へ</span></strong></h3>



<p class="has-text-align-center vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom">少し斜め上の<strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">診断テスト</span></strong>をご用意しました</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>
</div></div>



<div class="wp-block-vk-blocks-grid-column vk_gridColumn vk_block-margin-0--margin-top"><div class="row">
<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/persona-ver"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/c19f41280020bc033972bed627a22cb0.jpg" alt="" class="wp-image-8481"/></a></figure>
</div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4"><div class="vk_gridColumn_item_inner  "><a href="https://seikaku-type.com/16types/kankei-shindan" class="vk_gridColumn_item_link"><span class="screen-reader-text">グリッドカラムアイテムリンク</span></a>
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/enneagram-session/type-relation/kankei-shindan/"><img src="https://seikaku-type.com/wp-content/uploads/Gemini_Generated_Image_lzjdzxlzjdzxlzjd.jpg" alt="" class="wp-image-15657"/></a></figure>
</div></div>



<div class="wp-block-vk-blocks-grid-column-item vk_gridColumn_item col-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4">
<figure class="wp-block-image size-full"><a href="https://seikaku-type.com/16types/diagnosis-of-others"><img src="https://seikaku-type.com/wp-content/uploads/2021/12/6352890aa841da7025c91a06fe14c030.jpg" alt="" class="wp-image-8483"/></a></figure>
</div>
</div></div>
</div></div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_hidden"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%)" class="sme-highlighter">エンタメに飽きた方へ</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom vk_hidden">娯楽からコミュニケーションツールへ</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom vk_hidden"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group is-style-vk-group-shadow vk_block-margin-0--margin-top vk_hidden"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-0--margin-top" style="font-size:3rem">講座開催中</h3>



<p class="has-text-align-center">16の性格診断完全攻略講座</p>



<p>16の性格タイプはネットエンタメを超えて、対人関係を攻略・コミュニケーション力を加速させる武器にしていませんか？</p>



<p>自らの領域で結果を出す事業者・専門職が、<strong>リアル・オンライン共に最短1日</strong>でプロレベルの分析視点を習得し、日常で自在に使いこなすための設計となっています。</p>



<div class="wp-block-columns is-not-stacked-on-mobile vk_custom_css_12 vk_block-margin-sm--margin-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/20260211-cf-free/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-9.jpg" alt="" class="wp-image-15017"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-6.jpg" alt="" class="wp-image-15013"/></figure>
</div>



<div class="wp-block-column"><a href="https://seikaku-type.com/enneagram-session/school/cf20260221/" class="wp-block-column-vk-link"><span class="screen-reader-text is-layout-flow wp-block-column-is-layout-flow">カラムリンク</span></a>
<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/image-1-8.jpg" alt="" class="wp-image-15015"/></figure>
</div>
</div>
</div></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom"><strong>人間関係攻略の巻</strong></h3>



<p class="has-text-align-center">16の性格タイプをリアルで活用したい方へ</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15058" alt="" src="https://seikaku-type.com/wp-content/uploads/046.jpg" style="object-position:48% 33%" data-object-fit="cover" data-object-position="48% 33%"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-2e8b9e2e-78d4-468d-be3f-cc281c9f861b vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color"><a href="https://seikaku-type.com/enneagram-session/16type-relation-ws/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-background-dim" style="background-color:#f3f4f5;opacity:0"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格｜関係編<br>ワークショップ</h4>



<p class="has-text-align-center" style="font-size:12px">2026年4月25～26日開催<br>東京都中央区東日本橋｜9,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">お申込みはこちらから</span></div></a></div>
</div></div></div>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover aligncenter is-light" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:200px;aspect-ratio:unset;"><img class="wp-block-cover__image-background wp-image-15707 size-full" alt="" src="https://seikaku-type.com/wp-content/uploads/5403ddc4-407b-4eaf-b820-fe8a7c7f269c-768x768-1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#aaa294"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">
<div style="background-position:50% 50%;--bg-position-mobile:50% 50%;--bg-position-tablet:50% 50%;--min-height-mobile:auto;--min-height-tablet:auto;--min-height-pc:auto;border-width:5px;border-style:double;border-radius:0px" class="wp-block-vk-blocks-outer vkb-outer-4f9632ea-34d8-4bb9-91f1-6333ff93bd2c vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color has-white-border-color has-white-color has-text-color has-link-color wp-elements-8adf9ba2cb490de009742064e96e82d2"><a href="https://seikaku-type.com/enneagram-session/type-relation/session-kankei/" class="vkb-outer-link"><span class="screen-reader-text">Outerリンク</span></a><span class="vk_outer-background-area has-background has-black-background-color has-background-dim" style="opacity:0.62"></span><div><div class="vk_outer_container is-layout-flow wp-block-vk-blocks-outer-is-layout-flow">
<h4 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-sm--margin-top" style="font-size:1.5rem">16の性格タイプ<br>個人セッション</h4>



<p class="has-text-align-center" style="font-size:12px">オンライン(Zoom)<br><s>33,000円</s>→25,000円～</p>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-center"><a class="vk_button_link btn has-text-color is-style-outline has-white-color btn-sm" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-solid fa-arrow-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">関係の法則を使いこなす</span></div></a></div>
</div></div></div>
</div></div>
</div>
</div>



<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-bottom vk_block-margin-xl--margin-top"><strong><span style="background-image: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.5) 60%)" class="sme-highlighter">エニアグラムと連携</span></strong></h2>



<p class="has-text-align-center vk_block-margin-0--margin-bottom">性格のどう（HOW）となぜ（Why）をマスター</p>



<div class="wp-block-vk-blocks-icon vk_icon vk_block-margin-0--margin-top vk_block-margin-0--margin-bottom"><div class="vk_icon_frame text-center is-style-noline"><div class="vk_icon_border has-text-color has-black-color" style="width:calc(36px + 20px);height:calc(36px + 20px)"><i class="fa-solid vk_icon_font  fa-chevron-down" aria-hidden="true"></i></div></div></div>



<div class="wp-block-group vk_block-margin-0--margin-top"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-vk-group-shadow has-link"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-vk-heading-plain vk_block-margin-0--margin-top has-medium-font-size">自分のタイプを決めながら<br>他者診断ができるレベルまで</h2>



<figure class="wp-block-image size-full"><img src="https://seikaku-type.com/wp-content/uploads/2025/12/enneagram-online.jpg" alt="" class="wp-image-13340"/></figure>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 vk_button-align-block vk_hidden-xs vk_hidden-sm"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ迷子卒業セッション</span></div></a></div><style type="text/css">.vk_button-36fae246-c1a8-4006-b366-7111fae3ce98 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>



<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 vk_button-align-block vk_hidden-md vk_hidden-lg vk_hidden-xl-v2 vk_hidden-xxl"><a class="vk_button_link btn has-background btn-md btn-block" role="button" aria-pressed="true" rel="noopener"><div class="vk_button_link_caption"><i class="fa-regular fa-circle-right vk_button_link_before" aria-hidden="true"></i><span class="vk_button_link_txt">タイプ判定にコミットします</span></div></a></div><style type="text/css">.vk_button-5e33b17f-5cba-450e-a38d-51add7b69a41 .has-background {
				background-color: #3a3102;
				border: 1px solid #3a3102;
			} </style>
<a href="https://seikaku-type.com/design/enneagram-online/" class="wp-block-group-vk-link"><span class="screen-reader-text">グループリンク</span></a></div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://seikaku-type.com/16types/infp-real-vs-online/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
