@charset "UTF-8";



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



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




.sustainable_01-wrap {
    max-width: 800px;
	margin: 0 auto;
	margin-top: 100px;
}

.sustainable_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    max-width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}

.sustainable_02-wrap li:nth-child(1) {
    width: 21.63%;
}

.sustainable_02-wrap li:nth-child(2) {
    width: 69.25%;
}

.sustainable_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    max-width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}

.sustainable_03-wrap li:nth-child(1) {
    width: 23%;
}

.sustainable_03-wrap li:nth-child(2) {
    width: 69.25%;
}

.sustainable_04-wrap {
    max-width: 973px;
	margin: 0 auto;
	margin-top: 80px;
}






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

.merit-bg {
	background: rgba(169,144,110,0.2);
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 140px;
}

.merit-headcopy {
	font-size: 3.0rem;
	line-height: 1.2;
	text-align: center;
}

.merit-headcopy .l {
	font-size: 1.6em;
}

.merit_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 820px;
	margin: 0 auto;
	margin-top: 60px;
}

.merit_01-wrap li {
	width: 29.88%;
}

.merit_01-wrap .txt {
	line-height: 1.6;
	text-align: justify;
	margin-top: 10px;
}

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





/********** merit-cont共通 **********/

.merit-cont {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	padding-top: 70px;
	padding-bottom: 100px;
	margin-top: 80px;
}

.merit-title {
	display: grid;
	grid-template-columns: 21.5% 68.67%;
	grid-template-rows: auto 1fr;
}

.merit-title li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	align-self: center;
}

.merit-title li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	align-self: center;
}

.merit-title li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.merit-title .txt1 {
	font-size: 3.5rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-left: 20px;
}

.merit-title .txt2 {
	margin-top: 10px;
	margin-left: 20px;
}

.merit-cont .inner {
	max-width: 964px;
	margin: 0 auto;
	margin-top: 60px;
}

/********** ↑merit-cont共通 **********/





/********** merit1 **********/

.merit1 .merit-title .txt1 {
	border-bottom: 2px solid;
	border-image: linear-gradient(90deg, #f4b0a6, #f0904d) 1;
}

.merit1_03-wrap {
	display: grid;
	grid-template-columns: 44.5% 53.01%;
	grid-template-rows: auto  auto;
	justify-content: space-between;
	margin-top: 40px;
}

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

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

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

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

.merit1_03-wrap .ttl p {
	line-height: 1.5;
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1em;
	margin-top: 10px;
}

.merit1_03-wrap .ttl p::first-letter {
	color: #f0904d;
	margin-right: 0.2em
}

.merit1_03-wrap .box {
	background: linear-gradient(90deg, #fef7f6, #fdf4ed);
	border-radius: 10px;
	padding: 40px;
	padding-top: 30px;
	margin-top: 10px;
}

.merit1_03-wrap .txt {
	font-size: 1.6rem;
	line-height: 1.5;
}

.merit1_03 {
	margin-top: 30px;
}

.merit1_04 {
	width: 88%;
	margin: 0 auto;
	margin-top: 30px;
}

.merit1_05-cont {
	margin-top: 60px;
}

.merit1_05-cont .ttl {
	line-height: 1.5;
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1em;
}

.merit1_05-cont .ttl::first-letter {
	color: #f0904d;
	margin-right: 0.2em
}

.merit1_05-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: linear-gradient(90deg, #fef7f6, #fdf4ed);
	border-radius: 10px;
	padding: 28px;
	margin-top: 10px;
}

.merit1_05-wrap li {
	width: 18.59%;
}

/********** ↑merit1 **********/





/********** merit2 **********/

.merit2 .merit-title .txt1 {
	border-bottom: 2px solid;
	border-image: linear-gradient(90deg, #a7d5b8, #4dbaa9) 1;
}

.merit2_01-cont {
	margin-top: 60px;
}

.merit2_01-cont .ttl {
	line-height: 1.5;
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1em;
}

.merit2_01-cont .ttl::first-letter {
	color: #4dbaa9;
	margin-right: 0.2em
}

.merit2_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.merit2_01-wrap li {
	width: 24.38%;
	margin-top: 10px;
}

/********** ↑merit2 **********/






/********** merit3 **********/

.merit3 .merit-title .txt1 {
	border-bottom: 2px solid;
	border-image: linear-gradient(90deg, #c8e1b0, #a9ce52) 1;
}

.merit3_01-cont {
	margin-top: 60px;
}

.merit3_01-cont .ttl {
	line-height: 1.5;
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1em;
}

.merit3_01-cont .ttl::first-letter {
	color: #a9ce52;
	margin-right: 0.2em
}

.merit3_01-wrap {
	margin-top: 30px;
}

/********** ↑merit3 **********/






