@charset "UTF-8";




/*********** 共通 *************/

main {
	font-family:'Noto Serif JP', serif;
}

article {
	font-family:'Noto Serif JP', serif;
}


/*********** ↑共通 *************/




.first-copy-bg {
	background: #EEEEEF;
	padding: 60px 0;
}

.first-copy {
	color: #005B69;
	font-size: 3.2rem;
	text-align: center;
}






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

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

.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: #FFFF00;
	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;
}





/***** dark *****/
.cont-wrap.dark {
	background: #008B96;
}

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

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

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

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




/***** light *****/
.cont-wrap.light {
	background: #BCDBE4;
}

.cont-wrap.light .merit-copy .ttl {
	border-bottom: 1px solid #057D87;
}

.cont-wrap.light .merit-copy .ttl p:nth-child(1) {
	color: #057D87;
}

.cont-wrap.light .merit-copy .ttl p:nth-child(2) {
	text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

.cont-wrap.light .merit-copy dt {
	color: #057D87;
}

.cont-wrap.light .merit-copy dd {
	color: #000;
}




/***** merit1 *****/
.merit1-wrap {
	display: grid;
	grid-template-columns: 29.67% 29.67% 37.42%;
	grid-template-rows: 1fr auto;
	justify-content: space-between;
}

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

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

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

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



/***** merit2 *****/
.merit2-wrap {
	display: grid;
	grid-template-columns: 49.92% 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;
}

.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;
}

.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;
}



/***** merit4 *****/
.merit4-wrap {
	display: grid;
	grid-template-columns: 49.92% 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;
}

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

.merit4_02 {
	width: 82%;
	margin: 0 auto;
	margin-top: 80px;
}



/***** 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 *************/










