@charset "utf-8";
@media screen and (min-width: 768px) {
	
/*===============================================

visual

=================================================*/

#visual{
	display:table;
	width:100%;
	height:450px;
	min-width:1200px;
	background-image: url(../img/recruit/visual.jpg);
}
#visual .catch{
	display:table-cell;
	text-align:center;
	font-size:4.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	vertical-align:middle;
	color:#FFF;
}
#visual .catch span{
	display:block;
	color:#b5a36a;
	font-size:2.4rem;
	margin:25px 0 0 0;
}

/*===============================================

inquiry

=================================================*/
#recruitInformation .inquiry{
	padding:30px;
	margin:60px 0 0 0;
	text-align:center;
}
#recruitInformation .inquiry a{
	color:#333333;
}
#recruitInformation .inquiry .add dt{
	font-size:1.8rem;
	font-weight:bold;
}
#recruitInformation .inquiry .add dd{
	font-size:1.4rem;
	margin:18px 0 0 0;
}
#recruitInformation .inquiry .tel{
	font-size:3.0rem;
	font-weight:bold;
	margin:10px 0 0 0;
}
#recruitInformation .inquiry .tel a{
	pointer-events: none;
	display:inline-block;
}
#recruitInformation .inquiry .tel a:before{
	content:"";
	background-image: url(../img/common/tel.svg);
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: left center;
	width:35px;
	height:26px;
	display:inline-block;
}
}


@media screen and (max-width: 768px) {
	
/*===============================================

visual

=================================================*/

#visual{
	display:table;
	width:100%;
	height:150px;
	background-image: url(../img/recruit/visual.jpg);
	background-size:cover;
	background-position:center;
}
#visual .catch{
	display:table-cell;
	text-align:center;
	font-size:2.0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	vertical-align:middle;
	color:#fff;
}
#visual .catch span{
	display:block;
	color:#b5a36a;
	font-size:1.2rem;
	margin:10px 0 0 0;
}
/*===============================================

inquiry

=================================================*/
#recruitInformation .inquiry{
	padding:30px;
	margin:30px 0 0 0;
	text-align:center;
}
#recruitInformation .inquiry a{
	color:#333333;
}
#recruitInformation .inquiry .add dt{
	font-size:1.6rem;
	font-weight:bold;
}
#recruitInformation .inquiry .add dd{
	font-size:1.4rem;
	margin:18px 0 0 0;
	line-height:1.8;
}
#recruitInformation .inquiry .tel{
	font-size:3.0rem;
	font-weight:bold;
	margin:10px 0 0 0;
}
#recruitInformation .inquiry .tel a{
	display:inline-block;
}
#recruitInformation .inquiry .tel a:before{
	content:"";
	background-image: url(../img/common/tel.svg);
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: left center;
	width:35px;
	height:26px;
	display:inline-block;
}

}