@charset "utf-8";

h1 {
	margin-bottom: 80px;
}

#voice_employees dl {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 980px;
	width: 100%;
}

#voice_employees dt {
	color: #73bf73;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}

#voice_employees dd {
	font-size: 1.8rem;
	padding-left: 40px;
}

#voice_employees dd.flex {
	display: flex;
}

#voice_employees #voice01 {
	background-color: #ffe3bb;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	padding: 120px 0 240px;
}

#voice_employees #voice01 dt {
	background: url("../img/icn01.png") no-repeat;
	background-position: center left;
	display: inline-block;
	padding-left: 40px;
}

#voice_employees #voice02 {
	background-color: #fff9d9;
	padding: 0 0 120px;
	position: relative;
}

#voice_employees #voice02 dt {
	background: url("../img/icn02.png") no-repeat;
	background-position: center left;
	display: inline-block;
	padding-left: 40px;
}

#voice_employees #voice02 dt img {
	margin-right: 10px;
}

#voice_employees #voice02::before {
	background-color: #fff9d9;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	content: "";
	height: 120px;
	position: absolute;
	top: -120px;
	width: 100%;
}

#voice_employees .inner_wrap {
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 100px 20px 70px;
	width: 90%;
}

#voice_employees .clearfix {
	display: block;
	clear: both;
}

#voice_employees .work_history,
#voice_employees #voice01 .work_history01 {
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
}

/*----------voice01 画像----------*/

#voice_employees #voice01 .float_right {
	float: right;
	margin: 0 70px 30px 50px;
	position: relative;
}

#voice_employees #voice01 .float_right img {
	width: 100%;
}

#voice_employees #voice01 .work_history01 {
	height: 35%;
	max-height: 150px;
	max-width: 150px;
	position: absolute;
	right: -20%;
	text-align: center;
	top: -8%;
	width: 50%;
}

#voice_employees #voice01 .work_history02 {
	color: #fff;
	display: inline-block;
	height: 26%;
	max-height: 110px;
	max-width: 110px;
	font-size: 1.6rem;
	font-weight: 500;
	right: -25%;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 37%;
}

#voice_employees #voice01 .work_history01 span,
#voice_employees #voice01 .work_history02 span {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

#voice_employees #voice01 .work_history01 span {
	background-color: #fc7958;
}

#voice_employees #voice01 .work_history01 span::before {
	border: 20px  solid transparent;
	border-top: 24px solid #fc7958;
	bottom: -16%;
	content: "";
	left: 5%;
	position: absolute;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

#voice_employees #voice01 .work_history02 span {
	background-color: #ff9933;
}

#voice_employees #voice01 .work_history02 span::before {
	border: 15px  solid transparent;
	border-right: 18px solid #ff9933;
	content: "";
	left: -25%;
	position: absolute;
	top: 38%;
}

/*----------voice02 画像----------*/

#voice_employees #voice02 .float_left {
	float: left;
	margin: 0 50px 30px 70px;
	max-width: 300px;
	position: relative;
}

#voice_employees #voice02 .float_left img {
	width: 100%;
}

#voice_employees #voice02 .work_history {
	height: 31%;
	left: -50px;
	max-height: 130px;
	max-width: 130px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 43%;
}

#voice_employees #voice02 .work_history span {
	align-items: center;
	background-color: #f2798d;
	border-radius: 50%;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

#voice_employees #voice02 .work_history span::before {
	border: 20px  solid transparent;
	border-left: 25px solid #f2798d;
	bottom: -10%;
	content: "";
	right: -10%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

