@charset "utf-8";

/* ----------------------------------
modelroom
---------------------------------- */
#content_Wrap figure {
	position: relative;
	height: fit-content;
}

.main {
	background-image: url(../img/mv-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 13% 0;
	position: relative;
}

.main_ttl {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.position_area {
	background-image: url(../img/bk1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 100px;
	position: relative;
	border-bottom: 2px solid #001b5b;

}

h3 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.life-main .copy {
	width: 90%;
	margin: auto;
	padding: 80px 0 50px 0;
}
.life-main .copy h3{
	font-size: 24px;
	margin-bottom: 0;
}

.modelroom_Wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px;
}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

	.main {
		background-image: url(../img/mv-sp.jpg);
	}

	.main_ttl {
		max-width: 280px;
		width: 100%;
		margin: 0 auto;
	}

	h3 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.life-main .copy {
	padding: 30px 0 20px 0;
	}
	.life-main .copy h3{
	font-size: 16px;
}

	.modelroom_Wrap {
		padding: 0 0 40px;
	}

	.position_area {
		padding: 0 0 40px;
		border-bottom: 1px solid #001b5b;
	}

}