@charset "utf-8";
/**
 * style.css
 */

/* commonPageTitle
--------------------------------------------------*/
.commonPageTitle .inTitle:after {
	background-image: url(../../images/sustainability/head_img.png);
}

#container > main > div.commonContactArea > div > div.contactTitle > span {
	color: #5ebb05;
}
#container > main > div.commonContactArea > div > div.contactTitle > span::before, #container > main > div.commonContactArea > div > div.contactTitle > span::after {
	position: absolute;
	top: 3px;
	display: block;
	content: '';
	width: 2px;
	height: 30px;
	background-color: #5ebb05;
}
#container > main > div.commonContactArea > div > div.contactBtns.clearfix > div.mailBtn > a{
	border-color: #aad282;
	color: #5ebb05;
}
#container > main > div.commonContactArea > div > div.contactBtns.clearfix > div.mailBtn > a > span::before {
	background-image: url(../../images/common/icon_mail_green.png);
}
#container > main > div.commonContactArea > div > div.contactBtns.clearfix > div.telBtn > a > span.num::before {
	background-image: url(../../images/common/icon_tel_green.png);
}
#container > main > div.commonContactArea > div > div.contactBtns.clearfix > div.telBtn > a{
	border-color: #aad282;
	color: #5ebb05;
}

@media screen and (max-width: 767px) {
	.onlyPC {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.onlySP {
		display: none;
	}
}

.contentWrap1 {
	box-sizing: border-box;
}

.contentWrap1 *,
.contentWrap1 *::before,
.contentWrap1 *::after {
	box-sizing: inherit;
}

.contentWrap1 .commonWrap {
	max-width: 1240px;
}

.blockWrap1 {
	margin: 0 auto 77px;
}

.image1 {
	text-align: center;
	margin: 0 0 70px;
}

.block1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 0 0 93px;
	margin: 0 auto 15px;
	width: 98%;
	max-width: 814px;
}

@media screen and (min-width: 768px) and (max-width: 814px) {
	.block1 {
		padding-bottom: 11.5%;
	}
}

.block1Content {
	position: relative;
	margin: 0;
	width: calc(50% - 7px);
}

.block1Content::after {
	content: '';
	display: block;
	width: 60.5%;
	height: 0;
	padding: 0 0 21.25%;
	background: url(../../images/sustainability/arrow_01.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -30.25%;
	top: calc(100% + 8px);
}

.block1ContentTtl {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	background-color: #5ebb05;
	margin: 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
	padding: 10px;
}

.block1Content > dl {
	background-color: #e8f7d9;
	border-radius: 0 0 6px 6px;
	padding: 16px 24px 24px;
	margin: 0;
}

.block1Content > dl > dt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 0.5em;
}

.block1Content > dl > dd {
	margin: 0;
	font-size: 18px;
	text-align: center;
}

.block1Content .bulletList1 {
	display: inline-block;
	text-align: left;
}

.block1Content .bulletList1 > li {
	background: url(../../images/sustainability/icon_check_white.png) no-repeat 0 0.277778em;
	background-size: 1.111111em auto;
	padding: 0 0 0 2em;
	min-height: 1.111111em;
	margin: 0 0 0.5em;
	color: #646464;
}

.block1Content .bulletList1 > li:last-child {
	margin-bottom: 0;
}

.block2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block2 > li {
	width: calc((100% / 3) - (48px / 3));
	font-weight: bold;
	font-size: 20px;
	min-height: 2em;
}

.block2 a {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border: 6px solid #aad282;
	border-radius: 6px;
	color: #5ebb05;
	padding: 0.75em 0.5em;
	text-decoration: none;
	height: 100%;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.block2 a:hover {
	background-color: #aad282;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.blockWrap1 {
		margin-bottom: 40px;
	}

	.image1 {
		margin-bottom: 25px;
	}
	
	.block1 {
		padding-bottom: 12.5%;
		width: 100%;
	}

	.block1ContentTtl {
		font-size: 16px;
	}

	.block1Content > dl {
		padding: 16px 10px;
	}
	
	.block1Content > dl > dt {
		font-size: 12px;
	}
	
	.block1Content > dl > dd {
		font-size: 13px;
	}

	.block1Content .bulletList1 > li {
		background: url(../../images/sustainability/icon_check_white.png) no-repeat 0 0.277778em;
		background-size: 0.846154em auto;
		padding: 0 0 0 1.1em;
		min-height: 1em;
	}

	.block2 > li {
		width: calc((100% / 3) - (24px / 3));
		font-size: 14px;
	}

	.block2 a {
		padding: 0.25em 5px;
		border-width: 4px;
	}
}

.section1 {
	margin: 0 0 117px;
}

.section1 .ttl,
.section2 .ttl {
	text-align: center;
	color: #fff;
	background-color: #5ebb05;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.6786em 0.5em;
	border-radius: 6px;
	margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
	.section1 {
		margin-bottom: 60px;
	}

	.section1 .ttl,
	.section2 .ttl {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.block3 {
	background-color: #e8f7d9;
	position: relative;
	margin: 0 auto 105px;
	padding: 40px 49% 32px 4.5%;
	min-height: 240px;
}

.section2 .block3 {
	background-color: #fff;
}

.block3Content {
	margin: 0;
}

.block3Content > dt {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 1em;
}

.block3Content > dt span {
	display: inline-block;
	background-color: #fff;
	color: #5ebb05;
	padding: 0 0.5em;
}

.section2 .block3Content > dt span {
	background-color: #e8f7d9;
}

.block3Content > dd {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #646464;
}

.block3Img {
	width: 38.5%;
	line-height: 1;
	position: absolute;
	right: 4%;
	top: 40px;
}

@media screen and (max-width: 767px) {
	.block3 {
		margin-bottom: 35px;
		padding: 20px 7.462687%;
		min-height: 0;
	}

	.block3Content {
		margin-bottom: 20px;
	}

	.block3Content > dt {
		font-size: 13px;
	}

	.block3Content > dd {
		font-size: 13px;
	}

	.block3Img {
		width: 100%;
		position: static;
		right: auto;
		top: auto;
	}
}

.text01 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px;
	color: #5ebb05;
}

@media screen and (max-width: 767px) {
	.text01 {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

.block4 {
	background-color: #f0f0f0;
	padding: 30px 14px 45px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	color: #646464;
	margin: 0 auto 37px;
}

.block4 p {
	margin: 0;
}

.block4 .block4Txt1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 0 0.5em;
	margin-top: 1.5em;
}

.block4 .block4Txt2 {
	margin: 0 24px;
	width: 220px;
}

.block4 .block4Txt2 > dt {
	text-align: center;
	color: #323232;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0.5em;
}

.block4 .block4Txt2 > dd {
	margin: 0;
}

.tableList1 {
	background-color: #fff;
	border: 2px solid #a0a0a0;
}

.tableList1 > li {
	margin: 0;
	border-bottom: 2px solid #a0a0a0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.5em 0.2em;
}

.tableList1 > li.bgColor1 {
	background-color: #fffdde;
}

.tableList1 > li.bgColor2 {
	background-color: #f4be68;
}

.tableList1 > li:nth-child(2) {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.tableList1 > li:last-child {
	border-bottom: none;
}

.block4 .block4Txt3 {
	-ms-flex-item-align: end;
  align-self: flex-end;
	font-size: 12px;
	font-weight: bold;
}

.block5Txt1 .tableList1,
.block5Txt1 .tableList1 li {
	border-color: #5ebb05;
}

@media screen and (max-width: 767px) {
	.block4 {
		border-radius: 4px;
		display: block;
		padding: 14px;
		margin-bottom: 21px;
	}

	.block4 .block4Txt1 {
		font-size: 13px;
		padding: 0;
		margin-top: 0;
	}

	.block4 .block4Txt1 br {
		display: none;
	}

	.block4 .block4Txt2 {
		margin: 10px auto;
		width: 160px;
	}

	.block4 .block4Txt2 > dt {
		font-size: 13px;
	}

	.tableList1,
	.tableList1 > li {
		border-width: 1px;
	}

	.tableList1 > li {
		font-size: 13px;
	}

	.block4 .block4Txt3 {
		font-size: 12px;
		text-align: right;
	}
}

.arrowBg1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	margin: 0 auto 14px;
	width: 650px;
	height: 154px;
	background: url(../../images/sustainability/arrow_bg.png) no-repeat center center;
	background-size: contain;
	padding-top: 40px;
}

.text02 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	width: 263px;
	height: 36px;
	background: url(../../images/sustainability/text_01.png) no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.arrowBg1 {
		width: 100%;
		height: 75px;
		background-image: url(../../images/sustainability/arrow_02.png);
		padding-top: 14px;
	}

	.text02 {
		width: 153px;
		height: 20px;
	}
}

.blockWrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin: 0 auto 100px;
	max-width: 960px;
}

.blockWrap2 > .block5 {
	width: 27.708333%;
	margin: 0;
}

.blockWrap2 > .block5:last-child {
	width: 36.25%;
}

.text03 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #5ebb05;
	margin: 0 0 0.75em;
}

.block5Txt1 {
	background-color: #e8f7d9;
	border: 2px solid #5ebb05;
	border-radius: 4px;
	margin: 0;
	padding: 17px 17px 26px;
	color: #646464;
}

.block5Txt1 > dt {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0.5em;
}

.block5Txt1 > dd {
	margin: 0;
}

.btn1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.btn1 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	text-decoration: none;
	color: #5ebb05;
	background-color: #fff;
	border: 6px solid #aad282;
	border-radius: 6px;
	width: 600px;
	height: 76px;
	transition: opacity 0.2s ease-out;
	margin: 0 auto;
}

.btn1 a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.blockWrap2 {
		display: block;
		margin-bottom: 30px;
	}

	.blockWrap2 > .block5 {
		width: 200px;
		margin: 0 auto 55px;
		position: relative;
	}

	.blockWrap2 > .block5::after {
		content: '';
		display: block;
		width: 24px;
		height: 45px;
		background: url(../../images/sustainability/arrow_02.png) no-repeat center bottom;
		background-size: cover;
		position: absolute;
		left: 50%;
		margin-left: -12px;
		bottom: -52px;
	}

	.blockWrap2 > .block5:last-child {
		margin-bottom: 0;
		width: 260px;
	}

	.blockWrap2 > .block5:last-child::after {
		display: none;
	}

	.text03 {
		font-size: 16px;
	}

	.block5Txt1 {
		border-width: 1px;
		padding: 20px 14px;
	}

	.block5Txt1 > dt {
		font-size: 13px;
	}

	.btn1 {
		font-size: 14px;
	}
	
	.btn1 a {
		border-width: 3px;
		border-radius: 3px;
		width: 100%;
		max-width: 300px;
		height: 38px;
	}
}

.section2 {
	background-color: #e8f7d9;
	padding: 80px 0 110px;
	margin: 0 0 80px;
}

.section2:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.section2 {
		padding: 40px 0;
		margin-bottom: 60px;
	}
}

.block6 {
	margin: 0 auto 100px;
	width: 91%;
}

.block6Img1 {
	line-height: 1;
	margin: 0 auto 0 0;
	width: 56.776557%;
}

.block6Txt1 {
	margin: 24px auto 24px 0;
	background: url(../../images/sustainability/arrow_03.png) no-repeat center center;
	background-size: auto 100%;
	position: relative;
	width: 56.776557%;
	height: 129px;
}

.block6Txt1 > span {
	display: block;
	width: 394px;
	height: 36px;
	background: url(../../images/sustainability/text_02.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: 50%;
	left: 64%;
	margin-top: -18px;
}

@media screen and (max-width: 767px) {
	.block6 {
		margin-bottom: 40px;
		width: 100%;
	}

	.block6Img1 {
		margin: 0 auto;
		width: 92.537312%;
		max-width: 620px;
	}

	.block6Txt1 {
		margin: 10px auto 25px;
		width: 100%;
		height: 64px;
	}

	.block6Txt1 > span {
		width: 197px;
		height: 17px;
		top: 10px;
		left: 50%;
		margin: 0 0 0 -99px;
	}
}

.block6List1 > li,
.block6List2 > li {
	margin: 0 auto 50px 0;
}

.block6List2,
.block6List1 > li {
	width: 56.776557%;
}

.block6List1 > li:last-child,
.block6List2 > li:last-child {
	margin-bottom: 0;
}

.block6Data1 {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block6Data1 > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	width: 50%;
	background-color: #5ebb05;
	margin: 0;
	padding: 14px;
}

.block6Data1 > dd {
	margin: 0;
	width: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	padding: 14px;
	color: #646464;
}

.block6Data1 > dd > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block6Data1 > dd > span > span:first-child {
	-ms-flex-negative: 0;
  flex-shrink: 0;
}

.bulletList2 > li {
		background: url(../../images/sustainability/icon_check_green.png) no-repeat 0 0;
		background-size: 1.428571em auto;
		padding: 0 0 0 2em;
		min-height: 1.428571em;
		margin: 0 0 0.5em;
		color: #646464;
}

.bulletList2 > li:last-child {
	margin-bottom: 0;
}

.block6List1 > li.block6List2Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	background: url(../../images/sustainability/bracket1__pc.png) no-repeat 59.776557% center;
	background-size: 6.227106% calc(100% - 28px);
}

.block6Data2 {
	width: 37.545788%;
	background-color: #fff;
	border: 2px solid #5ebb05;
	border-radius: 6px;
	padding: 20px;
	margin: 0;
}

.block6Data2 > dt {
	color: #5ebb05;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0.75em;
}

.block6Data2 > dd {
	margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
	.block6List1 > li,
	.block6List2 > li {
		margin: 0 0 20px;
	}

	.block6List1 > li {
		width: 100%;
	}

	.block6List2 {
		width: 50%;
	}

	.block6Data1 {
		display: block;
	}

	.block6Data1 > dt {
		display: block;
		font-size: 13px;
		width: 100%;
		padding: 10px;
	}
	
	.block6Data1 > dd {
		width: 100%;
		display: block;
		padding: 10px;
		font-size: 12px;
	}

	.block6List1 > li.block6List2Wrap {
		background-image: url(../../images/sustainability/bracket1__sp.png);
		background-position: 54% center;
		background-size: 9.701492% calc(100% - 20px);
	}

	.block6Data2 {
		width: 41.791045%;
		border-width: 1px;
		border-radius: 3px;
		padding: 10px;
	}

	.block6Data2 > dt {
		text-align: center;
		font-size: 12px;
	}

	.block6Data2 > dd {
		font-size: 13px;
		margin-left: 0;
	}

	.bulletList2 > li {
		background-position: 0 0.4em;
		background-size: 0.846154em auto;
		padding-left: 1.2em;
		min-height: 0.846154em;
	}
}

.block7 {
	background-color: #fff;
	border-radius: 20px;
	border: 4px dotted #568bd4;
	padding: 38px 14px;
	margin: 0 auto 80px;
}

.block7Ttl {
	width: 640px;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block7Ttl > img {
	width: 38.125%;
	display: block;
	margin: 0;
}

.block7Ttl > div {
	width: 57.8125%;
}

.block7Ttl > div p:not(.block7TtlSub) {
	font-size: 18px;
	font-weight: bold;
	color: #646464;
}

.block7Ttl > div p:not(.block7TtlSub) strong {
	color: #5ebb05;
	font-size: 22px;
}

.block7Ttl > div .block7TtlSub {
	text-align: center;
	color: #fff;
	background-color: #5ebb05;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: bold;
}

.block8Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	margin: 0 auto 28px;
	width: 640px;
}

.block8 {
	background-color: #fff;
	margin: 0;
	text-align: center;
	border: 2px solid #568bd4;
	width: 310px;
}

.block8 > dt {
	background-color: #568bd4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
	margin: 0;
}

.block8 > dd {
	margin: 0;
	padding: 20px 10px;
	color: #646464;
}

.text04 {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #646464;
}

.text04 strong {
	font-size: 24px;
	color: #5ebb05;
}

@media screen and (max-width: 767px) {
	.block7 {
		border-radius: 10px;
		border-width: 2px;
		padding: 20px 10px;
		margin-bottom: 30px;
	}

	.block7Ttl {
		width: 100%;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	
	.block7Ttl > img {
		width: 157px;
		margin: 0 auto 14px;
	}
	
	.block7Ttl > div {
		width: auto;
	}
	
	.block7Ttl > div p:not(.block7TtlSub) {
		font-size: 16px;
	}
	
	.block7Ttl > div p:not(.block7TtlSub) strong {
		font-size: 24px;
	}

	.block7Ttl > div .block7TtlSub {
		font-size: 20px;
	}

	.block8Wrap {
		display: block;
		margin-bottom: 28px;
		width: 242px;
	}
	
	.block8 {
		height: auto;
		margin-bottom: 15px;
		border-width: 1px;
		width: 100%;
	}

	.block8:last-child {
		margin-bottom: 0;
	}
	
	.block8 > dt {
		font-size: 13px;
		padding: 7px 10px;
	}
	
	.block8 > dd {
		padding: 10px;
		font-size: 12px;
	}

	.text04 {
		font-size: 16px;
	}
}

.block9Wrap {
	border: 2px dotted #afafaf;
	border-radius: 4px;
	position: relative;
	padding: 35px 30px 35px 100px;
	margin: 140px auto 40px;
	width: 95%;
	max-width: 780px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block9Ttl {
	position: absolute;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	color: #fff;
	background-color: #b1b1b1;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	font-size: 20px;
	font-weight: bold;
	top: -20px;
	left: -34px;
}

.block9 {
	margin: 0;
	width: calc(50% - 15px);
	background-color: #f0f0f0;
}

.block9 > dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #b1b1b1;
	padding: 10px;
	margin: 0;
	color: #fff;
}

.block9 > dd {
	color: #646464;
	margin: 0;
	padding: 24px;
}

.block9 > dd li {
	text-indent: -1em;
	padding-left: 1em;
}

.text05 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	height: 129px;
	background: url(../../images/sustainability/arrow_03.png) no-repeat center center;
	background-size: auto 100%;
	margin: 0 auto 80px;
	padding: 26px 0 0;
}

.text05 > span {
	display: block;
	margin: 0 auto;
	width: 264px;
	height: 36px;
	background: url(../../images/sustainability/text_03.png) no-repeat center center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.block10Wrap {
	background-color: #fff;
	border-radius: 20px;
	border: 4px dotted #568bd4;
	padding: 80px 14px 38px;
	margin: 0 auto;
	position: relative;
}

.block10Ttl {
	position: absolute;
	margin: 0 0 0 -55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	color: #fff;
	background-color: #568bd4;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	font-size: 20px;
	font-weight: bold;
	top: -55px;
	left: 50%;
}

.block10Inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	margin: 0 auto 32px;
}

.block10 {
	background-color: #fff;
	margin: 0 40px;
	border: 2px solid #568bd4;
	width: calc(50% - 80px);
	max-width: 364px;
}

.block10 > dt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #568bd4;
	padding: 10px;
	margin: 0;
	color: #fff;
}

.block10 > dd {
	color: #646464;
	font-size: 18px;
	margin: 0;
	padding: 24px 30px;
	text-align: center;
}

.block10 > dd ul {
	display: inline-block;
	text-align: left;
}

.block10 > dd li {
	text-indent: -1em;
	padding-left: 1em;
}

.block10 > dd small {
	font-size: 14px;
}

.block10 > dd a {
	color: inherit;
}

.text06 {
	margin: 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #5ebb05;
}

@media screen and (max-width: 767px) {
	.block9Wrap,
	.block10Wrap {
		border-width: 1px;
		padding: 64px 10px 20px;
		margin: 60px auto 20px;
		width: 100%;
		display: block;
	}
	
	.block9Ttl,
	.block10Ttl {
		width: 88px;
		height: 88px;
		font-size: 16px;
		top: -44px;
		left: 50%;
		margin-left: -44px;
	}
	
	.block9 {
		margin: 0 auto 15px;
		width: 242px;
	}
	
	.block9 > dt {
		font-size: 13px;
		padding: 7px 10px;
	}
	
	.block9 > dd {
		font-size: 12px;
		padding: 20px 10px;
	}

	.text05 {
		height: 65px;
		margin-bottom: 40px;
		padding-top: 13px;
	}
	
	.text05 > span {
		width: 132px;
		height: 18px;
	}

	.block10Inner {
		display: block;
		margin-bottom: 20px;
		width: 242px;
	}
	
	.block10 {
		margin: 0 auto 15px;
		border-width: 1px;
		width: 100%;
	}
	
	.block10 > dt {
		font-size: 13px;
		padding: 7px 10px;
	}
	
	.block10 > dd {
		font-size: 12px;
		padding: 10px;
	}
	
	.block10 > dd small {
		font-size: 10px;
	}

	.text06 {
		font-size: 24px;
	}
}

.text07 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 389px;
	height: 28px;
	background: url(../../images/sustainability/text_04.png) no-repeat center center;
	background-size: contain;
	margin: 0 auto 64px;
}

@media screen and (max-width: 767px) {
	.text07 {
		width: 317px;
		height: 23px;
		max-width: 100%;
		margin-bottom: 30px;
	}
}

/* 211006 */
[id^="sec"] {
	margin-top: -95px;
	padding-top: 95px;
}
@media (max-width: 1100px) {
	[id^="sec"] {
		margin-top: -130px;
		padding-top: 130px;
	}
}
@media (max-width: 767px) {
	[id^="sec"] {
		margin-top: -70px;
		padding-top: 70px;
	}
}