@charset "utf-8";
.tokuten_tit{
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  margin-bottom:3rem;
}
.tokuten_tit p{
  color:#fff;
  margin:0 0 0.25em;
  text-align:center;
  font-weight:700;
  font-size:1.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5em;
}
.tokuten_tit p:before{
  content:'';
  width:2px;
  height:1.25em;
  display:inline-block;
  background-color:#fff;
  transform:rotate(-25deg);
}
.tokuten_tit p:after{
  content:'';
  width:2px;
  height:1.25em;
  display:inline-block;
  background-color:#fff;
  transform:rotate(25deg);
}
.tokuten_tit h2{
  position:relative;
  display:inline-block;
}
.tokuten_tit h2 span{
  color:#fff;
}
.tokuten_tit h2:before {
  content: '';
  position: absolute;
  width: 2em;
  bottom: -10px;
  left: -1.6em;
  z-index: 2;
  border: 0.75em solid #bb9f56;
  border-left-color: transparent;
}
.tokuten_tit h2:after {
  content: '';
  position: absolute;
  width: 2em;
  bottom: -10px;
  right: -1.6em;
  z-index: 2;
  border: 0.75em solid #bb9f56;
  border-right-color: transparent;
}

.tokuten_tit h2 span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.25em 1em;
  color: #FFF;
  background: #bb9f56;
  z-index: 20;
}
.tokuten_tit h2 span:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #957e44;
}
.tokuten_tit h2 span:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #957e44;
}
.tokuten_tit > span{
  background-color:#ce156e;
  aspect-ratio:1/1;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0.75em;
  font-size:1.5rem;
  font-weight:700;
  border-radius:50%;
  position:absolute;
  left:calc(50% - 12em);
  z-index:100;
  transform:rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .cv .tokuten_tit h2{
    font-size:1.4rem!important;
  }
  .tokuten_tit h2:before {
    left: -1.35em;
  }
  .tokuten_tit h2:after {
    right: -1.35em;
  }
  .tokuten_tit p{
    font-size:1rem;
  }
  .tokuten_tit > span{
    padding:0.5em;
    font-size:1rem;
    left:calc(50% - 11em);
  }
}
