<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
counter-increment: titleNum;
margin-left: 70px;
padding: 0 0 0 10px;
border-left: 1px solid #000;
}
.cp_h1title::before,
.cp_h1title::after {
position: absolute;
}
.cp_h1title::before {
content: counter(titleNum, decimal-leading-zero);
top: -4px;
left: 0;
font-size: 50px;
font-family: "Young Serif", serif;
font-weight: 400;
font-style: normal;
margin-left: -60px;
line-height: 1;
}
.cp_h1title::after {
content: 'PART';
top: 0;
left: -75px;
background: #ffffff;
font-size: 8px;
border-bottom: 1px solid #000;
transform: rotate(-45deg);
padding: 10px 5px 0 5px;
}