.recruit_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.recruit_wrapper.blue_bg {
	background-color: var(--contents_blue_bg1);
}

.recruit_wrapper > div {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
}

.recruit_wrapper > div > div {
	padding: 0;
}

.recruit_wrapper > div > div + div {
	padding: 20px 0 0;
}

.recruit_h2 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.recruit_h2 b {
	display: block;
	margin: 0;
	padding: 0 0 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
}

.recruit_h2 > div {
	font-size: 16px;
	line-height: 1;
}

.recruit_h2 > div + div {
	padding: 0.5em 0 0;
}

.recruit_p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}





.recruit_h3 {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
}




@media (min-width: 1200px) {
	.recruit_wrapper > div {
		display: flex;
		justify-content: space-between;
		width: 1150px;
		padding: 50px 0;
	}

	.recruit_wrapper > div > div {
		width: 300px;
		padding: 5px 0 0;
	}

	.recruit_wrapper > div > div + div {
		width: calc(100% - 300px);
		padding: 0;
	}

	.recruit_h2 {
		font-size: 28px;
		line-height: 1;
	}

	.recruit_h2 b {
		padding: 0 0 10px;
		font-size: 20px;
		line-height: 1;
	}

	.recruit_h2 > div {
		font-size: 24px;
		line-height: 1;
	}

	.recruit_p {
		font-size: 16px;
		line-height: 1.8;
	}
}

/****************************
  summary
****************************/

#summary > div {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0;
}

#summary p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}

@media (min-width: 850px) {
	#summary > div {
		width: 52em;
		margin: 0 auto;
		padding: 50px 0;
	}

	#summary p {
		font-size: 16px;
		line-height: 1.8;
	}
}

/****************************
  message
****************************/



#message {
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 1440px 150px;
	background-image: url(../../files/recruit/message_bg.svg);
}

@media (min-width: 1200px) {
	#message {
		background-repeat: repeat-x;
		background-position: left top;
		background-size: 1440px 150px;
		background-image: url(../../files/recruit/message_bg.svg);
	}
}





@media (max-width: 999px) {
	#message > div > div {
		padding: 30px 0 0;
	}
	
	#message > div > div + div {
		padding: 20px 0 0;
	}
}

#message dl {
	margin: 0;
	padding: 1em 0 0;
	text-align: right;
	font-family: var(--font-mincho);
	font-size: 16px;
	line-height: 1;
}

#message dl > dt {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}

#message dl > dd {
	padding: 0.3em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

/****************************
  voice
****************************/

#voice > figure {
	display: table;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../../files/recruit/voice.jpg);
}

#voice > figure > p {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

@media (min-width: 1000px) {
	#voice > figure {
		height: 240px;
	}

	#voice > figure > p {
		font-size: 36px;
	}
}

#voice {
	width: 100%;
	margin: 0;
	padding: 0;
}

#voice > div {
	width: 100%;
	margin: 0;
	padding: 30px 15px;
}

#voice > div > div {
	padding: 0;
}

#voice > div > div + div {
	padding: 0;
}

#voice > div > div > p {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
}

.voice_nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.voice_nav > li h3 > div {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.voice_nav > li h3 > div + div {
	padding: 0.5em 0 0;
	font-size: 14px;
	line-height: 1;
}

.voice_nav > li p {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.voice_nav > li a {
	float: right;
	margin: 0;
	padding: 0.3em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}

.voice_nav > li {
	margin: 40px 0 0;
	padding: 0px 0 0 130px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 110px auto;
}

.voice_nav > li#voice1 {
	background-image: url(../../files/recruit/voice1.png);
}

.voice_nav > li#voice2 {
	background-image: url(../../files/recruit/voice2.png);
}

.voice_nav > li#voice3 {
	background-image: url(../../files/recruit/voice3.png);
}

.voice_nav > li figure {
	display: none;
}

@media (min-width: 768px) {
	.voice_nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 30px 0 0;
	}

	.voice_nav > li {
		width: 220px;
		margin: 0;
		padding: 0;
		background: none;
	}

	.voice_nav > li figure {
		display: block;
		width: 100%;
		height: 160px;
		margin: 10px 0 0;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}

	.voice_nav > li#voice1 > figure {
		background-image: url(../../files/recruit/voice1.png);
	}

	.voice_nav > li#voice2 > figure {
		background-image: url(../../files/recruit/voice2.png);
	}

	.voice_nav > li#voice3 > figure {
		background-image: url(../../files/recruit/voice3.png);
	}

	.voice_nav > li#voice1,
	.voice_nav > li#voice2,
	.voice_nav > li#voice3 {
		background: none;
	}
}
@media (min-width: 1200px) {
	#voice > div {
		display: flex;
		justify-content: center;
		width: 1150px;
		margin: 0 auto;
		padding: 50px 0;
	}

	#voice > div > div {
		width: 300px;
		padding: 0;
	}

	#voice > div > div + div {
		width: calc(100% - 300px);
		padding: 0;
	}

	#voice > div > div > p {
		padding: 2em 3em 0 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.voice_nav > li {
		width: calc(33% - 42px);
	}

	.voice_nav > li figure {
		width: 100%;
		height: 200px;
		margin: 18px 0 0;
		padding: 0;
	}

	.voice_nav > li h3 > div {
		font-size: 16px;
		line-height: 1;
	}

	.voice_nav > li h3 > div + div {
		font-size: 20px;
		line-height: 1;
	}

	.voice_nav > li p {
		font-size: 16px;
		line-height: 1.5;
	}

	.voice_nav > li a {
		font-size: 16px;
		line-height: 1;
	}
}








/****************************
  person
****************************/

#person h3 {
	margin: 0;
	padding: 3em 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

#person dl {
	margin: 0;
	padding: 0.5em 0 0;
	font-size: 14px;
}

#person dl > dt {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
}

#person dl > dt strong {
	background: linear-gradient(transparent 50%, #fff100 50%);
	font-style: normal;
	font-weight: bold;
}

#person dl > dd {
	margin: 0;
	padding: 0.75em 0 0 1.6em;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

#person dl > dt::before {
	padding: 0 0.3em 0 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 120%;
	color: rgba(255, 51, 0, 1);
}

#person dl > dd::before {
	content: '─ ';
}

#person h3 + .recruit_p {
	padding: 1em 0 0;
}

@media (min-width: 1000px) {
	#person h3 {
		font-size: 17px;
		line-height: 1;
	}

	#person dl {
		font-size: 16px;
	}
}

/****************************
  benefits
****************************/

#benefits dl {
	display: table;
	margin: 0;
	padding: 1.5em 0 0;
	font-size: 14px;
}

#benefits dl > dt {
	display: table-cell;
	margin: 0;
	padding: 0 0.5em 0 0;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	white-space: nowrap;
}

#benefits dl > dd {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

#benefits h4 {
	margin: 0;
	padding: 2em 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

#benefits h4 + .recruit_p {
	padding: 1em 0 0;
}

@media (min-width: 1000px) {
	#benefits dl {
		font-size: 16px;
	}

	#benefits h4 {
		font-size: 17px;
		line-height: 1;
	}
}

/****************************
  voice detail page
****************************/

.voice_detail {
	width: 100%;
	margin: 0;
	padding: 0;
}

.voice_detail > div {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
}

.voice_detail > div > div {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	background-image: url(../../files/recruit/voice1.png);
}

.voice_detail > div > div + div {
	margin: 0;
	padding: 0;
	background: none;
}

.voice_division {
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.voice_division {
		width: 100%;
	}
}

.voice_division > dt {
	margin: 0;
	padding: 1.5em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3;
}

.voice_division > dd {
	margin: 0;
	padding: 0.5em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4;
}

.voice_detail h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.voice_detail h3.voice_schedule_h3 {
	padding-top: 50px;
}

.voice_detail h4 {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.voice_interview {
	margin: 0;
	padding: 0;
}

.voice_interview dt {
	margin: 0;
	padding: 2em 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.voice_interview dd {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}

.voice_schedule_table {
	width: 100%;
	margin: 0;
	padding: 30px 0 10px;
	overflow-x: auto;
}

.voice_schedule_table table {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.voice_schedule_table table th,
.voice_schedule_table table td {
	min-width: 8em;
	margin: 0;
	border: 3px solid #fff;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

.voice_schedule_table table th {
	padding: 0.5em 0;
	background-color: rgba(95, 141, 164, 0.15);
}

.voice_schedule_table table td {
	padding: 0.5em 0;
	background-color: rgba(95, 141, 164, 0.25);
}

@media (min-width: 1000px) {
	.voice_detail {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.voice_detail > div {
		display: table;
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0;
	}

	.voice_detail > div > div {
		display: table-cell;
		width: 300px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		background: none;
	}

	.voice_detail > div > div + div {
		display: table-cell;
		width: calc(1000% - 300px);
		margin: 0;
		padding: 0;
	}

	.voice_detail > div > div > figure {
		width: 180px;
		height: 180px;
		width: 300px;
		height: 250px;
		margin: 30px 0 0;
		padding: 0;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
	}
	
	.voice_detail > div > div > figure#voice1 {
		background-image: url(../../files/recruit/voice1.png);
	}
	
	.voice_detail > div > div > figure#voice2 {
		background-image: url(../../files/recruit/voice2.png);
	}
	
	.voice_detail > div > div > figure#voice3 {
		background-image: url(../../files/recruit/voice3.png);
	}

	.voice_division {
		font-size: 16px;
	}

	.voice_detail h3 {
		margin: 0;
		padding: 0;
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
		line-height: 1;
	}

	.voice_detail h3.voice_schedule_h3 {
		padding-top: 70px;
	}

	.voice_detail h4 {
		margin: 0;
		padding: 1em 0 0;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
	}

	.voice_interview {
		margin: 0;
		padding: 0;
	}

	.voice_interview dt {
		margin: 0;
		padding: 2em 0 0;
		font-style: normal;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.2;
	}

	.voice_interview dd {
		margin: 0;
		padding: 1em 0 0;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.8;
	}

	.voice_schedule_table table {
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	.voice_schedule_table table th,
	.voice_schedule_table table td {
		min-width: 7em;
		margin: 0;
		border: 3px solid #fff;
		vertical-align: middle;
		text-align: center;
		font-style: normal;
		font-weight: normal;
		font-size: 1em;
		line-height: 1.5;
	}

	.voice_schedule_table table th {
		padding: 0.5em 0;
		background-color: rgba(95, 141, 164, 0.15);
	}

	.voice_schedule_table table td {
		padding: 0.5em 0;
		background-color: rgba(95, 141, 164, 0.25);
	}
}
@media (min-width: 1150px) {
	.voice_detail > div {
		width: 1150px;
	}

	.voice_schedule_table table {
		font-size: 15px;
	}

	.voice_schedule_table table th,
	.voice_schedule_table table td {
		min-width: 8em;
	}
}

#voice_nav {
	background-repeat: repeat-x;
	background-position: left top;
	/* background-size: 1440px 220px;
	background-image: url(../../files/recruit/voice_nav_bg.svg); */

	background-size: 1440px 150px;
	background-image: url(../../files/recruit/message_bg.svg);

}

@media (min-width: 1200px) {
	#voice_nav {
		background-repeat: repeat-x;
		background-position: left top;
		background-size: 1440px 220px;
		background-image: url(../../files/recruit/voice_nav_bg.svg);
	}
}
