@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap&text=ユーエスウラサキは「独自性」を大切にしています。');

/*================================================
 *  RECRUIT 採用メッセージ 用
 ================================================*/


section#message_area .img_main {
	display: block;
	height: 540px;
	max-width: 1260px;
	margin: 0 auto;
}



section#message_area .inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 130px 50px 0;
}
section#message_area .inner h3 {
	font-size: 58px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin: -0.375em 0 1.32em;
}

section#message_area .inner > p {
	font-size: 24px;
	line-height: 2.75;
}
section#message_area .inner > p + p {
	margin-top: 1.2em;
}


section#message_area .inner .img_box {
	display: block;
	margin: 80px 0 120px;
	max-width: 100%;
}










/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {



section#message_area .img_main {
	height: 72vw;
	max-width: inherit;
}



section#message_area .inner {
	padding-top: 17vw;
}
section#message_area .inner h3 {
	font-size: 7.2vw;
}

section#message_area .inner > p {
	font-size: 4vw;
	line-height: 2.5;
}
section#message_area .inner > p + p {
	margin-top: 1em;
}


section#message_area .inner .img_box {
	margin: 10vw 0 18vw;
}












	
}