<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
display: flex;
align-items: center;
color: #fff;
background: #26a69a;
border-radius: 25px 0 0 25px;
padding-left: 35px;
}
.cp_h1title::before {
position: absolute;
content: '';
left: 10px;
width: 20px;
height: 20px;
background: #fff;
clip-path: circle(50% at 50% 50%);
}