When I input just the_post();
as suggested, I get stuck in the loop and the page never fully loads. I got it to pull in all of the posts with $req_query->the_post();
.
$req_query->the_post();
brings in all of the custom post type posts, and sorts them accordingly, but not just what was selected in the relationship field from the page editor.