<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h2title {
position: relative;
color: #fff;
background-color: #da3c3c;
}
.cp_h2title:before{
position: absolute;
content: '';
display: block;
bottom: 0;
right: 0;
width: 15%;
height: 100%;
background-color: #1b2538;
clip-path: polygon(60% 0, 100% 0%, 100% 100%, 0% 100%);
}