@charset "utf-8";
/*////////////////////////////////////
会社案内
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#company {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#company_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.company_name {
	position: relative;
	width: 16%;
	margin-right: 4%;
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}
.company_word {
	position: relative;
	width: 80%;
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}
#map_area {
	position: relative;
	width: 100%;
	aspect-ratio:3/2;
}
#map_area iframe {
	position: absolute;
	width: 100%;
	aspect-ratio:3/2;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#company {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#company_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.company_name {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}
.company_word {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}
#map_area {
	position: relative;
	width: 100%;
	aspect-ratio:3/2;
}
#map_area iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio:3/2;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
}