@charset "utf-8";

/* ------------------------------
 社員の声TOP
------------------------------ */
.people a{
	color: #000;
}
.people .w1-3{
	margin-bottom: 40px;
}
.people-img{
	position: relative;
	margin-bottom: 20px;
}
.people-img:after{
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: #05a681;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../img/icon_arrow01.svg") no-repeat;
	background-size: 40px 40px;
}
.new-graduate,
.career{
	width: 80px;
	line-height: 24px;
	font-size: 1.3rem;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-right: 7px;
}
.new-graduate{
	background: #28afc7;
}
.career{
	background: #05a681;
}
/* ------------------------------
 社員の声 下層
------------------------------ */
.people-main{
	position: relative;
	height: 484px;
	margin-bottom: 90px;
}
.people-main .txt{
	position: absolute;
	top: 80px;
	left: 0;
}
.people-main h2:after{
	content: "";
	width: 64px;
	height: 4px;
	display: block;
	background: #05a681;
	margin-top: 40px;
	margin-bottom: 50px;
}
h3{
	position: relative;
	margin-left: 34px;
}
h3 span{
	margin-left: 10px;
	display: block;
}
h3:before{
	content: "";
	width: 34px;
	height: 1px;
	display: block;
	background: #05a681;
	position: absolute;
	top: 0.8em;
	margin-left: -34px;
}
@media print, screen and (min-width: 768px) {
	.people-main .txt{
		width: 538px;
	}
	.people-main .photo{
		width: 726px;
	}
}
@media print, screen and (max-width: 767px) {
	.people-main{
		height: auto;
		margin-bottom: 60px;
	}
	.people-main .txt{
		position: static;
		margin-top :20px;
	}
	.people-main h2:after{
		margin-top: 20px;
		margin-bottom: 40px;
	}
}