@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.table .en {
	font-family: var(--font_en);
}

.table td .en {
	margin-top: 0.5em;
}

@media (min-width: 768px) {
.company-section .inner {
	display: grid;
	grid-template-columns: auto minmax(auto, 800px);
	column-gap: 6%;
}

.table th .en {
	display: block;
	margin-top: 0.5em;
}
}

@media (max-width: 767.9px) {
.table {
	line-height: 1.5;
}

.table .en {
	font-size: 14px;
}

.table th .en {
	margin-left: 0.5em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 企業情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-overview {
	padding-bottom: initial;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- アクセス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-access iframe {
	width: 100%;
	height: clamp(320px, calc(100vw * 380 / 768), 380px);
	margin-bottom: 1.2em;
}
