/* @mixin mq-pc-sp2 {
	@media (max-width: 1024px) and (min-width: 500px) {
		@content;
	}
} */
/* --------------------------------------------------------
* office
* -------------------------------------------------------*/
.office_map {
	width: 100%;
	aspect-ratio: 335/207;
}
.office_map iframe {
	width: 100%;
	height: 100%;
	border: none;
}
@media (min-width: 768px), print {
	.office_map {
		aspect-ratio: 580/358;
	}
}
/*# sourceMappingURL=index.css.map */
