.subHeading:before {
    content: "";
    display: block;
    height: 130px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -130px;
    /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}