@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	/*background-image: url("../img/privacy/main_bg.jpg");*/
}
.ttlArea .inner .h1Area h1:before {
	content: "COMPANY";
}
/*companyArea*/
.companyArea {
  padding-bottom: 100px;
}
.companyArea .inner {
  padding: 60px 20px 40px;
  text-align: center;
}
.companyArea .inner dl{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	/*border-bottom: 1px dashed #888;*/
	text-align: left;
	margin-bottom: 10px;
}
.companyArea .inner dl dt {
	width: 33%;
	padding: 20px 1.5em;
	color: #FFF;
	font-size: min(3.5vw,16px);
	font-weight: 700;
	background-color: #80b41f;
	box-sizing: border-box;
}
.companyArea .inner dl dd {
	width: 67%;
	padding: 20px 1.5em;
	background-color: #FFF;
	font-size: min(3.5vw,16px);
	box-sizing: border-box;
}
.companyArea .inner h2 {
	padding: 20px 25px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.companyArea .inner h2:before {
	content: "ACCESS";
	position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    line-height: 1;
    color: #ab8945;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
}

.companyArea .inner .map{
	height: 560px;
}
@media screen and (max-width: 1000px) {
}	

@media screen and (max-width: 767px) {
}	

