  @charset "utf-8";
/* ----会社情報 common---- */

/* ----ヘッダー メニュー---- */

#gNav li:nth-child(2) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-child(2) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 1px) 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.orgBar {
	border-bottom: 4px solid #f19716;
}

/* ----h1イメージ---- */

#corporate #tit {
    background-image: url(/wp/wp-content/themes/ios/corporate/img/h1_image.jpg);
}

/* ----wrap---- */

#corporate #main {
	float: left;
	width: 720px;
	padding-right: 39px;
	border-right: 1px solid #ededed;
}

#corporate #sub {
	float: right;
	width: 219px;
}

/* ----main---- */

#corporate #main h2 {
	margin-bottom: 40px
}


/* ----sub---- */

#corporate #sub ul {
	list-style: none;
	margin: 0px;
	margin-top: 62px;
	padding: 0px;
}

#corporate #sub ul li {
	width: 219px;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

#corporate #sub ul li:last-child {
	border-bottom: 1px solid #ededed;
}

#corporate #sub ul li a {
	display: block;
	text-decoration: none;
	line-height: 48px;
	width: 197px;
	height: 48px;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	padding-left: 22px;
}

.current {
	vertical-align: middle;
	background-color: #ededed;
	background-image: url(/wp/wp-content/themes/ios/common/img/cpr_current.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 3px 22px;
}

/* ----採用情報---- */

#recruitData {
	clear: both;
	padding-top: 60px;
	border-top: 1px solid #ededed;
	background-image: url(/wp/wp-content/themes/ios/common/img/img_bottom_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#corporate #tit {
		background-position: 25%;
	}
	#corporate #main {
		width: 100%;
		padding-right: 10px;
	}
	#corporate #main h2 {
    margin-bottom: 20px;
	}
	#corporate #sub {
		width: 100%;
		text-align: center;
	}
	#corporate #sub ul li a {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height: 40px;
		line-height: 40px;
	}
	#corporate #sub ul li {
		width: 100%;	
		height: 40px;
	}
	#corporate #sub ul {
		margin-top: 0;
	}
	#corporate #sub ul li:last-child {
		border-bottom: 1px solid #f19716;
	}
	#corporate #sub ul li:first-child a {
		margin-top:0;
	}
	.current {
		background-image: none;
	}
}
