/* PC用判定 */
/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
	main .level_2 {
		text-align: center;
	}


}

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

 * 代表メッセージ

---------------------------------------------- */
#top_message p {
	margin: 12px 0;
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

	#top_message p {
		margin: 0 0 24px;
		order: -1;
	}
/* 
	#top_message img {
		width: 48%;
	} */
}

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

 * 採用メッセージ

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


#rec_message .rec_message__content:not(:last-child) {
	margin-bottom: 32px;
}


#rec_message .rec_message__level4 {
	margin-bottom: 16px;
	font-size: 20px;
}

/* モバイル用として判定 */
@media screen and (orientation: portrait),
screen and (max-width: 799px),
screen and (max-height: 599px) {
	#rec_message p {
		margin-bottom: 12px;
	}
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

	#rec_message .rec_message__content:not(:last-child) {
		margin-bottom: 64px;
	}

	#rec_message .rec_message__level4 {
		margin-bottom: 32px;
		font-size: 24px;
	}

	#rec_message .rec_message__text,
	#rec_message .rec_message__image {
		width: 48%;
	}
}

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

 * 数値で見るANCHORS バナー

---------------------------------------------- */
#to_numerical {
	margin-bottom: 56px;
	background-image: url("../img/about/figures_bnr_bg.jpg");
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
	#to_numerical {
		margin-bottom: 112px;
	}
}

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

 * 職場環境

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

#environment p:not(:last-child) {
	margin-bottom: 32px;
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

	#environment p:not(:last-child) {
		margin-bottom: 64px;
	}

}

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

 * グループのメリット

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

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

 * 会社概要

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