@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-size: 16px;
	line-height: 150%;
	font-family: "ryo-gothic-plusn","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	background-image:url(common/border_vertical.png);
	background-repeat:repeat-y;
	background-position:center top;
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none !important;
}
.sp_hide {
}
a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}
.sp_hide {
}
.pc_hide {
	display: none;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	max-width:100%;
	min-width:1380px;
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

#header{
	width:1380px;
	height:121px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#header h1{
	color:#636363;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	top:25px;
	left:5px;
}

#header h2{
	position:absolute;
	top:50px;
	left:5px;
}

#header h2 img{
	height:auto;
}

/**/

#header .txtsize{
	position:absolute;
	left:545px;
	top:58px;
	width:215px;
}

#header .txtsize table{
	width:100%;
	line-height:100%;
}

#header .txtsize table img{
	line-height:16px;
}

#header .txtsize table th{
	vertical-align:middle;
}

#header .txtsize table td{
	vertical-align:middle;
}

/**/

#header .site_search{
	position:absolute;
	top:58px;
	left:775px;
	width:295px;
}

#header .site_search table{
	width:100%;
}

#header .site_search table th{
	width:232px;
}

#header .site_search table th input{
	width:100%;
	box-sizing:border-box;
	height:30px;
	line-height:30px;
	display:inline;
	border:1px solid #1c7265;
	text-indent:1em;
	font-family: "ryo-gothic-plusn","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

#header .site_search table td{
	padding-left:10px;
}

#header .site_search table td input{
	width:53px;
	height:30px;
	text-indent:-9999px;
	background-image:url(common/btn_search.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	margin:0px auto;
}

#header .head_tel{
	position:absolute;
	top:32px;
	right:5px;
}

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	width:1380px;
	margin:0px auto;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:20px;
}

#gnavi ul{
	width:100%;
	height:53px;
	display:table;
	border-right:1px solid #A5A5A5;
	box-sizing:border-box;
}

#gnavi ul li{
	list-style-type:none;
	display:table-cell;
	border-left:1px solid #A5A5A5;
	box-sizing:border-box;
	vertical-align:middle;
}

#gnavi ul li a{
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:16px;
	color:#1c7265;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title_wrap{
	width:100%;
	max-width:100%;
	min-width:1380px;
	height:590px;
	display:table;
	background-color:#fff;
}

/**/

#page_title_wrap .left_col{
	width:33%;
	display:table-cell;
	background-image:url(recruit/image/bg_title_icon.png);
	background-repeat:repeat-x;
	background-position:left top;
}

#page_title_wrap .left_col_ins{
	float:right;
	overflow:hidden;
	width:392px;
}


#page_title_wrap .left_col #page_title{
}

#page_title_wrap .left_col h1{
	width:340px;
	height:228px;
	display:table;
	margin:0px auto;
}

#page_title_wrap .left_col h1 span{
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
	width:340px;
	margin:0px auto;
}

#page_title_wrap .left_col .page_navigation{
	width:340px;
	margin:0px auto;
}

#page_title_wrap .left_col .page_navigation dl{
}

#page_title_wrap .left_col .page_navigation dl dt{
	overflow:hidden;
	padding:20px 6px;
	border-bottom:2px solid #93cec3;
	font-size:16px;
}

#page_title_wrap .left_col .page_navigation dl dd{
	padding:20px 7px;
}

#page_title_wrap .left_col .page_navigation dl dd ul{
}

#page_title_wrap .left_col .page_navigation dl dd ul li{
	list-style-type:none;
	margin-bottom:16px;
	overflow:hidden;
}

#page_title_wrap .left_col .page_navigation dl dd ul li a{
	text-decoration:none;
	background-image:url(common/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	color:#5b5b5b;
}

/**/

#page_title_wrap .right_col{
	width:67%;
	display:table-cell;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(common/bg_title@2x.png);
	background-size:cover;
	position:relative;
}

#page_title_wrap .right_col h1{
	font-family: "ryo-display-plusn",serif;
	position:absolute;
	top:80px;
	left:70px;
	font-size:22px;
	line-height:200%;
	letter-spacing:6px;
}

#page_title_wrap .breadcrumb{
	position:absolute;
	right:13px;
	bottom:13px;
	font-family:16px;
	color:#5b5b5b;
	width:988px;
	text-align:right;
}

#page_title_wrap .breadcrumb a{
	color:#5b5b5b;
	text-decoration:none;
}


/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	max-width:100%;
	min-width:1380px;
	background-color:#1c7265;
	color:#fff;
}

#footer_wrap a{
	color:#fff;
}

#footer{
	width:1285px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

/**/

#footer .left_col{
	float:left;
	overflow:hidden;
	width:340px;
}

#footer .left_col h1{
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
}

#footer .left_col dl{
	font-size:16px;
	font-family: "ryo-display-plusn",serif;
}

#footer .left_col dl dt{
}

#footer .left_col dl dd{
	margin-top:10px;
	overflow:hidden;
}

/**/

#footer .right_col{
	float:right;
	overflow:hidden;
	width:940px;
}

#footer .right_col ul{
	font-family: "ryo-display-plusn",serif;
	overflow:hidden;
	margin-top:55px;
}

#footer .right_col ul li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	margin-right:40px;
}

#footer .right_col ul li:last-child{
	margin-right:0px;
}

#footer .right_col ul li a{
	text-decoration:none;
}

/**/

#footer .totop{
	position:absolute;
	right:0px;
	bottom:54px;
}

#footer #copy{
	clear:both;
	width:100%;
	text-align:center;
	line-height:54px;
}

/*-----------------------------------------------------------*/

.subtitle{
	font-size:23px;
	border-bottom:1px solid #1c7265;
	display:inline-block;
	font-family: "ryo-display-plusn",serif;
	padding:7px 0px;
}

/*-----------------------------------------------------------*/

#contents_container{
	width:100%;
	max-width:100%;
	min-width:1380px;
	margin:0px auto;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
