@charset "utf-8";

/* hypertext
-------------------- */
a {
}
a:hover {
}


/* MainImage
-------------------- */
#MainImage {
	z-index: 1000;
	position: relative;
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
}
#MainImage li {
	position: absolute;
}
#MainImage img {
	width: 100%;
}



.bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
}


/* トップコンテンツ
-------------------- */

/* 事業ドメイン・実績 */
#DomainCopy {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
#DomainService {
	margin-bottom: 50px;
}
#DomainMenu {
	float: left;
	width: 350px;
}
#DomainSubMenu {
	float: right;
	width: 722px;
}
#DomainSubMenu li {
	width: 350px;
	margin-bottom: 26px;
}
#DomainSubMenu li:nth-child(odd) {
	float: left;
}
#DomainSubMenu li:nth-child(even) {
	float: right;
}
/* CSR */
#CsrActivity {
	position: relative;
	margin-bottom: 80px;
	padding: 40px;
	background: #DFE5F2;
}
#CsrActivity .txt-copy {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#CsrActivity p {
	line-height: 1.8;
}
#CsrActivity #CsrImage {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* 社長メッセージ */
#Message {
	background: #efefef;
	margin-bottom: 80px;
}
#Message .body-wrap {
	position: relative;
	padding: 30px 0 50px;
}
#Message .right {
	width: 740px;
}
#Message .left {
	width: 318px;
}
#MessagePicture img {
	position: absolute;
	left: 0;
	bottom: 0;
}
#MessagePicture figcaption {
	position: absolute;
	bottom: 30px;
	left: 100px;
	z-index: 100;
	color: #fff;
}
#Message .txt-copy {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
#Message .txt-copy span {
	color: #46B8B8;
	font-size: 46px;
	font-weight: bold;
}
#Message p {
	margin-bottom: 20px;
	line-height: 2;
}
#Message p b {
	color: #46B8B8;
	font-size: 16px;
}
#Message #NextNavi a {
	display: inline-block;
	border: 4px solid #333;
	margin-right: 10px;
}
#Message #NextNavi a:hover {
	border: 4px solid #999;
}
/* サービス */
#Service {
	margin-bottom: 50px;
}
#ServiceF {
}
#ServiceC {
	float: right;
	width: 540px;
}
#Service p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
}
#Service p b {
	font-size: 20px;
	font-weight: bold;
}
#Service .img-service {
	float: left;
	width: 550px;
}
#Service .txt-service {
	float: left;
}
.bge-contents #Service .txt-service {
	width: 550px;
	height: 219px;
	box-sizing: border-box;
	padding: 16px 30px;
}
#Service .txt-service a {
	display: block;
	width: 550px;
	height: 219px;
	padding: 16px 30px;
	box-sizing: border-box;
	text-decoration: none;
}
#ServiceF .txt-service {
	background: #53BCAC;
}
#ServiceF .txt-service p {
	margin-top: 30px;
}
#ServiceC .txt-service {
	background: #3EA9AD;
}
/* ニュース */
#News {
	float: left;
	width: 580px;
	padding: 30px 20px 45px 40px;
	border: 3px solid #EDEDED;
}
#News h2 {
	margin-bottom: 16px;
}
#News li {
	margin-bottom: 10px;
}
#News li:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
#News .date {
	float: left;
	display: block;
	width: 90px;
	padding: 8px 0;
	color: #666;
	border-right: 1px solid #CCCCCC;
}
#News .title {
	float: left;
	display: block;
	width: 450px;
	padding: 8px 0 8px 30px;
}
/* パートナーバナー */
#Partner {
	float: right;
	width: 406px;
}
#Partner h2 {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}
#Partner ul {
	margin-bottom: 10px;
}
#Partner li {
	width: 200px;
	margin-bottom: 6px;
}
#Partner li:nth-child(odd) {
	float: left;
}
#Partner li:nth-child(even) {
	float: right;
}
/* リクルート */
#Recruit {
	margin-bottom: 50px;
}
#Recruit div.left,
#Recruit div.right {
	position: relative;
	padding-bottom: 40px;
	border: 4px solid #999999;
	text-align: center;
}
#Recruit h3 {
	margin: 30px 0 20px;
	font-size: 30px;
	font-weight: bold;
}
#Recruit h3 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#Recruit h3 a:hover {
	color: #666;
}
#Recruit p {
	font-size: 16px;
}
#Recruit .btn-plus {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
}
/* スタッフ */
#Staff {
	padding: 40px 0 20px;
	/* background: #EDEDED; */
}
#Staff ul {
	text-align: center;
}
#Staff li {
	display: inline-block;
	width: 134px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#Staff li img {
	-webkit-border-radius: 70px;
	        border-radius: 70px;
}
/* facebook */
#FacebookBox {
	padding: 50px 0 30px;
}
#Facebook01,
#Facebook02 {
	width: 500px;
}
#FacebookBox .fb-box {
	width: 500px;
	margin: 0 auto;
}
/* マップ */
#Map {
	padding: 40px 0 20px;
	background: #EDEDED;
}
.gmap-access {
	float: left;
	width: 500px;
	margin: 25px;
}
.gmap-access.last {
	float: right;
}
.map-canvas {
	margin-bottom: 10px;
	border: 3px solid #fff;
}
.gmap-access p {
	text-align: center;
}
.gmap-access p b {
	font-weight: bold;
	font-size: 16px;
	line-height: 3;
}
/* パートナーバナー（フッター） */
#FooterPartner {
	padding: 30px 0 0;
}
#FooterPartner h2 {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}
#FooterPartner .left ul {
	width: 612px;
}
#FooterPartner .right ul {
	width: 406px;
}
#FooterPartner li {
	float: left;
	width: 200px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#FooterPartner .left li:nth-child(3n) {
	margin-right: 0;
}
#FooterPartner .right li:nth-child(2n) {
	margin-right: 0;
}











