#top .sidenav .top,
#commitment .sidenav .commitment,
#materiality .sidenav .materiality,
#management .sidenav .management,
#social .sidenav .social,
#quality .sidenav .quality,
#governance .sidenav .governance,
#compliance .sidenav .compliance,
#procurement .sidenav .procurement,
#climate .sidenav .climate,
#ip .sidenav .ip,
#internal_control .sidenav .internal_control,
#risk .sidenav .risk,
#esg_data .sidenav .esg_data,
#esg_report .sidenav .esg_report,
#gri .sidenav .gri,
#environment .sidenav .environment {
	color: #EF9B59;
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.dotted {
	display: block;
	line-height: 1.75;
}

.line {
	line-height: 1.75;
}

.line::before {
	line-height: 1.5;
}

.bg_title {
	color: #fff;
	padding: 8px 16px;
	background: #002855;
}

.page_title_box {
	position: relative;
	background-image: url("../images/sustainability_visual.jpg");
}

.page_title_box.pt2 {
	position: relative;
	background-image: url("../images/sustainability_visual2.png");
}

.page_title_box.management {
	position: relative;
	background-image: url("../management/images/main_visual.jpg");
}

.page_title_box.quality {
	position: relative;
	background-image: url("../quality/images/main_visual.jpg");
}

.page_title_box.procurement {
	position: relative;
	background-image: url("../procurement/images/main_visual.jpg");
}

.page_title_box.mineral {
	position: relative;
	background-image: url("../procurement/images/mineral/main_visual.jpg");
}

.page_title_box.environment {
	position: relative;
	background-image: url("../environment/images/main_visual.jpg");
}

.page_title_box.climate {
	position: relative;
	background-image: url("../environment/images/climate/climate_visual.jpg");
}

.page_title_box.social {
	position: relative;
	background-image: url("../social/images/main_visual.jpg");
}

.page_title_box.ip {
	position: relative;
	background-image: url("../IP/images/main_visual.jpg");
}

.page_title_box.hr_development {
	position: relative;
	background-image: url("../social/HR_development/images/main_visual.jpg");
}

.page_title_box.outline .title {
	padding: 0 10%;
	background: none;
}

.page_title_box.outline .title h1 {
	font-weight: bold;
	text-shadow: 2px 2px 1px #ffffff,
		-2px 2px 1px #ffffff,
		2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		2px 0px 1px #ffffff,
		0px 2px 1px #ffffff,
		-2px 0px 1px #ffffff,
		0px -2px 1px #ffffff;
}

.page_title_box.governance {
	position: relative;
	background-image: url("../governance/images/main_visual.jpg");
}

.page_title_box.governance {
	position: relative;
	background-image: url("../governance/images/main_visual.jpg");
}

.page_title_box.internal_control {
	position: relative;
	background-image: url("../governance/internal_control/images/main_visual.jpg");
}

.page_title_box.risk {
	position: relative;
	background-image: url("../governance/risk/images/main_visual.jpg");
}

.page_title_box.compliance {
	position: relative;
	background-image: url("../governance/compliance/images/main_visual.jpg");
}

.page_title_box.esg_data {
	position: relative;
	background-image: url("../ESG_data/images/main_visual.jpg");
}

.page_title_box.materiality {
	position: relative;
	background-image: url("../materiality/images/main_visual.jpg");
	background-position: center;
}

.page_title_box.top .title,
.page_title_box.commitment .title,
.page_title_box.management .title,
.page_title_box.social .title,
.page_title_box.hr_development .title,
.page_title_box.governance .title {
	padding: 0 10%;
	background: none;
}

@media screen and (max-width:1124px) {

	.page_title_box .title {
		padding: 0 5%;
	}

}

.page_title_box.white .title h1,
.page_title_box.white .title strong,
.page_title_box.pt2 .title h1 {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.thumb_link_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.thumb_link_list::after {
	content: "";
	display: block;
	width: calc(100% / 5 - 10px);
}

@media screen and (max-width:1280px) {
	.thumb_link_list::after {
		content: "";
		display: block;
		width: calc(100% / 3 - 10px);
	}
}

.thumb_link_list.col2::after {
	content: "";
	display: block;
	width: calc(100% / 2 - 13px);
}

.thumb_link_list li {
	position: relative;
	width: calc(100% / 5 - 10px);
	margin-bottom: 20px;
}

@media screen and (max-width:1280px) {

	.thumb_link_list li {
		width: calc(100% / 3 - 10px);
	}

}

@media screen and (max-width:768px) {

	.thumb_link_list li {
		width: calc(100% / 2 - 10px);
	}

}

@media screen and (max-width:480px) {

	.thumb_link_list li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}

}

@media screen and (max-width:380px) {

	.thumb_link_list li {
		width: 100%;
		margin-bottom: 20px;
	}

}

.thumb_link_list li a {
	position: relative;
	display: block;
}

.thumb_link_list li a .wrap {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .3s ease;
}

.thumb_link_list li a .wrap img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .3s ease;
}

.thumb_link_list li a:hover .wrap img,
.thumb_link_list li.is-open a .wrap img {
	width: 100%;
	transform: scale(1.2);
}

.thumb_link_list li a .text_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px 5px;
	min-height: 65px;
	text-align: center;
	background: #bbb;
}

@media screen and (max-width:768px) {

	.thumb_link_list li a .text_box {
		min-height: auto;
	}

}

.thumb_link_list li a .text_box h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	letter-spacing: -.75px;
	margin: 0;
}

@media screen and (max-width:480px) {

	.thumb_link_list li a .text_box h3 {
		font-size: 14px;
	}

}

@media screen and (max-width:1124px) {

	.thumb_link_list li a .text_box h3 br {
		display: none;
	}

}

@media screen and (max-width:380px) {

	.thumb_link_list li a .text_box h3 br {
		display: block;
	}

}

.thumb_link_list li a .btn_blue {
	display: block;
	padding: 15px 30px;
	transition: all .3s ease;
}

.thumb_link_list li a:hover .btn_blue {
	color: #002855;
	background: #fff;
}

.thumb_link_list li a:hover .btn_blue::after {
	border-color: #002855;
}

.thumb_link_list li p {
	padding: 8px 0 0;
}

.thumb_submenu {
	position: absolute;
	max-height: 0;
	top: var(--submenu-top, 100%);
	left: 0;
	right: 0;
	padding: 20px 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	z-index: 20;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: max-height .3s ease, opacity .3s ease;
}

.thumb_submenu li {
	width: 100%;
}

.thumb_submenu li:last-child {
	margin: 0;
}


.thumb_link_list li.is-open .thumb_submenu {
	max-height: 400px;
	/* 中身の高さに合わせて調整 */
	opacity: 1;
	pointer-events: auto;
}

.thumb_submenu li a {
	position: relative;
	display: flex;
	font-size: 14px;
	padding: 0 16px 0 0;
}

.thumb_submenu li a:hover {
	color: #002855;
}

.thumb_submenu li a::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	right: 3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	transition: all .3s ease;
}

.thumb_submenu li a:hover::after {
	right: 0;
	border-color: #002855;
}

/* 矢印演出（任意） */
.thumb_link_list li.is-open .js-submenu-toggle span {
	color: #002855;
	background: #fff;
}

.thumb_link_list li .js-submenu-toggle span::after {
	transform: rotate(135deg);
	transition: transform .2s ease;
}

.thumb_link_list li.is-open .js-submenu-toggle span::after {
	border-color: #002855;
	transform: rotate(-45deg);
	transition: transform .2s ease;
}

table.txt_tb {
	border: none;
}

table.txt_tb tr th,
table.txt_tb tr td {
	padding: 0;
	text-align: left;
	border: none;
	background: none;
}

@media screen and (max-width:768px) {

	table.txt_tb tr th,
	table.txt_tb tr td {
		display: block;
	}
}

table.txt_tb tr th p {
	position: relative;
	color: #333;
	font-weight: 500;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

table.txt_tb tr th p::after {
	position: absolute;
	content: ":";
	right: 0;
}

@media screen and (max-width:768px) {
	table.txt_tb tr th p::after {
		content: none;
	}
}

dl dd {
	margin: 0 0 0 auto;
}

/*===== quick links =====*/

#quick_links {
	padding: 90px 0 150px;
	background: #F6F6F6;
}

#quick_links .inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

#quick_links .inner ul li img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}

#quick_links .inner ul li p {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}

#quick_links .inner ul li .mv {
	position: relative;
	width: 100%;
	height: 0%;
	padding-bottom: 56.25%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

#quick_links .inner ul li .mv iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#quick_links .inner ul li.slick-center img,
#quick_links .inner ul li.slick-center iframe {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#quick_links .inner ul li.pdf a .thumb,
#quick_links .inner ul li.movie a .thumb {
	position: relative;
}

#quick_links .inner ul li.pdf a .thumb::after {
	position: absolute;
	content: "";
	width: 76px;
	height: 57px;
	top: calc(50% - 28.5px);
	left: calc(50% - 38px);
	background-image: url("../../common_new/images/top/icon_dl.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}

#quick_links .inner ul li.pdf.white a .thumb::after {
	position: absolute;
	content: "";
	width: 76px;
	height: 57px;
	top: calc(50% - 28.5px);
	left: calc(50% - 38px);
	background-image: url("../../common_new/images/top/icon_dl_w.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}

#quick_links .inner ul li.movie a .thumb::after {
	position: absolute;
	content: "";
	width: 68px;
	height: 68px;
	top: calc(50% - 34px);
	left: calc(50% - 34px);
	background-image: url("../../common_new/images/top/icon_mv_b.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}

#quick_links .inner ul li.movie.white a .thumb::after {
	background-image: url("../../common_new/images/top/icon_mv_w.png");
}

#quick_links .inner ul li a:hover .thumb img {
	transform: scale(1.05);
}

#social .tb_wrapper.wide table {
	min-width: 980px;
}

.fixed .w15 {
	width: 15px !important;
}

.fixed .w300 {
	width: 300px !important;
}

.tb_diversity tr th,
.tb_diversity tr td {
	font-size: 14px;
}

.color_black {
	color: #333;
}

.bg_gray {
	background: #efefef;
}

.btn_center {
	display: flex;
	justify-content: end;
	align-items: center;
}

.btn_center img {
	padding-right: 1em;
}

.btn_size1 {
	width: 180px;
}

.btn_size2 {
	width: 220px;
}

.btn_size3 {
	width: 320px;
}

@media screen and (max-width:480px) {
	.btn_size3 {
		width: 100%;
		box-sizing: border-box;
	}
}

.img_right {
	float: right;
	margin-left: 1em;
}

.both {
	clear: both;
}

@media screen and (max-width:768px) {
	.btn_center {
		display: block;
	}

	.btn_center img {
		padding-right: 0;
		padding-bottom: 1em;
	}

	.img_right {
		float: none;
		display: block;
		text-align: center;
		margin-left: 0;
	}
}

table .nowrap {
	white-space: nowrap;
}

@media screen and (min-width: 481px) {

	.column.col5_5.no_margin .column_left,
	.column.col5_5.no_margin .column_right {
		width: calc(100% / 2 - 5px);
	}
}

.related_list li {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px 0;
}

@media screen and (max-width:768px) {

	.related_list li {
		display: block;
	}

}

.related_list li .txt_area {
	width: calc(60% - 20px);
}


@media screen and (max-width:768px) {
	.related_list li .txt_area {
		width: 100%;
		margin: 0 0 20px;
	}
}

.related_list li .btn_area {
	width: calc(40% - 20px);
}

@media screen and (max-width:768px) {
	.related_list li .btn_area {
		width: 100%;
	}
}

.related_list li .btn_area .btn {
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
}

.related_list li .btn_area .btn:not(:last-child) {
	margin: 0 0 16px;
}

.btn.pdf {
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
}

.pb40 {
	padding-bottom: 40px !important;
}


#sustainability_news {
	padding: 50px 0;
	margin-bottom: 90px;
	background: #fff;
}

.sustainability_news .title_btn_box {
	position: relative;
	margin-bottom: 25px;
}

.sustainability_news .title_btn_box .sustainability_news_btn {
	position: absolute;
	top: 5px;
	right: 0;
}

.sustainability_news .title_btn_box .sustainability_news_btn i {
	font-size: 28px;
}

.sustainability_news .title_btn_box .sustainability_news_btn.active img,
.sustainability_news .title_btn_box .sustainability_news_btn i {
	display: none;
}

.sustainability_news .title_btn_box .sustainability_news_btn.active i {
	display: block;
}

.sustainability_news .title_btn_box h2 {
	display: block;
	color: #333;
	padding: 0 0 15px;
	border-bottom: 2px solid #707070;
}

.sustainability_news .sustainability_news_list {
	margin: 0 0 60px;
}

.sustainability_news .sustainability_news_list li {
	display: flex;
	align-items: center;
	padding: 12px 5px;
}

@media screen and (max-width:768px) {

	.sustainability_news .sustainability_news_list li {
		display: block;
		padding: 0;
		margin-bottom: 25px;
	}

}

.sustainability_news .sustainability_news_list li div {
	display: flex;
	align-items: flex-start;
}

.sustainability_news .sustainability_news_list li div .day {
	display: block;
	font-size: 14px;
	line-height: 1.68;
	padding: 1px 0;
	margin: 0 20px 0 0;
	white-space: nowrap;
}

@media screen and (max-width:768px) {

	.sustainability_news .sustainability_news_list li div .day {
		margin: 0 5px 0 0;
	}

}

.sustainability_news .sustainability_news_list li div .cat_ir {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 1px 0;
	line-height: 1.68;
	text-align: center;
	white-space: nowrap;
	background: #800000;
}

.sustainability_news .sustainability_news_list li div .cat_kessan {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 1px 0;
	line-height: 1.68;
	text-align: center;
	white-space: nowrap;
	background: #984807;
}

.sustainability_news .sustainability_news_list li div .cat_pr {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 1px 0;
	line-height: 1.68;
	text-align: center;
	white-space: nowrap;
	background: #002855;
}

.sustainability_news .sustainability_news_list li div .cat_news {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 1px 0;
	line-height: 1.68;
	text-align: center;
	white-space: nowrap;
	background: #B1B1B1;
}

.sustainability_news .sustainability_news_list li .comment {
	font-size: 14px;
	line-height: 1.68;
	margin: 0 0 0 30px;
}

@media screen and (max-width:768px) {

	.sustainability_news .sustainability_news_list li .comment {
		margin: 5px 0 0;
	}

}

.sustainability_news .sustainability_news_list li .comment a {
	text-decoration: underline;
}

.sustainability_news .sustainability_news_list li .comment a:hover {
	color: #002855;
}

table tbody tr .v-baseline {
	vertical-align: baseline;
}

.bl-none {
	border-left: none;
}

.br-none {
	border-right: none;
}

table.half {
	width: 50%;
}

@media screen and (max-width:768px) {
	table.half {
		width: 100%;
	}
}

.process_list {
	display: flex;
}

@media screen and (max-width:768px) {
	.process_list {
		display: block;
	}
}

.process_list li {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% / 3);
	font-weight: 500;
	color: #fff;
	line-height: 1.75;
	padding: 40px 20px;
	background: #8FAADC;
}

@media screen and (max-width:768px) {
	.process_list li {
		width: 100%;
		font-size: 14px;
		line-height: 1.68;
		padding: 20px 16px;
	}
}

.process_list li:not(:last-child) {
	margin: 0 40px 0 0;
}

@media screen and (max-width:768px) {
	.process_list li:not(:last-child) {
		margin: 0 0 40px;
	}
}

.process_list li:not(:last-child)::after {
	position: absolute;
	content: "";
	right: -30px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #8FAADC;
}

@media screen and (max-width:768px) {
	.process_list li:not(:last-child)::after {
		position: absolute;
		content: "";
		left: 50%;
		right: auto;
		bottom: -50px;
		border-top: 20px solid #8FAADC;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		transform: translateX(-50%);
	}
}

.ind2 {
	display: block;
	text-indent: -20px;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.ind2 {
		text-indent: -18px;
		padding-left: 18px;
	}
}

.ind3 {
	display: block;
	text-indent: -28px;
	padding-left: 28px;
}

@media screen and (max-width:768px) {
	.ind3 {
		text-indent: -24px;
		padding-left: 24px;
	}
}

.ind4 {
	display: block;
	text-indent: -24px;
	padding-left: 24px;
}

@media screen and (max-width:768px) {
	.ind4 {
		text-indent: -20px;
		padding-left: 20px;
	}
}

.pl_box {
	padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
	.pl_box {
		padding: 0 0 0 18px;
	}
}

.pc_25_sp_35 {
	width: 25%;
}

@media screen and (max-width:768px) {
	.pc_25_sp_35 {
		width: 35%;
	}
}

.pd_none {
	padding: 0;
}

.pd_lr_none {
	padding-left: 0;
	padding-right: 0;
}

.w50 {
	width: 50px !important;
}

@media screen and (max-width:768px) {
	.w50 {
		width: 25px !important;
	}
}

.va_top tr td {
	vertical-align: top;
}

.colon {
	position: relative;
	padding: 0 0 0 16px;
}

@media screen and (max-width:768px) {
	.colon {
		position: relative;
		padding: 0 0 0 14px;
	}
}

.colon::before {
	position: absolute;
	content: "：";
	left: 0;
}

.bt_none {
	border-top: none;
}

.bl_none {
	border-left: none;
}

.br_none {
	border-right: none;
}

.bb_none {
	border-bottom: none;
}

.pdf_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:768px) {
	.pdf_list {
		display: block;
	}
}

.pdf_list li {
	width: calc(50% - 20px);
	margin: 0 0 20px;
}

@media screen and (max-width:768px) {
	.pdf_list li {
		width: 100%;
	}
}

.prof_box {
	display: flex;
}

@media screen and (max-width:480px) {
	.prof_box {
		flex-direction: column-reverse;
	}
}

.prof_box .txt_box {
	margin: 0 60px 0 0;
}

@media screen and (max-width:768px) {
	.prof_box .txt_box {
		width: 70%;
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width:480px) {
	.prof_box .txt_box {
		width: 100%;
		margin: 20px 0 0;
	}
}

@media screen and (max-width:768px) {
	.prof_box .img_box {
		width: 30%;
	}
}

@media screen and (max-width:480px) {
	.prof_box .img_box {
		width: 100%;
	}
}

.prof_box .img_box img {
	display: block;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.prof_box .img_box img {
		width: 100%;
	}
}

.prof_box .img_box figcaption {
	text-align: center;
	margin: 8px 0 0;
}


@media screen and (max-width: 768px) {
	#governance .tb_wrapper table {
		min-width: 1170px;
	}
}

.w980 {
	max-width: 980px;
	margin: 0 auto;
}

.indent17 {
	text-indent: -17px;
	padding: 0 0 0 17px;
}

@media screen and (max-width: 768px) {
	.indent17 {
		text-indent: -15px;
		padding: 0 0 0 15px;
	}
}