@charset "UTF-8";
/*-----------------------------------
	mainvisual
-----------------------------------*/
#mainvisual {
	background-image: url(../img/company/mainvisual.jpg);
}
/*-----------------------------------
	greeting_block
-----------------------------------*/
/*--1040px以下768pxまでvw--*/
#greeting_block h2::before {
	content: "Greeting";
}
#greeting_block .inner_wrap {
	padding-left: min(190px,18.27vw);
	margin-top: max(-111px,-10.67vw);
	color: var(--mClr3);
}
#greeting_block img {
	margin-bottom: min(50px,4.8vw);
}
#greeting_block .copy {
	font: 500 min(3.2rem,3.07vw)/1 var(--fJA);
	margin-bottom: min(20px,1.92vw);
}
#greeting_block p {
	line-height: 1.66;
	margin-bottom: 1em;
	white-space: pre-line;
}
#greeting_block .details {
	width: max-content;
	margin: 0 0 0 auto;
	text-align: right;
	line-height: min(40px,3.84vw);
	white-space: pre-line;
}
#greeting_block .details > * {
	display: inline-block;
}
#greeting_block .details .c_name {
	font-size: min(1.6rem,1.54vw);
}
#greeting_block .details .post {
	font-size: min(1.5rem,1.44vw);
}
#greeting_block .details .name {
	font-size: min(2.8rem,2.69vw);
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	#greeting_block .inner_wrap {
		padding-left: 0;
		margin-top: 0;
	}
	#greeting_block img {
		width: 100%;
		height: 100%;
		aspect-ratio: 131 / 88;
		object-fit: cover;
		margin-bottom: 6.52vw;
	}
	#greeting_block .copy {
		font-size: max(5.21vw,2.2rem);
		margin-bottom: 2.6vw;
	}
	#greeting_block .details {
		line-height: 7.17vw;
	}
	#greeting_block .details .c_name {
		font-size: max(3.13vw,1.3rem);
	}
	#greeting_block .details .post {
		font-size: max(3.13vw,1.3rem);
	}
	#greeting_block .details .name {
		font-size: max(5.6vw,2.3rem);
	}
}