<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
color: #fff;
background-color: #da3c3c;
overflow: hidden;/*はみ出ないようにする*/
}
.cp_h1title:before{
position: absolute;
content: '';
display: block;
bottom: -220px;
right: -240px;
width: 330px;
height: 330px;
transform: rotate(50deg);/*斜めにする角度*/
background-color: #1b2538;
}