@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	事業所紹介

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	共通

------------------------------------------------------------------------------*/

main section .office {
	padding: 65px;
	background-color: rgba(var(--main-color),.1);
}

main section .office .group {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

main section .office .group .text {
	flex: 1;
}

main section .office .group dt {
	font-weight: bold;
}

main section .office .group dd {
	margin-bottom: 0;
}

main section .office .group figure {
	width: 40%;
	margin: 0 4% 0 0;
}

main section .office .group figure img {
	border-radius: 10px;
}

main section .office .map {
	margin-top: 50px;
}

main section .office .map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

main #niigata .office .group .fssc {
	display: inline-block;
	margin-top: .5em;
	padding: .5em .8em;
	font-size: .875em;
	color: #FFF;
	background-color: rgba(var(--sub-color),1);
	line-height: 1;
}

main #vertex h2 span {
	display: block;
	margin-bottom: .3em;
	font-size: 1.125rem
}

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

main section .office {
	padding: 40px;
}

}

@media screen and (max-width: 767px){
	
main section .office {
	padding: 8vw 6vw 10vw;
}

main section .office .group {
	flex-direction: column-reverse;
	align-items: flex-start;
}	

main section .office .group figure {
	width: 100%;
	margin: 0;
}

main section .office .group figure img {
	border-radius: 1vw;
}
	
main section .office .map {
	margin-top: 3vw;
}

main section .office .map iframe {
	aspect-ratio: 1/1;
}	
	
}












