@charset "UTF-8";

/*----------------------------------
    H2見出し
-----------------------------------*/
.lower-h2 {
	margin-bottom: 0px;
}

/*----------------------------------
    会社概要
-----------------------------------*/

.company {
	background: #555;
	padding-bottom: 50px;
}

.company-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 797px;
}

dt {
	width: 172px;
	height: 62px;
	border: 1px solid #FFF;
	color: #fff;
	margin-bottom: 1px;
	background: rgba(0, 0, 0, 0.40);
	padding-left: 7px;
}

dd {
	height: 63px;
	background: #fff;
	border: 1px solid #333;
	max-width: 625px;
	width: calc(100% - 172px);
	padding-left: 15px;
}

dd,
dt {
	display: flex;
	align-items: center;
}

@media screen and (max-width:599px) {
	dt {
		width: 115px;
	}

	dd {
		width: calc(100% - 115px);
	}
}


/*----------------------------------
    アクセス
-----------------------------------*/

.contact-map{
	margin-top: 30px;
}
.contact-map iframe {
	width: 100%;
	aspect-ratio: 124/65;
}

@media screen and (max-width:599px) {
	.contact-map iframe {
		aspect-ratio: 100/180;
	}
}