@charset "utf-8";
/* ===========================================================

	Title: esg.css
	Created: 2020-8-20

=========================================================== */
/*

	esg


=========================================================== */

.message {
	display: flex;
	justify-content: space-between;
}

.message__text {
	width: 580px;
	margin: 0 0 3em;
	line-height: 2;
}

.message__signature {
	width: 300px;
	margin: 0 0 3em;
	text-align: center;
}

.message__signature img {
	margin-bottom: 10px;
}

.message__signature figcaption {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.message__signature figcaption em {
	color: #111;
	font-size: 2.2rem;
	font-weight: normal;
	font-family: "游明朝", "YuMincho", serif;
}

.is-en .message__signature figcaption em {
	display: block;
}

@media screen and (max-width: 1024px) {
	.message {
		display: block;
	}

	.message__text {
		width: 100%;
		float: none;
	}

	.message__signature {
		width: 250px;
		margin: auto;
		float: none;
	}
}

/* ===========================================================

	structure

=========================================================== */
.inter-guide {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2em;
}

.inter-guide_cell a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #009999;
	text-decoration: none;
	padding: 10px 5px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
}

.inter-guide_cell.env a {
	background-color: #009999;
}

.inter-guide_cell.social a {
	background-color: #0070c0;
}

.inter-guide_cell.gov a {
	background-color: #c0504d;
}

.inter-guide_cell.certifications a {
	background-color: #e48c44;
}

.contents-style h2.env {
	border-left: solid 5px #009999;
}

.contents-style h3.env {
	color: #009999;
	border-bottom: solid 1px #009999;
}

.contents-style h2.social {
	border-left: solid 5px #0070c0;
}

.contents-style h3.social {
	color: #0070c0;
	border-bottom: solid 1px #0070c0;
}

.contents-style h2.gov {
	border-left: solid 5px #c0504d;
}

.contents-style h3.gov {
	color: #c0504d;
	border-bottom: solid 1px #c0504d;
}

.contents-style h2.certifications {
	border-left: solid 5px #e48c44;
}

.contents-style h3.certifications {
	color: #e48c44;
	border-bottom: solid 1px #e48c44;
}

.esg_photo_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.esg_photo {
	margin-right: 30px;
	margin-bottom: 20px;
	width: 250px;
	text-align: center;
}

.esg_photo p {
	text-align: center;
}

.brand_concept {
	display: flex;
	flex-direction: row;
}

.brand_concept img {
	margin-right: 40px;
}

.esg_photo_container_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.esg_photo_2 {
	margin-right: 100px;
	margin-bottom: 20px;
	width: 250px;
	text-align: center;
}

.social_p {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 576px) {
	.inter-guide_cell {
		margin: 5px;
		width: 100px;
	}

	.esg_photo_container {
		flex-wrap: wrap;
		margin-right: 0;
	}

	.esg_photo {
		margin: 10px auto 0 auto;
	}

	.esg_1 {
		text-align: center;
	}

	.brand_concept {
		flex-direction: column;
	}

	.brand_concept img {
		margin-right: 0;
	}

	.esg_photo_container_2 {
		justify-content: center;
	}

	.esg_photo_2 {
		margin: 10px auto 0 auto;
		/* margin-right: 0; */
	}
}

.font-weight--bold {
	font-weight: bold;
}

/* ===========================================================

	materiality

=========================================================== */
.table-materiality {
	border: none;
}

.table-materiality thead th {
	color: #111;
	border: dashed 2px #ddd !important;
	background: #ffffff;
}

.table-materiality thead th.border-none {
	border: none !important;
}

.table-materiality__01 {
	width: 10%;
}

.table-materiality__02 {
	width: 25%;
}

.table-materiality__03 {
	width: 35%;
}

.table-materiality__04 {
	width: 25%;
}

.table-materiality__env {
	border: 2px solid #009999;
}

.table-materiality__ini {
	text-align: center;
	font-weight: bold;
}

.table-materiality__ini span {
	display: flex;
	height: 50px;
	width: 50px;
	color: #fff;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	margin: auto auto 10px auto;
}

.table-materiality__env {
	border: 2px solid #009999;
}

.table-materiality__env-border-bottom {
	border-bottom: 2px solid #009999;
}

.table-materiality__env span {
	background: #009999;
}

.table-materiality__social {
	border: 2px solid #0070c0;
}

.table-materiality__social-border-bottom {
	border-bottom: 2px solid #0070c0;
}

.table-materiality__social span {
	background: #0070c0;
}

.table-materiality__gov {
	border: 2px solid #c0504d;
}

.table-materiality__gov-border-bottom {
	border-bottom: 2px solid #c0504d;
}

.table-materiality__gov span {
	background: #c0504d;
}

.table-materiality__sdgs {
	display: flex;
	flex-wrap: wrap;
}

.table-materiality__sdgs li {
	margin-right: 1em;
}

/* ===========================================================

	emission

=========================================================== */

.table-esg-emission {
	table-layout: fixed;
}

.table-esg-emission thead tr th:first-child {
	width: 300px;
}

.table-esg-emission  tbody tr td.emission-td-indent {
	text-indent: 1em;
}

@media screen and (max-width: 1024px) {
	.table-esg-emission {
		width: 920px;
	}
}