/*///棒グラフ///*/
@keyframes expand {
    from {width: 0%;}
    to {width: 100%;}
}
.graph-a.anime{
    width: 0%;
    animation: expand 1.5s ease forwards;
}
.graph-a.graph-aa {
    width: 100%;
    color: white;
	margin-top: 90px;
}
@media (max-width: 1199px){
.graph-a.graph-aa {
    margin-top: 58px;
}
}
@media (max-width: 991px){
.graph-a.graph-aa {
    margin: 37px 0px;
}
}

.block {
    display: block;
    height: 75px;
	float: left;
}
@media (max-width: 1199px){
.block {
    height: 65px;
}
}
@media (max-width: 991px){
.block {
    height: 50px;
}
}
/*社員の年齢*/
.bar-01{
	width: 55%;
	background: #d24d15;
}
@media (max-width: 991px){
.bar-01{
    height: 53px;
}
}
@media (max-width: 767px){
.bar-01{
    height: 38px;
    padding-top: 4px;
}
}
.bar-02{
	width: 25%;
	background: #ee752d;
}
@media (max-width: 991px){
.bar-02{
    height: 53px;
}
}
@media (max-width: 767px){
.bar-02{
    height: 38px;
    padding-top: 4px;
}
}
.bar-03{
	width: 20%;
	background: #f7b46d;
}
@media (max-width: 991px){
.bar-03{
    height: 53px;
}
}
@media (max-width: 767px){
.bar-03{
    height: 38px;
    padding-top: 4px;
}
}
/*60%*/
span.graph-text1-a {
    font-size: 50px;
	padding-left: 40%;
}
@media (max-width: 1199px){
span.graph-text1-a {
    font-size: 45px;
}
}
@media (max-width: 991px){
span.graph-text1-a {
	font-size: 34px;
}
}
@media (max-width: 767px){
span.graph-text1-a {
    font-size: 22px;
}
}
@media (max-width: 375px){
span.graph-text1-a {
	font-size: 18px;
    padding-left: 38%;
}
}
@media (max-width: 320px){
span.graph-text1-a {
	font-size: 15px;
    padding-left: 36%;
}
}
/*30%*/
span.graph-text1-b {
    font-size: 50px;
    padding-left: 30%;
}
@media (max-width: 1199px){
span.graph-text1-b {
    font-size: 45px;
    padding-left: 21%;
}
}
@media (max-width: 991px){
span.graph-text1-b {
	font-size: 34px;
}
}
@media (max-width: 767px){
span.graph-text1-b {
	font-size: 22px;
    padding-left: 15%;
}
}
@media (max-width: 375px){
span.graph-text1-b {
	font-size: 18px;
}
}
@media (max-width: 320px){
span.graph-text1-b {
	font-size: 15px;
    padding-left: 10%;
}
}
/*10%*/
span.graph-text1-c {
    font-size: 50px;
    padding-left: 25%;
}
@media (max-width: 1199px){
span.graph-text1-c {
    font-size: 45px;
    padding-left: 17%;
}
}
@media (max-width: 991px){
span.graph-text1-c {
	font-size: 34px;
}
}
@media (max-width: 767px){
span.graph-text1-c {
	font-size: 22px;
    padding-left: 9%;
}
}
@media (max-width: 375px){
span.graph-text1-c {
	font-size: 18px;
}
}
@media (max-width: 320px){
span.graph-text1-c {
	font-size: 15px;
    padding-left: 4%;
}
}
/*%*/
span.graph-text2 {
    font-size: 20px;
}
@media (max-width: 991px){
span.graph-text2 {
    font-size: 13px;
}
}
@media (max-width: 767px){
span.graph-text2 {
    font-size: 12px;
}
}
@media (max-width: 320px){
span.graph-text2 {
    font-size: 5px;
}
}
/*通勤時間*/
.graph-a.graph-bb {
    width: 100%;
    color: white;
    margin-top: 75px;
}
@media (max-width: 1199px){
.graph-a.graph-bb {
	margin-top: 55px;
}
}
@media (max-width: 991px){
.graph-a.graph-bb {
	margin-top: 37px;
    margin: 37px 10px;
}
}
.bar-01-a{
	width: 55%;
	background: #d24d15;
}
@media (max-width: 991px){
.bar-01-a{
    padding-top: 14px;
}
}
@media (max-width: 767px){
.bar-01-a{
	width: 52%;
}
}
@media (max-width: 375px){
.bar-01-a{
    padding-top: 10px;
}
}
.bar-02-a{
	width: 35%;
	background: #ee752d;
}
@media (max-width: 1440px){
.bar-02-a{
    width: 32%;
}
}
@media (max-width: 991px){
.bar-02-a{
    padding-top: 14px;
}
}
@media (max-width: 767px){
.bar-02-a{
	width: 33%;
}
}
@media (max-width: 375px){
.bar-02-a{
    padding-top: 10px;
}
}
.bar-03-a{
	width: 10%;
	background: #f7b46d;
}
@media (max-width: 1440px){
.bar-03-a{
	width: 13%;
}
}
@media (max-width: 991px){
.bar-03-a{
	padding-top: 16px;
    padding-left: 0px;
}
}
@media (max-width: 767px){
.bar-03-a{
	width: 15%;
    padding-left: 20px;
}
}
@media (max-width: 375px){
.bar-03-a{
	padding-top: 3px;
}
}
/*18人*/
span.graph-text3-a {
    font-size: 50px;
    padding-left: 56%;
}
@media (max-width: 1199px){
span.graph-text3-a {
    font-size: 40px;
}
}
@media (max-width: 991px){
span.graph-text3-a {
	font-size: 21px;
    padding-left: 63%;
}
}
/*10人*/
span.graph-text3-b {
    font-size: 50px;
    padding-left: 24%;
}
@media (max-width: 1199px){
span.graph-text3-b {
    font-size: 40px;
}
}
@media (max-width: 991px){
span.graph-text3-b {
	font-size: 21px;
}
}
@media (max-width: 767px){
span.graph-text3-b {
    padding-left: 45%;
}
}
@media (max-width: 375px){
span.graph-text3-b {
    font-size: 21px;
}
}
/*2人*/
span.vertical-aa {
	font-size: 29px;
    padding: 10px 0px 0px 0px;
	line-height: 4.5rem;
}
@media (max-width: 1400px){
span.vertical-aa {
	padding: 10px 0px 0px 9px;
    line-height: 5rem;
}
}
@media (max-width: 1199px){
span.vertical-aa {
	font-size: 20px;
	line-height: 4.5rem;
}
}
@media (max-width: 991px){
span.vertical-aa {
    font-size: 12px;
line-height: 0rem;
    padding: 0px 0px 0px 9px;
}
}
@media (max-width: 767px){
span.vertical-aa {
	font-size: 18px;
    line-height: 0rem;
    padding: 0px 0px 0px 0px;
}
}
/*人*/
span.graph-text4 {
    font-size: 20px;
}
@media (max-width: 991px){
span.graph-text4 {
    font-size: 10px!important;
}
}
@media (max-width: 767px){
span.graph-text4 {
    font-size: 10px!important;
}
}
@media (max-width: 475px){
span.graph-text4 {
    font-size: 10px!important;
}
}
/*インドア派？アウトドア派？*/
.graph-a.graph-cc {
    width: 100%;
    color: white;
	margin-top: 90px;
}
@media (max-width: 1199px){
.graph-a.graph-cc {
    margin-top: 58px;
}
}
@media (max-width: 991px){
.graph-a.graph-cc {
    margin: 37px 10px;
}
}
@media (max-width: 767px){
.graph-a.graph-cc {
    margin: 37px 15px;
}
}

.block-b {
    display: block;
    height: 55px;
	float: left;
}
@media (max-width: 1199px){
.block-b {
    height: 50px;
}
}
.bar-01-b{
	width: 60%;
	background: #d24d15;
}
@media (max-width: 991px){
.bar-01-b{
    padding-top: 10px;
}
}
.bar-02-b{
	width: 40%;
	background: #f39b3e;
}
@media (max-width: 991px){
.bar-02-b{
    padding-top: 10px;
}
}
/*60%*/
span.graph-text6-a {
    font-size: 42px;
	padding-left: 40%;
}
@media (max-width: 1199px){
span.graph-text6-a {
    font-size: 35px;
}
}
@media (max-width: 991px){
span.graph-text6-a {
    font-size: 21px;
}
}
@media (max-width: 320px){
span.graph-text6-a {
    padding-left: 35%;
}
}
/*40%*/
span.graph-text6-b {
    font-size: 42px;
	padding-left: 32%;
}
@media (max-width: 1199px){
span.graph-text6-b {
    font-size: 35px;
    padding-left: 28%;
}
}
@media (max-width: 991px){
span.graph-text6-b {
    font-size: 21px;
}
}
@media (max-width: 425px){
span.graph-text6-b {
    padding-left: 34%;
}
}
@media (max-width: 320px){
span.graph-text6-b {
	padding-left: 29%;
}
}
/*%*/
span.graph-text7 {
    font-size: 20px;
}

/*///円グラフ///*/
.c-circle {
	width: 200px;
    padding-bottom: 240px;
	position: relative;
	margin: auto;
/*	transform:rotate(50deg);*/
	transform:rotate(90deg);
}
@media (max-width: 1440px){
.c-circle {
    left: -20px;
}
}
@media (max-width: 1199px){
.c-circle {
    width: 170px;
    top: -20px;
}
}
@media (max-width: 991px){
.c-circle {
	width: 130px;
    top: -54px;
}
}
@media (max-width: 767px){
.c-circle {
	width: 142px;
    top: -54px;
    left: -8px;
}
}
@media (max-width: 375px){
.c-circle {
	width: 130px;
    top: -58px;
    left: -8px;
    padding-bottom: 227px;
}
}
@media (max-width: 320px){
.c-circle {
	width: 120px;
    top: -30px;
    left: -18px;
    padding-bottom: 192px;
}
}
.c-circle__view {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.c-circle__1, .c-circle__2, .c-circle__3, .c-circle__4 {
  fill: transparent;
  stroke-width: 30;
  stroke-dashoffset: 25;
}
.c-circle__1 {
/*  animation: one 5s;*/
/*  stroke-dasharray: 0, 75, 25, 0;*/
	stroke-dasharray: 25,100;
	stroke: #232863;
	transform:rotate(180deg) translate(-60px,-60px);
}
.c-circle__2 {
  animation: two 5s;
/*  stroke-dasharray: 0, 16.6666666667, 16.6666666667, 66.6666666667;*/
/*  stroke: #232863;*/
}
.c-circle__3 {
  animation: three 5s;
/*  stroke-dasharray: 16.6666666667, 83.3333333333, 0, 0;*/
/*  stroke: #232863;*/
}
.c-circle__4 {
/*  animation: four 5s;*/
/*  stroke-dasharray: 0, 33.3333333333, 41.6666666667, 25;*/
	stroke-dasharray: 0 100;
	stroke: #ee752d;
	z-index: 3;
}
@-webkit-keyframes one {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  25% {
  stroke-dasharray: 0, 75, 25, 0;
  }
}
@keyframes one {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  25% {
  stroke-dasharray: 0, 75, 25, 0;
  }
}
@-webkit-keyframes two {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 0, 16.6666666667, 16.6666666667, 66.6666666667;
  }
}
@keyframes two {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 0, 16.6666666667, 16.6666666667, 66.6666666667;
  }
}
@-webkit-keyframes three {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 16.6666666667, 83.3333333333, 0, 0;
  }
}
@keyframes three {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 16.6666666667, 83.3333333333, 0, 0;
  }
}
@-webkit-keyframes four {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 0, 33.3333333333, 41.6666666667, 25;
  }
}
@keyframes four {
  0% {
    stroke-dasharray: 0, 0, 0, 100;
  }
  50% {
  stroke-dasharray: 0, 33.3333333333, 41.6666666667, 25;
  }
}
/*円グラフ内の文字*/
.c-circle-text1{
    position: absolute;
	top: 183px;
    left: 404px;
	color: #fff;
	text-align: center;
}
@media (max-width: 1440px){
.c-circle-text1{
    left: 339px;
}
}
@media (max-width: 1199px){
.c-circle-text1{
	left: 291px;
    top: 138px;
}
}
@media (max-width: 991px){
.c-circle-text1{
	left: 207px;
    top: 90px;
    font-size: 11px;
}
}
@media (max-width: 767px){
.c-circle-text1{
	left: 275px;
}
}
@media (max-width: 375px){
.c-circle-text1{
	left: 237px;
    top: 81px;
}
}
@media (max-width: 320px){
.c-circle-text1{
	left: 193px;
    top: 91px;
}
}
span.c-circle-text1-a {
    font-size: 38px;
}
@media (max-width: 1199px){
span.c-circle-text1-a {
    font-size: 31px;
}
}
@media (max-width: 991px){
span.c-circle-text1-a {
    font-size: 25px;
}
}
.c-circle-text2{
    position: absolute;
	top: 149px;
    left: 311px;
	color: #fff;
	text-align: center;
}
@media (max-width: 1440px){
.c-circle-text2{
    left: 252px;
}
}
@media (max-width: 1199px){
.c-circle-text2{
	left: 212px;
    top: 110px;
    font-size: 14px;
}
}
@media (max-width: 991px){
.c-circle-text2{
    left: 149px;
	top: 65px;
    font-size: 11px;
}
}
@media (max-width: 767px){
.c-circle-text2{
    left: 211px;
}
}
@media (max-width: 375px){
.c-circle-text2{
	left: 180px;
    top: 52px;
}
}
@media (max-width: 320px){
.c-circle-text2{
	left: 139px;
    top: 64px;
}
}
span.c-circle-text2-a {
    font-size: 38px;
}
@media (max-width: 1199px){
span.c-circle-text2-a {
    font-size: 31px;
}
}
@media (max-width: 991px){
span.c-circle-text2-a {
    font-size: 25px;
}
}
/*違うサイトでテスト*/
.pieChartArea {
    margin: 0 auto 1.5em;
    width: 280px;
    height: 280px;
    position: relative;
}
.circle{
  display:inline-block;
  transform:rotate(-90deg);
}
.circle .type{
  fill:transparent;
  stroke-width:100;
}
.typeA1{animation:circleA1 1s forwards;}
@keyframes circleA1{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:350 565;}
}
.typeA2{animation:circleA2 1s forwards;}
@keyframes circleA2{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:446 565;}
}
.typeA3{animation:circleA3 1s forwards;}
@keyframes circleA3{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:520 565;}
}
.typeA4{animation:circleA4 1s forwards;}
@keyframes circleA4{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:565 565;}
}
.circle .type {
    fill: transparent;
    stroke-width: 100;
}
.typeA4 {
    animation: circleA4 1s forwards;
    -webkit-animation: circleA4 1s forwards;
}
.circle .type4 {
    stroke: #ee752d;
}
.typeA3 {
    animation: circleA3 1s forwards;
    -webkit-animation: circleA3 1s forwards;
}
.circle .type3 {
    stroke: #ee752d;
}
.typeA2 {
    animation: circleA2 1s forwards;
    -webkit-animation: circleA2 1s forwards;
}
.circle .type2 {
    stroke: #ee752d;
}
.typeA1 {
    animation: circleA1 1s forwards;
    -webkit-animation: circleA1 1s forwards;
}
.circle .type1 {
    stroke: #232863;
}
上に乗る文字部分
.p-article-area ul {
    margin: 0 0 1.5em;
    padding: 0 0 1em 0;
}
.p-article-area ul {
    margin: 0 0 0 1.5em!important;
}

.pieChartArea li {
    list-style: none;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.2!important;
    position: absolute;
}
.p-article-area ul li {
    margin: 0 0 1em;
    line-height: 1.4;
}
.pieChartArea li:first-child {
	top: 45%;
    right: 13%;
	animation: textFwt 1.5s ease-out 1s 1 forwards;
}
.pieChartArea li span {
    margin: 0 .15em;
    font-size: 24px;
    letter-spacing: -.1em;
}
.pieChartArea li:nth-child(2) {
    top: 54%;
    left: 4%;
    animation: textFwt 1.5s ease-out 1.25s 1 forwards;
}
.pieChartArea li:nth-child(3) {
    top: 23%;
    left: 12%;
    animation: textFwt 1.5s ease-out 1.5s 1 forwards;
}

#scroll-box {
  overflow: scroll;
  height: 100px;
  border: 1px solid black;
}
 
#scroll-contents {
  height: 700px;
}