@charset "UTF-8";
/* CSS Document */

.messageWrap{
	background-color: #fff;
}

.messageWrap p{
	margin-bottom: 1em;
	color: #555;
}

.messageMain h1,
.messageMain h2,
.messageMain p{
	display: none;
}

.messageCont h3{
	margin: 3em 0 2em;
}

@media print,all and (min-width: 768px){

	.messageWrap{
		width: 100%;
		max-width: 1280px;
		margin: auto;
		background-repeat: no-repeat;
	}

	.messageMain{
		height: 450px;
		background-image: url(./img/index_img_main-pc.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 1280px auto;
	}

	.messageCont{
		width: 100%;
		max-width: 960px;
		margin: auto;
		padding: 1px 20px ;
		box-sizing: border-box;
	}

	article#recruit .messageCont h3 img{
		width: auto;
		height: 74px;
	}

}


@media screen and ( max-width: 767px) {

	.messageMain{
		padding-bottom: 124%;
		background-image: url(./img/index_img_main-sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}

	.messageCont{
		padding: 1px 20px;
	}

}
