@charset "UTF-8";




/*********** 共通・背景 *************/

.merit_bg01 {
	background-image: url("../../merit/images/merit_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-top: 20px;
}

.merit_bg02 {
	background-image: url("../../merit/images/merit_bg02.jpg");
	background-position: center top;
	background-size: cover;
}

.merit_bg03 {
	background-image: url("../../merit/images/merit_bg03.jpg");
	background-position: center top;
	background-size: cover;
}



.bg-glay {
	background: #969696;
}




/*********** ↑共通・背景 *************/






/*********** merit *************/

.cont-wrap {
	padding: 80px 0 100px;
}

.merit-copy .ttl {
	display: flex;
	align-items: center;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	padding-bottom: 10px;
}

.merit-copy .ttl p:nth-child(1) {
	font-size: 3.0rem;
}

.merit-copy .ttl p:nth-child(2) {
	color: #8E2D42;
	font-size: 7.5rem;
	margin-left: 0.2em;
}

.merit-copy dt {
	font-size: 3.0rem;
	line-height: 1.5;
	margin-top: 20px;
}

.merit-copy dd {
	text-align: justify;
	margin-top: 20px;
}





/***** black *****/
.cont-wrap.black {

}

.cont-wrap.black .merit-copy .ttl {
	border-bottom: 1px solid #000;
}

.cont-wrap.black .merit-copy .ttl p:nth-child(1) {

}

.cont-wrap.black .merit-copy dt {

}

.cont-wrap.black .merit-copy dd {

}




/***** white *****/
.cont-wrap.white {

}

.cont-wrap.white .merit-copy .ttl {
	border-bottom: 1px solid #fff;
}

.cont-wrap.white .merit-copy .ttl p:nth-child(1) {
	color: #fff;
}

.cont-wrap.white .merit-copy dt {
	color: #fff;
}

.cont-wrap.white .merit-copy dd {
	color: #fff;
}




/***** merit1 *****/
.merit1-wrap {
	display: grid;
	grid-template-columns: 47.92% 48.08%;
	grid-template-rows: 1fr auto;
	justify-content: space-between;
	margin-top: 40px;
}

.merit1-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.merit1-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	align-self: flex-end;
}

.merit1-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 40px;
}




/***** merit2 *****/
.merit2-wrap {
	display: grid;
	grid-template-columns: 53.33% 45.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.merit2-wrap li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.merit2-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: flex-end;
}

.merit2-wrap li:nth-child(3) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin-top: 40px;
}



/***** merit3 *****/
.merit3-wrap {
	display: grid;
	grid-template-columns: 48.08% 48.08%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.merit3-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.merit3-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	align-self: flex-end;
}

.merit3-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 40px;
}

.merit3-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-top: 40px;
}

.merit3_01 {
	width: 115%;
	margin-left: -15%;
}




/***** merit4 *****/
.merit4-wrap {
	display: grid;
	grid-template-columns: 53.33% 45.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.merit4-wrap li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.merit4-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: flex-end;
}

.merit4-wrap li:nth-child(3) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin-top: 40px;
}



/***** merit5 *****/
.merit5-wrap {
	display: grid;
	grid-template-columns: 47.92% 48.08%;
	grid-template-rows: auto;
	justify-content: space-between;
}

.merit5-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.merit5-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

/*********** ↑merit *************/















