@charset "utf-8";

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

	会社概要

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

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

	ご挨拶

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

main #greeting .group {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

main #greeting .group figure {
	width: 25%;
	margin: 0 4% 0 0;
}

main #greeting .group .text {
	flex: 1;
}

main #greeting .group .text .president {
margin-top: .5em;
	text-align: right;
}

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

main #greeting .group {
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

main #greeting .group figure {
	width:  50%;
	margin-bottom: 1em;
}

}


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

	社訓

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

main #motto figure {
	text-align: center;
}

main #motto figure img {
	width: 70%;
}

main #motto figure figcaption span {
	display: block;
}

main #motto figure figcaption span:nth-child(1) {
	margin: .8em 0 .5em;
	font-size: 1.125em;
	font-weight: bold;
	color: rgba(var(--main-color), 1);
}


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

	沿革

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

main #history table th {
	min-width: 9em;
}
















