@charset "utf-8";

/* ================ Style ================= */
/* 重点テーマとSDGs */
#company_ir_csr_sdgs #kv {
	background: url(../sdgs/img/main_sdgs_photo_bg.png) top center no-repeat;
}

#wrapper.page section .sdgs_box {
	position: relative;
	margin-bottom: 40px;
	padding: 30px 30px 60px;
	background: #fff;
}

#wrapper.page section #sdgs05 {
	margin-bottom: 100px;
}

#wrapper.page section .sdgs_box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-width: 0 100px 100px 0;
  border-style: solid;
  border-color: #000 #000 #fff #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#wrapper.page section #sdgs06.sdgs_box:before {
	content: none;
}

#wrapper.page section .sdgs_box img {
	width: 100%;
	height: auto;
}

#wrapper.page section .sdgs_box h3 {
	position: relative;
	margin-bottom: 30px;
}

#wrapper.page section .sdgs_box h3 .target {
	position: absolute;
	top: -5px;
	left: -5px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	background: #1d632d;
}

#wrapper.page section .sdgs_box .ttl_box {
	display: flex;
	margin-bottom: 30px;
}

#wrapper.page section .sdgs_box .ttl_box .ttl_sdgs {
	width: 100%;
}

#wrapper.page section .sdgs_box .ttl_box .ttl_sdgs span {
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #aaa16d;
	line-height: 1.5;
	border-top: 1px solid #aaa16d;
	border-bottom: 1px solid #aaa16d;
}

#wrapper.page section .sdgs_box .ttl_box .ttl_sdgs h4 {
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

#wrapper.page section .sdgs_box .ttl_box .icon_box {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

#wrapper.page section .sdgs_box .ttl_box .icon_box li {
	width: 100px;
	margin-left: 0.5%;
}

#wrapper.page section .sdgs_box .ttl_box .icon_box li:first-of-type {
	margin-left: 0;
}

#wrapper.page section .sdgs_box h5 {
	font-size: 18px;
	font-weight: bold;
	color: #aaa16d;
	margin-bottom: 5px;
}

#wrapper.page section .sdgs_box .sdgs_txt {
	margin-bottom: 20px;
}

#wrapper.page section .sdgs_box .sdgs_txt li {
	display: list-item;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 20px;
}

#wrapper.page section #sdgs06 p {
	max-width: 640px;
	color: #000;
	text-align: center;
	margin: 0 auto 40px;
}

#wrapper.page section #sdgs06 p:first-of-type {
	margin: 0 auto 60px;
}

#wrapper.page section #sdgs06 p:last-of-type {
	max-width: 655px;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	#wrapper.page section .sdgs_box:before {
		border-width: 0 80px 80px 0;
	}
	
	#wrapper.page section .sdgs_box .ttl_box {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	#wrapper.page section .sdgs_box .ttl_box .ttl_sdgs {
		order: 1;
	}

	#wrapper.page section .sdgs_box .ttl_box .icon_box {
		order: 0;
		justify-content: flex-start;
		margin-bottom: 5%;
	}
}


@media screen and (max-width: 480px) {
	#company_ir_csr_sdgs #kv {
		background: url(../sdgs/img/main_sdgs_photo_bg_sp.png) top center no-repeat;
		background-size: contain;
	}
	
	#wrapper.page section .sdgs_box {
		margin-bottom: 10%;
		padding: 5% 5% 10%;
	}

	#wrapper.page section #sdgs05 {
		margin-bottom: 15%;
	}
	
	#wrapper.page section .sdgs_box:before {
		border-width: 0 50px 50px 0;
	}

	#wrapper.page section .sdgs_box h3 .target {
		font-size: 12px;
	}
	
	#wrapper.page section .sdgs_box .sdgs_txt li {
		width: 93%;
		margin-left: 7%;
	}

	#wrapper.page section .sdgs_box .ttl_box .icon_box {
		flex-wrap: wrap;
	}

	#wrapper.page section .sdgs_box .ttl_box .icon_box li {
		width: 27%;
	}

	#wrapper.page section .sdgs_box .ttl_box .icon_box li:nth-child(3n+4) {
		margin-left: 0;
	}

	#wrapper.page section #sdgs06 p {
		max-width: 100%;
		text-align: left;
		margin: 0 auto 7%;
	}

	#wrapper.page section #sdgs06 p:first-of-type {
		margin: 0 auto 7%;
	}

	#wrapper.page section #sdgs06 p br {
		display: none;
	}
}


/* 目標と実績 */
#company_ir_csr_environment #kv {
	background: url(../environment/img/main_environment_photo_bg.png) top center no-repeat;
}

#company_ir_csr_environment #wrapper.page section h3 {
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	color: #aaa16d;
	margin-bottom: 20px;
}

#company_ir_csr_environment #wrapper.page section h4 {
	font-size: 18px;
	font-weight: bold;
	color: #aaa16d;
	margin-bottom: 10px;
}

#company_ir_csr_environment #wrapper.page section p {
	margin-bottom: 40px;
}

#company_ir_csr_environment #wrapper.page section img {
	width: 100%;
}

#company_ir_csr_environment #wrapper.page section .mb0 {
	margin-bottom: 0;
}

#company_ir_csr_environment #wrapper.page section .graph_csr {
	margin-bottom: 15px;
}

#company_ir_csr_environment #wrapper.page section .caution_csr {
	margin-bottom: 100px;
}

#wrapper.page section #ttl02 {
	margin: 100px 0 40px;
}

#wrapper.page section #ttl03 {
	margin: 100px 0 20px;
}

#company_ir_csr_environment #wrapper.page.company_ir section table {
	margin-bottom: 40px;
}

#company_ir_csr_environment #wrapper.page.company_ir section table th {
	width: 35%;
}

@media screen and (max-width: 768px) {
	#company_ir_csr_environment #wrapper.page.company_ir section table th {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#company_ir_csr_environment #kv {
		background: url(../environment/img/main_environment_photo_bg_sp.png) top center no-repeat;
		background-size: contain;
	}

	#company_ir_csr_environment #wrapper.page.company_ir section table th {
		width: 100%;
	}
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_table1 th {
	width: auto;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_table1 th,
#company_ir_csr_environment #wrapper.page.company_ir .company_csr_table1 td {
	text-align: center;
}

/* 240313追加 */
#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:first-of-type {
	width: 49%;
}

#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:not(:first-of-type) {
	width: 25%;
}

#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:not(:first-of-type) table tr th:first-of-type {
	display: none;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_nishijin {
	margin-bottom: 100px;
	padding: 40px;
	background: #fff;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .img {
	width: 36.5%;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .img img {
	width: 100%;
	height: auto;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .txt {
	width: 60.5%;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .txt p {
	margin: 0 auto 20px;
	font-size: 16px;
	color: #000;
	line-height: 1.7;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .note {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	letter-spacing: normal;
}

#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .note li {
	width: auto;
	margin: 0;
	padding: 0;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.7;
}

/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 768px) {
	/* 240313追加 */
	#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:first-of-type {
		width: 100%;
	}
	
	#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:not(:first-of-type) {
		width: 100%;
	}
	
	#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li:not(:first-of-type) table tr th:first-of-type {
		display: table-cell;
	}
	
	#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li table tr th, #company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li table tr td {
		display: table-cell;
	}
	
#company_ir_csr_environment #wrapper.page.company_ir .csr_table_sp li table tr td {
	width: 60%;
	}

	#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .img {
		width: 100%;
		margin-bottom: 5%;
	}
	#company_ir_csr_environment #wrapper.page.company_ir .company_csr_row .txt {
		width: 100%;
	}

}


#wrapper.page section .environment_box {
	position: relative;
	margin-bottom: 60px;
	padding: 70px 40px 40px;
	background: #fff;
}

#wrapper.page section #environment02 {
	padding: 35px 15px 40px 40px;
}

#wrapper.page section #environment03 {
	padding: 70px 40px 5px 12px;
}

#wrapper.page section #environment04 {
	padding: 70px 12px 25px 40px;
}

#wrapper.page section #environment05 {
	padding: 70px 40px 40px 30px;
}

#wrapper.page section #environment06 {
	padding: 70px 40px 5px;
}

#wrapper.page section .environment_box .ttl_environment {
	display: inline-block;
  position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  text-align: center;
}

#wrapper.page section .environment_box .ttl_environment:before {
	content: '';
  position: absolute;
  bottom: -10px;
  left: -22px;
  border-top: 20px solid #ada472;
  border-right: 10px solid #ada472;
  border-bottom: 20px solid #ada472;
  border-left: 7px solid transparent;
}

#wrapper.page section .environment_box .ttl_environment:after {
	content: '';
  position: absolute;
  bottom: -10px;
  right: -22px;
  border-top: 20px solid #ada472;
  border-right: 7px solid transparent;
  border-bottom: 20px solid #ada472;
  border-left: 10px solid #ada472;
}

#wrapper.page section .environment_box .ttl_environment h5 {
	display: inline-block;
  position: relative;
  font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  background: #ada472;
}

#wrapper.page section .environment_box .ttl_environment h5 br {
	display: none;
}


@media screen and (max-width: 480px) {
	#wrapper.page section .environment_box {
		margin-bottom: 15%;
		padding: 15% 5% 7%;
	}

	#wrapper.page section #environment02 {
		padding: 15% 0 7% 5%;
	}

	#wrapper.page section #environment03 {
		padding: 20% 0 7%;
	}

	#wrapper.page section #environment04 {
		padding: 10% 1.5% 7% 5%;
	}

	#wrapper.page section #environment05 {
		padding: 20% 5% 7% 0;
	}

	#wrapper.page section #environment06 {
		padding: 20% 0 7% 1%;
	}

	#wrapper.page section .environment_box .ttl_environment {
		width: 80%;
	}

	#wrapper.page section .environment_box .ttl_environment:before {
		content: '';
		position: absolute;
		bottom: -10px;
		left: -22px;
		border-top: 20px solid #ada472;
		border-right: 10px solid #ada472;
		border-bottom: 20px solid #ada472;
		border-left: 7px solid transparent;
	}

	#wrapper.page section .environment_box .ttl_environment:after {
		content: '';
		position: absolute;
		bottom: -10px;
		right: -22px;
		border-top: 20px solid #ada472;
		border-right: 7px solid transparent;
		border-bottom: 20px solid #ada472;
		border-left: 10px solid #ada472;
	}

	#wrapper.page section #environment02 .ttl_environment:before, #wrapper.page section #environment02 .ttl_environment:after, #wrapper.page section #environment03 .ttl_environment:before, #wrapper.page section #environment03 .ttl_environment:after, #wrapper.page section #environment05 .ttl_environment:before, #wrapper.page section #environment05 .ttl_environment:after, #wrapper.page section #environment06 .ttl_environment:before, #wrapper.page section #environment06 .ttl_environment:after {
		border-top: 30px solid #ada472;
		border-bottom: 30px solid #ada472;
	}

	#wrapper.page section .environment_box .ttl_environment h5 {
		width: 100%;
		white-space: normal;
		padding: 10px;
	}

	#wrapper.page section #environment02 .ttl_environment h5, #wrapper.page section #environment03 .ttl_environment h5, #wrapper.page section #environment05 .ttl_environment h5, #wrapper.page section #environment06 .ttl_environment h5 {
		line-height: 1.2;
	}

	#wrapper.page section .environment_box .ttl_environment h5 br {
		display: block;
	}
}

#wrapper.page section .environment_box dl {
	display: flex;
	justify-content: space-between;
}

#wrapper.page section .environment_box dl dt {
	width: 36.5%;
}

#wrapper.page section .environment_box dl dt img {
	width: 100%;
	height: auto;
}

#wrapper.page section .environment_box dl dd {
	width: 60.5%;
}

#wrapper.page section #environment02 dl dd {
	padding-top: 35px;
}

#wrapper.page section .environment_box dl dd p {
	font-size: 16px;
	color: #000;
	line-height: 1.7;
}

#wrapper.page section .environment_box dl dd p:last-of-type {
	margin: 0;
}

#wrapper.page.company_ir section .environment_box dl dd a {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #ada472;
	text-decoration: underline;
	margin-top: 15px;
	padding: 0;
	background: none;
	border: none;
}

#wrapper.page.company_ir section .environment_box dl dd a:hover {
	text-decoration: none;
	background: none;
	border: none;
}

#wrapper.page section .environment_box p {
	font-size: 16px;
	color: #000;
	line-height: 1.7;
}

#wrapper.page section #environment01 #icon {
	position: absolute;
	right: 15px;
	bottom: 30px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#wrapper.page section #environment01 #icon {
		right: 2%;
		bottom: 0;
		width: 20%;
	}
}

@media screen and (max-width: 480px) {
	#wrapper.page section .environment_box dl {
		flex-wrap: wrap;
	}

	#wrapper.page section .environment_box dl dt {
		order: 0;
		width: 100%;
		margin-bottom: 5%;
	}

	#wrapper.page section .environment_box dl dd {
		order: 1;
		width: 100%;
	}

	#wrapper.page section #environment02 dl dd {
		padding-top: 0;
	}

	#company_ir_csr_environment #wrapper.page section .environment_box dl dd p {
		margin-bottom: 5%;
	}

	#company_ir_csr_environment #wrapper.page section #environment02 p {
		padding-right: 5%;
	}

	#company_ir_csr_environment #wrapper.page section #environment03 p {
		padding: 0 5%;
	}

	#company_ir_csr_environment #wrapper.page section #environment04 p {
		padding-right: 3.5%;
	}

	#company_ir_csr_environment #wrapper.page section #environment05 p {
		padding-left: 5%;
	}

	#company_ir_csr_environment #wrapper.page section #environment06 p {
		padding-left: 4%;
	}

	#wrapper.page section #environment01 #icon {
		right: 5%;
		bottom: 0;
		width: 40%;
	}
}

#wrapper.page section .year_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px dotted #ada472;
}

#wrapper.page section .year_list dt, #wrapper.page section .year_list dd {
	font-size: 16px;
	color: #ada472;
	padding: 15px 0;
	border-bottom: 1px dotted #ada472;
}

#wrapper.page section .year_list dt {
	width: 15%;
	font-size: 16px;
	color: #ada472;
}

#wrapper.page section .year_list dd {
	width: 85%;
}

#wrapper.page section .commendation {
	display: flex;
	width: 100%;
}

#wrapper.page section .commendation dt {
	width: 42%;
	text-align: right;
	padding-left: 5%;
}

#wrapper.page section .commendation dd {
	width: 58%;
}


@media screen and (max-width: 480px) {
	#wrapper.page section .year_list {
		display: block;
		margin-bottom: 20%;
	}

	#wrapper.page section .year_list dt {
		width: 100%;
		padding: 3.5% 0 2%;
		border-bottom: none;
	}

	#wrapper.page section .year_list dd {
		width: 100%;
		line-height: 1.5;
		padding: 0 0 3.5%
	}

	#wrapper.page section .commendation {
		display: block;
		width: 100%;
		margin-bottom: 20%;
	}

	#wrapper.page section .commendation dt {
		width: 100%;
		padding-left: 0;
	}

	#wrapper.page section .commendation dd {
		width: 100%;
		margin-bottom: 5%;
	}
}

/* TCFD情報開示 */
#company_ir_csr_tcfd #kv {
	background: url(../tcfd/img/main_tcfd_photo_bg.jpg) top center no-repeat;
}

#company_ir_csr_tcfd .company_csr img {
	width: 100%;
}

#company_ir_csr_tcfd .company_csr .section-tcfd {
	margin-bottom: 50px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd h3 {
	color: #aaa16d;
	margin-bottom: 10px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd p {
	margin-bottom: 30px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd .img-tcfd {
	max-width: 700px;
	margin: 0 auto;
}

#company_ir_csr_tcfd .company_csr .section-tcfd figcaption {
	color: #aaa16d;
	text-align: center;
	margin-bottom: 10px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd .caution {
	font-size: 14px;
	margin-bottom: 30px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd figure + .caution {
	margin-top: 10px;
}

#company_ir_csr_tcfd .company_csr .section-tcfd figure + h3 {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#company_ir_csr_tcfd .company_csr .section-tcfd {
		margin-bottom: 15%;
	}

	#company_ir_csr_tcfd .company_csr .section-tcfd h3 {
		line-height: 1.5;
	}
	
	#company_ir_csr_tcfd .company_csr .section-tcfd .img-tcfd {
		max-width: 100%;
	}

	#company_ir_csr_tcfd .company_csr .section-tcfd a {
		word-break: break-word;
	}

	#company_ir_csr_tcfd .company_csr .section-tcfd .caution.tCenter {
		text-align: left !important;
	}
}

@media screen and (max-width: 480px) {
	#company_ir_csr_tcfd #kv {
		background: url(../tcfd/img/main_tcfd_photo_bg_sp.jpg) top center no-repeat;
		background-size: contain;
	}
}


