@charset "UTF-8";
/* CSS Document */

/*------------------------------------
  pie chart
------------------------------------*/
.pie-chart-wrap {
	border: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .pie-chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		margin-top: 20px;
		border: none;
  }
  .pie-chart-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		margin-top: 20px;
		grid-gap: 20px;
  }
}

.box {
  position: relative;
  min-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .box {
    width: 33.3333333333%;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .box + .box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .box + .box {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
	div.box:nth-child(1) {
		margin-left: -20%;
	}div.box:nth-child(2) {
		margin-left: 20%;
	}div.box:nth-child(3) {
		margin-left: -20%;
	}
}
.box2 {
  position: relative;
  width: 100%;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
	border: 1px solid #ddd;
	padding: 10px;
}
@media screen and (min-width: 769px) {
  .box2 {
    margin-top: 20px;
    min-width: 200px;
    width: 50%;
    height: 220px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
		border: none;
    padding: 0;
  }
}
.pie-chart-flex1 {
	display: flex;
  font-size: 17px;
  font-size: 1.7rem;
	font-weight: bold;
	color:var(--accent);
	line-height: 1.2em;
}
.pie-chart-flex2 {
	display: flex;
	margin-left: 10px;
	width: 40%;
}
@media screen and (min-width: 769px) {
  .pie-chart-flex1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
	.pie-chart-flex2 {
		width: auto;
	}
}
.pie-chart-flex2 img {
	height:72px;
	width: auto;
}
.box .percent {
  position: relative;
  width: 200px;
  height: 200px;
}
.box .percent svg {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 30;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
}
.box.blue .percent svg circle {
	stroke: #ff3051;
}
.box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
}
.box .percent .number .title {
  font-size: 40px;
}
.box .percent .number .title span {
  font-size: 22px;
}
.box .text {
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
	margin: 0;
}
.box .percent .line.line2 {
  -webkit-animation: circleAnim 1s forwards;
          animation: circleAnim 1s forwards;
}
.box.blue .percent .line {
  stroke-dashoffset: 3;
  stroke: #ddd;
}
.box.red .percent .line {
  stroke-dashoffset: 3;
  stroke: #03a9f4;
}
.box.green .percent .line {
  stroke-dashoffset: 3;
  stroke: #1fd26c;
}

@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}

@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}



.catch_copy1 img,.catch_copy2 img {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.catch_copy1 img {
  animation: catch_anime 1.4s forwards 1s;　
}
.catch_copy2 img {
  animation: catch_anime 1.4s forwards 2s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
