@charset "UTF-8";
/********************************************************************************

page-company.css　ハジマリについてページcss

********************************************************************************/
/*============================================================
 セクション共通
*============================================================*/
#page-company .section {
	margin-bottom: 80px;
}

#page-company #sec-contents .block .info .sign {
	margin: 16px 0 0 auto;
	max-width: 80px;
}
#page-company #sec-contents .block h3 {
	background: var(--common-color-main);
	color: #fff;
	display: inline-block;
	padding: 4px 16px;
}

/*============================================================
 会社概要
*============================================================*/
#page-company #sec-about dl dd > * {
	margin-bottom: 16px
}
#page-company #sec-about dl dd > *:last-child {
	margin-bottom: 0;
}
#page-company #sec-about dl dd ul {
	background: transparent;
	padding: 0;
}
#page-company #sec-about dl dd ul p {
	padding-left: 24px;
	color: var(--common-color-main);
	font-weight: bold;
}

/*============================================================
 アクセス
*============================================================*/
#page-company #sec-access .block {
	gap: 40px;
}
#page-company #sec-access .block .info {
	width: 33%;
}
#page-company #sec-access .block .info h3 {
	font-size: 24px;
	margin-bottom: 24px;
}
#page-company #sec-access .block .info p {
	margin-bottom: 24px;
	max-width: 236px;
	padding-left: 28px;
	position: relative;
}
#page-company #sec-access .block .info p:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-map.svg) no-repeat;
	background-size: contain;
	width: 22px;
	height: 25px;
	top: 0;
	left: 0;
}
#page-company #sec-access .block .map {
	width: 63%;
	overflow: hidden;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}
#page-company #sec-access .block .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#page-company #sec-access .block .parts-btn {
	margin: 0;
}

@media screen and (max-width: 1128px) {
	/*============================================================
	 アクセス
	*============================================================*/
	#page-company #sec-access .block {
		gap: 32px;
	}
	#page-company #sec-access .block .map {
		width: 62%;
	}
}

@media screen and (max-width: 767px) {
	/*============================================================
	 セクション共通
	*============================================================*/
	#page-company .section {
		margin-bottom: 48px;
	}
	
	/*============================================================
	 アクセス
	*============================================================*/
	#page-company #sec-access .block {
		flex-direction: column;
		gap: 24px;
	}
	#page-company #sec-access .block .info {
		width: 100%;
	}
	#page-company #sec-access .block .info h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	#page-company #sec-access .block .info p {
		margin-bottom: 12px;
	}
	#page-company #sec-access .block .map {
		width: 100%;
		padding-top: 45%;
	}
}
