.graph_block .mv {
  margin-bottom: 40px;
}
.graph_block .mv img {
  display: block;
}
.graph_block .graph {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.graph_block .graph .graphttl {
  font-size: 30px;
  position: absolute;
  z-index: 1;
  width: 86%;
  top: -0.5em;
  left: 7%;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
.graph_block .graph .graphttl .bold {
  font-weight: 600;
}
.graph_block .graph .graphttl .large {
  font-size: 1.5em;
}
.graph_block .graph .gbar {
  display: block;
  width: 86%;
  aspect-ratio: 24.25;
  position: absolute;
  z-index: 1;
  background-color: #dcdcdc;
  left: 7%;
  top: 45%;
  -webkit-mask-image: url("../img/graphmask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../img/graphmask.svg");
  mask-repeat: no-repeat;
}
.graph_block .graph .gbar .percent {
  display: block;
  background: linear-gradient(90deg, rgb(255, 103, 0) 0%, rgb(255, 0, 0) 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  -webkit-mask-image: url("../img/graphmask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../img/graphmask.svg");
  mask-repeat: no-repeat;
}
.graph_block .graph .graphtxt {
  position: absolute;
  z-index: 1;
  width: 86%;
  left: 7%;
  top: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.graph_block .graph .graphtxt li {
  display: grid;
  justify-content: end;
}
.graph_block .graph .graphtxt li span {
  font-size: 20px;
  transform: translateX(50%);
}
@media screen and (max-width: 640px) {
  .graph_block .mv {
    margin-bottom: 6vw;
  }
  .graph_block .graph {
    width: 94%;
  }
  .graph_block .graph .graphttl {
    font-size: 5vw;
    width: 79%;
    top: 0;
    left: 10.5%;
  }
  .graph_block .graph .graphttl .bold {
    font-weight: 600;
  }
  .graph_block .graph .graphttl .large {
    font-size: 1.5em;
  }
  .graph_block .graph .gbar {
    width: 79%;
    aspect-ratio: 12.25;
    left: 10.5%;
    top: 59%;
    -webkit-mask-image: url("../img/graphmask-sp.svg");
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../img/graphmask-sp.svg");
    mask-repeat: no-repeat;
  }
  .graph_block .graph .gbar .percent {
    -webkit-mask-image: url("../img/graphmask-sp.svg");
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../img/graphmask-sp.svg");
    mask-repeat: no-repeat;
  }
  .graph_block .graph .graphtxt {
    width: 79%;
    left: 10.5%;
    top: 90%;
  }
  .graph_block .graph .graphtxt li span {
    font-size: 3.4vw;
  }
  .pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 640px) and (min-width: 480.1px) {
  .graph_block .graph .graphttl {
    font-size: 50px;
  }
  .graph_block .graph .graphtxt li span {
    font-size: 30px;
  }
}
@media screen and (min-width: 640.1px) {
  .spOnly {
    display: none !important;
  }
}