@charset "UTF-8";

/****************************************************************************/

/************* 採用情報 *************/
/************* 社員の声 *************/
.voice-title {
	background: #EEEEEE;
}
.voice-interview {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 400px;
	height: 428px;
}
.voice-msg {
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.2;
	margin: 20px 0 20px 30px;
	padding: 10px 0 10px 10px;
	font-size: 40px;
    text-indent:-1em;
}
.voice-msg .cl-left {
    vertical-align:5px;	
}
.voice-msg .cl-right {
    vertical-align:-7px;	
}
.voice-msg.iwamoto .cl-right {
	right: 40px;
}
.voice-photo {
	float: right;
	width: 643px;
}
.voice-photo img {
	vertical-align: bottom;
	width: 643px;
}
.voice-member {
	position: absolute;
	bottom: 30px;
	left: 30px;
	line-height: 1.2;
}
.voice-type {
	font-size: 25px;
}
.past-year {
	font-size: 15px;
}
.name {
	font-size: 40px;
}
.voice-body.staff1 {
	background: url('/img/recruit/voice/voice1_bg.jpg?20220125') no-repeat 0 0;
}
.voice-body.staff2 {
	background: url('/img/recruit/voice/voice2_bg.jpg?20220125') no-repeat 0 0;
}
.voice-body.staff3 {
	background: url('/img/recruit/voice/voice3_bg.jpg?20220125') no-repeat center 0;
	padding: 0;
}
.interview-module {
	clear: both;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 10px;
	width: 700px;
	padding: 20px;
}
.interview-module.left {
	float: left;
}
.interview-module.right {
	float: right;
}
.interview-module.last {
	background: rgba(255, 255, 255, 0.7) url('/img/recruit/voice/voice1_offshot.jpg?20220125') no-repeat right 30px;
	width: 100%;
	padding: 0;
	min-height: 385px;
}
.interview-module.staff2 {
	background: rgba(255, 255, 255, 0.7) url('/img/recruit/voice/voice2_offshot.jpg?20220125') no-repeat right 30px;
	background-size: 560px;
}
.interview-module.staff3 {
	background: rgba(255, 255, 255, 0.7) url('/img/recruit/voice/voice3_offshot.jpg?20220125') no-repeat right 30px;
	background-size: 560px;
}
.interview-module p {
	width: 600px;
	padding: 20px 20px 20px 50px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	font-size: 17px;
}
.interview-module.last p {
	width: 450px;
}
.interview-module .q {
	font-size: 32px;
	line-height: 1.5;
}
.interview-module .q span {
	font-size: 50px;
}
.interview-module .a {
}

.voice-bottom-entry-bt {
	font-size: 24px;
	font-weight: bold;
	padding: 15px 25px;
	min-width: 350px;
	text-decoration: none;
	color: #FFF !important;
	background-color: #00AAED;
	border-radius: 5px;
	display: inline-block;
}


@media screen and (min-width: 1300px) {
}
/****************************************************************************/
@media screen and (max-width: 1200px) {
	.voice-msg {
		display: inline-block;
		padding-right: 38%;
	}
	.voice-interview {
		height: auto;
	}
	.voice-photo img,
	.voice-photo,
	.voice-interview {
		width: 100%;
	}
	.voice-member {
		right: 20px;
		left: auto;
	}
	.voice-body.staff1 {
		background-position: -260px 0;
		background-size: 1400px;
	}
	.voice-body.staff2 {
		background-position: -400px 0;
	}
	.interview-module.last p ,
	.interview-module p ,
	.interview-module {
		box-sizing: border-box;
		width: 100%;
		padding: 10px;
	}
	.interview-module .q {
		font-size: 30px;
	}
	.interview-module .q span {
		font-size: 40px;
	}
	.interview-module.right ,
	.interview-module.left {
		float: none;
		width: 100%;
	}
	.interview-module.last {
		background-position: 0 bottom;
		background-size: 100%;
		padding: 20px 20px 670px 20px;
	}
	.interview-module.staff2.last,
	.interview-module.staff3.last {
		padding-bottom: 700px;
	}
}

@media screen and (max-width: 1000px) {
	.interview-module.last {
		padding-bottom: 580px;
	}
	.interview-module.staff2.last,
	.interview-module.staff3.last {
		padding-bottom: 600px;
	}
}
/****************************************************************************/
@media screen and (max-width: 768px) {
	.voice-body.staff1 {
		background-position: -955px 0;
		background-size: 1780px;
	}
	.voice-body.staff2 {
		background-position: -885px 0;
		background-size: 1800px;
	}
	.voice-body.staff3 {
		background-position: -700px 0;
		background-size: 1800px;
	}
	.voice-title {
		padding: 10px 0 0 0;
	}
	.voice-msg {
		margin: 0;
		padding: 10px 20px 10px 30px;
		font-size: 20px;
		line-height: 1.3;
		font-weight: bold;
		color: #333;
	}
	.voice-msg br {
		display: none;
	}
	.voice-msg .cl-left {
		left: 0;
	}
	.voice-msg .cl-right {
		right: -10px;
	}
	.voice-member {
		display: block;
		text-align: right;
		position: static;
		padding: 0 10px 10px 0;
	}
	.voice-member .name ,
	.voice-member .past-year {
		display: inline-block;
		font-size: 18px;
	}
	.voice-member .past-year {
		font-size: 12px;
	}
	.voice-member .voice-type {
		font-size: 16px;
	}
	.interview-module .q {
		font-size: 20px;
		font-weight: bold;
	}
	.interview-module .q span {
		font-size: 30px;
	}
	.interview-module .a {

	}
	.interview-module .a p {
		padding: 20px;
	}
	.interview-module.last {
		padding: 10px 10px 500px 10px;
	}
	.interview-module.staff2.last,
	.interview-module.staff3.last {
		padding-bottom: 450px;
	}
	.hvr-icon-wobble-horizontal {
		padding: 15px 30px 15px 20px;
	}
	.voice-bottom-entry-bt {
		font-size: 18px;
		padding: 15px;
		min-width: 80%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.interview-module.last {
		padding-bottom: 380px;
	}
	.interview-module.staff2.last,
	.interview-module.staff3.last {
		padding-bottom: 340px;
	}
}


/****************************************************************************/
@media screen and (max-width: 480px) {
	.voice-msg {
		padding: 10px 20px 0 20px;
	}
	.voice-member {
		bottom: 20px;
		right: 10px;
	}
	.interview-module .q {
		font-size: 16px;
	}
	.interview-module .q span {
		font-size: 22px;
	}
	.interview-module .a p {
		font-size: 14px;
	}
	.interview-module.last {
		background-position: 0 bottom;
		background-size: 100%;
		padding: 10px 10px 250px 10px;
	}
	.interview-module.staff2.last,
	.interview-module.staff3.last {
		padding-bottom: 250px;
	}
	.voice-body.staff1 {
		background-position: -1035px 0;
		background-size: 1600px;
	}
	.voice-body.staff2 {
		background-position: -900px 0;
		background-size: 1600px;
	}
	.voice-body.staff3 {
		background-position: -800px 0;
		background-size: 1600px;
	}
}
@media screen and (max-width: 320px) {
	.voice-msg {
		padding: 10px 20px;
		font-size: 17px;
	}
	.interview-module .q {
		font-size: 100%;
	}
	.interview-module p {
		font-size: 90%;
	}
	.voice-body.kenmochi {
		background-position: -1280px 0;
	}
}
