@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.4em;
	line-height: 1.0em;
}
	

@media print, screen and (max-width: 768px) {
	/** カスタム **/
	#top_title_wrap h3 {
		width: 60%;
	}	

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0;
	}
	#top_title_wrap h3 {
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 56px;
		margin: 0 0 30px;
	}
	#top_title_wrap p.sub {
		left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
	}
	/** カスタム **/
	#top_title_wrap h3 {
		width: 400px;
	}	
	
}

/*=============================================
	
	タイトル枠
	
==============================================*/
.lead_wrap {
	background: #77705a;
	padding: 3em;
	position: relative;
    text-align: center;
}
.lead_wrap h3{
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 0 0 1.6em;
    color: #FFF;
}

.lead_wrap .sub {
    font-size: 0.9em;
    margin: 0 0 0;
    color: #FFF;
    text-align: center;
}


@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.lead_wrap {
		background: #77705a;
		padding: 50px 0;
		position: relative;
	}
	.lead_wrap h3{
	    font-size: 28px;
	    letter-spacing: 2px;
	    margin: 0 50px 30px;
	    color: #FFF;
	}
	
	.lead_wrap .sub {
	    font-size: 0.9em;
	    margin: 0 0 0;
	    color: #FFF;
    text-align: center;
	}

}


/*=============================================
	
	ミドル枠
	
==============================================*/
.middle_wrap {
	padding: 3em 0;
	background: #f9f9f6;
}
.middle_wrap dl dt {
	margin-bottom: 0;
}
.middle_wrap dl dd {
	padding: 2em;
	background: #FFF;
	text-align: center;
	font-size: 1em;
	line-height: 2;
	margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.middle_wrap {
		padding: 50px 0;
		background: #f9f9f6;
	}
	.middle_wrap dl {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #FFF;
	}
	.middle_wrap dl dt {
		width: 55%;
		margin-bottom: 0;
	}
	.middle_wrap dl dd {
		width: calc(45% - 60px);
		padding: 30px 50px;
		text-align: center;
		font-size: 13px;
		line-height: 2;
	}

}

/*=============================================
	
	コミットメント
	
==============================================*/
.comit_wrap {
	padding: 3em 0;
}
.comit_wrap .sub {
	text-align: center;
	font-size: 1em;
	margin-bottom: 1.2em;
	color: #a39567;
}
.comit_wrap h3 {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 0.6em;
}
.comit_wrap .vs_title {
	margin-bottom: 4em;
}
.comit_wrap .comit_lo {
	padding: 0 0 5em;
}
.comit_wrap .comit_lo .no {
	text-align: center;
	font-size: 7em;
	margin-bottom: 20px;
	color: #a39567;
	font-family: 'Pinyon Script', cursive;
}
.comit_wrap .comit_lo h4 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.4em;
}
.comit_wrap .comit_lo .comit_img {
	margin-bottom: 1.5em;
}
.comit_wrap .comit_lo .body {
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 1.5em;
	text-align: center;
}
.comit_wrap .comit_lo.comit01 .pic_list {
	
}
.comit_wrap .comit_lo.comit01 .pic_list li {
	margin-bottom: 1em;
}
.comit_wrap .comit_lo.comit02 .pic_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comit_wrap .comit_lo.comit02 .pic_list li {
	margin-bottom: 1em;
}
.comit_wrap .comit_lo.comit02 .pic_list li.pic01, .comit_wrap .comit_lo.comit02 .pic_list li.pic02 {
	width: 48.5%;
}
.comit_wrap .comit_lo.comit03 .pic_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comit_wrap .comit_lo.comit03 .pic_list li {
	margin-bottom: 1em;
}
.comit_wrap .comit_lo.comit03 .pic_list li.pic01, .comit_wrap .comit_lo.comit03 .pic_list li.pic02 {
	width: 48.5%;
}
.comit_wrap .comit_lo.comit04 .pic_list {
	
}
.comit_wrap .comit_lo.comit04 .pic_list li {
	margin-bottom: 1em;
}
.comit_wrap .comit_lo.comit05 .pic_list {
	
}
.comit_wrap .comit_lo.comit05 .pic_list li {
	margin-bottom: 1em;
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.comit_wrap {
		padding: 50px 0;
	}
	.comit_wrap .sub {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.comit_wrap h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.comit_wrap .vs_title {
		margin-bottom: 60px;
	}
	.comit_wrap .comit_lo {
		padding: 0 0 80px;
	}
	.comit_wrap .comit_lo .no {
		font-size: 80px;
		margin-bottom: 0px;
	}
	.comit_wrap .comit_lo.comit05 .no {
		margin-bottom: 15px;
	}
	.comit_wrap .comit_lo h4 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.comit_wrap .comit_lo .comit_img {
		width: 70%;
		margin: 0 auto 30px;
	}
	.comit_wrap .comit_lo .body {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.comit_wrap .comit_lo.comit01 .pic_list {
		display: flex;
		justify-content: space-between;
	}
	.comit_wrap .comit_lo.comit01 .pic_list li {
		width: 48%;
		margin-bottom: 0;
	}
	.comit_wrap .comit_lo.comit02 .pic_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.comit_wrap .comit_lo.comit02 .pic_list li {
		margin-bottom: 1em;
	}
	.comit_wrap .comit_lo.comit02 .pic_list li.pic01, .comit_wrap .comit_lo.comit02 .pic_list li.pic02 {
		margin: 0 5px 10px;
		width: 30%;
	}
	.comit_wrap .comit_lo.comit02 .pic_list li.pic03 {
		margin: 0;
		width: 60%;
	}
	.comit_wrap .comit_lo.comit03 .pic_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.comit_wrap .comit_lo.comit03 .pic_list li {
		margin: 0 5px 10px;
		width: 36%;
	}
	.comit_wrap .comit_lo.comit03 .pic_list li.pic01, .comit_wrap .comit_lo.comit03 .pic_list li.pic02 {
		width: 36%;
	}
	.comit_wrap .comit_lo.comit04 .pic_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.comit_wrap .comit_lo.comit04 .pic_list li {
		width: 33%;
		margin-bottom: 0;
	}
	.comit_wrap .comit_lo.comit05 .pic_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.comit_wrap .comit_lo.comit05 .pic_list li {
		width: 33%;
		margin-bottom: 0;
	}

}

