@charset "UTF-8";
.ceo-name {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.com-ph {
	position: relative;
	height: 1000px;
}
.com-ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
table {
	width: 100%;
}
th {
	vertical-align: top;
	width: 25%;
}
.com-map {
	height: 400px;
}
.slider-box {
	height: 180px;
}
/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.ceo-ph {
		height: 150px;
	}

}



