@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
@charset "utf-8";
*,body{padding: 0;margin: 0}
body,html{height: 100%}
#header,body,div#container{text-align: center}
body,div.flatlink,table{font-size: 12px}
html{overflow-y: scroll}
body{font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','qMmpS Pro W3',CI,Meiryo,'lr oSVbN',sans-serif;min-height: 100%;background-color: #f4f4f4;line-height: 1.7}
em{font-style: normal}
a:active,a:link,a:visited{color: #05d;text-decoration: none}
a:hover{color: #05d;text-decoration: underline}
ol,ul{list-style-type: none}
hr{display: none}
img{display: block;border: 0}
form{display: inline}
:: -moz-selection{background: #7bf;color: #FFF}
:: selection{background: #7bf;color: #FFF}
div#container{width: 780px;margin: 0 auto;position: relative;height: 100%;min-height: 100%;background-color: #fff}
body>div#container{height:auto}
#header{width: 100%;font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif}
#header .content{margin: 0 auto;text-align:left;width: 780px;position: relative}
#main{margin: 0 auto;text-align: center;width: 100%}
#main .content{margin: 0 auto;text-align:left;width: 780px}
#footer{width: 100%;position:absolute;bottom: 0;left: 0}
#footer .content .free{margin: 0 auto;text-align:left;width: 780px}
#bottomContent #social{margin-left: 20px;margin-right: 20px;overflow:hidden;height:auto}
#headContent{margin-bottom: 15px}
div.flatlink{text-align: right;padding-right: 5px}
#bottomContent{clear: both}
#bottomContent a:active,#bottomContent a:hover,#bottomContent a:link,#bottomContent a:visited{color: #fff;text-decoration: none}
#bottomContent ul#socialObj{margin:auto 0 auto auto;float: right}
#bottomContent ul#socialObj li{float:left;display: inline;margin-left: 10px;height: 25px}
iframe.twitter-share-button{width: 105px!important}
#fb-root{width: 120px!important}

/*==========================================================================================================================
　■PCMODE
　max-width(初期値780px)～640px
============================================================================================================================*/
/*******************************
■共通項目（PC）
********************************/
body#pagetop{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-ms-font-family: "メイリオ"!important;
}

div#container{
	width: 100%;
	max-width: 100%!important;
	background-color: #F6EAD2!important;
}
#footer{
    position: relative;
}

#main,
#main .content,
#header .content .free,
#footer .content .free{
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	margin:auto;
}
#main{
	max-width: 920px;
}
#header .content .free,
#footer .content .free{
	max-width: 960px;
}
#main .content{
	margin: 0;
}
#main, #main .content {
    max-width: 920px;
}
#header .content,
#footer{
	width: 100%;
}

#headContent .free {
	margin-bottom: 20px;
}
a img:hover,
p.openingstaff:hover{
	opacity: 0.6;
	filter:alpha(opacity=60);/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	zoom: 1;
}
#social{
	font-size: 11px!important;
}
.freeHead{
	overflow:hidden;
	margin-bottom: 60px;
}
/*----------------------
各種表示対応
------------------------*/
.pcblock{display: block}	
.spblock{display: none}
.pcinline{display: inline}
.spinline{display: none}


/*----------------------
可変画像
------------------------*/
.variable_img{
	width: 100%;
	height:auto;
}

.contents_ttl{
	background: url("../img/green_bg.png") repeat-x top left scroll transparent;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	color: #ffffff;
	border-radius: 5px;
	margin: 20px 0;
	text-align:left;
}

.contents_ttl + p{
	max-width: 600px;
	padding: 0 10px;
	height:auto;
	margin:auto;
}
/*******************************
■ヘッダー（PC）
********************************/
#header .titlelogo{
	background-color: #D6810A;
	color: #ffffff;
	font-size: 28px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	display: inline-block;
	position: relative;
	text-shadow: 0 0 0 rgba(245, 245, 255, 0.35), 0 2px 2px rgba(0, 0, 30, 0.08), 0 2px 1px rgba(0, 0, 30, 0.2), 0 2px 1px rgba(0, 0, 30, 0.4), -5px 5px 2px rgba(0, 0, 0, 0.08)
}
#header .titlelogo:after{
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 48px 0 0 68px;
	border-color: transparent transparent transparent #D6810A;
	position:absolute;
	right: -68px;
	top: 0;
}
#header .titlelogo a{
	display: block;
	color: #ffffff!important;
	text-decoration: none!important;
}
#header h1{
	float: right;
	font-size: 14px;
	margin-right: 20px;
	line-height: 1.5;
}


/*******************************
■自由コンテンツ（上）（PC）
********************************/

/*-----------------------------------*/
/*【#maintitle】
/*タイトル画像＆テキスト
/*-----------------------------------*/
#maintitle {
	font-size: 0;
	text-align: center;
	margin: 50px auto;
}
#maintitle p{
    display: inline-block;
    max-width: 426px;
    vertical-align: middle;
	margin: 0;
}
#maintitle h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
	line-height: 30px;
    margin: 30px;
    text-align: center;
    vertical-align: middle;
}
#maintitle h2 span{
	font-size: 30px;
	font-weight: bold;
}
#maintitle h2 span:after{
	content: "";
	display: block;
	border-bottom: 2px solid #2883E0;
	margin: 30px 0;
}
.message_box{
	max-width: 830px;
	margin: 20px auto;
	padding: 0 10px;
}

/*-----------------------------------*/
/*【.message_ttl】
/*タイトル画像＆テキスト
/*-----------------------------------*/
.message_ttl{
	background-color: #F96B83;
	display: inline-block;
	color: #ffffff;
	width: 150px;
	font-weight: normal;
	font-size: 14px;
}
.message_ttl + p{
	text-align: justify;
	margin-bottom: 2em
}
/*-----------------------------------*/
/*【.appeal_ttl】
/*タイトル画像＆テキスト
/*-----------------------------------*/
.appeal_ttl{
	font-size: 18px;
}
.appeal_ttl + p{
	margin-bottom: 2em	
	text-align: justify;
}
/*-----------------------------------*/
/*【.process_ttl】
/*仕事の内容：タイトル画像＆テキスト
/*-----------------------------------*/
.process_ttl{
	border-bottom: 2px solid #2683E0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	max-width: 500px;
	text-indent: 10px;
	width: 80%;
}
.process_ttl + p{
	margin-bottom:10px;
}
/*-----------------------------------*/
/*【.imgArea】
/*仕事の内容：画像
/*-----------------------------------*/
.imgArea{
	text-align: center;
}
.imgArea img{
	display: inline;
	margin: 10px 0;
	height:auto;
}
.imgArea .img_process{
	max-width:753px;
	width:100%;
}
.imgArea .img_eyecatch{
	max-width:400px;
	width:100%;
}
/*******************************
■自由コンテンツ（中）（PC）
********************************/

/*-----------------------------------*/
/*【.btn_recruitment】
/*募集一覧を見るボタン
/*-----------------------------------*/
.btn_recruitment {
    background: transparent url("../img/bg_blue.png") repeat scroll left top;
    border-width: 3px  4px;
	border-style: solid;
	border-color: #0770db;
	box-sizing: border-box;
    height: 66px;
	max-width: 400px;
	position: relative;
	margin:auto;
}

.btn_recruitment:hover{
	background-position: 0 -61px;
}
.btn_recruitment:after {
    bottom: 0;
    content: url("../img/listmark.png");
    height: 38px;
    margin:auto;
    position:absolute;
    right: 18px;
    top: 0;
    width: 38px;
}
.btn_recruitment a {
	box-sizing: border-box;
    border: 1px solid #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
/*-----------------------------------*/
/*【#ul_eyecatch】
/*ページ最下部アイキャッチ画像
/*-----------------------------------*/
#ul_eyecatch{
	font-size: 0;
	margin: 0 auto 50px;
	text-align: center;
}
#ul_eyecatch li{
	display: inline-block;
	margin: 10px;
}
/*******************************
■フッター（PC）
********************************/
/* フッタ関連の高さ指定 */
#footer,
#footer .content .free{
}
#main .space{
}
p.recop a{
	color: #000000!important
}
#fixed_pagetop{
	position: fixed;
	background-color: #ffffff;
	border: 1px solid #5146D1;
	margin-left: 765px;
	padding: 0 10px;
	z-index: 999;
}
#fixed_pagetop a{
	display: block;
	color: #5146D1!important;
}

#fixed_pagetop:hover{background-color: #5146D1;}
#fixed_pagetop:hover a{color: #ffffff!important;}
.f_link{
	font-size: 16px;
	max-width: 540px;
	height: 100px;
	width: 100%;
	margin: 30px auto;
}

.f_link a{
	display: block;
	background-image: url("/jobfind-pc/original/images/link_banner.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100px;
	text-indent: -9000px;
}
#footer p{
	text-align: center;
}
.f_copy{
	border-top: 1px solid #888888;
	font-size: 16px;
}

/*===========================================================================================================================
　■TABMODE
　max-width(初期値980px)～640px
============================================================================================================================*/
@media screen and (max-width: 980px){
/*******************************
■共通項目（TAB）
********************************/

/*******************************
■ヘッダー（TAB）
********************************/
#header .titlelogo{
	font-size: 20px;
}
/*******************************
■フッター（TAB）
********************************/
#fixed_pagetop{
	margin: 0;
	right: 0;
}
}
@media screen and (max-width: 940px){
	
/*-----------------------------------*/
/*【#maintitle】
/*タイトル画像＆テキスト
/*-----------------------------------*/
#maintitle {
	margin: 0 auto 30px;
}
#maintitle h2 span:after{
	margin: 20px 0;
}
}
/*===========================================================================================================================
　■SPMODE
　640px～
============================================================================================================================*/
@media screen and (max-width: 670px){
/*******************************
■共通項目（SP）
********************************/
/*----------------------
各種表示対応
------------------------*/
.pcblock{display: none}	
.spblock{display: block}
.pcinline{display: none}
.spinline{display: inline}

/*----------------------
可変画像
------------------------*/
.variable_img2{
	width: 100%;
	height:auto;
}

/*******************************
■ヘッダー（SP）
********************************/
#header h1 {
	float: none;
	text-align: center;
}
/*******************************
■自由コンテンツ（上）（SP）
********************************/

/*-----------------------------------*/
/*【#maintitle】
/*タイトル画像＆テキスト
/*-----------------------------------*/
#maintitle h2{
	font-size: 20px;
	margin: 30px 10px;
}
#maintitle h2 span{
	font-size: 20px;
}
#maintitle h2 span:after{
	margin: 10px 0;
}
#maintitle p img{
    height:auto;
    margin:auto;
    width: 80%;
}
/*-----------------------------------*/
/*【.btn_recruitment】
/*募集一覧を見るボタン
/*-----------------------------------*/
.btn_recruitment {
	background-position: 0 -124px;
    border-width: 2px;
    height: 58px;
	max-width: 400px;
	width: 70%;
}
.btn_recruitment:hover{
	background-position: 0 -177px;	
}
.btn_recruitment:after {
    content: url("../img/listmark_mini.png");
    height: 20px;
    width: 20px;
}
.btn_recruitment a {
    display: block;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

/*******************************
■自由コンテンツ（中）（SP）
********************************/

/*-----------------------------------*/
/*【#ul_eyecatch】
/*ページ最下部アイキャッチ画像
/*-----------------------------------*/
#ul_eyecatch{
	margin: 0 8% 50px;
}
#ul_eyecatch li{
	width: 48%;
	margin: 1%
}
#ul_eyecatch li img{
	width: 100%;
	height:auto;
}


.imgArea .img_eyecatch{
	width:70%;
}
/*******************************
■フッター（SP）
********************************/
/* フッタ関連の高さ指定 */
#footer,
#footer .content .free{
}
#main .space{
}
#footer p{
	font-size: 12px;
	line-height: 1.5;
}


}
/*===========================================================================================================================
　■SPMODE_2(フォントサイズ調整など)
　480px～
============================================================================================================================*/
@media screen and (max-width: 480px){
#header .titlelogo {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
#header .titlelogo:after {
	border-width: 24px 0 0 34px;
	right: -34px;
}
/*-----------------------------------*/
/*【#maintitle】
/*タイトル画像＆テキスト
/*-----------------------------------*/
#maintitle h2{
	font-size: 14px;
	line-height: 17px;
}
#maintitle h2 span{
	font-size: 18px;
}



}