/*------------------------------------------------------------
	company_background
------------------------------------------------------------*/
.company_background {
	background: url("../img/company_top.jpg") no-repeat top center;
	background-size: cover;
}

/*------------------------------------------------------------
	c-company_quote
------------------------------------------------------------*/
.c-company_quote {
	height: 802px;
	background: url("../img/company_img.png") no-repeat top center;
	text-align: left;
	position: relative;
}

.c-company_quote__text {
	position: absolute;
	top: 35px;
	right: 0;
	width: 500px;
	font-size: 1.4rem;
	line-height: 1.71429em;
	font-weight: 300;
}

.c-company_quote__text span {
	margin-top: 100px;
	text-align: right;
	display: block;
}

.c-company_quote__text span span {
	margin-top: 20px;
	font-size: 3.6rem;
}

/*------------------------------------------------------------
	c-table
------------------------------------------------------------*/
.c-table__cell p {
	letter-spacing: 0.360em;
}

.c-table__cell.left {
	width: 177px;
	padding: 8px 0;
}

.c-table__cell.right {
	padding-left: 80px;
	border-left: 2px solid #e6ddcf;
}

.c-table__cell.right p.frontindent {
	padding-left: 10px;
}


/*------------------------------------------------------------
	c-company_info
------------------------------------------------------------*/
.c-company_info{
	position: relative;
}

.c-company_info__img_cover{
	position: absolute;
	width: 410px;
	height: auto;
	right: 0;
	top: 0;
}

.c-company_info__img {
	width: 100%;
	height: auto;
}

.c-company_info.left {
	width: 500px;
	float: left;
}

.c-company_info.right {
	width: 478px;
	float: right;
	margin-left: 20px;
}

.c-company_info.right .c-table__cell.right {
	padding-bottom: 10px;
}

.c-company_info.right .c-table__cell.left {
	width: 116px;
	padding-bottom: 10px;
}

.c-company_info.right .c-table__row:last-child .c-table__cell.right, .c-company_info.right .c-table__row:last-child .c-table__cell.left {
	padding-bottom: 0;
}

.c-company_info__maps {
	margin-top: 40px;
	height: 500px;
	background-color: #ccc;
}

/* 20171017 森 追加 */
.map_link {
	display: block;
	width: 20%;
	color: #ccc;
	text-align: center;
	padding: 4px 20px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #222;
}