How can I set sorting order of TextMeshProUGUI?

My TextMeshProUGUI text is hide behind of the background image.
Changing background image’s sorting layer is works but then, background image turns darker than original image so I want to change just sorting order of TMP.

When using the Canvas system, sorting order is based on the order of the objects in the scene hierarchy.

Oh I got hint by the canvas system. The background image was sprite renderer, not the image. Thank you so much!