/*===============================================
●画面の横幅が768px以上
===============================================*/
@media print, screen and (min-width: 768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc_mt{
	margin-top:22px;
}

.sp_mt{
}

#recruit_space{
	width:960px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

#recruit_space h3{
	margin-bottom:50px;
	text-align:center;
}

.sp_h3{
	display:none;
}

.new_movieBox{
	padding:10px 0 60px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.new_movieBox .movie{
	width:460px;
}

.new_movieBox .movie_mt{
	margin-top:40px;
}

dl.recruit_outline {
	width:880px;
	margin:0 auto;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background-color:#FFF59B;
	margint:5px;
}

dl.recruit_outline dt {
	float:left;
	clear: left;
	width:180px;
	background-color:#FFF59B;
	border-top:1px solid #DDD;
	padding:10px;
	text-align:center;
	font-size:14px;
	line-height:1.7em;
	color:#666;
}

dl.recruit_outline dd {
	background-color:#FFF;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	margin-left:200px;  
	padding:10px 10px 10px 15px;
	font-size:14px;
	line-height:1.7em;
	color:#666;
}

#voice_space{
	width:880px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
}

#voice_space h3{
	margin-bottom:50px;
	text-align:center;
}

#voice_space .staff_photo{
	float:left;
	width:240px;
	padding-right:65px;
}

#voice_space .staff_message{
	float:right;
	width:575px;
}

#voice_space .staff_message .staff_name{
	margin-top:15px;
	margin-bottom:25px;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-feature-settings:'palt';
	-webkit-font-smoothing: antialiased;
	font-size:20px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
	letter-spacing:1.2px;
}

#voice_space .staff_message .staff_name span.job_name{
	font-size:16px;
	padding-left:12px;
}

#voice_space .staff_clr{
    clear: both;
	padding-top:30px;
	padding-bottom:20px;
}

}
















/*===============================================
●画面の横幅が768px以下
===============================================*/
@media screen and (max-width:768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc_mt{
}

.sp_mt{
	margin-top:20px;
}

#recruit_space{
	margin-top:20px;
	padding: 0 15px;
}

.pc_h3{
	display:none;
}

.sp_h3{
	text-align:center;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height:1;
	font-feature-settings:'palt';
	-webkit-font-smoothing: antialiased;
	font-size:18px;
	font-weight:bold;
	color:#555;
	line-height:1.6em;
	letter-spacing:1.2px;
}

.movieBox{
	margin-top:23px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.new_movieBox{
	padding-bottom:15px;
}

.new_movieBox .movie{
	margin-top:30px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.new_movieBox .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

dl.recruit_outline {
	margin-top:20px;
	border-bottom:1px solid #DDD;
	margint:5px;
}

dl.recruit_outline dt {
	background-color:#FFF59B;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:4px;
	text-align:center;
	font-size:13px;
	line-height:1.6em;
	color:#666;
}

dl.recruit_outline dd {
	background-color:#FFF;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	font-size:13px;
	line-height:1.6em;
	color:#666;
}

dl.recruit_outline dd br{
	display:none;
}

#voice_space{
	margin-top:60px;
	padding:0 15px;
}

#voice_space h3{
	text-align:center;
	margin-bottom:15px;
}

#voice_space .staff_photo{
	text-align:center;
}

#voice_space .staff_message{
}

#voice_space .staff_message .staff_name{
	text-align:center;
	margin-top:18px;
	margin-bottom:20px;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-feature-settings:'palt';
	-webkit-font-smoothing: antialiased;
	font-size:18px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
	letter-spacing:1.2px;
}

#voice_space .staff_message .staff_name span.job_name:before{
	content: "";
	display: block;
}

#voice_space .staff_message .staff_name span.job_name{
	font-size:14px;
	line-height:1.2em;
}

#voice_space .staff_message p br{
	display:none;
}

#voice_space .staff_clr{
	clear: both;
	padding-top:35px;
}

}