@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dt img {
	display: block;
	vertical-align: baseline;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}
.only_pc{
		display: block;
	}
.only_tb{
	display: none;
}
.only_sp{
	display: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1060px;
	color: #161616;
	line-height: 1.5;
	background: #fff url(../images/bg_body.jpg) no-repeat center top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	padding-bottom: 37px;
	min-height: 650px;
	width: 980px;
	background-color: #FFF;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 5px 0 105px;
	width: 996px;
}

#header .logo {
	margin-bottom: 115px;
}

#header h1 {
	padding-left: 8px;
}

#header .hLink {
	margin: 0 auto 5px;
	width: 976px;
}

#header .hLink ul {
	width: 100px;
	float: right;
	zoom: 1;
	background: url(../../images/h_ul_bg.png) no-repeat center top;
}

#header .hLink li {
	
	float: left;
}

#header .hLink li a {
	color: #FFF;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	position: relative;
	clear: both;
	height: 54px;
	z-index: 100;
	background: url(../images/bg_g_navi.gif) repeat-x left top;
}

#gNavi ul {
	margin: 0 auto;
	width: 980px;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	width: 186px;
	height: 32px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 22px 0px 0px;
	vertical-align: middle;
	position: relative;
}

#gNavi li span {
	display: block;
	text-indent: -9999px;
}
#gNavi .about a {
	width: 195px;
	background: url(../images/img_navi01.png) no-repeat center top;
}

#gNavi .about a:hover {
	background: url(../images/img_navi01_over.png) no-repeat center top;
}

#gNavi .group a {
	background: url(../images/img_navi02.png) no-repeat center top;
}

#gNavi .group a:hover {
	background: url(../images/img_navi02_over.png) no-repeat center top;
}

#gNavi .placement a {
	background: url(../images/img_navi03.png) no-repeat center top;	
}

#gNavi .placement a:hover {
	background: url(../images/img_navi03_over.png) no-repeat center top;	
}

#gNavi .management a {
	background: url(../images/img_navi04.png) no-repeat center top;
}

#gNavi .management a:hover {
	background: url(../images/img_navi04_over.png) no-repeat center top;
}

#gNavi .recruit a {
	background: url(../images/img_navi05.png) no-repeat center top;
}

#gNavi .recruit a:hover {
	background: url(../images/img_navi05_over.png) no-repeat center top;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin-top: -8px;
	padding: 18px 20px 0 10px;
	width: 560px;
	float: left;
	background-color: #FFF;
}

p#datecopy{
	float:right;
	font-size:1em;
	padding:10px 0 0 0;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin-top: -8px;
	width: 390px;
	float: right;
}

#sideBar .sBox {
	margin-bottom: 10px;
	background: url(../../../recruit/images/bg_s_box.jpg) repeat-y left bottom;
}

#sideBar .sideText {
	padding: 21px 0 11px 13px;
	width: 368px;
}

#sideBar .sBox span {
	display: block;
}

#sideBar .sideText .txt {
	margin-top: 6px;
	width: 175px;
	float: left;
	font-size: 1.1em;
	line-height: 1.2;
}

#sideBar .sideText .link {
	width: 180px;
	float: right;
	background: url(../images/bg_link_btm.gif) no-repeat left bottom;
}

#sideBar .sideText .link a {
	padding: 9px 0 5px 23px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	background: url(../images/bg_link_top.gif) no-repeat left top;
}

#sideBar .sideText .link a:hover {
	text-decoration: none;
}

#sideBar .sideText .link01 {
	background: url(../../../recruit/images/bg_link_btm_entry.gif) no-repeat left bottom;
}

#sideBar .sideText .link01 a {
	color: #161616;
	zoom: 1;
	background: url(../../../recruit/images/bg_link_top_entry.gif) no-repeat left top;
}

#sideBar .photoList {
	margin: -10px -10px 0 0;
	width: 400px;
	overflow: hidden;
	zoom: 1;
}

#sideBar .photoList li {
	margin: 10px 10px 0  0;
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 23px 0 22px 2px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	background:url(../images/bg_footer.gif) no-repeat center;
}

div#footer div.footerarea{
	margin: 0 auto;
	width:978px;
}

#footer .fLink {
	width: 500px;
	float: left;
	padding:10px 0 0 0;
	}

#footer .fLink li {
	margin-right: 37px;
	float: left;
}

#footer .fLink li a {
	padding-left: 12px;
	display:inline-block;
	font-size: 1.2em;
	color: #FFF;
	background: url(../images/ico_arrow03.gif) no-repeat left 6px;
}

#footer .copyright {
	margin-top: 6px;
	float: right;
	color:#FFFFFF;
}
/*for tablet*/
@media only screen and (min-width:768px) and (max-width: 1079px) {
	body{
		min-width: 98.14%;
	}
	.only_pc{
		display: none;
	}
	.only_tb{
		display: block;
	}
	.only_sp{
		display: none;
	}
	#header{
		width: 92.22%;
	    padding: 0.46% 0 9.72%;
	}
	#header .hLink {
	    margin: 0 auto 0.50%;
	    width: 97.99%;
	}
	#header .logo{
		margin-bottom: 0;
		padding-bottom: 11.54%;
	}
	#header .logo a img{
		width: 58.6%;
		height: auto;
	}
	#header h1 a img{
		width: 31.3%;
		height: auto;
	}
	#gNavi{
		height: auto;
		-webkit-background-size: 3.2vw auto;
		     -o-background-size: 3.2vw auto;
		        background-size: 3.2vw auto;
	}
	#gNavi ul{
		width: 90.74%;
	}
	#gNavi li{
		width: 19.89%;
	}
	#gNavi li a{
			width: 100%;
			max-height: 4.17vw;
			height: 2.96vw;
			padding-top: 7.189%;
			-webkit-background-size: 100% auto;
			     -o-background-size: 100% auto;
			        background-size: 100% auto;
		}
	#gNavi .about a{
		width: 100%;
	}
	#main {
		padding-bottom: 3.42%;
		min-height: 650px;
		width: 90.825%;
		margin: -8px auto 0 auto;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	#conts {
		margin-top: -8px;
		padding: 1.836% 2.045% 0 1.02%;
		width: 57.142%;
	}
	#sideBar{
		width: 39.795%;
	}
	#sideBar .photoList li {
		margin: 10px 0 0 0;
	}
	#sideBar .photoList .sideBar_grid_02{
		width: 47.5%;
		float: left;
		margin: 10px 8px 0 0;
		margin: 3% 2.5% 0 0;
	}
	#sideBar .photoList{
		width: 100%;
	}
	
	li img, dt img{
		width: 100%;
		height: auto;
	}
	div#footer div.footerarea{
		width: 90.639%;
	}
	#footer{
		background: url(../images/bg_footer.gif) no-repeat bottom center;
	}
	#footer .fLink{
		width: 51.25%;
	}
}

/*for sp*/
@media only screen and (max-width:767px){
	body{
		min-width: 98.14%;
		background: #fff url(../images/bg_body.jpg) no-repeat center top;
		background-size: auto;
	}
	.only_pc{
		display: none;
	}
	.only_tb{
		display: none;
	}
	.only_sp{
		display: block;
	}
	#header{
		width: 100%;
		padding: 0 0 105px;
		padding: 0 0 10%;
	}
	#header h1{
		padding-left: 0;
		padding-top: 200px;
		padding-top: 26.66%;
	}
	#header h1 a{
		display: inline-block;
		width: 63.46%;
	}
	#header h1 a img{
		width: 100%;
		height: auto;
	}
	#header .hLink {
	    margin: 0 auto 0.50%;
	    width: 97.99%;
	    display: none;
	}
	#header .logo{
		margin-bottom: 0;
		padding-bottom: 15%;
		padding-top: 4.4%;
		position: fixed;
		width: 100%;
		height: auto;
		background: url(/common/images/img_logo_sp.png) top left / 100% auto no-repeat;
		top: 0;
		z-index: 2;
	}
	#header .menu_icon{
		position: fixed;
		top: 0;
		right: 20px;
		width: 13.3%;
		z-index: 9999999;
		cursor: pointer;
	}
	#header .menu_icon img{
		width: 100%;
		height: auto;
	}
	#header .menu_open{
		position: fixed;
		top: 0;
		right: 0;
		width: 648px;
		width: 86.4%;
		height: auto;
		background: #fff;
		display:none;
		z-index: 999;
	}
	#header .menu_open.opened{
		display: block;
	}
	#header .menu_open .menu_content{
		width: 100%;
		position: relative;
		color: #21b8c2;
		padding: 98px 0 0 0;
		padding: 15.12% 0 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		height: auto;
		padding-bottom: 50%;
		overflow: auto;
	}
	#header .menu_open .menu_content a{
		color: #21b8c2;
	}
	#header .menu_open .menu_content .btn_languages{
		display: inline-block;
		width: auto;
		position: absolute;
		top: 0;
		right: 26%;
		padding-top: 2%;
		font-size: 26px;
		font-size: 3.466vw;
	}
	#header .menu_open_list{
		font-size: 30px;
		font-size: 4vw;
		line-height: 1;
		position: fixed;
		width: 72.5%;
		height: 100%;
		-ms-overflow-y: auto;
		    overflow-y: auto;
		padding: 0 80px 0 24px;
		padding: 0 12.34% 0 3.70%;
		background: #FFF;
	}
	#header .menu_open_list .menu_item{
		display: block;
		border-bottom: 1px solid #21b8c2;
		line-height: 1;
		padding: 45px 0 45px 128px;
		padding: 6.94% 0 6.94% 19.75%;
		position: relative;
		line-height: 1;
	}
	#header .menu_open_list .menu_open_sub_menu{
		height: 0;
		padding: 0 80px;
		padding: 0 5% 0 20%;
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
		overflow: hidden;
		position: relative;
	}
	#header .menu_open_list .menu_open_sub_menu:before{
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background: transparent;
		bottom: 0;
		left: 0;
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
	}
	#header .menu_open_list .menu_open_sub_menu.opened{
		height: 100%;
		padding: 19px 80px;
		padding: 3.49% 5% 3.49% 20%;
	}
	#header .menu_open_list .menu_open_sub_menu.opened:before{
		background: #21b8c2;
	}
	#header .menu_open_list .sub_menu_item{
		font-size: 28px;
		font-size: 3.1vw;
		line-height: 1;
		display: block;
		background: url(/common/images/icon_sub_menu.png) no-repeat left center;
		-webkit-background-size: 5% auto;
		     -o-background-size: 5% auto;
		        background-size: 5% auto;
		padding: 19px 0 19px 50px;
		padding: 3.49% 0 3.49% 12%;
	}
	.menu_item .left_img{
		position: absolute;
		width: 9.9%;
		height: auto;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.menu_item .icon_drop_menu{
		position: absolute;
		width: 8.8%;
		height: auto;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		cursor: pointer;
	}
	#header .menu_open .menu_content 
	#header .logo a.only_sp{
		width: 61.33%;
		display: inline-block;
	}
	#header .logo a img{
		width: 62.4%;
		height: auto;
		margin: 0 0 0 4.4%;
	}
	
	#gNavi{
		display: none;
	}
	#gNavi.opened{
		display: block;
	}
	#gNavi ul{
		width: 90.74%;
	}
	#gNavi li{
		width: 19.89%;
	}
	#gNavi li a{
		width: 100%;
		height: auto;
		padding-top: 20.1%;
		-webkit-background-size: 100% auto;
		     -o-background-size: 100% auto;
		        background-size: 100% auto;
	}
	#gNavi .about a{
		width: 100%;
	}
	#main {
		width: 100%;
		padding-bottom: 100px;
		padding-bottom: 13.33%;
	}
	#conts {
		width: 100%;
		padding: 0 0 0 0;
		margin-top: 0;
	}
	p#datecopy{
		float: none;
		text-align: right;
	}
	#sideBar{
		width: 100%;
		margin-top: 0;
	}
	#sideBar .photoList li {
		margin: 0 0 0 0;
		float: none;
	}
	#sideBar .photoList .sideBar_grid_02{
		width: 100%;
		float: none;
		margin: 10px 8px 0 0;;
	}
	#sideBar .photoList{
		width: 100%;
		margin: 0;
	}

	#sideBar .photoList li img{
		display: none;
	}
	#sideBar .photoList li:first-child>img{
		display: block;
		margin: 130px 0 0 0;
		margin: 17.33% 0 0 0;
	}
	li img, dt img{
		width: 100%;
		height: auto;
	}
	div#footer div.footerarea{
		width: 90.639%;
	}
	#footer{
		background: url(/common/images/bg_footer_sp.png) no-repeat bottom center;
		-webkit-background-size: 100% 100%;
			-o-background-size: 100% 100%;
				background-size: 100% 100%;
		padding: 3.06% 0 2.93% 0.26%;
	}
	#footer .fLink{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		float: none;
		padding: 30px 0 0;
		padding: 4% 0 0;
	}
	#footer .fLink li {
		margin-right: 48px;
		margin-right: 6.4%;
		float: left;
	}
	#footer .fLink>li:first-child{
		margin: 0 48px 0 80px;
		margin: 0 6.4% 0 10.66%;
	}
	#footer .fLink li a {
		font-size: 3.2vw;
		background: url(/common/images/ico_arrow03.png) no-repeat left center;
		-webkit-background-size: auto;
		     -o-background-size: auto;
		        background-size: auto;
	}
	#footer .copyright {
		margin: 10px auto;
		margin: 1.33% auto;
		text-align: center;
		float: none;
		color: #FFFFFF;
		font-size: 2.13vw;
	}
}