@charset "UTF-8";
/* override
--------------------------------------------------*/
header nav.gnav ul.gnavList li.gnavItem:first-child {
	display: block;
}

ul.newsList li a.pdf:after {
	background: url(../image/ico_pdf.svg) no-repeat;
	background-size: contain;
}

/* base
--------------------------------------------------*/
main,
main a {
	color: #000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Helvetica", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

main a:hover {
	text-decoration: underline;
}

.cts {
	width: 100%;
	margin-bottom: 100px;
}

.cts .ctsInner {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.txtEx li {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 767px) {
	main a:hover {
		text-decoration: none;
	}
	.cts {
		margin-bottom: 43px;
	}
	.cts .ctsInner {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.txtEx {
		margin-top: 20px;
	}
}

/* scaleImage */
.scaleImage {
	display: block;
	transition: all 0.3s;
}

a:hover .scaleImage {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
	.scaleImage {
		display: block;
		transition: none;
	}
	a:hover .scaleImage {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* arwLink */
.arwLink {
	position: relative;
	left: 10px;
	padding-right: 17px;
}

/* IE */
_:-ms-input-placeholder, :root .arwLink {
	top: -3px;
}

.arwLink::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px);
	width: 17px;
	height: 2px;
	background-color: #1C73D0;
	transition: all 0.3s;
}

.arwLink::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 16px;
	background: url(/-/media/image/msh/ir/arrow_head_blue.svg) no-repeat 0 0;
	background-size: cover;
	transition: all 0.3s;
}

.arwLink.white::before {
	background-color: #fff;
}

.arwLink.white::after {
	background: url(/-/media/image/msh/ir/arrow_head_white.svg) no-repeat 0 0;
	background-size: cover;
}

a:hover .arwLink::after {
	right: -8px;
}

a:hover .arwLink::before {
	width: 24px;
}

@media screen and (max-width: 767px) {
	.arwLink .arwLink::before,
	.arwLink .arwLink::after {
		transition: none;
	}
	a:hover .arwLink::after {
		right: 0;
	}
	a:hover .arwLink::before {
		width: 17px;
	}
}

/* ctsHeader h2 */
.ctsHeader {
	text-align: center;
}

.headingSecondary {
	margin-bottom: 10px;
	font-size: 2.8rem;
	line-height: 1;
}

.headingText {
	font-size: 1.4rem;
	line-height: 1.5;
}

/* btnMore */
.btnMore {
	position: relative;
	border: 1px solid #a3bde6;
}

.btnMore a {
	display: block;
	padding: 14px 0 16px;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}

/* IE */
_:-ms-input-placeholder, :root .btnMore a {
	padding-top: 17px;
}

.btnMore a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	background: #0066cc;
}

.btnMore a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.btnMore a:hover {
	text-decoration: none;
}

.btnMore a > span {
	position: relative;
	z-index: 4;
}

.btnMore a:hover > span {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.btnMore a::before {
		display: none;
	}
	.btnMore a:hover > span {
		color: inherit;
	}
}

/* MV
--------------------------------------------------*/
.mv {
	height: 450px;
	margin-bottom: 80px;
	background: url(/-/media/image/msh/csr/esgdata/img_mv_pc.jpg) no-repeat center;
	background-size: cover;
}

.mvInner {
	position: relative;
}

.mvInner .mvTitle {
	position: absolute;
	top: 100px;
	left: 62px;
}

.mvInner .mvTitle h1 {
	margin-bottom: 8px;
	font-size: 5.6rem;
	line-height: 1;
}

.mvInner .mvTitle .en {
	position: relative;
	display: inline-block;
	padding: 4px 93px 4px 5px;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}

.mvInner .mvTitle .en::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 7px 0 0;
	border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	.mv {
		height: 426px;
		margin-bottom: 40px;
		background: url(/-/media/image/msh/csr/esgdata/img_mv_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.mvInner .mvTitle {
		position: absolute;
		top: 98px;
		left: 25px;
	}
	.mvInner .mvTitle h1 {
		margin-bottom: 8px;
		font-size: 4.6rem;
	}
	.mvInner .mvTitle .en {
		padding-right: 85px;
	}
}

/* h2
--------------------------------------------------*/
.headingData {
	margin-bottom: 32px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.headingData {
		margin-bottom: 23px;
		font-size: 2.1rem;
	}
}

/* h3
--------------------------------------------------*/
.headingtable {
	margin-bottom: 25px;
	padding: 3px 0 4px 18px;
	border-left: 4px solid #0092ef;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	.headingtable {
		margin-bottom: 23px;
		font-size: 1.8rem;
	}
}

/* headerLead
--------------------------------------------------*/
.headerLead {
	margin-bottom: 25px;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 767px) {
	.headerLead {
		margin-bottom: 15px;
	}
}

/* button
--------------------------------------------------*/
.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #f8f8f8;
	font-size: 1.6rem;
}

.button::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 9px;
	height: 16px;
	margin-top: -8px;
	background: url(/-/media/image/msh/ir/arrow_head_blue.svg) no-repeat 0 0;
	background-size: cover;
}

/* anc
--------------------------------------------------*/
.anc.cts {
	margin-bottom: 108px;
}

.ancList {
	display: flex;
	flex-flow: wrap;
	margin-top: -15px;
}

.ancList li {
	width: 278px;
	height: 60px;
	margin-top: 15px;
	border: 1px solid #ccc;
}

.ancList li:not(:nth-child(3n)) {
	margin-right: 40px;
}

.ancList li a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.anc.cts {
		margin-bottom: 75px;
	}
	.ancList li {
		width: 100%;
		height: 55px;
	}
	.ancList li:not(:nth-child(3n)) {
		margin-right: 0;
	}
}

/* setTable
--------------------------------------------------*/
section div[id^="data"]:last-child {
	margin-bottom: 180px;
}

.setTable + .setTable {
	margin-top: 80px;
}

.setTable table {
	width: auto;
	margin-bottom: 15px;
	padding: 0;
	border-collapse: collapse;
}

.setTable table .horizontal {
	text-align: center;
}

.setTable table th {
	width: 360px;
	padding: 15px 22px;
	background-color: #e0f3fe;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}

.setTable table td {
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: right;
}

.setTable table .year {
	width: 140px;
}

.setTable .governance01 th {
	width: 360px;
}

.setTable .governance01 .year {
	width: 280px;
}

.setTable .governance01 td {
	text-align: center;
}

@media screen and (max-width: 767px) {
	section div[id^="data"]:last-child {
		margin-bottom: 70px;
	}
	.setTable + .setTable {
		margin-top: 44px;
	}
	.setTableInner {
		overflow: auto;
		overflow-x: scroll;
	}
	.setTableInner::-webkit-scrollbar {
		width: 4px;
		background: #f3f4f6;
	}
	.setTableInner::-webkit-scrollbar:horizontal {
		height: 4px;
		background: #f3f4f6;
	}
	.setTableInner::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #666666;
	}
	.setTableInner::-webkit-scrollbar-thumb:horizontal {
		border-radius: 2px;
		background: #666666;
	}
	.setTable table {
		width: 230%;
	}
	.setTable table.governance01 {
		width: 160%;
	}
	.setTable table th {
		width: 25%;
		padding: 10px 14px;
	}
	.setTable table .year {
		width: 18.75%;
	}
	.txtFlick {
		position: relative;
		padding: 0 10px 0 40px;
		margin-top: 15px;
		margin-left: 28px;
		font-size: 1.4rem;
		line-height: 2;
	}
	.txtFlick::before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 29px;
		height: 30px;
		background: url(/-/media/image/msh/csr/esgdata/icon_flick.png) no-repeat 0 0;
		background-size: contain;
	}
}

/* footerLocal
--------------------------------------------------*/
.footerLocal .arwLink::after {
	width: 7px;
	height: 13px;
}

.footerLocal {
	width: 100%;
	background-color: #f3f3f3;
}

.footerLocal .footerLocalInner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	padding: 65px 8px;
	box-sizing: border-box;
}

.footerLocalInner .linkBlock {
	width: 23.78048780487805%;
}

.footerLocalInner .linkBlock:nth-child(4n) {
	margin-right: 1.6260162601626018%;
}

.footerLocalInner .linkBlockOther {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.footerLocal .linkBlock .linkLv1 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.125;
}

.footerLocal .linkBlock .linkLv1Text {
	font-size: 1rem;
	margin-top: 9px;
}

.footerLocal .linkLv1 a:hover {
	text-decoration: underline;
}

.footerLocal .linkLv2 {
	font-size: 1.4rem;
	line-height: 1.3;
}

.footerLocal .linkLv2 li:not(:last-child) {
	margin-bottom: 10px;
}

.footerLocal .linkBlock .linkLv1 + .linkLv1 {
	margin-top: 20px;
}

.footerLocal .linkBlock .linkLv1.sp + .linkLv1 {
	margin-top: 0;
}

.footerLocal .linkBlock .linkLv1 + .linkLv2 {
	margin-top: 15px;
}

.footerLocal .linkLv2 .fontS {
	font-size: 1.2rem;
}

.footerLocal .sustainabilityTopics {
	position: static;
	padding-top: 0;
}

.footerLocal .sustainabilityTopics .linkLv1 span {
	display: block;
	height: 15px;
	text-indent: -9999px;
}

.footerLocal .sustainabilityTopics .linkLv1 .text1 {
	width: 154px;
	background: url(/-/media/image/msh/csr/txt_sustainability.svg) no-repeat 0 0;
	background-size: cover;
}

.footerLocal .sustainabilityTopics .linkLv1 .text2 {
	width: 66px;
	margin-top: 10px;
	background: url(/-/media/image/msh/csr/txt_topics.svg) no-repeat 0 0;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.footerLocal .footerLocalInner {
		display: block;
		padding: 40px 20px 50px;
	}
	.footerLocalInner .linkBlock {
		width: 100%;
	}
	.footerLocalInner .linkBlock:not(:last-child) {
		margin-bottom: 37px;
	}
	.footerLocalInner .linkBlock:nth-child(4n) {
		margin-right: 0;
	}
	.footerLocalInner .linkBlockOther {
		padding-left: 0;
		border-left: none;
	}
	.footerLocal .linkBlock .linkLv1 {
		padding-left: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		font-size: 1.8rem;
	}
	.footerLocal .linkBlock .linkLv1Text {
		padding-left: 10px;
		font-size: 1.2rem;
	}
	.footerLocal .linkLv1 a:hover {
		text-decoration: none;
	}
	.footerLocal .linkLv2 {
		line-height: 1.5;
	}
	.footerLocal .linkLv2 li {
		height: 50px;
		border-bottom: 1px solid #ccc;
	}
	.footerLocal .linkLv2 li:not(:last-child) {
		margin-bottom: 0;
	}
	.footerLocal .linkLv2 li a {
		display: table;
		width: 100%;
		height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.footerLocal .linkLv2 li span {
		display: table-cell;
		vertical-align: middle;
	}
	.footerLocal .linkBlock .linkLv1.sp + .linkLv1,
	.footerLocal .linkLv1 + .linkLv1 {
		margin-top: 35px;
	}
	.footerLocal .linkBlock .linkLv1 + .linkLv2 {
		margin-top: 0;
	}
	.footerLocal .sustainabilityTopics {
		position: static;
		padding-top: 0;
	}
	.footerLocal .sustainabilityTopics .linkLv1 {
		display: flex;
		border-bottom: none;
	}
	.footerLocal .sustainabilityTopics .linkLv1 .text1 {
		width: 154px;
	}
	.footerLocal .sustainabilityTopics .linkLv1 .text2 {
		margin-top: 0;
		margin-left: 5px;
		width: 67px;
	}
	.footerLocal .linkBlock .linkLv1Text {
		margin-top: 0;
	}
}

/*
	lang English
--------------------------------------------------------- */
.langEn .mvInner .mvTitle {
	top: 142px;
	left: 22px;
}

.langEn .mvInner .mvTitle h1 {
	display: block;
	width: 480px;
	height: 120px;
	margin-bottom: 0;
	background: url(/-/media/image/msh/csr/esgdata/ttl_esgdata.svg) no-repeat 0 0;
	background-size: contain;
	text-indent: -9999px;
}

@media screen and (max-width: 767px) {
	.langEn .mvInner .mvTitle {
		top: 134px;
	}
	.langEn .mvInner .mvTitle h1 {
		display: block;
		width: 330px;
	}
}
