<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
text-align: center;
z-index: 1;
}
.cp_h1title::before,
.cp_h1title::after {
position: absolute;
content: '';
display: block;
}
.cp_h1title::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
border: 1px solid #7397cc;
filter: drop-shadow(2px 2px 2px #7397cc)drop-shadow(-1px -1px 2px #7397cc);
z-index: -1;
}
.cp_h1title::after {
top: 3px;
left: 3px;
background: #fffff;
border: 1px solid #7397cc;
width: calc(100% - 6px);
height: calc(100% - 6px);
z-index: 0;
}