@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
	opacity: 0.7;
}

/* ========================================
  contents
======================================== */
.mainVisual {
	text-align: center;
}

.mainVisual img {
	max-width: 100%;
}



@media screen and (max-width: 768px) {
	.mainVisual {
		background-size: cover;
		background-image: url(../images/bg_mv_sp.webp?20241206);
	}

	.contents img {
		max-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.mainVisual {
		background: url(../images/bg_mv_pc.webp?20241206) no-repeat center / cover;
		/*padding: 80px 0 140px;
		margin: 0 0 50px;*/
		height: 604px;
		box-sizing: border-box;
	}
}




.leadArea {
	padding: 45px 10px 60px;
	background-color: #e0f3e1;
}

.leadTxt01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	box-sizing: border-box;
	font-size: 3.0rem;
	color: #333;
}




/**/
.contents {
	padding: 0;
	margin-bottom: 45px;
	font-size: 16px;
	background: url(/content/sp/sustainable/images/bg_leaves.png) #5fbe65;
	background-size: 106px 100px;
	line-height: 1.7;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.leadArea {
		padding: 30px 10px;
		line-height: 1.6;
	}

	.leadTxt01 {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}

	.contents {
		padding: 2px 0 0;
		line-height: 1.6;
	}

	.contents img {
		max-width: 100%;
	}
}

/*====================================================
ナビゲーション
途中からハンバーガーメニューに変化するのためのCSS 
======================================================*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn {
	/*はじめは非表示に*/
	display: none;
	/*ボタンの位置*/
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 999;
	/*ボタンの形状*/
	background: #cc9900;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

/*ボタンのアイコン設定*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 17px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 20px;
}

.openbtn span:nth-of-type(2) {
	top: 30px;
}

.openbtn span:nth-of-type(3) {
	top: 40px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
	top: 22px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 34px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	display: block;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*========= ナビのためのCSS ===============*/

/*==ナビの形状*/
#menu {
	height: 80px;
	text-align: center;
	padding: 0;


}

/*.doneクラスがついたナビ*/
#menu.dnone {
	opacity: 1;
	/*透過0にして非表示に*/
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#menu.dnone.panelactive {
	opacity: 1;
	/*不透明にして出現*/
	transition: all 0.6s;
}


/*==ナビゲーションの形状*/
nav {
	padding: 0;
	box-sizing: border-box;
}

.navTtl {
	border-left: 6px solid #000060;
	text-align: left;
	margin: 0 0 10px 2px;
	padding: 0 0 0 10px;
	color: #000060;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.2;

}


.anchor {
	width: 1166px;
	height: auto;
	margin: 0 auto;
}

.anchor01 {
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.anchor01 li {
	width: calc(96% / 5);
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	display: table;
}

.anchor01 li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	color: #fff;
	background: #cc9900;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	border-radius: 50px;
	padding: 20px 10px 20px 0;
}


.anchor01 li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

.menuAppear {
	display: none;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}



@media screen and (max-width: 768px) {
	#menu {
		height: 210px;

	}

	.anchor {
		width: 100%;
		height: auto;

	}

	.anchor01 {
		margin: 0 0 30px;
		flex-flow: wrap;
		justify-content: space-around;
	}

	.anchor01 li {
		width: calc(98% / 2);
		height: 62px;
		box-sizing: border-box;
		margin: 0 0 10px;
	}

	.anchor01 li a {
		padding: 8px 10px 8px 0;
		font-size: 1.6rem;
	}

	.anchor01 li:nth-child(2) a {
		font-size: 1.4rem;
	}

	.anchor01 li a::after {
		right: 10px;
	}

}



/*.dnoneクラスがついたテキストナビゲーションの形状（バーガーオープン）*/
#menu.dnone .anchor {
	/*固定位置にして最背面に*/
	position: fixed;
	top: 0;
	right: -120%;
	z-index: -1;
	/*高さと幅*/
	width: 500px;
	height: 100vh;
	/*はじめは透過0に*/
	opacity: 1;
	transition: all 0.6s;
	padding: 80px 30px 30px;
	text-align: center;
	background: #5fbe65;
}

#menu.dnone .anchor01,
#menu.dnone .anchor02 {
	flex-flow: column;
	border: none;

}

#menu.dnone .anchor01 li,
#menu.dnone .anchor02 li {
	height: auto;
	width: 100%;
}

#menu.dnone .anchor li a {
	background: none;
	height: auto;
	padding: 4px;
}


#menu.dnone .anchor01 li a {
	background: #5fbe65;

}


@media screen and (max-width: 768px) {
	#menu.dnone .anchor {
		width: 100%;

	}
}




/*メニューボタンをクリックした際に付与される
panelactiveクラスがついたナビゲーションの形状（バーガーオープン）*/
#menu.dnone.panelactive .anchor {
	opacity: 1;
	/*不透明に*/
	z-index: 3;
	/*最前面に*/
	right: 0;


}

#menu.dnone.panelactive .anchor ul {
	display: block;
	/*flexの横並びをblockにして縦並びに*/

}

#menu.dnone.panelactive .anchor li {
	background-color: transparent;
	border: none;
	width: 100%;
	display: inline-block;
	height: auto;
}


/*リストの形状*/

#menu.dnone.panelactive .anchor li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.3s;
	background-color: #5fbe65;
}

@media screen and (max-width: 768px) {
	#menu.dnone.panelactive .anchor li:nth-child(2) a {
		font-size: 1.6rem;
	}
}



/*バーガーオープン時
menuNoneクラスがついた<br>を非表示*/
.dnone .menuNone {
	display: none;
}

.dnone .menuAppear {
	display: inline;
}

/*バーガーオープン時
リンクボタンの三角形を非表示*/
.dnone .anchor01 li a::after {
	display: none;

}

/*　バーガーオープン時の区切り線

.dnone .anchor01{
border-bottom: 2px dotted #000060;
margin-bottom: 25px;
padding-bottom: 25px;
}*/


/* tour */


h2.recommend {
	color: #fff;
	font-weight: bold;
	font-size: 4.2rem;
	margin: 0 0 70px;
	text-align: center;
}


@media screen and (max-width: 768px) {
	h2.recommend {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}

}




.moreBtn {
	display: block;
	position: relative;
	margin: 80px auto 0;
	width: 668px;
}

.moreBtn a {
	display: block;
	padding: 20px 40px;
	background-color: #cc9900;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	border-radius: 70px;
	line-height: 1.4;
	text-align: center;
}

.moreBtn a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 18px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.moreBtn {
		display: inline-block;
		position: relative;
		margin: 20px auto 0;
		width: 340px;
	}

	.moreBtn a {
		display: block;
		padding: 10px 40px 10px 10px;
		font-size: 1.8rem;
	}

	.moreBtn a::after {
		border-width: 10px 0 10px 12px;
		right: 20px;
	}

}




/* contentWidth
---------------------------------------*/
.contentWidth {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 0;
	width: 1166px;
}

@media screen and (max-width: 768px) {
	.contentWidth {
		padding: 0 10px;
		width: 100%;

	}

}

.contents .tour {
	padding: 80px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents .tour {
		padding: 30px 0 50px;
	}
}






/* 商品 START*/

.recommend+.tour_box {
	background: url(/content/sp/sustainable/images/tour_base01_pc.webp)no-repeat;
	background-size: contain;
}

.recommend+.tour_box+.tour_box {
	background: url(/content/sp/sustainable/images/tour_base02_pc.webp)no-repeat;
	background-size: contain;
}

.recommend+.tour_box+.tour_box+.tour_box {
	background: url(/content/sp/sustainable/images/tour_base03_pc.webp)no-repeat;
	background-size: contain;
}

.recommend+.tour_box+.tour_box+.tour_box+.tour_box {
	background: url(/content/sp/sustainable/images/tour_base01_pc.webp)no-repeat;
	background-size: contain;
}

.recommend+.tour_box+.tour_box+.tour_box+.tour_box+.tour_box {
	background: url(/content/sp/sustainable/images/tour_base02_pc.webp)no-repeat;
	background-size: contain;
}



.tour_box {}

.tour_box a {
	padding: 0 68px 0 80px;
	margin: 0 auto 30px;
	width: 1166px;
	height: 565px;
	text-align: left;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
	align-items: center;

}

.tour_box figcaption {
	margin: 6px 0 16px;
	text-align: left;
	font-size: 14px;
}

.tour_box .eyeCatching {
	width: 400px;
	text-align: center;
}

.tour_box .eyeCatching img {
	width: 100%;
}

.tour_box .point {
	border: dotted 2px #4ec4d3;
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
}

.tour_box .point p {
	text-align: center;
	color: #4ec4d3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
}

.tour_box .point p::before {
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: -3.6em;
}

.tour_box .point p::after {
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: -1.6em;
}

.tour_box .pointList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	text-align: left;
}

.tour_box .pointList li:last-child {
	margin-bottom: 0;
}

.tour_box .detail {
	width: 600px;
}

.tour_box .tag1 {
	font-size: 12px;
}

.tour_box .tag2 {
	font-size: 12px;
}

.tour_box .tag3 {
	line-height: 1.4;
}

.tour_box .course {
	border: 1px solid #c9c9c9;
	background: #fffbfa;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .day {
	border: 1px solid #93812f;
	color: #93812f;
	background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .room {
	border: 1px solid #001c58;
	color: #fff;
	background: #001c58;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .food {
	border: 1px solid #001c58;
	color: #001c58;
	background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .subTtl {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
	width: 500px;
}

.tour_box .tourTtl {
	font-size: 24px;
	border-bottom: 1px solid #b09f62;
	padding-bottom: 14px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.tour_box .conductor {
	background: #660066;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .participants {
	background: #000060;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .children {
	background: #0087cb;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .departure {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .station {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .fee {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .fee span {
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}

.tour_box .departure::before,
.tour_box .station::before {
	display: block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-color: #93812f;
	position: absolute;
	top: 5px;
	left: -1.2em;
}

.tour_box .fee::before {
	display: block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-color: #93812f;
	position: absolute;
	top: 9px;
	left: -1.2em;
}

.tour_box .detailBtn {
	width: 360px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.recommend+.tour_box {
		padding: 30px 0;
		background: #fff;
		background-size: contain;
		border-radius: 40px;
	}

	.recommend+.tour_box+.tour_box {
		padding: 30px 0;
		background: #fff;
		background-size: contain;
		border-radius: 40px;
	}

	.recommend+.tour_box+.tour_box+.tour_box {
		padding: 30px 0;
		background: #fff;
		background-size: contain;
		border-radius: 40px;
	}

	.recommend+.tour_box+.tour_box+.tour_box+.tour_box {
		padding: 30px 0;
		background: #fff;
		background-size: contain;
		border-radius: 40px;
		: contain;
	}

	.recommend+.tour_box+.tour_box+.tour_box+.tour_box+.tour_box {
		padding: 30px 0;
		background: #fff;
		background-size: contain;
		border-radius: 40px;
	}

	.tour_box {
		margin-bottom: 30px;


	}

	.tour_box a {
		border-radius: 5px;
		padding: 0 15px;
		margin: 0 auto;
		height: auto;
		flex-flow: column;
		align-items: normal;
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	.tour_box .eyeCatching {
		width: 100%;
		text-align: center;
	}

	.tour_box .detail {
		width: 100%;
	}

	.tour_box .subTtl {
		font-size: 14px;
		margin-bottom: 10px;
		width: 100%;
	}

	.tour_box .tourTtl {
		font-size: 18px;
		border-bottom: 1px solid #b09f62;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}

	.tour_box .detailBtn {
		text-align: center;
		width: 100%;
		max-width: 400px;
	}

	.tour_box .detailBtn img {
		width: 90%;
		margin: 0 auto;

	}
}

/* 商品 END*/





/* about */


.aboutWrapper {
	margin: 0 auto;
	padding: 17vw 0 0;
	background:
		url(/content/sp/sustainable/images/bg_curve01.webp) no-repeat top center;
	background-size: contain;


}

.aboutWrapper .container {
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	padding: 0;

}

.aboutWrapper .container .contentWidth {
	position: relative;
}

.aboutWrapper h2 {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	color: #16ad47;
	font-weight: bold;
	font-size: 4.2rem;
	margin: 0 auto;
	text-align: center;
}

.leadTxt02 {
	color: #cc9900;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 50px;
}

.logo_sus {
	width: 540px;
	margin: 0 auto 40px;
}

h3.freau {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 40px;
	padding: 20px;
	width: 520px;
	height: 92px;
	background: url(/content/sp/sustainable/images/heading01.webp) no-repeat center center;
	background-size: contain;
}

h3.kyoudo {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	margin: 40px auto 40px;
	padding: 30px 0 10px;
	width: 520px;
	height: 92px;
	background: url(/content/sp/sustainable/images/heading02.webp) no-repeat center center;
	background-size: contain;
}

.aboutDetail {
	padding: 0 0 80px;
}

.aboutDetailTxt {
	text-align: center;
	font-size: 2.4rem;
}

.freauList {
	margin: 40px auto 0;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
}

.freauList li {
	width: calc(100%/3);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	/*color: #16ad47;
	background: #e0f3e1;*/
	background: #f7edcd;
	color: #cc9900;
	border-radius: 50px;
	padding: 10px 40px;
	border-collapse: separate;
}

@media screen and (max-width: 768px) {
	.aboutWrapper {}

	.aboutWrapper .container {}

	.aboutWrapper h2 {
		top: 0;
		font-size: 2.4rem;
		margin: 0 0 20px;
	}

	.leadTxt02 {
		padding-top: 100px;
		margin: 0 0 20px;
		font-size: 1.8rem;
	}

	.logo_sus {
		width: 300px;
		margin: 0 auto 30px;
	}

	h3.freau {
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		margin: 0 auto 20px;
		padding: 15px;
		width: 300px;
		height: 60px;
		background: url(/content/sp/sustainable/images/heading01.webp) no-repeat center center;
		background-size: contain;
	}

	h3.kyoudo {
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		margin: 0 auto 20px;
		padding: 20px 0 10px;
		width: 300px;
		height: 60px;
		background: url(/content/sp/sustainable/images/heading02.webp) no-repeat center center;
		background-size: contain;
	}

	.aboutDetailTxt {
		font-size: 1.6rem;
		text-align: left;
	}

	.aboutDetail {
		padding: 0 0 40px;
	}

	.freauList {
		margin: 20px auto 0;
		display: block;
	}

	.freauList li {
		width: 300px;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		border-radius: 50px;
		padding: 10px 20px;
		margin: 0 auto 10px;

	}

	.freauList li:nth-child(3) {
		padding: 25px 20px;

	}

}


.carousel {
	margin: 40px auto 20px;
}

.swiper .swiper-slide img {
	border-radius: 30px;
}

.notice {
	margin-top: 6px;
	text-align: right;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.carousel {
		margin: 20px auto 20px;
	}

	.swiper .swiper-slide img {
		border-radius: 15px;
	}

}




/* reviews */

.reviewsWrapper {
	padding-top: 10.7vw;
	margin: -3px auto 100px;
	background: url(/content/sp/sustainable/images/bg_curve02.webp) no-repeat top center;
	background-size: contain;


}

h2.reviews {
	color: #fff;
	font-weight: bold;
	font-size: 4.2rem;
	margin: 30px 0 70px;
	text-align: center;
}

.reviewsDetail {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: left;
}

.reviewsDetail li:first-child {
	width: 560px;
	height: 529px;
	background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat;
	background-size: contain;
	padding: 60px 70px;
	margin-bottom: 30px;
}

.reviewsDetail li:nth-child(2) {
	width: 560px;
	height: 529px;
	background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat;
	background-size: contain;
	padding: 60px 70px;
	margin-bottom: 30px;
}

.reviewsDetail li:nth-child(3) {
	width: 560px;
	height: 529px;
	background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat;
	background-size: contain;
	padding: 60px 70px;
}

.reviewsDetail li:nth-child(4) {
	width: 560px;
	height: 529px;
	background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat;
	background-size: contain;
	padding: 60px 70px;
}

.participated {
	display: inline-block;
	background: #19ae4a;
	border-radius: 50px;
	color: #fff;
	font-size: 2.4rem;
	padding: 4px 20px;
	margin-bottom: 20px;
}

.participatedTtl {
	color: #cc9900;
	font-size: 3.0rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.reviewsCustomer {
	display: flex;
	flex-flow: row nowrap;
}

.reviewsCustomer img {
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	border-radius: 100px;
}

.reviewsCustomer p {
	display: inline-block;
	font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
	.reviewsWrapper {
		margin: -3px 0 0;

	}

	h2.reviews {
		color: #fff;
		font-weight: bold;
		font-size: 2.4rem;
		margin: 20px 0 30px;
		text-align: center;
	}

	.reviewsDetail {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		text-align: left;
	}

	.reviewsDetail li:first-child {
		width: 500px;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat center center;
		background-size: contain;
		padding: 13vw 8vw;
		margin: 0 auto 30px;
	}

	.reviewsDetail li:nth-child(2) {
		width: 500px;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat center center;
		background-size: contain;
		padding: 13vw 8vw;
		margin: 0 auto 30px;
	}

	.reviewsDetail li:nth-child(3) {
		width: 500px;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat center center;
		background-size: contain;
		padding: 13vw 8vw;
		margin: 0 auto 30px;
	}

	.reviewsDetail li:nth-child(4) {
		width: 500px;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat center center;
		background-size: contain;
		padding: 13vw 8vw;
		margin: 0 auto 30px;
	}

	.participated {
		display: inline-block;
		background: #19ae4a;
		border-radius: 50px;
		color: #fff;
		font-size: 1.4rem;
		padding: 4px 20px;
		margin-bottom: 10px;
	}

	.participatedTtl {
		color: #cc9900;
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.reviewsCustomer {
		display: flex;
		flex-flow: row nowrap;
	}

	.reviewsCustomer img {
		display: inline-block;
		width: 80px;
		height: 104px;
		margin-right: 10px;
		border-radius: 100px;
	}

	.reviewsCustomer p {
		display: inline-block;
		font-size: 1.6rem;
	}
}


@media screen and (max-width: 430px) {
	.reviewsDetail li:first-child {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat center center;
		background-size: contain;
		padding: 56px 50px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(2) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat center center;
		background-size: contain;
		padding: 40px 68px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(3) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat center center;
		background-size: contain;
		padding: 50px 50px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(4) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat center center;
		background-size: contain;
		padding: 76px 42px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 414px) {
	.reviewsDetail li:first-child {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat center center;
		background-size: contain;
		padding: 45px 56px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(2) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat center center;
		background-size: contain;
		padding: 58px 56px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(3) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat center center;
		background-size: contain;
		padding: 45px 56px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(4) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat center center;
		background-size: contain;
		padding: 45px 56px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 390px) {
	.reviewsDetail li:first-child {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat center center;
		background-size: contain;
		padding: 50px 36px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(2) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat center center;
		background-size: contain;
		padding: 50px 42px;
		margin-bottom: 30px;
	}

	.reviewsDetail li:nth-child(3) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat center center;
		background-size: contain;
		padding: 42px 44px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(4) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat center center;
		background-size: contain;
		padding: 50px 36px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 375px) {
	.reviewsDetail li:first-child {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base01.webp) no-repeat center center;
		background-size: contain;
		padding: 36px 42px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(2) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base02.webp) no-repeat center center;
		background-size: contain;
		padding: 40px 38px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(3) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base03.webp) no-repeat center center;
		background-size: contain;
		padding: 36px 42px;
		margin-bottom: 20px;
	}

	.reviewsDetail li:nth-child(4) {
		width: 100%;
		height: auto;
		background: url(/content/sp/sustainable/images/reviews_base04.webp) no-repeat center center;
		background-size: contain;
		padding: 50px 42px;
		margin-bottom: 40px;
	}
}




/* initiative */

.initiativeWrapper {
	margin: 0 auto;
	padding: 15.5vw 0 13.5vw;
	background:
		url(/content/sp/sustainable/images/bg_curve03.webp) no-repeat top center,
		url(/content/sp/sustainable/images/bg_curve04.webp) no-repeat bottom center;
	background-size: contain;


}

.initiativeWrapper .container {
	margin: 0 auto;
	background: #fff;
	padding: 0;


}

.initiativeWrapper .container .contentWidth {
	position: relative;
	max-width: 1166px;
}

.initiativeWrapper h2 {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	color: #16ad47;
	font-weight: bold;
	font-size: 4.2rem;
	margin: 0 auto;
	text-align: center;
}

.initiativeList {
	padding-top: 80px;
	text-align: left;
}

.initiativeList li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.initiativeList li:nth-child(2) {
	margin-bottom: 0;
}

.initiativeList li div {
	width: 300px;
}

.initiativeList li:first-child img {
	border: 2px solid #ddd;
}

.initiativeList dl {
	width: 800px;

}

.initiativeList dt {
	background: #f7edcd;
	color: #cc9900;
	font-weight: bold;
	font-size: 3.2rem;
	border-radius: 50px;
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 10px;
}

.initiativeList dd {
	font-size: 2.4rem;


}

.initiativeList dd a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.initiativeWrapper {
		margin-bottom: 40px;

	}

	.initiativeWrapper .container {}

	.initiativeWrapper h2 {
		font-size: 2.4rem;
		top: 0;
	}

	.initiativeList {
		padding-top: 130px;
		text-align: center;

	}

	.initiativeList dt {
		font-size: 2.0rem;
		margin: 0 auto 20px;
	}

	.initiativeList dd {
		font-size: 1.6rem;
		text-align: left;
	}

	.initiativeList li,
	.initiativeList li:nth-child(2) {
		flex-flow: column;
	}

	.initiativeList dl {
		width: 100%;
		margin-bottom: 20px;
	}

	.initiativeList li div {
		margin: 0 auto;
		width: 240px;
	}
}







/* links */


.linksWrapper {
	margin: 80px auto 0;
	padding: 12vw 0 0;
	background:
		url(/content/sp/sustainable/images/bg_curve05.webp) no-repeat top center;
	background-size: contain;

}

.linksWrapper .container {
	margin: 0 auto;
	background: #e0f3e1;
	border-radius: 5px 5px 0 0;
	padding: 0;
}

.linksWrapper .container .contentWidth {
	position: relative;
}

.linksWrapper h2 {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	color: #16ad47;
	font-weight: bold;
	font-size: 4.2rem;
	margin: 0 auto;
	text-align: center;
}

.linksList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 60px 0 100px;
}

.linksList li {
	width: calc(98%/2);
	background: #fff;
	padding: 20px 10px;
	border-radius: 30px;
}

.linksList li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	color: #333;
}

.linksList li p,
.linksList li div {
	width: calc(100%/2);
	text-align: center;
}

.linksList div {
	border-left: 1px dotted #cc9900;
}

@media screen and (max-width: 768px) {
	.linksWrapper {

		margin: 60px auto 0;
	}

	.linksWrapper h2 {
		font-size: 2.4rem;
		top: 0;
	}

	.linksList {
		flex-flow: column;
		margin-bottom: 60px;
		padding: 60px 0;
	}

	.linksList li {
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.linksList li a {
		font-size: 1.2rem;
	}
}