
.sustainaMainTtl {
	background: url(/sustainability/images/sustainability_mv_img01.jpg) no-repeat center center;
	background-size: cover;
}

.md-secCtsArea {
	margin-top: 68px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.md-secCtsArea {
		margin-top: 40px;
	}
	.md-secCtsArea.sustainaSecCtsArea,
	.md-secCtsArea.socialSecCtsArea {
		margin-top: 84px;
	}
}



.leadWrap .ttl {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.03em;
}
.leadWrap .leadCol {
	text-align: center;
	max-width: 970px;
	margin: 30px auto 0;
}
.leadWrap .leadCol .txt {
	font-size: 1.6rem;
	line-height: 1.75;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.leadWrap .ttl {
		font-size: 2.2rem;
		letter-spacing: 0.04em;
		line-height: 1.4;
	}
	.leadWrap .leadCol {
		max-width: 100%;
		text-align: left;
	}
}






.tableWrap {
	margin-top: 44px;
	box-sizing: border-box;
	padding: 30px 34px;
	background: #fff1f4;
}
.tableWrap table {
	width: 100%;
	margin: 0 -3px;
}
.tableWrap th {
	box-sizing: border-box;
	padding: 6px 10px;
	border: 3px solid #fff1f4;
	vertical-align: middle;
}
.tableWrap th.hasArw {
	position: relative;
}
.tableWrap th.hasArw .arw {
	width: 28px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -26px;
	z-index: 2;
}
.tableWrap th.hasArw .arw span {
	display: inline-block;
	width: 100%;
	padding-top: 160%;
	background: #87224c;
	font-size: 0;
	position: relative;
}
.tableWrap th.hasArw .arw span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 26px;
	border-color: transparent transparent transparent #fff1f4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.tableWrap th.hasArw .arw span::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 0 23px 22px;
	border-color: transparent transparent transparent #87224c;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.tableWrap td {
	box-sizing: border-box;
	padding: 26px 10px;
	border: 3px solid #fff1f4;
	vertical-align: middle;
}
.tableWrap td:first-child {
	padding: 26px 20px;
}
.tableWrap th:first-child,
.tableWrap td:first-child {
	width: 344px;
}
.tableWrap th:nth-child(2),
.tableWrap td.cell02 {
	width: 86px;
}
.tableWrap th:nth-child(3),
.tableWrap td:nth-child(3) {
	width: 370px;
}
.tableWrap th:nth-child(4),
.tableWrap td:nth-child(4) {
	width: 316px;
}
.tableWrap th {
	text-align: center;
}
.tableWrap th {
	height: 48px;
	background: #87224c;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	vertical-align: middle;
}
.tableWrap td:first-child {
	background: #b93868;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}
.tableWrap td:not(:first-child) {
	background: #fff;
}
.tableWrap .cell02 {
	text-align: center;
	color: #862a4f;
	font-size: 1.6rem;
	font-weight: bold;
}
.tableWrap .txtCell {
	font-size: 1.6rem;
	line-height: 1.6;
}
.tableWrap td .name {
	font-weight: bold;
}
.tableWrap td p + ul {
	margin-top: 8px;
}
.tableWrap td ul + p {
	margin-top: 16px;
}
.tableWrap td li:nth-child(n+3) {
	margin-top: 8px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.tableWrap {
		margin-top: 40px;
	}
	.tableWrap .js-scrInr {
		width: 1200px;
	}
}





.sustainaNav {
	margin-top: 130px;
}
.sustainaNav .itemWrap {
	display: flex;
	margin: 0 -15px;
}
.sustainaNav .itemWrap .item {
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0 15px;
}
.sustainaNav .itemWrap .item .itemInr {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s linear;
}
.sustainaNav .itemWrap .item .itemInr:hover {
	opacity: 0.7;
}
.sustainaNav .itemWrap .item .img img {
	width: 100%;
	height: auto;
}
.sustainaNav .itemWrap .item .itemInr:hover img {
	opacity: 1;
}
.sustainaNav .itemWrap .item .txtCol {
	margin-top: 16px;
}
.sustainaNav .itemWrap .item .txtCol .ttl {
	color: #87284f;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.sustainaNav .itemWrap .item .txtCol .ttl::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 8px;
	margin-right: 6px;
	margin-bottom: 3px;
	background: url(/common/images/icn_link_arw_rd.png)no-repeat center center;
	background-size: cover;
}
.sustainaNav .itemWrap .item .txtCol .txt {
	margin-top: 6px;
	font-size: 1.6rem;
	line-height: 1.8;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.sustainaNav .itemWrap {
		display: block;
		margin: 0;
	}
	.sustainaNav .itemWrap .item {
		width: 100%;
		margin-top: 32px;
		padding: 0;
	}
	.sustainaNav .itemWrap .item .txtCol {
		margin-top: 16px;
	}
}







.sustainaAncArea {
	margin-top: 50px;
	box-sizing: border-box;
	padding-top: 79px;
	border-top: 1px solid #eee;
}
.sustainaAncArea .areaCts .areaTtl .en {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.8;
}
.sustainaAncArea .areaCts .areaTtl .jp {
	margin-top: 6px;
	font-size: 2.2rem;
	line-height: 1.5;
}
.sustainaAncArea .areaCts .areaTtl .jp .ancTtlLink {
	text-decoration: none;
	color: #8a1c4c;
}
.sustainaAncArea .areaCts .areaTtl .jp .ancTtlLink::before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(/common/images/icn_link_arw_rd.png)no-repeat center center;
	background-size: cover;
	margin-right: 10px;
	margin-bottom: 3px;
	transition: opacity 0.3s ease-out;
}
.sustainaAncArea .areaCts .areaTtl .jp .ancTtlLink:hover {
	opacity: 0.7;
}
.sustainaAncArea .areaCts .itemListWrap {
	margin-top: 25px;
}
.sustainaAncArea .areaCts .itemListWrap .itemList {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 35px 35px 50px;
	background: #f8f8f8;
	border-radius: 5px;
}
.sustainaAncArea .areaCts .itemListWrap .itemList .item {
	width: 25%;
	margin-top: 15px;
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.sustainaAncArea .areaCts .itemListWrap .itemList .item .ancTxt {
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 15px;
	color: #333;
	position: relative;
}
.sustainaAncArea .areaCts .itemListWrap .itemList .item .ancTxt::before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(/common/images/icn_link_arw_bk.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 0;
}
.sustainaAncArea .areaCts .itemListWrap .itemList .item .ancTxt:hover {
	text-decoration: underline;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.sustainaAncArea {
		margin-top: 30px;
		padding-top: 50px;
	}
	.sustainaAncArea .areaCts .areaTtl .en {
		font-size: 1.2rem;
	}
	.sustainaAncArea .areaCts .areaTtl .jp {
		font-size: 2rem;
	}
	.sustainaAncArea .areaCts .itemListWrap {
		margin-top: 18px;
	}
	.sustainaAncArea .areaCts .itemListWrap .itemList {
		display: block;
		padding: 15px 24px 30px;
	}
	.sustainaAncArea .areaCts .itemListWrap .itemList .item {
		width: 100%;
		margin-top: 15px;
		padding-right: 0;
		font-size: 1.5rem;
	}
	.sustainaAncArea .areaCts .itemListWrap .itemList .item .ancTxt::before {
		content: " ";
		width: 5px;
		height: 8px;
		top: 7px;
	}
}