.data_ttl {
  background-image: url(../images/bcg_b.jpg);
}

section.data {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
section.data .bar-graph-under {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 30px);
  overflow: hidden;
}
section.data .bar-graph-under .under1 {
  position: absolute;
  top: 45px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-under .under2 {
  position: absolute;
  top: 95px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-under .under3 {
  position: absolute;
  top: 145px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-under .under4 {
  position: absolute;
  top: 195px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-under .under5 {
  position: absolute;
  top: 245px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-under .under6 {
  position: absolute;
  top: 295px;
  left: 0;
  width: calc(100% - 40px);
  box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  height: 44px;
  border-radius: 0 40px 40px 0;
}
section.data .bar-graph-wrap {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 30px);
  overflow: hidden;
}
section.data .bar-graph-wrap h2 {
  width: calc(100% - 40px);
}
section.data .bar-graph-wrap .graph {
  background-color: black;
  height: 44px;
  position: absolute;
  margin: auto;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  animation: graphAnim 3s forwards;
}
@keyframes graphAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
section.data .bar-graph-wrap .data1 {
  top: 45px;
  left: 0;
  width: 92%;
  background-color: #FF9C2B;
}
@media screen and (max-width: 768px) {
  section.data .bar-graph-wrap .data1 {
    width: 70%;
  }
}
section.data .bar-graph-wrap .data2 {
  top: 95px;
  left: 0;
  width: 66%;
  background-color: #fe74a7;
}
@media screen and (max-width: 768px) {
  section.data .bar-graph-wrap .data2 {
    width: 60%;
  }
}
section.data .bar-graph-wrap .data3 {
  top: 145px;
  left: 0;
  width: 50%;
  background-color: #576dd7;
}
section.data .bar-graph-wrap .data4 {
  top: 195px;
  left: 0;
  width: 33%;
  background-color: #4aa988;
}
section.data .bar-graph-wrap .data5 {
  top: 245px;
  left: 0;
  width: 20%;
  background-color: #e2dc64;
}
section.data .bar-graph-wrap .data6 {
  top: 295px;
  left: 0;
  width: 14%;
  background-color: #000064;
}
section.data .graph span {
  font-size: 1.6rem;
  color: #ffffff;
}
section.data .grid1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 768px) {
  section.data .grid1 {
    display: block;
  }
}
section.data .grid1 div.inner {
  box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.8), 5px 5px 5px rgba(235, 214, 196, 0.5);
  background-color: rgba(235, 214, 196, 0.1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.data .grid1 div.inner {
    margin-bottom: 50px;
  }
}
section.data .grid1 div.inner i {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
}
section.data .grid1 .box1 {
  grid-area: 1/1/2/2;
}
section.data .grid1 .box2 {
  grid-area: 1/2/2/3;
}
section.data .grid1 .box3 {
  grid-area: 1/3/3/5;
}
section.data .grid1 .box4 {
  grid-area: 2/1/3/2;
}
section.data .grid1 .box5 {
  grid-area: 2/2/3/3;
}
section.data .grid2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.data .grid2 {
    display: block;
  }
}
section.data .grid2 div.inner {
  box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.8), 5px 5px 5px rgba(235, 214, 196, 0.5);
  background-color: rgba(235, 214, 196, 0.1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.data .grid2 div.inner {
    margin-bottom: 50px;
  }
}
section.data .grid2 i {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
}
section.data .grid4 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  height: 260px;
  margin-top: 20px;
}
section.data .grid4 div.inner {
  border: 1px solid #AAAAAA;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
section.data .grid4 div.inner.first {
  grid-row-start: 1;
  grid-row-end: 3;
}
section.data .grid4 div.inner.last {
  grid-column-start: 2;
  grid-column-end: 4;
}
section.data h2 {
  font-size: 1.8rem;
  color: #000064;
  text-align: center;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
section.data .small_h2 {
  font-size: 1.5rem;
}
section.data p {
  font-size: 10rem;
  text-align: center;
  line-height: 1;
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  font-style: normal;
}
section.data p span.mini {
  font-size: 3rem;
  margin-left: 10px;
  color: #0F0F0F;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 400;
  font-style: normal;
}
section.data span.hosoku {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .last {
    margin-bottom: 300px !important;
  }
}

@media screen and (max-width: 768px) {
  .graph-in {
    height: 360px;
  }
}

.caption {
  display: flex;
  align-items: end;
  justify-content: end;
}
.caption P {
  font-size: 1.5rem !important;
}/*# sourceMappingURL=data.css.map */