@charset "utf-8";

/* ========================================================
	company.css => 会社概要用CSS
======================================================== */


/* main
============================================================================================================ */
.main {
	position: relative;
	overflow: hidden;
	height: 370px;
	margin-bottom: 20px;
	padding-top: 75px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.main:before,
.main p:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 16px;
	background-color: #fff;
}
.main:before {
	right: 50%;
	margin-right: 16px;
}
.main p:before {
	left: 50%;
	margin-left: 16px;
}
.main:after,
.main p:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
}
.main:after {
	right: 50%;
	border-width: 16px 0 0 16px;
	border-left-color: #fff
}
.main p:after {
	left: 50%;
	border-width: 0 0 16px 16px;
	border-bottom-color: #fff
}

.main .bg {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 370px;
	table-layout: fixed;
	z-index: -1;
}
.main .bg span {
	display: table-cell;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.main .bg .bg01 {
	background-image: url(../images/main_bg01.jpg);
}
.main .bg .bg02 {
	background-image: url(../images/main_bg02.jpg);
}
.main .bg .bg03 {
	background-image: url(../images/main_bg03.jpg);
}
.main .bg .bg04 {
	background-image: url(../images/main_bg04.jpg);
}

@media (max-width: 640px) {
	.main {
		height: 150px;
		padding-top: 15px;
	}
	.main p img {
		width: 220px;
	}
	.main .bg {
		height: 150px;
	}
}


/* gaiyo_img
============================================================================================================ */
.gaiyo_img {
	margin-bottom: 30px;
}
.gaiyo_img .sp {
	display: none;
}

@media (max-width: 640px) {
	.gaiyo_img {
		margin-bottom: 20px;
	}
	.gaiyo_img .pc {
		display: none;
	}
	.gaiyo_img .sp {
		display: block;
	}
}


/* table
============================================================================================================ */
table .address dt {
	float: left;
}
table .address dt.iten {
	float: none;
	font-weight: bold;
}
table .address dd {
	margin-left: 6em;
	padding-bottom: 1em;
}
table .address dd strong,
table .tel {
	display: inline-block;
	font-weight: normal;
	font-style: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.img_wrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
.img_wrap .img {
	float: right;
	width: 220px;
	text-align: center;
}
.img_wrap .img img {
	border: 1px solid #e6e6e6;
}
.img_wrap .table {
	margin-right: 250px;
}

.item li {
	margin-bottom: 1em;
}

@media (max-width: 640px) {
	table .address dd strong,
	table .tel {
		font-size: 1.5rem;
	}

	.img_wrap .img {
		float: none;
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.img_wrap .table {
		margin-right: 0;
	}
}
