.slide-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: unset;     /* ★これ */
    z-index: 2;
        ...
}
