@charset "UTF-8";

/*================================================

　company

=================================================*/
.company {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	z-index: 9;
}
.company h2 {
	margin: 25px 0 80px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 700;
	background-color: #009BE4;
	border-radius: 9px;
	box-shadow: 3px 4px 0px rgba(0,91,172,1);
}

.company-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.company-content:nth-of-type(1) {
	margin: 0 0 60px;
}
.company-content-detail {
	position: relative;
	width: 43.181818%;
	margin: 0;
	color: #2C97D2;
	text-align: left;
	line-height: 1.6;
}
.company-content-detail h3 {
	padding: 15px 0 15px 5px;
	font-size: clamp(1.4rem, (100vw - 375px) * 5 / 392 + 14px, 1.9rem);
	font-weight: 700;
}
.company-content table {
	color: #2C97D2;
	text-align: left;
	line-height: 1.6;
	border-top: 0.5px solid #2C97D2;
}
.company-content table th {
	vertical-align: middle;
	width: 6.25em;
	padding: 15px 0 15px 5px;
	font-size: clamp(1.4rem, (100vw - 375px) * 5 / 392 + 14px, 1.9rem);
	font-weight: 700;
	border-bottom: 0.5px solid #2C97D2;
}
.company-content table td {
	vertical-align: middle;
	padding: 15px 0;
	font-size: clamp(1.2rem, (100vw - 375px) * 5 / 392 + 12px, 1.7rem);
	border-bottom: 0.5px solid #2C97D2;
}

.company-content .map-box {
	width: 53.409091%;
}
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 97.446809%;
	border: 1px solid #2C97D2;
	border-radius: 18px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 18px;
}
.note {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1rem;
}

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

	.company {
		width: 81.481481%;
	}
	.company h2 {
		margin: 2.840909% 0 9.090909%;
		padding: 10px 0;
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(0,91,172,1);
	}

}

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

	.company-content-detail {
		width: 90%;
		margin: 0 auto;
	}
	.company-content .map-box {
		width: 90%;
		margin: 40px auto 0;
	}
	.note {
		margin: 0 0 -20px;
	}

}
