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

/* ===== voice_header ===== */

#voice_header{
	padding: 130px 100px;
	background: #fff;
	position: relative;
}
#voice_header img.page_title{
	position: absolute;
	top:50%;
	right:3%;
	transform: translateY(-50%);
}
#voice_header .voice_header_wrapper{
	margin: 0 auto;
	max-width: 1920px;
	align-items: center;
}
#voice_header .voice_header_wrapper > div{
	width: 50%;
}
#voice_header .txt_col{
	z-index: 1;
}
#voice_header .voice_header_wrapper h2{
	font-size: 5vh;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 50px;
}
#voice_header .voice_header_wrapper p:before{
	background: #7C7C7C;
	color:#fff;
	padding: 10px 15px;
	display: inline-block;
	position: absolute;
	top:-25px;
	left:50px;
}
#voice_header .voice_header_wrapper p.mikeiken:before{content: '#未経験からスタート';}
#voice_header .voice_header_wrapper p.careerup:before{content: '#キャリアアップ';}
#voice_header .voice_header_wrapper p.ikukyu:before{content: '#育休からの復帰';}
#voice_header .voice_header_wrapper p.tenshoku:before{content: '#他業種からの転職';}
#voice_header .voice_header_wrapper p.ryoritsu:before{content: '#育児との両立';}
#voice_header .voice_header_wrapper p{
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	position: relative;
	padding: 50px;
	border-radius: 20px;
}
#voice_header .voice_header_wrapper > div img{
	margin-left: -100px;
}

@media screen and (max-width: 599px){
	#voice_header{padding:60px 30px 30px 30px;}
	#voice_header .voice_header_wrapper{flex-direction: column-reverse;}
	#voice_header .voice_header_wrapper > div{width: 100%;}
	#voice_header .voice_header_wrapper h2{font-size: 24px; text-align: center; margin-top: 30px;}
	#voice_header .voice_header_wrapper p{
		font-size: 15px;
		padding: 20px;
		line-height: 1.6;
	}
	#voice_header .voice_header_wrapper p:before{
		top:-20px;
		left:20px;
		padding: 5px 15px;
	}
	#voice_header .voice_header_wrapper > div img{
		margin-left: 0;
	}
}


/* ===== voice_contents ===== */

#voice_contents{
	background: rgb(250,242,200);
	background: linear-gradient(90deg, rgba(250,242,200,1) 0%, rgba(227,241,234,1) 100%);
	padding: 130px 0;
}
#voice_contents .voice_contents_wrapper{
	margin:0 auto;
	background: #fff;
	max-width: 960px;
	padding: 50px;
	border-radius: 30px;
}
#voice_contents .worker_box{
	width:100%;
	margin: 10px 0;
	overflow: hidden;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#voice_contents .faceicon {
	width: 80px;
}
#voice_contents .faceicon img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
#voice_contents .worker_box .says{
  display: inline-block;
  position: relative; 
  margin: 40px 0 0 20px;
  padding: 20px;
  max-width:80%;
  border-radius:0 20px 20px 20px;
}
#voice_contents .worker_box div:nth-child(3){
	margin-left: 100px;
	margin-top: 20px;
}
#voice_contents .says p{
	text-align: justify;
}
#voice_contents .muu_box {
	width: 100%;
	margin: 10px 0;
	justify-content: flex-end;
	overflow: hidden;
}
#voice_contents .muu_box .says{
	max-width: 80%;
	background: #EEEBE6;
	display: inline-block;
	position: relative; 
	margin: 40px 20px 0 0;
	padding: 20px;
	border-radius:20px 0 20px 20px;
}

@media screen and (max-width: 599px){
	#voice_contents{
		padding: 30px;
	}
	#voice_contents .voice_contents_wrapper{
		padding: 20px;
	}
	#voice_contents .faceicon {
		width: 40px;
	}
	#voice_contents .worker_box .says{
		margin: 20px 0 0 10px;
		padding: 15px;
		border-radius:0 15px 15px 15px;
	}
	#voice_contents .says p{font-size: 14px;}
	#voice_contents .muu_box .says{
		margin:20px 10px 0 0;
		padding: 15px;
		border-radius:15px 0 15px 15px;
	}
	#voice_contents .worker_box div:nth-child(3){
		margin-left: 50px
	}
}


/* ===== voice_other ===== */

#voice_other{
	padding: 50px 0;
	margin: 0 auto;
}
#voice_other h2{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 599px){
	#voice_other h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
}