@charset "UTF-8";

.voice {
}

.voice_head {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 70px 0;
}

body.-voice01 .voice_head {
	background-image: url("../recruit/voice/img/img-voice01-head.jpg");
}

body.-voice02 .voice_head {
	background-image: url("../recruit/voice/img/img-voice02-head.jpg");
}

body.-voice03 .voice_head {
	background-image: url("../recruit/voice/img/img-voice03-head.jpg");
}

body.-voice04 .voice_head {
	background-image: url("../recruit/voice/img/img-voice04-head.jpg");
}

body.-voice05 .voice_head {
	background-image: url("../recruit/voice/img/img-voice05-head.jpg");
}

body.-voice06 .voice_head {
	background-image: url("../recruit/voice/img/img-voice06-head.jpg");
}

body.-voice07 .voice_head {
	background-image: url("../recruit/voice/img/img-voice07-head.jpg");
}

body.-voice08 .voice_head {
	background-image: url("../recruit/voice/img/img-voice08-head.jpg");
}

body.-voice09 .voice_head {
	background-image: url("../recruit/voice/img/img-voice09-head.jpg");
}

.voice_head_cnt {
	display: inline-block;
	min-width: 390px;
}

.voice_head_row {
	padding: 60px 40px;
}

.voice_head_row.-prof {
	background: rgba(255, 255, 255, 1);
}

.voice_head_row.-like {
	background: rgba(228, 33, 47, 1);
	color: #fff;
}

body.-voice03 .voice_head_row.-prof,
body.-voice07 .voice_head_row.-prof {
	background: rgba(255, 255, 255, 0.85);
}

body.-voice03 .voice_head_row.-like,
body.-voice07 .voice_head_row.-like {
	background: rgba(228, 33, 47, 0.85);
}

.voice_head_year {
}

.voice_head_name {
	font-size: 30px;
	line-height: 1.5;
}

.voice_head_name span {
	display: block;
}

.voice_head_like {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.voice_head_rank {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 8px;
}

.voice_head_rank dt,
.voice_head_rank dd {
	display: inline-block;
	vertical-align: middle;
}

.voice_head_rank dt {
	position: relative;
	font-size: 16px;
	padding: 0 8px 0 32px;
	line-height: 28px;
	background: #fff;
	color: #e42130;
	min-width: 65px;
	width: 65px;
}

.voice_head_rank dt:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 7px;
	top: 50%;
	width: 19px;
	height: 14px;
	margin-top: -7px;
}

.voice_head_rank.-rank01 dt:before {
	background-image: url("../recruit/voice/img/img-rank01@2x.png");
}

.voice_head_rank.-rank02 dt:before {
	background-image: url("../recruit/voice/img/img-rank02@2x.png");
}

.voice_head_rank.-rank03 dt:before {
	background-image: url("../recruit/voice/img/img-rank03@2x.png");
}

.voice_head_rank dt:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 10px;
	border-color: transparent transparent transparent #fff;
}

.voice_head_rank dd {
	font-size: 18px;
	line-height: 1.2;
	margin-left: 20px;
}

.voice_head_rank dd small {
	font-size: 14px;
}

.voice_body {
	padding: 80px 0 120px;
}

.voice_wrap {
	/* display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between; */
}

.voice_main {
	/* width: 60%; */
	max-width: 660px;
	margin: 0 auto;
}

.voice_sec {
	margin-top: 60px;
}

.voice_sec:first-child {
	margin-top: 0;
}

.voice_sec_ttl {
	color: #e3212f;
	font-size: 22px;
	line-height: 1.5;
}

.voice_sec_text {
	margin-top: 12px;
}

.voice_sche {
	display: none;
	width: 32%;
	margin-left: 8%;
}

.voice_sche_ttl {
	color: #e40011;
	position: relative;
	padding-left: 25px;
}

.voice_sche_ttl:before {
	font-family: icomoon;
	content: "\e912";
	margin-right: 5px;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}

.voice_sche_wrap {
	margin-top: 15px;
}

.voice_sche_subttl {
	position: relative;
	border-top: 2px solid #e40011;
	font-weight: bold;
	color: #E40011;
	margin-top: 30px;
	line-height: 1;
	padding: 5px 0 5px 22px;
	margin-bottom: 10px;
}

.voice_sche_subttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #e4000f transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.voice_sche_subttl:first-child {
	margin-top: 0;
}

.voice_sche_list {
	padding: 10px 0;
}

.voice_sche_time {
	border-left: 4px solid #e40011;
	padding-left: 55px;
	position: relative;
	padding-top: 17px;
	margin-left: 40px;
	padding-bottom: 19px;
}

.voice_sche_time.-last {
	border-color: #FFF;
}

.voice_sche_list.-small .voice_sche_time {
	margin-left: 30px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.voice_sche_list.-small .voice_sche_time.-span0,
.voice_sche_time.-span0 {
	padding-bottom: 0em;
}

.voice_sche_list.-small .voice_sche_time.-span1,
.voice_sche_time.-span1 {
	padding-bottom: 1em;
}

.voice_sche_list.-small .voice_sche_time.-span2,
.voice_sche_time.-span2 {
	padding-bottom: 2em;
}

.voice_sche_list.-small .voice_sche_time.-span3,
.voice_sche_time.-span3 {
	padding-bottom: 3em;
}

.voice_sche_list.-small .voice_sche_time.-span4,
.voice_sche_time.-span4 {
	padding-bottom: 4em;
}

.voice_sche_list.-small .voice_sche_time.-span5,
.voice_sche_time.-span5 {
	padding-bottom: 5em;
}

.voice_sche_list.-small .voice_sche_time.-span6,
.voice_sche_time.-span6 {
	padding-bottom: 6em;
}

.voice_sche_list.-small .voice_sche_time.-span7,
.voice_sche_time.-span7 {
	padding-bottom: 7em;
}

.voice_sche_list.-small .voice_sche_time.-span8,
.voice_sche_time.-span8 {
	padding-bottom: 8em;
}

.voice_sche_list.-small .voice_sche_time.-span9,
.voice_sche_time.-span9 {
	padding-bottom: 9em;
}

.voice_sche_list.-small .voice_sche_time.-span0,
.voice_sche_time.-span10 {
	padding-bottom: 10em;
}

.voice_sche_time dt,
.voice_sche_time dd {
}

.voice_sche_time dt {
	width: 80px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	position: absolute;
	height: 80px;
	background: #e40011;
	display: block;
	left: -42px;
	min-height: 80px;
	top: 30px;
	margin-top: -40px;
}

.voice_sche_list.-small .voice_sche_time dt {
	width: 60px;
	height: 60px;
	line-height: 60px;
	min-height: 60px;
	margin-left: -30px;
	top: 32px;
	left: -2px;
}

.voice_sche_time dt:before {
}

.voice_sche_time dd {
	margin-bottom: 10px;
}

.voice_sche_time dd:last-child {
	margin-bottom: 0;
}

.voice_sche_time dd.-indent {
	text-indent: -1em;
	padding-left: 1em;
}

.voice_img {
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.voice_img > figure {
	display: inline-block;
	width: 49%;
	margin-left: 2%;
}

.voice_img > figure:nth-child(2n+1) {
	margin-left: 0;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.voice {
	}

	.voice_head {
		padding: 0;
		background: none !important;
	}

	.voice_head:before {
		content: "";
		display: block;
		padding-top: 69%;
		background-size: cover;
		background-position: top right;
	}

	.voice_head > .inner {
		padding: 0;
	}

	body.-voice01 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice01-head.jpg");
	}

	body.-voice02 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice02-head.jpg");
	}

	body.-voice03 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice03-head.jpg");
	}

	body.-voice04 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice04-head.jpg");
	}

	body.-voice05 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice05-head.jpg");
	}

	body.-voice06 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice06-head.jpg");
	}

	body.-voice07 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice07-head.jpg");
	}

	body.-voice08 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice08-head.jpg");
	}

	body.-voice09 .voice_head:before {
		background-image: url("../recruit/voice/img/img-voice09-head.jpg");
	}

	.voice_head_cnt {
		min-width: 100%;
	}

	.voice_head_row {
		padding: 15px 20px;
	}

	.voice_head_row.-prof {
	}

	.voice_head_row.-like {
	}

	body.-voice03 .voice_head_row.-prof,
	body.-voice07 .voice_head_row.-prof {
		background: #FFF;
	}

	body.-voice03 .voice_head_row.-like,
	body.-voice07 .voice_head_row.-like {
		background: rgba(228, 33, 47, 1);
	}

	.voice_head_year {
	}

	.voice_head_name {
		font-size: 18px;
	}

	.voice_head_name span {
		display: inline-block;
	}

	.voice_head_name span.-busho {
		margin-right: 1em;
	}

	.voice_head_like {
		font-size: 18px;
	}

	.voice_head_rank {
	}

	.voice_head_rank dt,
	.voice_head_rank dd {
		font-size: 15px;
	}

	.voice_head_rank dt {
		font-size: 15px;
	}

	.voice_head_rank dt:before {
	}

	.voice_head_rank.-rank01 dt:before {
	}

	.voice_head_rank.-rank02 dt:before {
	}

	.voice_head_rank.-rank03 dt:before {
	}

	.voice_head_rank dt:after {
	}

	.voice_head_rank dd {
	}

	.voice_head_rank dd small {
	}

	.voice_body {
		padding: 40px 0;
	}

	.voice_wrap {
		display: block;
	}

	.voice_main {
		width: 100%;
	}

	.voice_sec {
		margin-top: 30px;
	}

	.voice_sec:first-child {
	}

	.voice_sec_ttl {
		font-size: 16px;
	}

	.voice_sec_text {
	}

	.voice_sche {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.voice_sche_ttl {
	}

	.voice_sche_ttl:before {
	}

	.voice_sche_wrap {
	}

	.voice_sche_subttl {
	}

	.voice_sche_subttl:before {
	}

	.voice_sche_subttl:first-child {
	}

	.voice_sche_list {
	}

	.voice_sche_time {
		margin-left: 30px;
		padding-left: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.voice_sche_time.-last {
	}

	.voice_sche_list.-small .voice_sche_time {
	}

	.voice_sche_list.-small .voice_sche_time.-span0,
	.voice_sche_time.-span0,
	.voice_sche_list.-small .voice_sche_time.-span1,
	.voice_sche_time.-span1,
	.voice_sche_list.-small .voice_sche_time.-span2,
	.voice_sche_time.-span2,
	.voice_sche_list.-small .voice_sche_time.-span3,
	.voice_sche_time.-span3,
	.voice_sche_list.-small .voice_sche_time.-span4,
	.voice_sche_time.-span4,
	.voice_sche_list.-small .voice_sche_time.-span5,
	.voice_sche_time.-span5,
	.voice_sche_list.-small .voice_sche_time.-span6,
	.voice_sche_time.-span6,
	.voice_sche_list.-small .voice_sche_time.-span7,
	.voice_sche_time.-span7,
	.voice_sche_list.-small .voice_sche_time.-span8,
	.voice_sche_time.-span8,
	.voice_sche_list.-small .voice_sche_time.-span9,
	.voice_sche_time.-span9,
	.voice_sche_list.-small .voice_sche_time.-span0,
	.voice_sche_time.-span10 {
		padding-bottom: inherit;
	}

	.voice_sche_time dt,
	.voice_sche_time dd {
	}

	.voice_sche_time dt {
	}

	.voice_sche_time dt {
		width: 60px;
		height: 60px;
		line-height: 60px;
		min-height: 60px;
		margin-left: -30px;
		top: 32px;
		left: -2px;
	}

	.voice_sche_list.-small .voice_sche_time dt {
	}

	.voice_sche_time dt:before {
	}

	.voice_sche_time dd {
	}

	.voice_sche_time dd:last-child {
	}

	.voice_sche_time dd.-indent {
	}

	.voice_img {
		margin-top: 40px;
		display: block;
	}

	.voice_img > figure {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.voice_img > figure:first-child {
		margin-top: 0;
	}

}

/* for Print */
@media print {
}
