@charset "utf-8";
/* ****************************************************************************

目次

-------------------------------------------------------------------------------

  00. モジュール

******************************************************************************* */
/* ==

  00. モジュール

=============================================================================== */
/* 基本
------------------------------------------------------------------------------- */
p {
	line-height: 1.8125;
	margin: 0 0 20px;
	font-size: 134%;
	font-weight: 400;
}
p:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
/* リード
------------------------------------------------------------------------------- */
#main .susLead01 {
	padding: 60px 0 0;
	border-bottom: 1px solid #D7DBD9;
	color: #000;
}
#main .susLead01_txt {
	line-height: 1.8125;
	margin: 0 0 30px;
	font-size: 134%;
	font-weight: 400;
}
#main .susLead01_txt:last-child {
	margin-bottom: 0;
}
/* 見出し
------------------------------------------------------------------------------- */
#main .susHeading01 {
	line-height: 1.214;
	margin: 40px 0 20px;
	padding: 0;
	border: none;
	background: none;
	color: #32A86D;
	font-size: 234%;
	font-weight: 700;
}
#main .susHeading02 {
	line-height: 1.375;
	margin: 60px 0 40px;
	padding: 0;
	border: none;
	background: none;
	color: #000;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
/* レイアウト
------------------------------------------------------------------------------- */
#main .susBlock01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}
#main .susBlock01_info {
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
#main .susBlock01_info-w1 {
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
}
#main .susBlock01_info-w2 {
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}
#main .susBlock01_info-w3 {
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
}
#main .susBlock01_txt {
	line-height: 1.75;
	margin: 0 0 26px;
	font-size: 134%;
	font-weight: 400;
}
#main .susBlock01_img-w1 {
	width: 400px;
}
#main .susBlock01_img-w2 {
	width: 200px;
}
#main .susBlock01_img-w3 {
	width: 360px;
}
#main .susBlock02 {
	margin: 0 auto;	
}
#main .susBlock02_info {
	margin: 10px 0 0;
}
#main .susBlock02_note {
	line-height: 1.5;
	margin: 0;
	color: #666;
	font-size: 117%;
	font-weight: 400;	
}
#main .susBlock02_notes {
	line-height: 1.5;
	margin: 0;
	color: #666;
	font-size: 117%;
	font-weight: 400;
}
#main .susBlock02_notes li {
	margin: 6px 0 0 1.5em;
	text-indent: -1.5em;
}
#main .susBlock02_notes li:first-child {
	margin-top: 0;
}
/* リンク
------------------------------------------------------------------------------- */
#main .susLink01 {
	line-height: 1.5;
	margin: 30px 0 0;
	font-size: 134%;
	font-weight: 700;
}
#main .susLink01 a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
	text-decoration: underline;
}
.d_hover #main .susLink01 a:hover {
	text-decoration: none;
}
#main .susLink01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* セクション
------------------------------------------------------------------------------- */
#main .susContent {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}
#main .susSection {
	padding: 0 0 40px;
	border-bottom: 1px solid #D7DBD9;
	color: #000;
}
/* ボタン
------------------------------------------------------------------------------- */
#main .susBtn01 {
	line-height: 1.3;
	margin: 80px auto 0;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
}
#main .susBtn01 a {
	display: inline-block;
	position: relative;
	padding: 18px 150px 18px 28px;
	border-radius: 4px;
	border: 2px solid #32A86D;
	background-color: #fff;
	color: #000;
	text-align: left;
	text-decoration: none;
}
#main .susBtn01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	width: 17px;
	height: 8px;
	margin: -4px 0 0;
	background: url(../images/arw_ico03.svg) center center no-repeat;
	background-size: contain;
}
/* 関連情報
------------------------------------------------------------------------------- */
#main .susRelate01 {
	margin: 120px 0 0;
	padding: 80px 15px;
	background: #F0F7F5;
}
#main .susRelate01_in {
	max-width: 1240px;
	margin: 0 auto;
}
#main .susRelate01_head {
	margin: 0 0 40px;
	text-align: center;
}
#main .susRelate01_tit {
	position: relative;
	line-height: 1.375;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	font-size: 267%;
	font-weight: 700;
}
#main .susRelate01_lead {
	line-height: 1.625;
	margin: 20px 0 0;
	font-size: 134%;
	font-weight: 400;
}
#main .susRelate01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 100%;
}
#main .susRelate01_item {
	width: 19.355%;
	max-width: 240px;
	margin: 10px 0.80625% 0 0;
}
#main .susRelate01_item:nth-child(1),
#main .susRelate01_item:nth-child(2),
#main .susRelate01_item:nth-child(3),
#main .susRelate01_item:nth-child(4),
#main .susRelate01_item:nth-child(5) {
	margin-top: 0;
}
#main .susRelate01_item:nth-child(5n),
#main .susRelate01_item:last-child {
	margin-right: 0;
}
#main .susRelate01_wrap {
	display: block;
	height: 100%;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#main .susRelate01_img {
	display: block;
}
#main .susRelate01_info {
	padding: 20px;
	text-align: center;
}
#main .susRelate01_txt {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	line-height: 1.466;
	margin: 0;
	font-size: 125%;
	font-weight: 700;
}
#main .susRelate01_btn {
	display: inline-block;
	line-height: 40px;
	margin: 21px 0 0;
	padding: 0 25px;
	border-radius: 4px;
	background-color: #363839;
	color: #fff;
	font-size: 117%;
	font-weight: 700;
}
/* ビジュアル
------------------------------------------------------------------------------- */
#main .susVisual01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	margin: 0;
	background: url(../images/sustainable_bg01.jpg) center center no-repeat;
	background-size: cover;
}
#main .susVisual01_tit {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
	font-size: 42px;
	font-weight: 500;
}
/* 表組
------------------------------------------------------------------------------- */
#main .susData01 {
	width: 100%;
}
#main .susData01 th,
#main .susData01 td {
	border: 1px solid #C7C7C7;
}
#main .susData01 th {
	line-height: 1.5;
	padding: 10px;
	background-color: #959595;
	color: #fff;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
#main .susData01 td {
	line-height: 1.5;
	padding: 10px;
	background-color: #fff;
	color: #000;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
#main .susData01 .susData01_bg {
	background-color: #F4F4F4;
}
/* 注釈
------------------------------------------------------------------------------- */
#main .susNote01 {
	line-height: 1.5;
	margin: 10px 0 0 1.5em;;
	color: #666;
	font-size: 117%;
	font-weight: 400;
	text-indent: -1.5em;
}
/* コンバージョン
------------------------------------------------------------------------------- */
#main .zCv {
	margin: 0 0 50px;
	padding: 80px 0 70px;
	background: url(../images/cv_bg01.jpg) center center no-repeat;
	background-size: cover;
}
#main .zCv_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 920px;
	height: 190px;
	margin: 0 auto;
	padding: 0 50px 0 250px;
	border-radius: 8px;
	background-color: #32A86D;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
}
#main .zCv_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
	background: url(../images/cv_ico01.svg) center center no-repeat;
	background-size: 140px 114px;
	background-color: #26975A;
}
#main .zCv_in::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/arw_ico07.svg) center center no-repeat;
	background-size: contain;
}
#main .zCv_tit {
	line-height: 1.375;
	margin: 0 0 10px;
	font-size: 267%;
	font-weight: 700;
}
#main .zCv_tit::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(../images/blank_ico02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0.3em;
}
#main .zCv_txt1 {
	line-height: 1.625;
	margin: 0 0 18px;
	font-size: 134%;
	font-weight: 400;
}
#main .zCv_txt2 {
	line-height: 1.3;
	margin: 0;
	font-size: 167%;
	font-weight: 700;
}