The basic (updated) problem is
Given $n\in\Bbb N,q:(q,p_n\#)=1$, show that there exist $d\mid p_n\#,k\ge 1,m\in [1,p_n-1]$ such that $q\equiv d^k+\frac{mp_n\#}d\pmod{p_n\#}$.
(Note that $d$ is allowed to be negative. Here $p_n\#$ refers to the primorial of the $n$th prime.)
So far I've got proof for $n=3, p_n\#=30$, and I'm using that as the base case for an inductive approach. So taking $n\ge 3, q_1:(q_1,p_{n+1}\#)=1$, we have that $\exists d_0\mid p_n\#,k_0\ge 1,m\in[1,p_n-1]$ such that $q_1\equiv d_0^{k_0}+\frac{mp_n\#}{d_0}\pmod {p_n\#}$. Since $(p_{n+1},p_n\#)=1$, there exists $u:p_{n+1}^u\equiv 1\pmod{\frac{p_n\#}{d_0}}$, so we also have $q_1\equiv d_0^{k_0}p_{n+1}^u+\frac{mp_n\#}{d_0}\pmod {p_n\#}$, and I can get really close with $\exists m_1:q_1\equiv d_0^{k_0}p_{n+1}^u+\frac{(d_0m_1+m)p_{n+1}\#}{d_0p_{n+1}}\pmod {p_{n+1}\#}$, but I'm not certain how to show that $\exists f: (d_0p_{n+1})^f\equiv d_0^{k_0}p_{n+1}^u\pmod {p_{n+1}\#}$.
Additionally, I can see that $d_0p_{n+1}q_1\equiv d_0^{k_0+1}p_{n+1}^{u+1}\pmod{p_{n+1}\#}$. This implied form would be excellent if I could prove that it in turn implies the desired form above.
Is there a better approach for this question, or perhaps an additional step I'm not seeing? This is not homework; yes, this does mean that it is possible for the problem statement to be false in general, although the (limited) heuristics I have so far indicate it should hold (up through $n=12$ so far).