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

.base-title {
    width: 100%;
    height: 70vh;
    background-image: url("../images/staff/voice-top2.webp");	
	background-position: top;
	background-size: cover;
	position:relative;
}
/*.contact {
	width:85%;
	margin:auto;
	position:relative;
}
.contact-content {
	border:solid 3px #CEE8E8;
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	background-color:#fff;
}*/

/* ### ふわっと表示用 ### */

.effect-fade-up2.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}
.effect-fade-up6.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-up {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition: all 1000ms; /* フェードインにかかる時間を指定 */
}

.effect-fade-up2 {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition-duration: 1000ms; /* フェードインにかかる時間を指定 */
	transition-delay: 0.2s;
}

.effect-fade-up3 {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition-duration: 1000ms; /* フェードインにかかる時間を指定 */
	transition-delay: 0.4s;
}

.effect-fade-up4 {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition-duration: 1000ms; /* フェードインにかかる時間を指定 */
	transition-delay: 0.6s;
}
.effect-fade-up5 {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition-duration: 1000ms; /* フェードインにかかる時間を指定 */
	transition-delay: 0.8s;
}
.effect-fade-up6 {
	opacity: 0;
	transform: translate(0, 50px); /* フェードインで動く高さを指定 */
	transition-duration: 1000ms; /* フェードインにかかる時間を指定 */
	transition-delay: 0.2s;

	/*display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: auto;*/
}

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

.number{
	margin-bottom: 56px;
}
.number-content{
	width:80%;
	max-width:1200px;
	margin:30px auto auto auto;
}
.number-br{
	display: inline-block;
}
/*タイトル*/
.number-title{
	text-align: center;
	margin-bottom: 32px;
	width: 100%;
}
.number-title h2{
    display:flex;
	align-items:center;
	justify-content:center;
	font-size: 45px;
}
.number-title h2:before, .number-title h2:after {
	border-top: 1px solid;
	content: "";
	flex: 1; 
}
.number-title h2:before {
	margin-right: 1em;
}
.number-title h2:after {
	margin-left: 1em;
}
.number-title p{
	color: #80C4C4;
	font-size: 30px;
}
@media(max-width:960px){
	.number-title h2{
	font-size: 40px;
}
	.number-title p{
	font-size: 25px;
}
}
@media(max-width:768px){
	.number-title h2{
	font-size: 35px;
}
	.number-title p{
	font-size: 20px;
}
}
@media(max-width:540px){
	.number-title h2{
	font-size: 30px;
}
	.number-title p{
	font-size: 15px;
}
}
/*コンテンツ*/
/*幅*/
.pie-chart1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 220px;
    height: 220px;*/
    margin: 0 auto;
    border-radius: 50%;
    background-image: radial-gradient(#fff 50%, transparent 50%), conic-gradient(#80c4c4 81%, #b3dbdb 81% 100%);
    font-weight: 600;
	
	transform: scaleX(-1);
	width: 80%;       
    aspect-ratio: 1;  /* 正方形を維持 */
	max-width: 250px;
}

.pie-chart2 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 200px;
    height: 200px;*/
    margin: 0 auto;
    border-radius: 50%;
    background-image: radial-gradient(#fff 50%, transparent 50%), conic-gradient(#80c4c4 70%, #b3dbdb 70% 100%);
    font-weight: 600;
	
	/*transform: scaleX(-1);*/
	width: 80%;      
    aspect-ratio: 1; 
	max-width: 220px;
}

.pie-chart2 span{
	color: #6FB9B7;
	font-weight: bold;
	font-size: 60px;
	margin-right: 4px;
}
.pie-chart2 p{
	font-size: 25px;
	padding-bottom: 8px;
}
.number-width1{
	width: 40%;
}
.number-width2{
	width: 60%;
}
.number-width3{
	width: 50%;
}
.number-width3-1{
	width: 50%;
}
.number-width4{
	width: 100%;
}
.number-left{
	margin-left: 8px
}
.number-right{
	margin-right: 8px;
}
.number-top{
	margin-top: 16px;
}
.number-top1{
	margin-top: 120px;
}
.number-bottom{
    margin-bottom: 16px;
}
.number-br{
	display: inline-block;
}
.number-color1{
	color: #6FB9B7;
	font-weight: bold;
	font-size: 60px;
	margin-right: 4px;
}
.number-color2{
	color: #6FB9B7;
	font-weight: bold;
	font-size: 60px;
	padding-left: 40px;
	margin-right: 4px;
}
.number-color3{
	color: #6FB9B7;
	font-weight: bold;
	font-size: 35px;
}
.number-flex1{
	display: flex;
	justify-content: center;
}
.number-flex2{
	display: flex;
	justify-content: center;
}
.number-box1{
	border: 1px solid #707070;
	/*border: 1px solid #80C4C4;*/
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	
	display: flex;             
    flex-direction: column; 
	position: relative;
	overflow: hidden; 
	background-color: #FFFFFF;
}
.number-box1 h3{
	margin-bottom: 16px;
	font-size: 26px;
}
.number-box1 h3 span {
	display: inline-block;
	border-bottom: 1px solid #707070;
	padding-bottom: 0.4em;
}
.number-box1 p {
    font-size: 24px;
	font-weight: bold;
}
.number-item1{
	display: flex; 
    flex-direction: column; 
	justify-content: center;/* 縦方向中央寄せ */
    align-items: center;
	padding: 20px 0;
	
	flex: 1; /* 残りの縦スペースを占有 */
}
.number-item2{
	display: flex; 
	justify-content: center;
    align-items: center;
    /*gap: 10px;*/
	padding: 20px 0;
	
	flex: 1;
}
.number-item3{
	display: flex; 
    /*flex-direction: column;*/
	justify-content: center;
    align-items: center;
	padding: 20px 0;
	
	flex: 1;
}
.number-item4{
	display: flex; 
    /*flex-direction: column;*/
	justify-content: center;
    align-items: center;
	padding: 20px 0;
	
	flex: 1;
}
.number-img1{
	margin: 0 auto;
	padding: 8px;
}
.number-img1 img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 220px;
}
.number-img2{
	width: 50%;
	margin: 16px auto;
	padding: 8px;
}
.number-img2 img{
	width: 100%;
	height: auto;
	max-width: 250px;
}
.number-img3{
	margin: 0 auto;
	padding: 8px;
	margin-top: 16px;
}
.number-img3 img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 100px;
}
.number-img4{
	margin: 0 auto;
	padding: 8px;
}
.number-img4 img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 400px;
}
.number-img5{
	margin: 0 auto;
	padding: 8px;
}
.number-img5 img{
	width: 100%;
	height: auto;
	display: block;
	/*max-width: 200px;*/
	max-height: 200px;
}
.number-img6{
	margin: 0 auto;
	padding: 8px;
}
.number-img6 img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 220px;
}
.number-text1{
	margin-top: 24px;
}
.number-text2{
    width: 80%;
}
.text2-1{
	border-bottom: 1px solid #707070;
	display: inline-block;
	padding-bottom: 0.4em;
	padding-bottom: 32px;
}
.text2-2{
	margin-top: 32px;
}
.number-text3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 80%;
}
.number-text4 {    
}
.number-text4 p{
	font-size: 25px;
}
.number-text4::after{	
	content: "";
	position: absolute;
	top: 0%;
	right: -80px;
	transform: translateY(-50%);
	width: 80px;  
	height: 80px;
	background-image: url("../images/number/number-7.webp");
	background-size: contain; /* 縦横比を保って縮小表示 */
	/* background-position: center;*/
	background-repeat: no-repeat;
}
.number-text5 p{
	margin-top: 24px;
	font-size: 20px;
}
@media(max-width:1200px){
	.number-color2{
		font-size: 50px;
		padding-left: 24px;
		margin-right: 4px;
	}
	.number-top1{
	margin-top: 80px;
}
}
@media(max-width:960px){
	.pie-chart1 {
		 width: 80%;  
		 margin-bottom: 40px;
	}
	.number-box1 h3{
		padding-bottom: 0.4em; 
		margin-bottom: 16px;
		font-size: 24px;
	}
	.number-box1 p {
		font-size: 22px;
		font-weight: bold;
	}
	.number-color1{
		font-size: 50px;
		margin-right: 4px;
	}
    .number-color2{
		font-size: 50px;
		padding-left: 24px;
		margin-right: 4px;
	}
	.number-item2{
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 0;

		flex: 1; 
	}
	.number-img2{
		width: 80%;
		margin: 16px auto;
		padding: 8px;
	}
	.number-text2{
		width: 100%;
	}
}

@media(max-width:768px){
	.number-box1 h3{
		padding-bottom: 0.4em; 
		margin-bottom: 16px;
		font-size: 22px;
	}
	.number-box1 p {
		font-size: 25px;
	}
	.pie-chart2 span{
		color: #6FB9B7;
		font-weight: bold;
		font-size: 60px;
	}
    .pie-chart2 p{
		font-size: 20px;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.number-text4::after{	
		content: "";
		position: absolute;
		top: -40%;
		right: -20px;
		transform: translateY(-50%);
		/*width: 70px;  
		height: 70px;*/
		background-image: url("../images/number/number-7.webp");
		background-size: contain; /* 縦横比を保って縮小表示 */
		/* background-position: center;*/
		background-repeat: no-repeat;
		
		width: 50px;  
		height: 50px;
	}
	.number-color1{
		/*font-size: 40px;*/
		font-size: 50px;
		margin-right: 4px;			
	}
	.number-color2{
		font-size: 50px;
		padding-left: 16px;
		margin-right: 4px;
	}
	.number-color3{
		font-size: 30px;
	}
	.text1-1 span{
		font-size: 35px;
	}
	.text1-1 p{
		font-size: 16px;
	}
	.text3-1{
		margin-top: 8px;
	}
	.text4-1{
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.text4-2{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.number-text4 p{
		font-size: 18px;
	}
	.number-text5 p{
		margin-top: 24px;
		font-size: 14px;
	}
    .number-flex1{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.number-flex2{
		flex-direction: column-reverse;
	}

	.number-bottom{
		margin-bottom: 0px;
	}
	.number-left{
		margin-left: 0px
	}
	.number-right{
		margin-right: 0px;
	}
	.number-top{
		margin-top: 0px;
	}
	.number-box1{
		width: 100%;
		margin-bottom: 16px;
	}
	.number-item4{
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 0;

		flex: 1;
	}
	.number-img6{
		margin: 0 auto;
		padding: 8px;
		margin-bottom: 16px;
	}
	.number-img6 img{
		width: 100%;
		height: auto;
		display: block;
		max-width: 80px;
	}
}
@media(max-width:540px){
	.number-box1 h3{
		padding-bottom: 0.4em; 
		margin-bottom: 16px;
		font-size: 19px;
	}
	.number-box1 p {
		font-size: 22px;
	}
    .number-color1{
		font-size: 45px;
		margin-right: 4px;
	}
	.number-color2{
		font-size: 50px;
		padding-left: 16px;
		margin-right: 4px;
	}
	.number-color3{
		font-size: 25px;
	}
	.text1-1 span{
		font-size: 35px;
	}
	.text1-1 p{
		font-size: 16px;
	}
	.text3-1{
		margin-top: 8px;
	}
	.text4-1{
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.text4-2{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.number-text4 p{
		font-size: 15px;
	}
	.number-text4::after{	
		content: "";
		position: absolute;
		top: -40%;
		right: -20px;
		transform: translateY(-50%);
		width: 50px;  
		height: 50px;
		background-image: url("../images/number/number-7.webp");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.number-text5 p{
		margin-top: 24px;
		font-size: 14px;
	}
    .number-flex1{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.number-flex2{
		flex-direction: column-reverse;
	}
	.number-bottom{
		margin-bottom: 0px;
	}
	.number-box1{
		width: 100%;
		margin-bottom: 16px;
	}
	.number-left{
		margin-left: 0px
	}
	.number-right{
		margin-right: 0px;
	}
	.number-top{
		margin-top: 0px;
	}
	.number-item3{
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 0;

		flex: 1;
	}
	.number-img6{
		margin: 0 auto;
		padding: 8px;
		
		margin-bottom: 16px;
	}
	.number-img6 img{
		width: 100%;
		height: auto;
		display: block;
		max-width: 80px;
	}
	.pie-chart2 span{
		color: #6FB9B7;
		font-weight: bold;
		font-size: 53px;
	}
    .pie-chart2 p{
		font-size: 20px;
		padding-bottom: 8px;
		font-weight: bold;
	}
}
@media(max-width:480px){
	.number-text4::after{	
		content: none;
	}
	.number-text4 {
		margin-top: -16px;
	}
}
/*@media(max-width:480px){
	.number-color3{
		font-size: 20px;
	}
	.number-text4 p{
		font-size: 13px;
	}
	.number-text4::after{	
		content: "";
		position: absolute;
		top: -40%;
		right: -20px;
		transform: translateY(-50%);
		width: 40px;  
		height: 40px;
		background-image: url("../images/number/number-7.webp");
		background-size: contain;
		background-repeat: no-repeat;
	}
}*/

























/* グラフ */
.center{
	display:block;
	justify-content:center;
	text-align:center!important;
}
.graph-wrap {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
	margin-top:-50px;
}

.circle {
  transform:rotate(-90deg);
  height: 450px;
  width: 450px;
  margin: auto;
  position: relative;
}
.circle circle {
  fill: none;
  stroke-width: 5px;
  position: relative;
}
.circle circle:nth-child(1) {
  stroke: #B3DBDB; 
  stroke-dasharray: 20 100;
  stroke-dashoffset: 0;
  animation: anime01 1.5s 0s forwards ease-in-out;
}

.circle circle:nth-child(2) {
  stroke: #80C4C4;
  stroke-dasharray: 80 100;
  stroke-dashoffset: 80; 
  animation: anime02 1.5s 0.7s forwards ease-in-out;
}


@keyframes anime01 {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 20 80;
  }
}

@keyframes anime02 {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 80 20;
  }
}


.men {
	font-size:50px!important;
	color:#6FB9B7;
	position:absolute;
	z-index:2;
	right:3%;
	top:5%;
}
.men .text1{
	font-size:25px!important;
	color:#707070;
	margin-right:10px;
}
.men .text2{
	font-size:25px!important;
	color:#707070;
	margin-left:5px;
}
.women {
	font-size:50px!important;
	color:#6FB9B7;
	position:absolute;
	z-index:2;
	left:3%;
	bottom:5%;
}
.women .text1{
	font-size:25px!important;
	color:#707070;
	margin-right:10px;
}
.women .text2{
	font-size:25px!important;
	color:#707070;
	margin-left:5px;
}
.sen-base{
	display:flex;
	align-items:center;
}
/*.men .sen{
	display:block;
	height:40px;
	width:65px;
	border-bottom:solid 2px #707070;
	border-right:solid 2px #707070;
	position:absolute;
	bottom:-40px;
	right:50%;
}
.men .sen-base{
	position:relative;;
}
.women .sen{
	display:block;
	height:60px;
	width:50px;
	border-top:solid 2px #707070;
	border-left:solid 2px #707070;
	position:absolute;
	top:-50px;
	left:55%;
}
.women .sen-base{
	position:relative;;
}*/

@media(max-width:1200px){
.circle {
  height: 400px;
  width: 400px;
}	
.men {
	right:3%;
	top:0%;
}
.women {
	left:3%;
	bottom:2%;
}
}
@media(max-width:960px){
.circle {
  height: 350px;
  width: 350px;
}	
.men {
	right:3%;
	top:0%;
}
.women {
	left:3%;
	bottom:2%;
}
}
@media(max-width:480px){
.circle {
  height: 300px;
  width: 300px;
}	
.men {
	font-size:35px!important;
	color:#6FB9B7;
	position:absolute;
	z-index:2;
	right:8%;
	top:0;
}
.men .text1{
	font-size:18px!important;
	color:#707070;
	margin-right:5px;
}
.men .text2{
	font-size:18px!important;
	color:#707070;
	margin-left:2px;
}
.women {
	font-size:35px!important;
	color:#6FB9B7;
	position:absolute;
	z-index:2;
	left:8%;
	bottom:2%;
}
.women .text1{
	font-size:18px!important;
	color:#707070;
	margin-right:5px;
}
.women .text2{
	font-size:18px!important;
	color:#707070;
	margin-left:2px;
}
}