@charset "UTF-8";

/*------------------------------------------------------------pagetitle*/
#pagetitle .ph .title_bg {
    background: url("../img/ecomi_img/pagetitle.jpg") center 15% no-repeat;
    background-size: cover;
}

/*------------------------------------------------------------contents*/
#sec01 {
	padding-bottom: 180px;
	background: url(../img/ecomi_img/ill_ecomi.png) right -20px bottom no-repeat,  url(../img/ecomi_img/ill_gomi.png) left bottom no-repeat;
	background-size: auto 220px, auto 140px, auto;
}
#sec01 .mainimage {
	margin-bottom: 30px;
}
#sec01 .mainimage h3 {
	margin-bottom: 20px;
}
#sec01 .mainimage h3 img {
	width: 100%;
	height: auto;
	border-radius: 40px;
}
#sec01 .mainimage p {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 800;
	color: #1d7d2a;
}
@media print, screen and (min-width:768px) {
#sec01 {
	padding-bottom: 260px;
	background: url(../img/ecomi_img/ill_ecomi.png) right bottom no-repeat,  url(../img/ecomi_img/ill_gomi.png) left bottom no-repeat, url(../img/common_img/bg_paper02.jpg) center top;
	background-size: auto 340px, auto 250px, auto;
}
#sec01 .mainimage {
	margin-bottom: 50px;
}
#sec01 .mainimage h3 img {
	border-radius: 60px;
}
#sec01 .mainimage p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
}
}

.story {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 40px;
	background: #fff;
}
.story .title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.story .title p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	line-height: 1.3;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
	border-radius: 50%;
	background: #ff8000;
}
.story .title p span {
	font-size: 22px;
}
.story .title h4 {
	display: block;
	width: calc(100% - 64px);
	line-height: 1.3;
	font-size: 20px;
	font-weight: 700;
}
.story figure {
	margin-bottom: 15px;
}
.story figure img {
	width: 100%;
	height: auto;
}
.story h5 {
	font-size: 18px;
	font-weight: 800;
	color: #1d7d2a;
}
@media print, screen and (min-width:768px) {
.story {
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 60px;
}
.story .title {
	margin-bottom: 20px;
}
.story .title p {
	width: 70px;
	height: 70px;
	font-size: 19px;
}
.story .title p span {
	font-size: 28px;
}
.story .title h4 {
	width: calc(100% - 80px);
	font-size: 24px;
}
.story figure {
	margin-bottom: 20px;
}
.story h5 {
	font-size: 19px;
}
}
@media print, screen and (min-width:992px) {
.story_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.story_box .story {
	width: 48%;
}
}

#sec02 h4.eco {
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.1;
	text-align: center;
	font-size:20px;
	font-weight: 800;
	color: #fff;
	border-radius: 50px;
	background: #33a121;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#sec02 h4.gomi {
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.1;
	text-align: center;
	font-size:20px;
	font-weight: 800;
	color: #fff;
	border-radius: 50px;
	background: #38170a;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
@media print, screen and (min-width:768px) {
#sec02 h4.eco {
	margin-bottom: 20px;
	padding: 12px;
	font-size:28px;
}
#sec02 h4.gomi {
	margin-bottom: 20px;
	padding: 12px;
	font-size:28px;
}
}

#sec02 ul {
	margin-bottom: 20px;
}
#sec02 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 40px;
	background: #fff;
}
#sec02 ul li figure {
	width: 120px;
}
#sec02 ul li figure img {
	width: 120px;
	height: auto;
	border-radius: 50%;
}
#sec02 ul li div {
	width: calc(100% - 135px);
}
#sec02 ul li div h5 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800;
	border-bottom: dotted 3px #1d7d2a;
}
#sec02 .catch p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 22px;
	font-weight: 800;
	color: #1d7d2a;
}
@media print, screen and (min-width:768px) {
#sec02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#sec02 ul li {
	width: 48%;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 60px;
}
#sec02 ul li:first-child {
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0;
	padding: 30px;
}
#sec02 ul.eco li:last-child {
	margin-left: 4%;
}
#sec02 ul.eco li:first-child figure {
	width: 360px;
}
#sec02 ul.eco li:first-child div {
	width: calc(100% - 385px);
}
#sec02 ul li figure img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
#sec02 ul li:first-child figure {
	display: flex;
}
#sec02 ul li div {
	width: calc(100% - 135px);
}
#sec02 ul li div h5 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 800;
}
#sec02 .catch p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 32px;
	font-weight: 800;
	color: #1d7d2a;
}
}
#sec02 .bn a {
	display: block;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
	background: #5db429;
}
#sec02 .bn a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#sec02 .bn a h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 19px;
	border-bottom: dotted 3px #ffc000;
}
@media print, screen and (min-width:768px) {
#sec02 .bn a h3 {
	font-size:28px;
}
#sec02 .bn a p {
	font-size: 20px;
}
#sec02 .bn a {
	display: block;
	padding: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 60px;
	background: #5db429;
}
}
