{"id":683,"date":"2025-02-13T07:53:36","date_gmt":"2025-02-13T07:53:36","guid":{"rendered":"https:\/\/amigayquiz.com\/?page_id=683"},"modified":"2025-02-13T13:31:10","modified_gmt":"2025-02-13T13:31:10","slug":"am-i-trans-quiz","status":"publish","type":"page","link":"https:\/\/amigayquiz.com\/ja\/am-i-trans-quiz\/","title":{"rendered":"\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba"},"content":{"rendered":"<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-3c6c944\" id=\"gspb_row-id-gsbp-3c6c944\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-5316f28\" id=\"gspb_col-id-gsbp-5316f28\">\n<section class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-7ad7829\" id=\"gspb_row-id-gsbp-7ad7829\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-51fb9c3\" id=\"gspb_col-id-gsbp-51fb9c3\">\n<style>\n    .quiz-wrapper {\n        font-family: Arial, sans-serif;\n        max-width: 800px;\n        margin: 0 auto;\n        padding: 20px;\n    }\n    .quiz-container {\n        background-color: white;\n        padding: 20px;\n        border-radius: 10px;\n        box-shadow: 0 0 10px rgba(147,112,219,0.3);\n    }\n    .question {\n        margin-bottom: 20px;\n        padding: 15px;\n        border: 1px solid #9370db;\n        border-radius: 5px;\n        display: none;\n    }\n    .question.active {\n        display: block;\n    }\n    .options {\n        display: grid;\n        gap: 10px;\n        margin-top: 10px;\n    }\n    .option {\n        padding: 10px;\n        border: 1px solid #9370db;\n        border-radius: 5px;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .option:hover {\n        background-color: #e6e6fa;\n    }\n    .option.selected {\n        background-color: #9370db;\n        color: white;\n    }\n    .navigation {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 20px;\n    }\n    .quiz-btn {\n        padding: 10px 20px;\n        border: none;\n        border-radius: 5px;\n        background-color: #8a2be2;\n        color: white;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .quiz-btn:hover {\n        background-color: #4b0082;\n    }\n    .quiz-btn:disabled {\n        background-color: #9370db;\n        cursor: not-allowed;\n    }\n    .result {\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n    }\n    .progress-bar {\n        width: 100%;\n        height: 10px;\n        background-color: #e6e6fa;\n        border-radius: 5px;\n        margin-bottom: 20px;\n    }\n    .progress {\n        height: 100%;\n        background-color: #8a2be2;\n        border-radius: 5px;\n        transition: width 0.3s;\n    }\n    .quiz-title {\n        color: #4b0082;\n        text-align: center;\n        margin-bottom: 20px;\n    }\n<\/style>\n\n<div class=\"quiz-wrapper\">\n    <h1 class=\"quiz-title\">\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/h1>\n    <div class=\"quiz-container\">\n        <div class=\"progress-bar\">\n            <div class=\"progress\" style=\"width: 0%\"><\/div>\n        <\/div>\n        <div id=\"quiz-questions\"><\/div>\n        <div class=\"navigation\">\n            <button id=\"quiz-prevBtn\" class=\"quiz-btn\" onclick=\"quizPreviousQuestion()\" disabled>\u524d\u306e<\/button>\n            <button id=\"quiz-nextBtn\" class=\"quiz-btn\" onclick=\"quizNextQuestion()\">\u6b21<\/button>\n        <\/div>\n        <div class=\"result\" id=\"quiz-result\">\n            <h2>\u30af\u30a4\u30ba\u7d50\u679c<\/h2>\n            <p id=\"quiz-score\"><\/p>\n            <p id=\"quiz-interpretation\"><\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const quizQuestions = [\n        {\n            question: \"Have you ever felt confused or uncertain about your gender identity?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you wish you were a different gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel discomfort with your physical sex characteristics?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you imagine yourself living as another gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel your gender identity differs from your assigned sex at birth?\",\n            options: [\"Strongly Agree\", \"Somewhat Agree\", \"Somewhat Disagree\", \"Strongly Disagree\"]\n        },\n        {\n            question: \"Do you wish to modify your body to match another gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you prefer using pronouns different from those associated with your assigned gender?\",\n            options: [\"Yes\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel pressure regarding your gender expression?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel you don't meet society's expectations for your gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you researched information about gender transition?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you wish others would treat you as a different gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel your gender identity doesn't match your physical sex?\",\n            options: [\"Strongly Agree\", \"Somewhat Agree\", \"Somewhat Disagree\", \"Strongly Disagree\"]\n        },\n        {\n            question: \"Do you feel uncomfortable with your gender role?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you wish to have the physical characteristics of another gender?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel your gender identity differs from your birth sex?\",\n            options: [\"Strongly Agree\", \"Somewhat Agree\", \"Somewhat Disagree\", \"Strongly Disagree\"]\n        },\n        {\n            question: \"Have you considered gender transition?\",\n            options: [\"Often\", \"Sometimes\", \"Rarely\", \"Never\"]\n        }\n    ];\n\n    let quizCurrentQuestion = 0;\n    let quizAnswers = new Array(16).fill(null);\n\n    function createQuizQuestions() {\n        const container = document.getElementById('quiz-questions');\n        quizQuestions.forEach((q, index) => {\n            const div = document.createElement('div');\n            div.className = `question ${index === 0 ? 'active' : ''}`;\n            div.innerHTML = `\n                <h3>Question ${index + 1}\/16<\/h3>\n                <p>${q.question}<\/p>\n                <div class=\"options\">\n                    ${q.options.map((opt, i) => `\n                        <div class=\"option\" onclick=\"selectQuizOption(${index}, ${i})\">${opt}<\/div>\n                    `).join('')}\n                <\/div>\n            `;\n            container.appendChild(div);\n        });\n    }\n\n    function selectQuizOption(questionIndex, optionIndex) {\n        const options = document.querySelectorAll(`.question:nth-child(${questionIndex + 1}) .option`);\n        options.forEach(opt => opt.classList.remove('selected'));\n        options[optionIndex].classList.add('selected');\n        quizAnswers[questionIndex] = 3 - optionIndex;\n        updateQuizNextButton();\n    }\n\n    function updateQuizNextButton() {\n        const nextBtn = document.getElementById('quiz-nextBtn');\n        if (quizCurrentQuestion === quizQuestions.length - 1) {\n            nextBtn.textContent = 'Show Results';\n        }\n    }\n\n    function quizPreviousQuestion() {\n        if (quizCurrentQuestion > 0) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion--;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = quizCurrentQuestion === 0;\n            document.getElementById('quiz-nextBtn').textContent = 'Next';\n            updateQuizProgress();\n        }\n    }\n\n    function quizNextQuestion() {\n        if (quizAnswers[quizCurrentQuestion] === null) {\n            alert('Please select an option before continuing');\n            return;\n        }\n\n        if (quizCurrentQuestion < quizQuestions.length - 1) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion++;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = false;\n            updateQuizProgress();\n        } else {\n            showQuizResult();\n        }\n    }\n\n    function updateQuizProgress() {\n        const progress = ((quizCurrentQuestion + 1) \/ quizQuestions.length) * 100;\n        document.querySelector('.progress').style.width = `${progress}%`;\n    }\n\n    function showQuizResult() {\n        const totalScore = quizAnswers.reduce((sum, score) => sum + (score || 0), 0);\n        document.querySelectorAll('.question').forEach(q => q.style.display = 'none');\n        document.querySelector('.navigation').style.display = 'none';\n        document.querySelector('.progress-bar').style.display = 'none';\n        \n        const result = document.getElementById('quiz-result');\n        const score = document.getElementById('quiz-score');\n        const interpretation = document.getElementById('quiz-interpretation');\n        \n        score.textContent = `Total Score: ${totalScore} points`;\n        \n        if (totalScore >= 45) {\n            interpretation.textContent = 'Your results indicate strong gender incongruence. It may be helpful to seek support from a gender identity specialist to explore your feelings further.';\n        } else if (totalScore >= 30) {\n            interpretation.textContent = 'Your results indicate moderate gender incongruence. If these feelings are causing distress, consider speaking with a qualified counselor.';\n        } else if (totalScore >= 15) {\n            interpretation.textContent = 'Your results indicate mild gender incongruence. You may want to continue exploring your gender identity, and seek professional help if needed.';\n        } else {\n            interpretation.textContent = 'Your results indicate low gender incongruence. This suggests you may be relatively comfortable with your assigned gender.';\n        }\n        \n        result.style.display = 'block';\n    }\n\n    \/\/ Initialize quiz\n    createQuizQuestions();\n    updateQuizProgress();\n<\/script>\n<\/div>\n <\/div><\/section>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-b8d8360\" id=\"gspb_row-id-gsbp-b8d8360\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-bdebb58\" id=\"gspb_col-id-gsbp-bdebb58\">\n<section class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-2c6a511\" id=\"gspb_row-id-gsbp-2c6a511\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-9dffe98\" id=\"gspb_col-id-gsbp-9dffe98\">\n<p class=\"has-x-large-font-size\"><strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba \u2013 \u3042\u306a\u305f\u306e\u6027\u81ea\u8a8d\u3092\u63a2\u308b<\/strong><\/p>\n\n\n\n<p>\u3082\u3057\u81ea\u5206\u81ea\u8eab\u306b\u3053\u3093\u306a\u8cea\u554f\u3092\u3057\u305f\u3053\u3068\u304c\u3042\u308b\u306a\u3089 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3059\u304b<\/strong> \u3042\u308b\u3044\u306f\u3001\u751f\u307e\u308c\u305f\u3068\u304d\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u81ea\u5206\u304c\u5408\u81f4\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u7591\u554f\u306b\u601d\u3063\u305f\u3053\u3068\u304c\u3042\u308b\u306a\u3089\u3001\u3042\u306a\u305f\u306f\u4e00\u4eba\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3092\u7406\u89e3\u3059\u308b\u65c5\u306f\u975e\u5e38\u306b\u500b\u4eba\u7684\u306a\u3082\u306e\u3067\u3042\u308a\u3001\u3057\u3070\u3057\u3070\u81ea\u5df1\u53cd\u7701\u3092\u5fc5\u8981\u3068\u3057\u307e\u3059\u3002 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u4f53\u7cfb\u7684\u304b\u3064\u5b89\u5168\u3067\u652f\u63f4\u7684\u306a\u65b9\u6cd5\u3067\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3092\u63a2\u308a\u59cb\u3081\u308b\u305f\u3081\u306e\u512a\u308c\u305f\u51fa\u767a\u70b9\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong>\u3001\u305d\u308c\u304c\u3069\u306e\u3088\u3046\u306b\u6a5f\u80fd\u3059\u308b\u304b\u3001\u305d\u3057\u3066\u3053\u306e\u30af\u30a4\u30ba\u3092\u53d7\u3051\u308b\u3053\u3068\u3067\u306a\u305c\u3042\u306a\u305f\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306b\u3064\u3044\u3066\u8cb4\u91cd\u306a\u6d1e\u5bdf\u304c\u5f97\u3089\u308c\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059\u3002\u307e\u305f\u3001\u30af\u30a4\u30ba\u306e\u9650\u754c\u3068\u3001\u305d\u308c\u304c\u3042\u306a\u305f\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u63a2\u6c42\u306e\u65c5\u306e\u8db3\u304c\u304b\u308a\u3068\u3057\u3066\u3069\u306e\u3088\u3046\u306b\u5f79\u7acb\u3064\u304b\u306b\u3064\u3044\u3066\u3082\u8aac\u660e\u3057\u307e\u3059\u3002 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f<\/strong> \u307e\u305f\u306f <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Transgender\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc<\/a> \u30c6\u30b9\u30c8<\/strong>\u3067\u306f\u3001\u8a73\u3057\u304f\u898b\u3066\u3044\u304d\u307e\u3057\u3087\u3046\u3002 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3042\u306a\u305f\u306e\u611f\u60c5\u3092\u7406\u89e3\u3057\u3001\u3053\u306e\u500b\u4eba\u7684\u306a\u9053\u3092\u9032\u3080\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u3068\u306f\u4f55\u3067\u3059\u304b\uff1f<\/h2>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u500b\u4eba\u304c\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u306b\u3064\u3044\u3066\u632f\u308a\u8fd4\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30aa\u30f3\u30e9\u30a4\u30f3\u81ea\u5df1\u8a55\u4fa1\u30c4\u30fc\u30eb\u3067\u3059\u3002\u3053\u306e\u30af\u30a4\u30ba\u306f\u3001\u3042\u306a\u305f\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u306e\u6700\u7d42\u7684\u306a\u5224\u5b9a\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u81ea\u5df1\u53cd\u7701\u306e\u30d7\u30ed\u30bb\u30b9\u3092\u958b\u59cb\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u4e00\u9023\u306e\u8cea\u554f\u306b\u7b54\u3048\u308b\u3053\u3068\u3067\u3001\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u304c\u51fa\u751f\u6642\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u3069\u306e\u3088\u3046\u306b\u4e00\u81f4\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u4e00\u81f4\u3057\u306a\u3044\u304b\u3092\u8abf\u3079\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u64ae\u5f71 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3053\u306e\u30af\u30a4\u30ba\u3067\u306f\u3001\u504f\u898b\u306a\u304f\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u4f53\u9a13\u3092\u8abf\u3079\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u8eab\u4f53\u30a4\u30e1\u30fc\u30b8\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u8868\u73fe\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u5f79\u5272\u3001\u81ea\u5206\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u5bfe\u3059\u308b\u793e\u4f1a\u306e\u671f\u5f85\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u3068\u3044\u3063\u305f\u30c8\u30d4\u30c3\u30af\u306b\u3064\u3044\u3066\u8cea\u554f\u3055\u308c\u307e\u3059\u3002\u30af\u30a4\u30ba\u3067\u660e\u78ba\u306a\u7b54\u3048\u3092\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u304c\u3001\u81ea\u5206\u306e\u5185\u9762\u306e\u611f\u60c5\u3092\u3088\u308a\u6df1\u304f\u7406\u89e3\u3057\u3001\u3088\u308a\u6df1\u3044\u81ea\u5df1\u767a\u898b\u3078\u3068\u5c0e\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3053\u306e\u30af\u30a4\u30ba\u306f\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30c6\u30b9\u30c8<\/strong> \u307e\u305f\u306f <strong>\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u30c6\u30b9\u30c8<\/strong>\u3001\u3053\u308c\u306f\u3001\u3042\u306a\u305f\u304c\u751f\u307e\u308c\u305f\u3068\u304d\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u4ee5\u5916\u306e\u6027\u5225\u3092\u81ea\u8a8d\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u632f\u308a\u8fd4\u308b\u3088\u3046\u4fc3\u3059\u3082\u306e\u3067\u3059\u3002\u3042\u306a\u305f\u304c\u81ea\u5206\u306e\u7d4c\u9a13\u3092\u4f55\u3068\u547c\u3076\u304b\u306b\u95a2\u4fc2\u306a\u304f\u3001\u91cd\u8981\u306a\u3053\u3068\u306f\u3001\u3053\u306e\u30af\u30a4\u30ba\u304c\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u308b\u8cb4\u91cd\u306a\u7b2c\u4e00\u6b69\u3068\u306a\u308b\u3053\u3068\u3067\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-does-the-am-i-trans-quiz-work\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u306f\u3069\u306e\u3088\u3046\u306b\u6a5f\u80fd\u3057\u307e\u3059\u304b\uff1f<\/h2>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u901a\u5e38\u3001\u6027\u540c\u4e00\u6027\u306b\u3064\u3044\u3066\u306e\u8003\u3048\u3084\u6c17\u6301\u3061\u3092\u63a2\u308b\u306e\u306b\u5f79\u7acb\u3064\u4e00\u9023\u306e\u8cea\u554f\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u8cea\u554f\u306b\u306f\u3001\u81ea\u5206\u306e\u4f53\u306b\u3069\u308c\u3060\u3051\u6e80\u8db3\u3057\u3066\u3044\u308b\u304b\u3001\u751f\u307e\u308c\u305f\u3068\u304d\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u306e\u5f79\u5272\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u3001\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u306f\u7570\u306a\u308b\u6027\u5225\u306e\u307b\u3046\u304c\u81ea\u5206\u306b\u5408\u3063\u3066\u3044\u308b\u3068\u611f\u3058\u308b\u304b\u3069\u3046\u304b\u306a\u3069\u304c\u542b\u307e\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u52d5\u4f5c\u4f8b\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u5feb\u9069\u3055<\/strong>: \u751f\u307e\u308c\u305f\u3068\u304d\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3092\u81ea\u5206\u306e\u3082\u306e\u3068\u3057\u3066\u8a8d\u8b58\u3059\u308b\u3053\u3068\u306b\u62b5\u6297\u306f\u3042\u308a\u307e\u305b\u3093\u304b? \u305d\u308c\u3068\u3082\u3001\u5225\u306e\u6027\u5225\u306e\u65b9\u304c\u81ea\u5206\u306b\u5408\u3063\u3066\u3044\u308b\u3068\u611f\u3058\u307e\u3059\u304b?<\/li>\n\n\n\n<li><strong>\u30dc\u30c7\u30a3\u30a4\u30e1\u30fc\u30b8<\/strong>\u81ea\u5206\u306e\u4f53\u306b\u4e0d\u5feb\u611f\u3092\u611f\u3058\u3001\u81ea\u5206\u304c\u8a8d\u8b58\u3057\u3066\u3044\u308b\u6027\u5225\u306b\u3082\u3063\u3068\u5408\u81f4\u3059\u308b\u3053\u3068\u3092\u671b\u3093\u3067\u3044\u307e\u3059\u304b?<\/li>\n\n\n\n<li><strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u8868\u73fe<\/strong>: \u81ea\u5206\u306b\u3068\u3063\u3066\u3088\u308a\u672c\u7269\u3089\u3057\u304f\u611f\u3058\u3089\u308c\u308b\u65b9\u6cd5\u3067\u3001\u81ea\u5206\u306e\u6027\u5225\u3092\u8868\u73fe\u3057\u3088\u3046\u3068\u3057\u305f\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u304b\uff08\u670d\u88c5\u3001\u9aea\u578b\u3001\u540d\u524d\u3092\u5909\u3048\u308b\u306a\u3069\uff09\u3002<\/li>\n\n\n\n<li><strong>\u79fb\u884c\u306e\u691c\u8a0e<\/strong>: \u6027\u8ee2\u63db\u306b\u3064\u3044\u3066\u8003\u3048\u305f\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u304b\u3001\u305d\u308c\u3068\u3082\u5225\u306e\u6027\u5225\u3067\u751f\u304d\u308b\u307b\u3046\u304c\u5feb\u9069\u3060\u3068\u601d\u3044\u307e\u3059\u304b?<\/li>\n<\/ol>\n\n\n\n<p>\u4e00\u65b9\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u6700\u7d42\u7684\u306a\u8a3a\u65ad\u306f\u884c\u3044\u307e\u305b\u3093\u304c\u3001\u81ea\u5206\u306e\u6c17\u6301\u3061\u3092\u7406\u89e3\u3059\u308b\u4e0a\u3067\u5f79\u7acb\u3064\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u3001\u6027\u81ea\u8a8d\u306e\u30d1\u30bf\u30fc\u30f3\u3092\u7279\u5b9a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u30af\u30a4\u30ba\u306e\u7d50\u679c\u306f\u3001\u30b7\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3001\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3001\u30ce\u30f3\u30d0\u30a4\u30ca\u30ea\u30fc\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u30d5\u30eb\u30a4\u30c9\u3001\u30af\u30a8\u30b9\u30c1\u30e7\u30cb\u30f3\u30b0\u306a\u3069\u306e\u4e00\u822c\u7684\u306a\u30ab\u30c6\u30b4\u30ea\u306b\u5206\u985e\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3092\u3088\u308a\u8a73\u3057\u304f\u77e5\u308a\u305f\u3044\u5834\u5408\u306f\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u30af\u30a4\u30ba<\/strong> \u307e\u305f\u306f <strong>\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u30c6\u30b9\u30c8<\/strong> \u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u3042\u308a\u307e\u3059\u3002\u305f\u3060\u3057\u3001\u3053\u308c\u3089\u306e\u30c6\u30b9\u30c8\u306f\u6027\u81ea\u8a8d\u3092\u78ba\u5b9f\u306b\u5224\u5b9a\u3067\u304d\u308b\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u3042\u304f\u307e\u3067\u3082\u719f\u8003\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3068\u3057\u3066\u5f79\u7acb\u3064\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"who-should-take-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u3092\u53d7\u3051\u308b\u3079\u304d\u306a\u306e\u306f\u8ab0\u3067\u3059\u304b\uff1f<\/h2>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u81ea\u5206\u306e\u6027\u81ea\u8a8d\u306b\u7591\u554f\u3092\u62b1\u3044\u3066\u3044\u308b\u4eba\u306e\u305f\u3081\u306e\u30af\u30a4\u30ba\u3067\u3059\u3002\u3082\u3057\u3042\u306a\u305f\u304c\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u306a\u306e\u3060\u308d\u3046\u304b\uff1f\u300d\u3068\u81ea\u554f\u81ea\u7b54\u3057\u3066\u3044\u305f\u308a\u3001\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u304c\u4f1d\u7d71\u7684\u306a\u7537\u6027\/\u5973\u6027\u306e\u4e8c\u5143\u6027\u306e\u4e2d\u306b\u3069\u306e\u3088\u3046\u306b\u5f53\u3066\u306f\u307e\u308b\u306e\u304b\u78ba\u4fe1\u304c\u6301\u3066\u306a\u3044\u306a\u3089\u3001\u3053\u306e\u30af\u30a4\u30ba\u304c\u5f79\u306b\u7acb\u3064\u3067\u3057\u3087\u3046\u3002\u3053\u306e\u30af\u30a4\u30ba\u306f\u6b21\u306e\u3088\u3046\u306a\u4eba\u306b\u3082\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u793e\u4f1a\u304c\u8ab2\u3059\u6027\u5225\u306e\u898f\u7bc4\u304b\u3089\u5207\u308a\u96e2\u3055\u308c\u3066\u3044\u308b\u3068\u611f\u3058\u308b\u3002<\/li>\n\n\n\n<li>\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30ce\u30f3\u30d0\u30a4\u30ca\u30ea\u30fc\u304b\u5206\u304b\u3089\u306a\u3044\u3002<\/li>\n\n\n\n<li>\u6027\u8ee2\u63db\u3092\u691c\u8a0e\u3057\u305f\u3053\u3068\u304c\u3042\u308b\u3001\u307e\u305f\u306f\u51fa\u751f\u6642\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u304c\u7570\u306a\u308b\u3068\u611f\u3058\u3066\u3044\u308b\u3002<\/li>\n\n\n\n<li>\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u306b\u3064\u3044\u3066\u6df7\u4e71\u3057\u305f\u308a\u4e0d\u78ba\u304b\u3055\u3092\u611f\u3058\u305f\u308a\u3057\u3066\u304a\u308a\u3001\u305d\u308c\u306b\u3064\u3044\u3066\u3055\u3089\u306b\u6df1\u304f\u8003\u3048\u305f\u3044\u3068\u601d\u3063\u3066\u3044\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u64ae\u5f71 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u81ea\u5df1\u3092\u632f\u308a\u8fd4\u308b\u6a5f\u4f1a\u3067\u3059\u3002\u6027\u5225\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u3001\u307e\u305f\u3001\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u4ed6\u306e\u6027\u5225\u304b\u3092\u8003\u3048\u308b\u6a5f\u4f1a\u3092\u4e0e\u3048\u3066\u304f\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-take-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u3092\u53d7\u3051\u308b\u7406\u7531\u306f\uff1f<\/h2>\n\n\n\n<p>\u64ae\u5f71 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u591a\u304f\u306e\u7406\u7531\u3067\u5f79\u7acb\u3061\u307e\u3059\u3002\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306e\u63a2\u6c42\u306f\u30d7\u30ed\u30bb\u30b9\u3067\u3042\u308a\u3001\u3059\u3050\u306b\u3059\u3079\u3066\u306e\u7b54\u3048\u304c\u5f97\u3089\u308c\u306a\u304f\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002\u30af\u30a4\u30ba\u306f\u3001\u81ea\u5206\u306e\u6c17\u6301\u3061\u3092\u632f\u308a\u8fd4\u308b\u306e\u306b\u5f79\u7acb\u3061\u3001\u7d4c\u9a13\u306b\u5b58\u5728\u3059\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u30d1\u30bf\u30fc\u30f3\u306b\u3064\u3044\u3066\u306e\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u6700\u7d42\u7684\u306a\u7b54\u3048\u306f\u5f97\u3089\u308c\u307e\u305b\u3093\u304c\u3001\u81ea\u5df1\u767a\u898b\u306e\u65c5\u306e\u51fa\u767a\u70b9\u3068\u3057\u3066\u6a5f\u80fd\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u30af\u30a4\u30ba\u3092\u53d7\u3051\u308b\u3053\u3068\u304c\u6709\u76ca\u3067\u3042\u308b\u7406\u7531\u3092\u3044\u304f\u3064\u304b\u6319\u3052\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u81ea\u5df1\u53cd\u7701<\/strong>: \u3053\u306e\u30af\u30a4\u30ba\u306f\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u95a2\u3059\u308b\u3042\u306a\u305f\u81ea\u8eab\u306e\u8003\u3048\u3001\u611f\u60c5\u3001\u7d4c\u9a13\u3092\u63a2\u6c42\u3059\u308b\u6a5f\u4f1a\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u660e\u77ad\u6027<\/strong>\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u82e6\u52b4\u3057\u3066\u3044\u308b\u306a\u3089\u3001\u3053\u306e\u30af\u30a4\u30ba\u3067\u81ea\u5206\u306e\u6c17\u6301\u3061\u3084\u7d4c\u9a13\u3092\u3088\u308a\u660e\u78ba\u306b\u628a\u63e1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30ac\u30a4\u30c0\u30f3\u30b9<\/strong>\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u306b\u81ea\u4fe1\u304c\u306a\u3044\u4eba\u306b\u3068\u3063\u3066\u3001\u3053\u306e\u30af\u30a4\u30ba\u306f\u3001\u81ea\u5206\u306e\u7d4c\u9a13\u3092\u3088\u308a\u3088\u304f\u7406\u89e3\u3057\u3001\u81ea\u5206\u306e\u601d\u8003\u306e\u30d1\u30bf\u30fc\u30f3\u3092\u898b\u3064\u3051\u308b\u306e\u306b\u5f79\u7acb\u3064\u30ac\u30a4\u30c9\u3068\u3057\u3066\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u6700\u7d42\u7684\u306a\u8a3a\u65ad\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u81ea\u5206\u306e\u6c17\u6301\u3061\u3092\u632f\u308a\u8fd4\u308a\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u660e\u78ba\u306b\u3059\u308b\u305f\u3081\u306e\u8cb4\u91cd\u306a\u30c4\u30fc\u30eb\u3067\u3059\u3002 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f<\/strong> \u307e\u305f\u306f\u3001\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u3069\u3046\u304b\u3092\u77e5\u308a\u305f\u3044\u5834\u5408\u3001\u3053\u306e\u30af\u30a4\u30ba\u306f\u81ea\u5206\u306e\u5185\u9762\u4e16\u754c\u3092\u7406\u89e3\u3059\u308b\u305f\u3081\u306e\u512a\u308c\u305f\u57fa\u790e\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-will-you-learn-from-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u304b\u3089\u4f55\u304c\u308f\u304b\u308b\u3067\u3057\u3087\u3046\u304b\uff1f<\/h2>\n\n\n\n<p>\u3092\u670d\u7528\u3059\u308b\u3053\u3068\u3067 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong>\u3067\u306f\u3001\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u306e\u3044\u304f\u3064\u304b\u306e\u91cd\u8981\u306a\u5074\u9762\u306b\u3064\u3044\u3066\u8003\u3048\u308b\u6a5f\u4f1a\u304c\u3042\u308a\u307e\u3059\u3002\u63a2\u6c42\u3067\u304d\u308b\u5185\u5bb9\u306b\u306f\u6b21\u306e\u3088\u3046\u306a\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u898f\u7bc4\u306b\u5bfe\u3059\u308b\u3042\u306a\u305f\u306e\u5b89\u5fc3\u611f<\/strong>: \u793e\u4f1a\u304c\u3042\u306a\u305f\u306b\u8ab2\u3057\u3066\u3044\u308b\u6027\u5225\u306b\u3088\u308b\u5f79\u5272\u3084\u671f\u5f85\u306b\u3064\u3044\u3066\u3069\u3046\u601d\u3044\u307e\u3059\u304b? \u3053\u3046\u3057\u305f\u671f\u5f85\u306b\u6e80\u8db3\u3057\u3066\u3044\u307e\u3059\u304b\u3001\u305d\u308c\u3068\u3082\u5236\u7d04\u3092\u611f\u3058\u3066\u3044\u307e\u3059\u304b?<\/li>\n\n\n\n<li><strong>\u3042\u306a\u305f\u306e\u8eab\u4f53\u3068\u30b8\u30a7\u30f3\u30c0\u30fc\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3<\/strong>: \u6027\u81ea\u8a8d\u306b\u95a2\u9023\u3057\u3066\u3001\u81ea\u5206\u306e\u4f53\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u307e\u3059\u304b? \u81ea\u5206\u306e\u4f53\u304c\u6027\u5225\u3068\u4e00\u81f4\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u306b\u3001\u4e0d\u5feb\u611f\u3084\u9055\u548c\u611f\u3092\u611f\u3058\u307e\u3059\u304b?<\/li>\n\n\n\n<li><strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u8868\u73fe\u306e\u63a2\u6c42<\/strong>\u670d\u88c5\u3001\u9aea\u578b\u3001\u5316\u7ca7\u3092\u5909\u3048\u308b\u306a\u3069\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u8868\u73fe\u3092\u8a66\u3057\u3066\u307f\u3066\u3001\u305d\u3046\u3059\u308b\u3053\u3068\u3067\u3088\u308a\u81ea\u5206\u3089\u3057\u304f\u306a\u3063\u305f\u3068\u611f\u3058\u305f\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u304b?<\/li>\n\n\n\n<li><strong>\u601d\u8003\u306e\u79fb\u884c<\/strong>: \u5225\u306e\u6027\u5225\u306b\u79fb\u884c\u3059\u308b\u3053\u3068\u3092\u8003\u3048\u305f\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u304b? \u3042\u308b\u3044\u306f\u3001\u751f\u307e\u308c\u305f\u3068\u304d\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u306f\u7570\u306a\u308b\u6027\u5225\u306e\u65b9\u304c\u5b89\u5fc3\u3067\u304d\u308b\u3068\u611f\u3058\u305f\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u304b?<\/li>\n<\/ul>\n\n\n\n<p>\u3053\u308c\u3089\u306e\u8cea\u554f\u306f\u3001\u3042\u306a\u305f\u306e\u5185\u9762\u306e\u7d4c\u9a13\u304c\u3042\u306a\u305f\u306e\u6027\u81ea\u8a8d\u3068\u3069\u306e\u3088\u3046\u306b\u95a2\u4fc2\u3057\u3066\u3044\u308b\u304b\u3092\u660e\u78ba\u306b\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u3042\u306a\u305f\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3042\u308b\u3068\u81ea\u8a8d\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u306b\u304b\u304b\u308f\u3089\u305a\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3042\u306a\u305f\u304c\u30b8\u30a7\u30f3\u30c0\u30fc\u30b9\u30da\u30af\u30c8\u30e9\u30e0\u306e\u3069\u3053\u306b\u4f4d\u7f6e\u3057\u3066\u3044\u308b\u304b\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3082\u3063\u3068\u6df1\u304f\u77e5\u308a\u305f\u3044\u4eba\u306f\u3001\u4ed6\u306e\u3082\u306e\u3082\u8abf\u3079\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002 <strong>\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u691c\u67fb<\/strong> \u307e\u305f\u306f <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u30af\u30a4\u30ba<\/strong> \u3042\u306a\u305f\u306e\u8eab\u5143\u3092\u3055\u3089\u306b\u8abf\u67fb\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-are-am-i-trans-quizzes-important\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\uff1f\u300d\u30af\u30a4\u30ba\u306f\u306a\u305c\u91cd\u8981\u306a\u306e\u304b\uff1f<\/h2>\n\n\n\n<p>\u4e00\u65b9\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u308b\u306e\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u3067\u3059\u304c\u3001\u3053\u306e\u3088\u3046\u306a\u30af\u30a4\u30ba\u306f\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u5bfe\u3059\u308b\u6c7a\u5b9a\u7684\u306a\u7b54\u3048\u3067\u306f\u306a\u3044\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u304f\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002\u3053\u308c\u3089\u306f\u81ea\u5df1\u53cd\u7701\u306e\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3042\u308a\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u95a2\u3059\u308b\u81ea\u5206\u306e\u7d4c\u9a13\u3084\u8003\u3048\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"purpose-of-gender-identity-quizzes\">\u30b8\u30a7\u30f3\u30c0\u30fc\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30af\u30a4\u30ba\u306e\u76ee\u7684<\/h3>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3044\u304f\u3064\u304b\u306e\u76ee\u7684\u304c\u3042\u308a\u307e\u3059:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u81ea\u5df1\u63a2\u6c42<\/strong>: \u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u95a2\u3059\u308b\u81ea\u5206\u81ea\u8eab\u306e\u8003\u3048\u3001\u611f\u60c5\u3001\u7d4c\u9a13\u3092\u63a2\u6c42\u3059\u308b\u3053\u3068\u3092\u5968\u52b1\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u500b\u4eba\u7684\u306a\u6d1e\u5bdf<\/strong>: \u51fa\u751f\u6642\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u306e\u898f\u7bc4\u3068\u3042\u306a\u305f\u304c\u3069\u306e\u3088\u3046\u306b\u95a2\u4fc2\u3057\u3066\u3044\u308b\u304b\u3001\u305d\u3057\u3066\u305d\u308c\u304c\u3042\u306a\u305f\u306b\u5171\u9cf4\u3059\u308b\u304b\u3069\u3046\u304b\u306b\u3064\u3044\u3066\u306e\u500b\u4eba\u7684\u306a\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u591a\u69d8\u6027\u3092\u7406\u89e3\u3059\u308b<\/strong>: \u3053\u308c\u3089\u306e\u30af\u30a4\u30ba\u306f\u3001\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u304c\u5e45\u5e83\u3044\u7bc4\u56f2\u306b\u308f\u305f\u308b\u3053\u3068\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u3082\u5f79\u7acb\u3061\u307e\u3059\u3002\u81ea\u5206\u306e\u6027\u5225\u306b\u7591\u554f\u304c\u3042\u308b\u5834\u5408\u3001\u3053\u306e\u30af\u30a4\u30ba\u306f\u3001\u30ce\u30f3\u30d0\u30a4\u30ca\u30ea\u30fc\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u30d5\u30eb\u30a4\u30c9\u3001\u30a2\u30b8\u30a7\u30f3\u30c0\u30fc\u306a\u3069\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"limitations-of-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u306e\u9650\u754c<\/h3>\n\n\n\n<p>\u4e00\u65b9\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u5f79\u7acb\u3064\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c\u3001\u305d\u306e\u9650\u754c\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6700\u7d42\u7684\u306a\u8a3a\u65ad\u3067\u306f\u306a\u3044<\/strong>: \u30af\u30a4\u30ba\u3067\u306f\u3042\u306a\u305f\u306e\u6027\u81ea\u8a8d\u3092\u6c7a\u5b9a\u7684\u306b\u5224\u65ad\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u30af\u30a4\u30ba\u306f\u30ac\u30a4\u30c0\u30f3\u30b9\u3092\u63d0\u4f9b\u3057\u307e\u3059\u304c\u3001\u6027\u5225\u3092\u7406\u89e3\u3059\u308b\u305f\u3081\u306e\u552f\u4e00\u306e\u30c4\u30fc\u30eb\u3068\u3057\u3066\u4f7f\u7528\u3059\u3079\u304d\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/li>\n\n\n\n<li><strong>\u500b\u4eba\u306e\u65c5<\/strong>: \u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306f\u8907\u96d1\u3067\u500b\u4eba\u7684\u306a\u7d4c\u9a13\u3067\u3059\u3002\u30af\u30a4\u30ba\u306f\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u65c5\u3092\u632f\u308a\u8fd4\u308b\u4e0a\u3067\u5f79\u7acb\u3064\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3001\u3042\u306a\u305f\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u65c5\u306e\u72ec\u7279\u306a\u5074\u9762\u3092\u5b8c\u5168\u306b\u7db2\u7f85\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-signs-you-might-be-transgender\">\u3042\u306a\u305f\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3042\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u4e00\u822c\u7684\u306a\u5146\u5019<\/h2>\n\n\n\n<p>\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u3082\u3057\u308c\u306a\u3044\u3068\u7591\u554f\u306b\u601d\u3063\u3066\u3044\u308b\u306a\u3089\u3001\u305d\u306e\u5146\u5019\u3068\u306a\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u4e00\u822c\u7684\u306a\u5146\u5019\u3092\u3044\u304f\u3064\u304b\u6319\u3052\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u3053\u308c\u306b\u306f\u4ee5\u4e0b\u306e\u3082\u306e\u304c\u542b\u307e\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u51fa\u751f\u6642\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u304c\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3068\u4e00\u81f4\u3057\u3066\u3044\u306a\u3044\u3068\u3044\u3046\u611f\u899a\u3002<\/li>\n\n\n\n<li>\u8eab\u4f53\u306b\u4e0d\u5feb\u611f\u3092\u899a\u3048\u305f\u308a\u3001\u8eab\u4f53\u304b\u3089\u5207\u308a\u96e2\u3055\u308c\u305f\u3088\u3046\u306b\u611f\u3058\u305f\u308a\u3059\u308b\u3053\u3068\u3002<\/li>\n\n\n\n<li>\u6027\u5225\u9055\u548c\u3092\u7d4c\u9a13\u3059\u308b\u3053\u3068\u3002\u3053\u308c\u306f\u3001\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3068\u51fa\u751f\u6642\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u306e\u4e0d\u4e00\u81f4\u306b\u3088\u3063\u3066\u5f15\u304d\u8d77\u3053\u3055\u308c\u308b\u4e0d\u5feb\u611f\u3084\u82e6\u75db\u3067\u3059\u3002<\/li>\n\n\n\n<li>\u81ea\u5206\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6027\u5225\u3068\u306f\u7570\u306a\u308b\u6027\u5225\u306e\u884c\u52d5\u3001\u5f79\u5272\u3001\u307e\u305f\u306f\u7279\u5fb4\u3092\u3088\u308a\u5f37\u304f\u8a8d\u8b58\u3059\u308b\u3053\u3068\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u308b\u3053\u3068\u306f\u3001\u6642\u306b\u306f\u6df7\u4e71\u3059\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3001\u6642\u9593\u3092\u304b\u3051\u3066\u3082\u5927\u4e08\u592b\u3067\u3059\u3002\u591a\u304f\u306e\u4eba\u306f\u5e7c\u3044\u9803\u304b\u3089\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u3092\u7406\u89e3\u3057\u59cb\u3081\u307e\u3059\u304c\u3001\u5b8c\u5168\u306b\u7406\u89e3\u3059\u308b\u307e\u3067\u306b\u4f55\u5e74\u3082\u304b\u304b\u308b\u4eba\u3082\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"should-you-seek-professional-help-after-taking-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u300d\u30af\u30a4\u30ba\u3092\u53d7\u3051\u305f\u5f8c\u3001\u5c02\u9580\u5bb6\u306e\u52a9\u3051\u3092\u6c42\u3081\u308b\u3079\u304d\u3067\u3057\u3087\u3046\u304b?<\/h2>\n\n\n\n<p>\u670d\u7528\u3059\u308b\u5834\u5408\u306f <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u4e0d\u5b89\u3084\u6df7\u4e71\u3001\u30b9\u30c8\u30ec\u30b9\u3092\u611f\u3058\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u5c02\u9580\u5bb6\u306b\u52a9\u3051\u3092\u6c42\u3081\u308b\u3053\u3068\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6027\u81ea\u8a8d\u3092\u5c02\u9580\u3068\u3059\u308b\u30bb\u30e9\u30d4\u30b9\u30c8\u3084\u30ab\u30a6\u30f3\u30bb\u30e9\u30fc\u306f\u3001\u5fc5\u8981\u306a\u6307\u5c0e\u3084\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3067\u304d\u307e\u3059\u3002\u6027\u81ea\u8a8d\u306e\u63a2\u6c42\u306f\u8907\u96d1\u306a\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u305d\u306e\u904e\u7a0b\u3067\u52a9\u3051\u3092\u6c42\u3081\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">\u7d50\u8ad6<\/h2>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306b\u3064\u3044\u3066\u306e\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u3001\u81ea\u5df1\u3092\u632f\u308a\u8fd4\u308b\u305f\u3081\u306e\u512a\u308c\u305f\u30c4\u30fc\u30eb\u306b\u306a\u308a\u307e\u3059\u3002\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u306b\u7591\u554f\u3092\u62b1\u3044\u3066\u3044\u308b\u5834\u5408\u3067\u3082\u3001\u660e\u78ba\u5316\u3092\u6c42\u3081\u3066\u3044\u308b\u5834\u5408\u3067\u3082\u3001\u3053\u306e\u30af\u30a4\u30ba\u306f\u63a2\u6c42\u306e\u30ac\u30a4\u30c9\u3068\u3057\u3066\u5f79\u7acb\u3061\u307e\u3059\u3002\u305f\u3060\u3057\u3001\u30af\u30a4\u30ba\u306f\u65c5\u306e\u59cb\u307e\u308a\u306b\u3059\u304e\u306a\u3044\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u304f\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002<\/p>\n<\/div>\n <\/div><\/section>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-6366fb0\" id=\"gspb_row-id-gsbp-6366fb0\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-b26426a\" id=\"gspb_col-id-gsbp-b26426a\">\n<section class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-f23eb77\" id=\"gspb_row-id-gsbp-f23eb77\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-e0b01cb\" id=\"gspb_col-id-gsbp-e0b01cb\">\n<div id=\"gspb_text-id-gsbp-6095e87\" class=\"gspb_text gspb_text-id-gsbp-6095e87\">GreenShift \u2013 \u30da\u30fc\u30b8\u69cb\u7bc9 Gutenberg \u30d6\u30ed\u30c3\u30af<\/div>\n<\/div>\n <\/div><\/section>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frequently-asked-questions-faqs-about-the-am-i-trans-quiz\">\u300c\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u300d\u30af\u30a4\u30ba\u306b\u95a2\u3059\u308b\u3088\u304f\u3042\u308b\u8cea\u554f\uff08FAQ\uff09<\/h2>\n\n\n\n<p>\u3088\u304f\u3042\u308b\u8cea\u554f\u306f\u3053\u3061\u3089 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong>\u3001\u305d\u306e\u76ee\u7684\u3001\u305d\u3057\u3066\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u81ea\u5df1\u767a\u898b\u306e\u65c5\u306b\u3069\u306e\u3088\u3046\u306b\u5f79\u7acb\u3064\u304b\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-what-is-the-am-i-trans-quiz\">1. <strong>\u300cAm I Trans \u30af\u30a4\u30ba\u300d\u3068\u306f\u4f55\u3067\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u500b\u4eba\u304c\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u6c42\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u305f\u81ea\u5df1\u8a55\u4fa1\u30c4\u30fc\u30eb\u3067\u3059\u3002\u81ea\u5206\u306e\u4f53\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u5f79\u5272\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u8868\u73fe\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u3092\u632f\u308a\u8fd4\u308b\u306e\u306b\u5f79\u7acb\u3064\u8cea\u554f\u3092\u3057\u307e\u3059\u3002\u3053\u306e\u30af\u30a4\u30ba\u306f\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u307e\u3059\u304c\u3001\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306b\u5bfe\u3059\u308b\u6c7a\u5b9a\u7684\u306a\u7b54\u3048\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-how-do-i-take-the-am-i-trans-quiz\">2. <strong>\u300cAm I Trans\u300d\u30af\u30a4\u30ba\u3092\u53d7\u3051\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u3092\u53d6\u308b\u306b\u306f <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong>\u30b8\u30a7\u30f3\u30c0\u30fc\u63a2\u6c42\u306b\u7279\u5316\u3057\u305f\u3055\u307e\u3056\u307e\u306a\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3067\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3001\u8eab\u4f53\u30a4\u30e1\u30fc\u30b8\u3001\u793e\u4f1a\u7684\u306a\u30b8\u30a7\u30f3\u30c0\u30fc\u5f79\u5272\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u306b\u3064\u3044\u3066\u3001\u4e00\u9023\u306e\u8cea\u554f\u306b\u6b63\u76f4\u306b\u7b54\u3048\u3066\u304f\u3060\u3055\u3044\u3002\u30af\u30a4\u30ba\u3092\u5b8c\u4e86\u3059\u308b\u3068\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u3088\u308a\u6df1\u304f\u7406\u89e3\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-is-the-am-i-trans-quiz-a-diagnostic-tool\">3. <strong>\u300cAm I Trans Quiz\u300d\u306f\u8a3a\u65ad\u30c4\u30fc\u30eb\u3067\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u3044\u3044\u3048\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u8a3a\u65ad\u30c4\u30fc\u30eb\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3092\u63a2\u6c42\u3059\u308b\u305f\u3081\u306e\u30ac\u30a4\u30c9\u3068\u306a\u308b\u81ea\u5df1\u53cd\u7701\u30c4\u30fc\u30eb\u3067\u3059\u3002\u6027\u5225\u3092\u5224\u65ad\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u81ea\u5206\u306e\u611f\u60c5\u3084\u7d4c\u9a13\u3092\u632f\u308a\u8fd4\u308b\u305f\u3081\u306e\u4f53\u7cfb\u7684\u306a\u65b9\u6cd5\u3092\u63d0\u4f9b\u3059\u308b\u305f\u3081\u306e\u3082\u306e\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-what-results-can-i-get-from-the-am-i-trans-quiz\">4. <strong>\u300cAm I Trans Quiz\u300d\u3067\u306f\u3069\u306e\u3088\u3046\u306a\u7d50\u679c\u304c\u5f97\u3089\u308c\u307e\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u306e\u7d50\u679c <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3042\u306a\u305f\u306e\u6027\u81ea\u8a8d\u3092\u3001\u30b7\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3001\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3001\u30ce\u30f3\u30d0\u30a4\u30ca\u30ea\u30fc\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u30d5\u30eb\u30a4\u30c9\u3001\u30af\u30a8\u30b9\u30c1\u30e7\u30cb\u30f3\u30b0\u306a\u3069\u3001\u3044\u304f\u3064\u304b\u306e\u53ef\u80fd\u6027\u306b\u5206\u985e\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u7d50\u679c\u306f\u3001\u3042\u306a\u305f\u3092\u3055\u3089\u306b\u81ea\u5df1\u5206\u6790\u3059\u308b\u305f\u3081\u306e\u3082\u306e\u3067\u3042\u308a\u3001\u6027\u81ea\u8a8d\u306e\u6c7a\u5b9a\u7684\u306a\u5206\u985e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-can-i-take-the-am-i-trans-quiz-multiple-times\">5. <strong>\u300cAm I Trans Quiz\u300d\u3092\u8907\u6570\u56de\u53d7\u9a13\u3067\u304d\u307e\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u306f\u3044\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u8907\u6570\u56de\u56de\u7b54\u3067\u304d\u307e\u3059\u3002\u6027\u81ea\u8a8d\u306b\u3064\u3044\u3066\u306e\u7406\u89e3\u304c\u6df1\u307e\u308b\u306b\u3064\u308c\u3066\u3001\u56de\u7b54\u304c\u5909\u308f\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30a4\u30ba\u306f\u3001\u6642\u9593\u306e\u7d4c\u904e\u3068\u3068\u3082\u306b\u500b\u4eba\u7684\u306a\u6210\u9577\u3068\u6d1e\u5bdf\u3092\u8ffd\u8de1\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-what-should-i-do-after-taking-the-am-i-trans-quiz\">6. <strong>\u300cAm I Trans Quiz\u300d\u3092\u53d7\u3051\u305f\u5f8c\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u670d\u7528\u5f8c <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong>\u3001\u7d50\u679c\u3092\u632f\u308a\u8fd4\u308b\u3053\u3068\u306f\u91cd\u8981\u3067\u3059\u3002\u4e0d\u5b89\u3084\u6df7\u4e71\u3092\u611f\u3058\u305f\u5834\u5408\u306f\u3001\u6027\u81ea\u8a8d\u3092\u5c02\u9580\u3068\u3059\u308b\u30ab\u30a6\u30f3\u30bb\u30e9\u30fc\u3084\u30bb\u30e9\u30d4\u30b9\u30c8\u306b\u30b5\u30dd\u30fc\u30c8\u3092\u6c42\u3081\u308b\u3068\u5f79\u7acb\u3064\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u30af\u30a4\u30ba\u306f\u660e\u78ba\u3055\u3092\u3082\u305f\u3089\u3057\u307e\u3059\u304c\u3001\u81ea\u5df1\u767a\u898b\u306e\u65c5\u306b\u306f\u7d99\u7d9a\u7684\u306a\u53cd\u7701\u3068\u30b5\u30dd\u30fc\u30c8\u304c\u4f34\u3046\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-can-the-am-i-trans-quiz-tell-me-if-i-m-transgender\">7. <strong>\u300cAm I Trans Quiz\u300d\u3067\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u3069\u3046\u304b\u308f\u304b\u308a\u307e\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u306e <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u3042\u306a\u305f\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u660e\u78ba\u306b\u4f1d\u3048\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u6027\u5225\u306b\u95a2\u3059\u308b\u611f\u60c5\u3084\u7d4c\u9a13\u3092\u63a2\u6c42\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u304c\u3001\u81ea\u5206\u306e\u6027\u81ea\u8a8d\u3092\u7406\u89e3\u3059\u308b\u3053\u3068\u306f\u3001\u3044\u304f\u3064\u304b\u306e\u8cea\u554f\u306b\u7b54\u3048\u308b\u4ee5\u4e0a\u306e\u500b\u4eba\u7684\u306a\u65c5\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"8-is-the-am-i-trans-quiz-only-for-people-who-feel-they-might-be-transgender\">8. <strong>\u300cAm I Trans Quiz\u300d\u306f\u3001\u81ea\u5206\u304c\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u3082\u3057\u308c\u306a\u3044\u3068\u611f\u3058\u308b\u4eba\u3060\u3051\u3092\u5bfe\u8c61\u306b\u3057\u305f\u30af\u30a4\u30ba\u3067\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u3044\u3044\u3048\u3001 <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u306f\u3001\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u306b\u95a2\u4fc2\u306a\u304f\u3001\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306b\u7591\u554f\u3092\u62b1\u3044\u3066\u3044\u308b\u4eba\u306e\u305f\u3081\u306e\u3082\u306e\u3067\u3059\u3002\u307e\u305f\u3001\u30b7\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u3001\u30ce\u30f3\u30d0\u30a4\u30ca\u30ea\u30fc\u3001\u30b8\u30a7\u30f3\u30c0\u30fc\u30d5\u30eb\u30a4\u30c9\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u3082\u5f79\u7acb\u3061\u307e\u3059\u3002\u81ea\u5206\u306e\u6027\u5225\u306b\u4e0d\u5b89\u3092\u611f\u3058\u3066\u3044\u308b\u4eba\u306e\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"9-do-i-need-to-transition-if-i-get-a-transgender-result-from-the-quiz\">9. <strong>\u30af\u30a4\u30ba\u3067\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u7d50\u679c\u304c\u51fa\u305f\u5834\u5408\u3001\u6027\u8ee2\u63db\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u3044\u3044\u3048\u3001\u3042\u306a\u305f\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u3082\u3057\u308c\u306a\u3044\u3068\u3044\u3046\u7d50\u679c\u304c\u51fa\u307e\u3057\u305f <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\u30af\u30a4\u30ba<\/strong> \u5fc5\u305a\u3057\u3082\u6027\u8ee2\u63db\u3092\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6027\u8ee2\u63db\u306f\u500b\u4eba\u7684\u306a\u6c7a\u65ad\u3067\u3042\u308a\u3001\u81ea\u5206\u306e\u6027\u5225\u306b\u3064\u3044\u3066\u3069\u3046\u611f\u3058\u3066\u3044\u308b\u304b\u3092\u7406\u89e3\u3059\u308b\u306e\u306b\u6642\u9593\u3092\u304b\u3051\u308b\u306e\u306f\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002\u6027\u8ee2\u63db\u3092\u9078\u629e\u3059\u308b\u4eba\u3082\u3044\u308c\u3070\u3001\u9078\u629e\u3057\u306a\u3044\u4eba\u3082\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"10-are-there-other-quizzes-like-the-am-i-trans-quiz\">10. <strong>\u300cAm I Trans Quiz\u300d\u306e\u3088\u3046\u306a\u30af\u30a4\u30ba\u306f\u4ed6\u306b\u3082\u3042\u308a\u307e\u3059\u304b?<\/strong><\/h3>\n\n\n\n<p>\u306f\u3044\u3001\u4ed6\u306b\u3082\u30af\u30a4\u30ba\u304c\u3042\u308a\u307e\u3059\u3002 <strong>\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u30c6\u30b9\u30c8<\/strong> \u307e\u305f\u306f <strong>\u79c1\u306f\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30fc\u304b\uff1f\u30af\u30a4\u30ba<\/strong>\u3001\u69cb\u9020\u306f\u4f3c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u30af\u30a4\u30ba\u306f\u3001\u591a\u304f\u306e\u5834\u5408\u3001\u500b\u4eba\u304c\u81ea\u5206\u306e\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306b\u3064\u3044\u3066\u8003\u3048\u308b\u306e\u3092\u52a9\u3051\u308b\u3053\u3068\u306b\u91cd\u70b9\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u308c\u305e\u308c\u304c\u7570\u306a\u308b\u7a2e\u985e\u306e\u8cea\u554f\u3092\u3057\u305f\u308a\u3001\u30b8\u30a7\u30f3\u30c0\u30fc \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u306e\u63a2\u6c42\u306b\u7570\u306a\u308b\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3092\u4f7f\u7528\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<\/div>\n <\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"#gspb_row-id-gsbp-2c6a511,#gspb_row-id-gsbp-3c6c944,#gspb_row-id-gsbp-6366fb0,#gspb_row-id-gsbp-7ad7829,#gspb_row-id-gsbp-b8d8360,#gspb_row-id-gsbp-f23eb77{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-3c6c944>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:15px min(3vw,20px)}#gspb_col-id-gsbp-5316f28.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-5316f28.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-7ad7829>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}body.gspb-bodyfront #gspb_row-id-gsbp-7ad7829>.gspb_row__content{width:var(--theme-container-width, 1200px);max-width:var(--theme-normal-container-max-width, 1200px)}#gspb_col-id-gsbp-51fb9c3.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-51fb9c3.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-b8d8360>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-bdebb58.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-bdebb58.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-2c6a511>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}#gspb_col-id-gsbp-9dffe98.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-9dffe98.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-6366fb0>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-b26426a.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-b26426a.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-f23eb77>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}body.gspb-bodyfront #gspb_row-id-gsbp-2c6a511>.gspb_row__content,body.gspb-bodyfront #gspb_row-id-gsbp-f23eb77>.gspb_row__content{width:var(--theme-container-width, 1200px);max-width:var(--theme-normal-container-max-width, 1200px)}#gspb_col-id-gsbp-e0b01cb.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-e0b01cb.gspb_row__col--12{width:100%}}","footnotes":""},"class_list":["post-683","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/pages\/683"}],"collection":[{"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/comments?post=683"}],"version-history":[{"count":5,"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/pages\/683\/revisions"}],"predecessor-version":[{"id":699,"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/pages\/683\/revisions\/699"}],"wp:attachment":[{"href":"https:\/\/amigayquiz.com\/ja\/wp-json\/wp\/v2\/media?parent=683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}