/* --------------------------------------------------------------------------------------
   先輩社員の声
--------------------------------------------------------------------------------------- */

.page-voice .key-sub { background-image: url(../../img/recruit/voice/key_image.jpg); }

.page-voice main { background-color: #f0f0f0; }

.voice-wrap { margin-top: 90px; }

.voice-wrap .tab-wrap { margin-top: 58px; }

.voice-wrap .tab-nav {
	display: flex;
	justify-content: center;
}

.voice-wrap .tab-nav li {
	align-items: center;
	background-color: #fff;
	border-radius: 16px 16px 0px 0px ;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	margin-left: 4px;
	min-height: 96px;
	text-align: center;
	transition: all .3s ease-in-out;
	width: 100%;
}

.voice-wrap .tab-nav li:first-child { margin-left: 0; }

.voice-wrap .tab-nav .active { color: #fff; }

@media (min-width: 1000px) {
	.voice-wrap .tab-nav li:hover {
		color: #fff;
		text-decoration: none;
	}
}

.voice-wrap .tab-content {
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 4px;
	padding-bottom: 96px;
	padding-top: 44px;
}

.voice-wrap .tab-content .column {
	display: none;
}

.voice-wrap .tab-content .column:first-child { display: block; }

.voice-wrap .tab-content .column section  {
	border-bottom: 1px solid #cdcdcd;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.voice-wrap .tab-content .column section h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 160px;
	width: 500px;
}

.voice-wrap .tab-content .column section h3 span,
.voice-wrap .tab-content .column section h3 b {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
}

.voice-wrap .tab-content .column section h3 b {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
}

.voice-wrap .tab-content .column dl { margin-top: 36px; }

.voice-wrap .tab-content .column dt {
	font-size: 2rem;
	font-weight: 700;
	padding-left: 32px;
}

.voice-wrap .tab-content .column dt::before {
	content: 'Q.';
	font-family: 'Barlow', sans-serif;
	font-size: 2.8rem;
	left: 0;
	line-height: 1;
	position: absolute;
}

.voice-wrap .tab-content .column dd {
	margin-left: 40px;
	margin-top: 16px;
	position: relative;
}

.voice-wrap .tab-content .column dd::before {
	background: url(../../img/recruit/voice/icon.svg) no-repeat;
	bottom: 0;
	content: '';
	display: block;
	height: 64px;
	left: 0;
	position: absolute;
	width: 64px;
}

.voice-wrap .tab-content .column dd div {
	background-color: #f0f7fd;
	border-radius: 20px;
	margin-left: 100px;
	padding: 20px 32px;
	position: relative;
}

.voice-wrap .tab-content .column dd div::before {
	border-color: transparent #f0f7fd transparent transparent;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	bottom: 12px;
	content: '';
	display: block;
	height: 0;
	left: -20px;
	position: absolute;
	width: 0;
}

.voice-wrap .tab-content .column dd div p { margin-top: 20px; }
.voice-wrap .tab-content .column dd div p:first-child { margin-top: 0; }

@media (max-width: 1000px) {

	.page-voice .key-sub { background-image: url(../../img/recruit/voice/key_image_sp.jpg); }


	.voice-wrap { margin-top: 12vw; }

	.voice-wrap > h2 { margin-left: 12.333vw; }

	.voice-wrap .tab-wrap { margin-top: 13.333vw; }

	.voice-wrap .tab-nav {
		margin-left: 4.267vw;
		margin-right: 4.267vw;
	}

	.voice-wrap .tab-nav li {
		font-size: 3.733vw;
		min-height: 23.467vw;
	}

	.voice-wrap .tab-content { padding: 8vw 4.267vw 13.333vw; }

	.voice-wrap .tab-content .column section {
		display: block;
		padding-bottom: 6.667vw;
	}

	.voice-wrap .tab-content .column section h3 {
		margin-bottom: 6.667vw;
		padding-left: 0;
		text-align: center;
		width: auto;
	}

	.voice-wrap .tab-content .column dl { margin-top: 6.4vw; }

	.voice-wrap .tab-content .column dt {
		font-size: 4.267vw;
		padding-left: 6.333vw;
	}

	.voice-wrap .tab-content .column dt::before { font-size: 5.867vw; }

	.voice-wrap .tab-content .column dd {
		margin-left: 0;
		margin-top: 4vw;
	}

	.voice-wrap .tab-content .column dd::before {
		background-size: cover;
		bottom: auto;
		height: 11.467vw;
		top: 0;
		width: 11.467vw;
	}

	.voice-wrap .tab-content .column dd div {
		border-radius: 2.667vw;
		margin-left: 19.467vw;
		padding: 4.533vw;
	}

	.voice-wrap .tab-content .column dd div::before {
		bottom: auto;
		top: 2.667vw;
	}
}