Let the integers chosen be $x_1,x_2,x_3,x_4,x_5$
Construct the related 6-tuple $(y_1,y_2,y_3,y_4,y_5,y_6)$ where $y_1=x_1$, $y_2=x_2-x_1$, $\dots$, $y_5=x_5-x_4$ and $y_6=100-x_5$
Notice that the conditions you placed on the distances between adjacent numbers as well as the telescoping properties of $y$ implies the following:
$\begin{cases}y_1+y_2+\dots+y_6=100\\
1\leq y_1\\
5\leq y_2\leq 10\\
5\leq y_3\leq 10\\
5\leq y_4\leq 10\\
5\leq y_5\leq 10\\
0\leq y_6
\end{cases}$
Note that there is a bijection between the problem of counting the number of ways of choosing the five numbers from 1-100 with the desired properties and the problem of counting the number of 6-tuples of integers satisfying the above conditions.
From here, let us make the change of variable $z_1=y_1-1$, $z_i=y_i-5$ for $i\in\{2,3,4,5\}$ and $z_6=y_6$. This puts us to the system:
$\begin{cases}z_1+z_2+\dots+z_6=79\\
0\leq z_1\\
0\leq z_2\leq 5\\
0\leq z_3\leq 5\\
0\leq z_4\leq 5\\
0\leq z_5\leq 5\\
0\leq z_6\end{cases}$
From here, approach via inclusion exclusion based on which of the upper bound conditions are violated. Let $A_2,A_3,A_4,A_5$ be the events where the second, third, fourth, and fifth upper bound conditions are violated respectively.
We try to count $|A_2^c\cap A_3^c\cap\dots A_5^c| = |\Omega\setminus (A_2\cup A_3\cup\dots\cup A_5)|$
$=|\Omega|-|A_2|-|A_3|-|A_4|-|A_5|+|A_2\cap A_3|+|A_2\cap A_4|+\dots - |A_2\cap A_3\cap A_4|-\dots + |A_2\cap A_3\cap A_4\cap A_5|$
From this question we know the number of solutions where no upper bound condition is violated is $|\Omega|=\binom{79+6-1}{6-1}=\binom{84}{5}$
If some of them are violated, that means that $z_i>5$ for whichever $i$ are violated. I.e. $z_i\geq 6$. An appropriate change of variable will put this back into the known form.
For example, $|A_2\cap A_3|$ counts the number of solutions to $\begin{cases}a_1+a_2+\dots+a_6=67\\ 0\leq a_i\end{cases}$ and will have $\binom{67+6-1}{6-1}=\binom{72}{5}$ solutions.
Recognizing the symmetry between the numbers, we find the final total to be:
$$\binom{84}{5}-4\binom{78}{5}+\binom{4}{2}\binom{72}{5}-\binom{4}{3}\binom{66}{5}+\binom{60}{5}=90720$$