/* ▼▼▼カウントアップ
--------------------------------*/
.-blue {
  color: #3aaaea;
}
.count_inner {
	position: absolute;
	top: 5%;
	left: 15%;
}
.count_block .count_title {
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
}
.count_block .count_title .count {
  font-size: 14.6rem;
  line-height: 1.05;
}
.count_block .count_title .count .small {
  font-size: 6rem;
}
.count_block .count_title .tani {
  font-size: 3rem;
}
@media screen and (max-width: 1500px) {
  .count_block .count_title {
    font-size: 1.0vw;
  }
  .count_block .count_title .count {
    font-size: 10.1rem;
  }
  .count_block .count_title .tani {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1192px) {
 .count_inner {
	position: absolute;
	top: 3%;
	left: 10%;
}
	.count_block .count_title {
    font-size: 1.1vw;
  }
  .count_block .count_title .count {
    font-size: 9.1rem;
  }
  .count_block .count_title .tani {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
   .count_inner {
	position: absolute;
	top: -1vh;
	left: 5%;
}
	.count_block {
    max-width: 100%;
  }
  .count_block .count_title {
    font-size: 2.1rem;
  }
  .count_block .count_title .count {
    font-size: 8.1rem;
    line-height: 1.05;
  }
  .count_block .count_title .count .small {
    font-size: 5rem;
  }
  .count_block .count_title .tani {
    font-size: 2.7rem;
  }
}
/* sec_01
--------------------------------*/
.sec_01 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    margin-top: 35px;
  }
}
/* ▲▲▲カウントアップのスタイルシート
--------------------------------*/



.chart-container {
  position: relative
}
.chart-container .chart-title-wrap {
  width: 210px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2fcfe;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 1
}
@media screen and (max-width:1430px) {
  .chart-container .chart-title-wrap {
    width: 14.68531vw;
  }
}
@media screen and (max-width:768px) {
  .chart-container .chart-title-wrap {
    width: 27.34375vw
  }
}
.chart-container .chart-title-wrap .chart-title-inner {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100%
}
.chart-container .chart-title-wrap .chart-title {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*font-size: 46px;*/
  font-size: 3.6rem;
  font-weight: 500
}
@media screen and (max-width:1430px) {
  .chart-container .chart-title-wrap .chart-title {
    font-size: 3.21678vw;
  }
}
@media screen and (max-width:768px) {
  .chart-container .chart-title-wrap .chart-title {
    font-size: 5.98958vw
  }
}
.chart-container .chart-data {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  line-height: 1;
  color: #fff
}
.chart-container .chart-data.data-1 {
  left: 73%
}
.chart-container .chart-data.data-2 {
  right: 73%
}
.chart-container .chart-data.data-3 {
  right: 51%;
	top: 15%;
}
.chart-container .chart-num {
  font-size: 50px;
  font-size: 5rem
}
@media screen and (max-width:1430px) {
  .chart-container .chart-num {
    font-size: 3.4965vw
  }
}
@media screen and (max-width:768px) {
  .chart-container .chart-num {
    font-size: 6.51042vw
  }
}
.chart-container .chart-num-unit {
  font-size: 20px;
  font-size: 2rem
}
.chart-container .chart-graph {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: auto
}
@media screen and (max-width:960px) {
  .chart-container .chart-graph {
    width: 90%;
    margin: 0 auto
  }
}
.chart-container .chart-graph::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: +1;
  top: 0;
  left: 0
}
.chart-container.chart-container-1 .chart-title {
  line-height: 1
}
.chart-container.chart-container-1 .chart-title .chart-caption {
  display: block;
  font-size: 24px;
  font-size: 2.4rem
}
.chart-container.chart-container-2 .chart-data.data-2 {
  color: #3aaaea;
}
.chart-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative
}
.chart-bar::before {
  content: "";
  display: block;
  padding-top: 90%
}
.chart-bar .label-vertical {
  width: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.chart-bar .label-vertical li {
  width: 100%;
  position: relative
}
.chart-bar .label-vertical li::after {
  content: "";
  width: 13px;
  height: 2px;
  background: #3aaaea;
  position: absolute;
  right: 0;
  bottom: 0
}
.chart-bar .label-vertical li span {
  position: absolute;
  bottom: 0;
  right: 26px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2
}
@media screen and (max-width:1430px) {
  .chart-bar .label-vertical li span {
    font-size: 1.67832vw
  }
}
@media screen and (max-width:768px) {
  .chart-bar .label-vertical li span {
    font-size: 3.125vw
  }
}
.chart-bar .bar-graph {
  width: calc(100% - 65px);
  border-bottom: 2px solid #3aaaea;
/*  border-left: 2px solid #3aaaea;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3%;
  position: relative
}
@media screen and (max-width:1430px) {
  .chart-bar .bar-graph {
    margin-top: 17.6%
  }
}
.chart-bar .bar-graph li {
  width: calc(100% / 3);
  position: relative
}
.chart-bar .bar-graph li .bar {
  background: #3aaaea;
  max-width: 200px!important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.chart-bar .bar-graph li .bar-inner {
  position: relative;
  height: 100%
}
.chart-bar .bar-graph li .bar-inner .bar-child {
  width: calc(100% - 6px);
  margin: 0 auto;
  height: 20%;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f8f8f8
}
.chart-bar .bar-graph li .bar-inner .bar-child p {
  color: #3aaaea
}
.chart-bar .bar-graph li p {
width: 150%;
	background: rgba(73,184,255,0.80);
	border-radius: 50%;
	padding: 35px 5px 55px 5px;
  font-size: 5rem!important;
  color: #fff;
  position: absolute;
  top: 60%!important;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
	line-height: 1.5vh!important;
}
@media screen and (max-width:1430px) {
  .chart-bar .bar-graph li p {
    font-size: 3.8vw!important;
	  	line-height: 2.5vh!important;
  }
}
@media screen and (max-width:1192px) {
  .chart-bar .bar-graph li p {
	  width: 170%;
	padding: 25px 5px 35px 5px;
  }
}
@media screen and (max-width:768px) {
  .chart-bar .bar-graph li p {
    font-size: 5.20833vw
  }
}
.chart-bar .bar-graph li p span {
  font-size: 2.0rem;
  font-weight: 500;
}
.chart-bar .bar-graph li p span.sp01 {
	line-height: 5.0rem!important;
}
@media screen and (max-width:1430px) {
  .chart-bar .bar-graph li p span {
    font-size: 1.24825vw
  }
}
