@charset "UTF-8";

.main {
	padding-bottom: 450px;
}

.cmnentry {
	margin-top: -115px;
}

.message {
	margin-top: 140px;
	padding: 100px;
	background: url("../img/message/message@2x.jpg") no-repeat center bottom/cover;
}

.message_ttl {
	font-size: 32px;
}

.message_cnt {
	display: inline-block;
}

.message_text {
	margin-top: 50px;
	line-height: 2;
}

.message_name {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 1em;
	margin-top: 50px;
}

.message_name > dt {
}

.message_name > dd {
	font-size: 22px;
}

.demand {
	padding: 100px;
}

.demand_lead {
}

.demand_ttl {
	margin-top: 15px;
	font-size: 30px;
}

.demand_text {
	margin-top: 30px;
	line-height: 2;
}

.gallery {
	margin-top: 50px;
}

.gallery_row {
	height: 254px;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.gallery_row.-top {
	background-image: url("../img/message/loop-t@2x.jpg");
}

.gallery_row.-btm {
	background-image: url("../img/message/loop-b@2x.jpg");
}


@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
	.main {
		padding-bottom: 200px;
	}

	.cmnentry {
	}

	.message {
		margin-top: 50px;
		padding: 40px 20px 310px;
		background-position: bottom right;
		background-size: 750px auto;
		background-color: #f6f6f6;
	}

	.message_ttl {
		font-size: 22px;
	}

	.message_cnt {
	}

	.message_text {
		margin-top: 30px;
	}

	.message_name {
		margin-top: 30px;
	}

	.message_name > dt {
	}

	.message_name > dd {
	}

	.demand {
		padding: 50px 0;
	}

	.demand_lead {
	}

	.demand_ttl {
		font-size: 22px;
	}

	.demand_text {
	}

	.gallery {
		margin-top: 0;
	}

	.gallery_row {
		height: 127px;
	}

	.gallery_row.-top {
	}

	.gallery_row.-btm {
	}
}
