Mermaidでかきました

stateDiagram-v2
    state "ひとりごと" as U {
        state "Monologue" as A {
            state "Soliloquy" as x
        }
    }