@charset "utf-8";

/*---------------------------------------------------------------------------
/* CSR CSS
 --------------------------------------------------------------------------*/
body.csr #main{overflow: hidden;}

body.csr #homeTitleBox p {
    width: 1000px;
    font-weight: normal;
    padding: 0 0 30px;
    margin: 0 auto;
}

/* head text */
h3.h3_sustainability {
  position: relative;
  padding: 0.51rem 1rem;
  border-bottom: 4px solid #094;
}

h3.h3_sustainability:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #00cc5b;
}

/*toppage*/
.csr_toppage_intro_Wrap{
	position: relative;
	width: 100%;
	min-height: 611px;
	margin:0px 0 60px;
	background: url(../../csr/img/bg_csr_toppage.jpg) no-repeat center top;
	background-size: 1820px;
}
.csr_toppage_intro_Wrap .titleBoxInner{
	position: relative;
	width: 100%;
	padding:240px 0 200px;
}
.csr_toppage_intro_Wrap .titleBoxInner .pagecategory{
	margin-left: 80px;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	font-weight: 600;
	color: #05316B;
	letter-spacing: -1px;
}
.csr_toppage_intro_Wrap .introLead{
	width: 90%;
	max-width: 850px;
	margin:0 auto;
	font-size: 22px;
	line-height: 40px;
	color: #05316B;
}

table.hotnews_table{
	width: 100%;
	margin-bottom: 30px;
}
table.hotnews_table th{
	width: 194px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	background: #E8F2F6;
}
table.hotnews_table th strong{
	font-size: 20px;
	color: #05316B;
}
table.hotnews_table td{
	width: calc(100% - 214px);
	padding-left:20px; 
}

/*#csr-hotnews {
	width: 1000px;
    margin: 0 auto;
    padding: 0px;
    display: block;
}
#csr-hotnews h2 {
	text-align: center;
	font-size: 30px;
	display: block;
	margin-bottom: 24px;
}
#csr-hotnews ul {
	width: 100%;
}
#csr-hotnews ul li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-indent: 0;
}*/

.csrtop_bnrWrap .bnrWrap{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.csrtop_bnrWrap .bnrWrap a{
	display: block;
}
.csrtop_bnrWrap .bnrWrap.jigyoukouken a,
.csrtop_bnrWrap .bnrWrap.workstyle a,
.csrtop_bnrWrap .bnrWrap.social a{
	width: calc(100% - 120px);
	padding: 60px; 
	text-align: center;
	transition: .25s;
}
.csrtop_bnrWrap .bnrWrap.jigyoukouken a:hover,
.csrtop_bnrWrap .bnrWrap.workstyle a:hover,
.csrtop_bnrWrap .bnrWrap.social a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.csrtop_bnrWrap .bnrWrap.jigyoukouken a{
	background: url(../../csr/img/bnr_jigyoukouken.jpg) no-repeat center;
	background-size: cover;
}
.csrtop_bnrWrap .bnrWrap.workstyle a{
	background: url(../../csr/img/bnr_workstyle.jpg) no-repeat center;
	background-size: cover;
}
.csrtop_bnrWrap .bnrWrap.social a{
	background: url(../../csr/img/bnr_activity.jpg) no-repeat center;
	background-size: cover;
}

.csrtop_bnrWrap .bnrWrap a strong{
	color: #05316B;
	font-weight: 600;
}
.csrtop_bnrWrap .bnrWrap.jigyoukouken a strong,
.csrtop_bnrWrap .bnrWrap.workstyle a strong,
.csrtop_bnrWrap .bnrWrap.social a strong {font-size: 30px;}

.csrtop_bnrWrap .bnrWrap.activity dl dd a{
    display: flex;
    justify-content: center;
	align-items: center;
	padding:30px 5px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	transition: .25s;
}
.csrtop_bnrWrap .bnrWrap.activity dl dd a:hover {
	text-decoration: none;
	background: #fffae4;
}
.csrtop_bnrWrap .bnrWrap.activity dl dd a strong{
	font-size: 20px;
	line-height: 1.6em;
}
.csrtop_bnrWrap .bnrWrap a:hover img{
	/*text-decoration: none!important;*/
	opacity: 0.6;
	transition: 0.3s;
}

/* ESG Toppage update 2021.10 by AWS ---*/
#esg_TitleBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #E8F2F6;
	align-items: center;
	padding: 50px 0;
	margin-bottom: 50px;
}
#esg_TitleBox .image {
	width: 35%;
	margin: 0 1% 0 14%;
}
#esg_TitleBox .image img {
	width: 100%;
}
#esg_TitleBox .title {
	width: 40%;
	margin: 0 8% 0 2%;
}
#esg_TitleBox .title h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
#esg_TitleBox .title p {
	font-size: 20px;
	color: #1D50A2;
}

#esg-hotnews {
	width: 1000px;
    margin: 0 auto;
    padding: 0px;
    display: block;
}
#esg-hotnews h2 {
	text-align: center;
	font-size: 30px;
	display: block;
	margin-bottom: 24px;
}
#esg-hotnews .hotnews-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#esg-hotnews .hotnews-inner a {
	width: 32%;
	transition: .25s;
}
#esg-hotnews .hotnews-inner dt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#esg-hotnews .hotnews-inner dt img {
	width: 100%;
	transition: .25s;
}
#esg-hotnews .hotnews-inner a:hover img {
	transform:scale(1.2,1.2);
}
#esg-hotnews .hotnews-inner dd {
	width: 100%;
	line-height: 1.5em;
}


#esg_top_menu {
	width: 100%;
    margin: 0;
    padding: 50px 0;
    display: block;
    background: #F2F2F2;
}
#esg_top_menu .menu-inner {
	width: 1000px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
#esg_top_menu dl {
	width: 32%;
}
body.en #esg_top_menu dt span.title {
	font-size: 24px;
}
/* 2022 */
#esg_top_menu dt {
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	position: relative;
	margin-bottom: 20px;
}
#esg_top_menu dt span.image {
	width: auto;
	height: 50px;
}
#esg_top_menu dt span.image img{
	width: auto;
	height: 50px;
}
#esg_top_menu dd {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 2px;
}
#esg_top_menu dd a {
	width: auto;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #fff;
	padding:0 24px 0 16px;
	margin-top: auto;
	margin-bottom: auto;
	transition: .25s;
}
#esg_top_menu dd a:hover {
	text-decoration: none;
	background: #eee;
}
#esg_top_menu dd a::after {
	display: block;
	content: "";
	width: 9px;
	height: 8px;
	background: url(../../csr/img/allow-esg.svg) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
#esg_top_menu dd span {
	width: auto;
	display: block;
	line-height: 1.3em;
}

#esg_top_menu .menu-inner-single {
	width: 1000px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
#esg_top_menu .menu-inner-single dl {
	width: 100%;
}
#esg_top_menu .menu-inner-single dt {
	width: 100%;
	display: block;
	background: inherit;
	height: auto;
	border-radius: 0;
	margin-bottom: 0;
}
#esg_top_menu .menu-inner-single dt::after {
	display: none;
}
#esg_top_menu .menu-inner-single a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6C9BD2;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	transition: 0.25s;
}
#esg_top_menu .menu-inner-single a:hover {
	text-decoration: none;
	background: #90bbff;
}
#esg_top_menu .menu-inner-single a span.image {
	width: 40px;
	margin: 0 10px;
}
#esg_top_menu .menu-inner-single a span.image img{
	width: 100%;
}
#esg_top_menu .menu-inner-single a span.title {
	color: #fff;
	font-size: 30px;
}

#esg-news-title { text-align: center; }

#esgTitleBox {
	width: 1000px;
	margin: 30px auto;
}
/*#esgTitleBox h2 {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
#esgTitleBox h2 span.image {
	margin-right: 20px;
}*/

/* 2022 */
/*#esgTitleBox h2 span.image {
	width: auto;
	height: 50px;
	background:#fff;
	padding-right:10px;
}
#esgTitleBox h2 span.image img {
	width: auto;
	height: 50px;
}*/

#esgTitleBox h3 {
	color: #05316B;
	padding-bottom: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
#esgTitleBox p {
	font-size: 18px;
}
h3.esg_h3 {
	display: flex;
	align-items: center;
}
h3.esg_h3 span.label {
	background: #05316B;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 16px 0 0;
}

.esg_special-talk-title {
	width: 80%;
	margin: 0 auto 50px;
	display: block;
}
.esg_special-talk-title img {
	width: 100%;
}


/* ESG Toppage update 2023.3 by AWS ---*/
#esg_top_evaluation {
	width: 100%;
  margin: 0px;
  padding-bottom: 30px;
  display: block;
	border-bottom: solid 1px #c8c8c8;
}
#esg_top_evaluation h2 {
	text-align: center;
  font-size: 30px;
  display: block;
  padding-bottom: 50px;
}
#esg_top_evaluation ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#esg_top_evaluation ul li {
	width: auto;
	margin: 0 10px 50px;
}
#esg_top_evaluation ul li span {
	width: auto;
	display: block;
	padding: 0 10px;
}
#esg_top_evaluation ul li img {
	width: auto;
	height: 150px;
}

@media all and (max-width: 1000px) {
	#esg_TitleBox {
		display: block;
	}
	#esg_TitleBox .image {
		width: auto;
		margin: 0 20px 40px;
	}
	#esg_TitleBox .image img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	#esg_TitleBox .title {
		width: auto;
		margin: 0 20px;
		text-align: center;
	}
	#esg_TitleBox .title h2 {
		font-size: 30px;
	}
	#esg_TitleBox .title p {
		font-size: 18px;
	}
	#esg-hotnews {
		width: auto;
	    margin: 0 20px;
	}
	#esg_top_menu .menu-inner {
		width: 100%;
		display: block;
	}
	#esg_top_menu .menu-inner-single {
		width: auto;
		margin: 0 20px;
	}
	#esg_top_menu dl {
		width: auto;
		margin: 0 20px 40px;
	}
	#esg_top_menu .menu-inner-single dl {
		width: 100%;
		margin: 0;
	}
	#esgTitleBox {
		width: auto;
		margin: 30px 20px;
	}
	#esgTitleBox.environment h2 span.image {
		width: 300px;
	}
	#esgTitleBox.social h2 span.image {
		width: 100px;
	}
	#esgTitleBox.governance h2 span.image {
		width: 300px;
	}
	#esg_top_evaluation ul {
		width: auto;
		margin: 0 20px;
	}
}

@media all and (max-width: 414px) {
	#esg-hotnews {
		width: 100%;
	    margin: 0;
	}
	#esg-hotnews .hotnews-inner {
		width: auto;
		margin: 0 20px;
		display: block;
	}
	#esg-hotnews .hotnews-inner a {
		width: auto;
		margin-bottom: 40px;
		display: block;
	}
	#esg_top_menu .menu-inner-single a span.title {
	    font-size: 16px;
	}
	#esg_top_evaluation {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

/* =======================================
   3: Youtube
========================================== */
.movie_wrap{
 position: relative;
 width: 100%;
}
.movie_wrap::before{
 content: "";
  display: block;
  padding-top: 56.25%;
}
.movie_wrap iframe{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
/*video .ver*/
.movie_wrap video{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:1px solid #efefef;
}



/*subpage*/
.csrTitleBox{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.csrTitleBox .titleBoxInner{
	width: 100%;
	max-width: 1380px;
	margin:0 auto;
}

@media screen and (min-width: 769px) {
	.csrTitleBox .titleBoxInner{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
	    justify-content: space-between;
	    -webkit-align-items: center;
	  	align-items: center;
	  	height: 308px;
	}
}/*769*/

.csrTitleBox .titleBoxInner .pagecategory{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
	width: 506px;
	height: 308px;
	text-align: center;
	background: url(../../csr/img/bg_pagecategory.jpg) no-repeat center left;
	background-size: cover;
}
.csrTitleBox .titleBoxInner .pagecategory strong{
	display: inline-block;
	margin-left: -40px;
	line-height: 36px;
	font-size: 24px;
	color: #05316B;
}
.csrTitleBox .titleBoxInner .titleWrap{
	width: calc(100% - 506px);
}
.csrTitleBox .titleBoxInner .titleWrap h2{
	margin-bottom: 20px;
}
.csrTitleBox .titleBoxInner .titleWrap h2 strong{
	font-size: 40px;
	color: #05316B;
}

.csrTitleBox .titleBoxInner .titleWrap p{
	font-size: 16px;
	color: #05316B;
}


.csrSubTitleBox{
	position:relative;
	width: 100%;
	padding:50px 0;
	margin-bottom: 50px;
	background:#F0FAFF;
}
.csrSubTitleBox .subTitleBoxInner{
	width: 90%;
	max-width: 1000px;
    margin: 0 auto;
}
.csrSubTitleBox .subTitleBoxInner h3 {line-height: 45px;}
.csrSubTitleBox .subTitleBoxInner h3 strong{
	line-height: 1.6rem;
	font-size: 26px;
	color: #222;
}
.csrSubTitleBox .subTitleBoxInner h3 span{
	font-size: 20px;
	font-weight: 600;
	color: #05316B;
	vertical-align: top;
}
.csrSubTitleBox .subTitleBoxInner p{
	color: #05316B;
}
.csrSubTitleBox .subTitleBoxInner .subtitle{
	font-size: 16px;
}
.csrSubTitleBox .subTitleBoxInner .caption{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}
.csrSubTitleBox .subTitleBoxInner img {
	display: inline-block;
	text-align: right;
	width: 100%;
}

/*jigyoukoken*/
.b-type_csr01{
	padding:30px;
	border-radius: 6px;
	border:1px solid #05316B;
}


/*csr_button*/
a.csr_button{
	position: relative;
	display: flex;
	align-items: center;
	/*width: calc(100% - 36px);
	max-width: 400px;
	margin:0 auto;*/
	margin: 0;
	width: auto;
	height: 50px;
	max-height: 50px;
	padding:0 30px 0 20px;
	text-align: left;
	border:1px solid #C8D4D9;
}
a.csr_button.left{margin:0;}

a.csr_button::after {
    position: absolute;
    content: "";
    display: block;
    top:calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../../csr/img/arrow_back_ios.png) no-repeat center;
    background-size: 100%;
}
a.csr_button span{
	font-size: 16px; color:
	#05316B; font-weight: 500;
}

a.csr_button:hover{
	text-decoration: none;
	background: #C8D4D9;
	transition: 0.3s;
}

/* page navi tab menu */
.pagenavi-tab {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 22;
}
.pagenavi-tab a.csr_button {
	display: inline-block;
	height: auto;
  padding: 16px 30px 12px 20px;
}
.pagenavi-tab a.csr_button::after {
    transform:rotate(90deg);
}

/*toppage*/
.hotnews_table a.csr_button{
	margin:0;
	max-width: 785px;
	line-height: 24px;
}
.hotnews_table a.csr_button span{font-size: 16px; font-weight: 400;}

/*underline*/
.underline{text-decoration: underline !important;}

/*boccia*/
.activity_achievement .flBetween .w30{
    width: calc(100% / 3 - 5px) ;
    max-width: 362px;
}
.activity_achievement img{
    display: block;
    width:100%;
    max-width: 362px;
    margin:0 auto;
}
.activity_achievement_eng {
    width: auto ;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.activity_achievement_eng img {
    display: block;
    width:100%;
    margin:0;
}

/* newpage 2023.3 add by AWS */
h3.esg-capset {
	width: auto;
	display: flex;
	align-items: center;
	font-size: 1.15em;
	color: #05316B;
	border-top: solid 1px #05316B;
	border-bottom: solid 1px #05316B;
	font-weight: 600;
	padding: 0.5em;
}
h3.esg-capset span {
	background: #05316B;
	color:#fff;
	padding: 0.5em 1em;
	margin-right: 1em;
	text-align: center;
	font-size: 0.9em;
}
h3.esg-nocap {
	width: auto;
	display: flex;
	align-items: center;
	font-size: 1.5em;
	/*color: #fff;*/
	border-left: solid 4px #05316B;
	background: #f5f5f5;
	font-weight: 600;
	padding: 1rem 0 0.75em 1em;
}
hr.esg-hr {
	width: 100%;
	border: none;
  border-top: solid 1px #cccccc;
  height: 1px;
  color: #FFFFFF;
  margin: 0 auto 50px;
}
.policy-list-head {
	font-size: 18px !important;
}
table.esg-table-tiles {
  border-collapse: collapse;
  padding: 0;
	margin: 0;
  width: 100%;
}
table.esg-table-tiles tr {
  background-color: #E7EEF6;
  padding: .35em;
  border-bottom: 1px solid #fff;
}
table.esg-table-tiles th,
table.esg-table-tiles td {
	line-height: 1.6;
  padding: 1em;
  border-right: 1px solid #fff;
	font-size: 1.05em;
	vertical-align: middle;
}
table.esg-table-tiles th:last-child,
table.esg-table-tiles td:last-child {
  border-right: 0;
}
table.esg-table-tiles thead tr{
  background-color: #106DC3;
  color:#fff;
}
table.esg-table-tiles thead th {	
	text-align: center;
}
table.esg-table-tiles tbody th {
	font-weight: 500;
}
table.esg-table-tiles tbody th.category {
  background: #05316B;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
table.esg-table-tiles tbody th.goal {
  background: #05316B;
	color: #fff;
}
table.esg-table-tiles .normal li{
	font-size: 1em !important;
	margin: 0 !important;
}
table.esg-table-tiles .non {
  background:#fff;
  border-right: 0;
}
table.esg-table-tiles .materiality {
	display: block;
}
table.esg-table-tiles .materiality img {
	display: block;
	margin: 0 auto 10px;
	max-width: 40px;
	max-height: 40px;
}

/* inner menu
 --------------------------------------------------------------------------*/
#esg-innerpage-menu {
	display: block;
	width: 1000px;
	margin: 0 auto 50px;
	z-index: 9999;
}
#esg-innerpage-menu ul {
	display: flex;
	width: auto;
	padding: 2rem;
	background: #eee;
	flex-wrap: wrap;
}
#esg-innerpage-menu ul li {
	margin-right: 10px;
	flex: 1;
}
#esg-innerpage-menu ul li a {
	display: block;
	width: auto;
  background-color: #0B4966;
	color: #fff;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: 0.25s;
}
#esg-innerpage-menu ul li a:hover {
  background-color: #fff;
	color: #0B4966;
	text-decoration: none;
}
#esg-innerpage-menu ul li:last-child {
	margin-right: 0;
}

/* 2023-12 update */
/* index
--------------------------------------------------------------------------*/
.sustainability-button {
	width: auto;
	display: inline-block;
	& a {
		width: auto;
		display: block;
		padding: 1em 4em 1em 2em;
		font-size: 1em;
		position: relative;
		text-align: center;
		background: #fff;
		transition: 0.25s;
	}
	& a::after {
		width: 9px;
		height: 10px;
		display: block;
		content: "";
		background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	& a:hover {
		text-decoration: none;
		background: #e9f6ff;
	}
}
.sustainability-button-wide {
	display: inline-block;
	& a {
		width: auto;
		display: block;
		padding: 1em 4em 1em 2em;
		font-size: 1.25em;
		position: relative;
		text-align: center;
		background: #fff;
		transition: 0.25s;
		border: 2px solid #5480AC;
	}
	& a::after {
		width: 9px;
		height: 10px;
		display: block;
		content: "";
		background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	& a:hover {
		text-decoration: none;
		background: #e9f6ff;
	}
}
#sustainability-index-title {
	width: 100%;
	display: block;
	position: relative;
	background: url(../../csr/img/2023/index-title.jpg) no-repeat top right;
	background-size: 100% 100%;
	background-attachment: fixed;
	z-index: 1;

	.sustainability-index-title-wrapp {
		display: block;
		width: 90%;
		padding: 200px 0;
		margin: 0 auto;
		color: #fff;

		& h2 {
			display: block;
			font-size: 3em;
			margin-bottom: 3rem;
		}
		& p {
			display: block;
			font-size: 1.25em;
			line-height: 2em;
			margin-bottom: 2rem;
		}
		& p.eng-text {
			width: 60%;
		}
	}
}
#sustainability-index-message {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: -60px;
	margin-bottom: 80px;
	.sustainability-index-message-left {
		width: 23%;
		margin-left: 5%;
		margin-right: 7%;
		padding: 160px 0 80px;
		& h2 {
			font-size: 2em;
			margin-bottom: 2rem;
			font-weight: 500;
		}
		.text-lead {
			font-size: 2.15em;
			line-height: 1.8em;
			margin-bottom: 2rem;
			font-weight: 500;
		}
		.text-name {
			& p {
				line-height: 2em;
			}
			& span {
			font-size: 1.75em;
			}
		}
	}
	.sustainability-index-message-right {
		width: 65%;
		padding: 140px 0 0;
		position: relative;
		display: flex;
		background: rgb(101,205,210);
		background: linear-gradient(90deg, rgba(101,205,210,1) 0%, rgba(93,132,191,1) 100%);
		z-index: 2;
		.ceoimage {
			width: 35%;
			position: absolute;
			bottom: 0;
			left: -10%;
			margin-left: -5%;
			object-fit: contain;
		}
		.message-text {
			width: auto;
			padding: 0 5% 80px 20%;
			color: #fff;
		}
	}	
	.sustainability-index-message-right::before {
		width: 50%;
		height: 80px;
		display: block;
		content: "";
		background: url(../../csr/img/2023/index-tx-ceomassage.svg) no-repeat;
		background-size: 100%;
		position: absolute;
		top:0;
		right: 0;
		opacity: 0.2;
	}
}
#sustainability-index-menu1 {
	width: 95%;
	margin-right: 5%;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
	background: url(../../csr/img/2023/index-sustainability-back.jpg) no-repeat top right;
	background-size: 100% 100%;
	background-attachment: fixed;
	position: relative;

	.sustainability-index-menu1-left {
		width: 20%;
		margin-left: 5%;
		& h2 {
			font-size: 2em;
			margin-bottom: 2rem;
			font-weight: 500;
			color: #fff;
		}
		& p {
			font-size: 1.25em;
			margin-bottom: 2rem;
			font-weight: 500;
			color: #fff;
		}
	}
	.sustainability-index-menu1-right {
		width: 70%;
		margin-right: 5%;
		& ul {
			display: flex;
			position: relative;
			flex-wrap: wrap;
			& li {
				width: 32%;
				margin: 0 0.5% 10px;
			}
			& a {
				width: auto;
				height: 200px;
				padding-right: 30px;
				display: flex;
				justify-content: center;
				align-items: center;
				background: #fff;
				text-align: center;
				font-size: 1.15em;
				line-height: 1.8em;
				font-weight: 500;
				position: relative;
				transition: 0.25s;
			}
			& a:hover {
				text-decoration: none;
				background: #e9f6ff;
			}
			& a::after {
				width: 14px;
				height: 16px;
				display: block;
				content: "";
				background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top right;
				background-size: 100%;
				position: absolute;
				top: 50%;
				right: 20px;
				margin-top: -8px;
			}
		}
	}
}
#sustainability-index-menu1::after {
	width: 45%;
	height: 75px;
	display: block;
	content: "";
	background: url(../../csr/img/2023/index-tx-sustainability.svg) no-repeat bottom right;
	background-size: 100%;
	position: absolute;
	bottom:0;
	right: 0;
	opacity: 0.2;
}
#sustainability-index-menu2 {
	width: 90%;
	margin: 0 5% 80px;
	.title-wrapp {
		width: auto;
		height: 50px;
		display: block;
		position: relative;
		text-align: center;
		padding-bottom: 80px;

		& h2 {
			font-size: 2em;
			padding-top: 0.5rem;
			font-weight: 500;
		}
		.sustainability-button {
			position: absolute;
			top: 0;
			right: 0;
		}
	}
	.sustainability-index-menu2-menu {
		width: 100%;
		display: flex;
		justify-content: space-between;

		& dl {
			width: 32%;
			position: relative;
		}
		
		.menu-environment::after {
			width: 100%;
			height: 75px;
			display: block;
			content: "";
			background: url(../../csr/img/2023/index-tx-environment.svg) no-repeat bottom center;
			background-size: 100%;
			position: absolute;
			bottom:0;
			left: 0;
			opacity: 0.2;
		}
		.menu-social::after {
			width: 50%;
			height: 75px;
			display: block;
			content: "";
			background: url(../../csr/img/2023/index-tx-social.svg) no-repeat bottom center;
			background-size: 100%;
			position: absolute;
			bottom:0;
			left: 25%;
			opacity: 0.2;
		}
		.menu-governance::after {
			width: 90%;
			height: 75px;
			display: block;
			content: "";
			background: url(../../csr/img/2023/index-tx-governance.svg) no-repeat bottom center;
			background-size: 100%;
			position: absolute;
			bottom:0;
			left: 5%;
			opacity: 0.2;
		}
		& dt {
			width: 100%;
			padding: 120px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			border-top: 4px solid #5480AC;
			& span {
				font-size: 2em;
			}
		}
		.menu-environment dt {
			background: url(../../csr/img/2023/index-environment.png) no-repeat top right;
			background-size: cover;
		}
		.menu-social dt {
			background: url(../../csr/img/2023/index-social.png) no-repeat top right;
			background-size: cover;
		}
		.menu-governance dt {
			background: url(../../csr/img/2023/index-governance.png) no-repeat top right;
			background-size: cover;
		}
		& dd {
			min-height: 420px;
			background: rgb(154,188,218);
			background: linear-gradient(0deg, rgba(154,188,218,1) 0%, rgba(198,199,220,1) 100%);
			padding: 2rem 2rem 0.5rem;
			& a {
				width: auto;
				display: block;
				margin-bottom: 10px;
				padding: 1em 4em 1em 2em;
				font-size: 1.15em;
				font-weight: 500;
				position: relative;
				text-align: center;
				background: #fff;
				text-align: left;
				transition: 0.25s;
				z-index: 2;
			}
			& a::after {
				width: 9px;
				height: 10px;
				display: block;
				content: "";
				background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top center;
				background-size: 100%;
				position: absolute;
				top: 50%;
				right: 10px;
				margin-top: -5px;
			}
			& a:hover {
				text-decoration: none;
				background: #e9f6ff;
			}
		}
	}
}

@media screen and (max-width: 1500px) {
	#sustainability-index-menu2 {
		.sustainability-index-menu2-menu {
			& dd {
				min-height: 560px;
			}
		}
	}
}
@media screen and (max-width: 1040px) {
	#sustainability-index-menu2 {
		.sustainability-index-menu2-menu {
			& dd {
				min-height: 660px;
			}
		}
	}
}


#sustainability-index-evaluation {
	width: 90%;
	margin: 0 5% 80px;
	& h2 {
		font-size: 2em;
		padding-top: 0.5rem;
		font-weight: 500;
		text-align: center;
		margin-bottom: 80px;
	}
	& ul {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
		& li {
			width: auto;
			height: 160px;
			margin: 20px;
			& img {
				height: 160px;
			}
		}
	}
}
#sustainability-index-boccia {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
	background: #6CABCA url(../../csr/img/2023/index-boccia.jpg) no-repeat top right;
	background-size: 100%;
	position: relative;

	.index-boccia-wrapp {
		width: auto;
		padding: 80px 5%;
		color: #fff;

		.text-catch {
			font-size: 1.25em;
			margin-bottom: 30px;
		}
		& h2 {
			width: 100%;
			font-size: 2em;
			font-weight: 500;
			margin-bottom: 2rem;
		}
		& h2.eng-text {
			width: 50%;
			font-size: 1.75em;
			line-height: 1.8em;
		}
		.text-lead {
			width: 100%;
			font-size: 1.15em;
			line-height: 1.8em;
			margin-bottom: 2rem;
			font-weight: 500;
		}
		& ul {
			width: auto;
			display: inline-block;

			& li {
				width: 100%;
				
				& a {
					width: auto;
					display: block;
					margin-bottom: 10px;
					padding: 1em 4em 1em 2em;
					font-size: 1.15em;
					font-weight: 500;
					position: relative;
					text-align: center;
					background: #fff;
					text-align: left;
					transition: 0.25s;
				}
				& a::after {
					width: 9px;
					height: 10px;
					display: block;
					content: "";
					background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top center;
					background-size: 100%;
					position: absolute;
					top: 50%;
					right: 10px;
					margin-top: -5px;
				}
				& a:hover {
					text-decoration: none;
					background: #e9f6ff;
				}
			}
		}
	}
}
#sustainability-index-boccia::after {
	width: 20%;
	height: 90px;
	display: block;
	content: "";
	background: url(../../csr/img/2023/index-tx-boccia.svg) no-repeat bottom center;
	background-size: 100%;
	position: absolute;
	bottom:0;
	right: 0;
	opacity: 0.2;
}

/* sustainability title 2023 Version */
.sustainability-title-wrapp {
	width: 100%;
	display: block;
	position: relative;
}
.sustainability-title-wrapp.environment {
	background: #f0f9fc url(../../csr/img/2023/environment-title.png) no-repeat bottom right;
	background-size: contain;
}
.sustainability-title-wrapp.social {
	background: #f0f9fc url(../../csr/img/2023/social-title.png) no-repeat bottom right;
	background-size: 50%;
}
.sustainability-title-wrapp.governance {
	background: #f0f9fc url(../../csr/img/2023/governance-title.png) no-repeat bottom right;
	background-size: 50%;
}
.sustainability-title-wrapp.boccia {
	background: url(../../csr/img/2023/boccia-title.png) no-repeat top right;
	background-size: 100%;
	padding: 50px 0 30px;
}
.sustainability-title-wrapp.boccia .csrSubTitleBox .subTitleBoxInner .subtitle {
	width: 50%;
}
#esgTitleBox.sdgs-icon-plus {
	width: 90%;
  max-width: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 20px;
	margin: 0 auto;
	.sdgs-icon {
		width: 30%;
	}
}
.sdgs-icon {
	height: auto;
	text-align: center;
	margin-bottom: 20px;
		
	& span {
		width: auto;
		display: block;
		text-align: center;
		padding: 5px 16px;
		margin-bottom: 10px;
		background-color: #333;
		color: #fff;
	}
	& img {
		width: 100% !important;
		height: auto;
	}
}
.b-type_csr01	.sdgs-icon {
	width: 100%;
}
#esgTitleBox {
	& h2 {
		width: auto;
		display: block;
		padding: 0 0 20px;
		
		& span {
			width: auto;
			font-size: 2.5em;
			padding-right:10px;
		}
	}
}
.csrSubTitleBox {
	padding: 0 0 50px;
	background: rgba(255,255,255,0);
}
.sustainability-case-list {
	border-top: 1px solid #ccc;
	& dl {
		& dt {
			display: block;
			padding: 16px 10px 14px;
			border-bottom: 1px solid #ccc;
			font-weight: 600;
			color: #05316B;
			background-color: #f0f9fc;
		}
		& dd {
			display: block;
			padding: 16px 10px 14px;
			border-bottom: 1px solid #ccc;
		}
	}
}

.sustainability-talk-wrapp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	.people {
		width: 80px;
		text-align: center;
		font-size: 1.15em;
		font-weight: 600;
		& span:nth-child(1) {
			display: block;
			width: 80px;
			height: 80px;
			margin-bottom: 6px;
			border-radius: 40px;
			overflow: hidden;
			& img {
				width: 100%;
			}
		}
	}
	.talk {
		width: calc( 100% - 120px );
		font-size: 1.05em;
	}
}

/*---------------------------------------------------------------------------
/* CSR > 1000px
 --------------------------------------------------------------------------*/
 @media screen and (max-width: 1024px) {
	#homeTitleBox {
		width: auto;
		margin: 0 20px 20px;
	}
	/* inner menu */
	#esg-innerpage-menu {
		width: 100%;
		margin: 0 0 50px;
	}

	/* 2023-12 update */
	/* index
	-----------------------------------------------------------------------*/
	#sustainability-index-title {
		background: url(../../csr/img/2023/index-title-sp.jpg) no-repeat top right;
		background-size: 100%;
	
		.sustainability-index-title-wrapp {
			padding: 10vh 0;
		}
	}
	#sustainability-index-message {
		margin-bottom: 60px;

		.sustainability-index-message-left {
			width: 25%;

			.text-lead {
				font-size: 1.75em;
			}
			.text-name {
				& span {
					display: block;
					font-size: 1.75em;
				}
			}
		}
		.sustainability-index-message-right {
			width: 55%;
			padding: 80px 5% 0;

			.ceoimage {
				width: 40%;
			}
		}	
		.sustainability-index-message-right::before {
			width: 70%;
		}
	}
	#sustainability-index-menu1 {
		margin-bottom: 60px;
		padding: 60px 0;
		background: url(../../csr/img/2023/index-sustainability-sp.jpg) no-repeat top right;
		background-size: 100% 100%;
		
		.sustainability-index-menu1-left {
			width: 30%;
			& h2 {
				line-height: 1.4em;
			}
		}
		.sustainability-index-menu1-right {
			width: 55%;
			& ul {
				
				& li {
					width: 100%;
				}
				& a {
					height: 80px;
				}
				& a:hover {
					text-decoration: none;
					background: #e9f6ff;
				}
				& a::after {
					width: 14px;
					height: 16px;
					display: block;
					content: "";
					background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top right;
					background-size: 100%;
					position: absolute;
					top: 50%;
					right: 20px;
					margin-top: -8px;
				}
			}
		}
	}
	#sustainability-index-boccia {
		padding: 60px 0;
		background: url(../../csr/img/2023/index-boccia-sp.jpg) no-repeat bottom right;
		background-size: 100%;
	
		.index-boccia-wrapp {
			padding: 0 5% 500px;
		}
	}
	#sustainability-index-boccia::after {
		width: 50%;
		height: 120px;
	}

	/* sustainability title(environment) */
	.sustainability-title-wrapp.environment {
		background: #f0f9fc url(../../csr/img/2023/environment-title.png) no-repeat bottom right;
		background-size: cover;
	}
	#esgTitleBox.sdgs-icon-plus {
		display: block;
	}
	.sustainability-title-wrapp.boccia {
		background: url(../../csr/img/2023/boccia-title-sp.png) no-repeat center right;
		background-size: cover;
		padding: 50px 0 30px;
	}
	.sustainability-title-wrapp.boccia .csrSubTitleBox .subTitleBoxInner .subtitle {
		width: 90%;
	}
	#esgTitleBox.sdgs-icon-plus .sdgs-icon {
		width: auto;
		display: inline-block;
	}
	.csrSubTitleBox {
		padding: 30px 0;
		background: rgba(255,255,255,0.5);
	}
 }

/*---------------------------------------------------------------------------
/* CSR スマホ　CSS
 --------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	/*toppage*/
	.csr_toppage_intro_Wrap{
		position: relative;
		width: 100%;
		min-height: 200px;
		margin:0px 0 60px;
		background: url(../../csr/img/bg_csr_toppage.jpg) no-repeat center top;
		background-size: 819px;
	}
	.csr_toppage_intro_Wrap .titleBoxInner{
		position: relative;
		width: 100%;
		padding:100px 0 80px;
	}
	.csr_toppage_intro_Wrap .titleBoxInner .pagecategory{
		margin-left: 10px;
		line-height: 40px;
		font-size: 24px;
	}
	.csr_toppage_intro_Wrap .introLead{
		font-size: 18px;
		line-height: 30px;
	}
	table.hotnews_table{margin:0 auto;}
	table.hotnews_table th,
	table.hotnews_table td{display: block;width: 100%; padding-left: 0;}
	table.hotnews_table th{
	    width: 100%;
		padding:10px 0;
		margin-bottom: 20px;
	}
	table.hotnews_table td a.csr_button{
	    margin: 0 auto;
	}

	.csrtop_bnrWrap .bnrWrap.jigyoukouken a,
	.csrtop_bnrWrap .bnrWrap.workstyle a,
	.csrtop_bnrWrap .bnrWrap.social a{
		width: calc(100% - 60px);
		padding: 60px 30px; 
		text-align: center;
	}

	/*subpage*/	
	#homeTitleBox h2 {
	    margin: 0 0 20px;
			padding: 0;
	}
	body.csr #homeTitleBox p {
	    width: auto;
	    margin: 0 20px;
	}
	.csrTitleBox .titleBoxInner .pagecategory{
		height: 160px;
	}
	.csrTitleBox .titleBoxInner .titleWrap{
		width: 100%;
		padding:30px 0;
	}
	.csrTitleBox .titleBoxInner .titleWrap h2,
	.csrTitleBox .titleBoxInner .titleWrap p{
		width: 90%;
		margin:0 auto;
		font-size: 16px;
	}
	.csrTitleBox .titleBoxInner .titleWrap h2 strong{font-size: 24px;}
	.csrSubTitleBox .subTitleBoxInner h3{margin-bottom: 20px; line-height: 30px;}
	.csrSubTitleBox .subTitleBoxInner h3 strong{
		line-height: 24px;
		font-size: 20px;
	}
	.csrSubTitleBox .subTitleBoxInner h3 span{font-size: 16px;}
	.activity_achievement .flBetween .w30{width: 100%; margin: 0 auto;}
	.activity_achievement_eng {
	    width: auto ;
	    display: block;
	}
	h3.esg-capset {
		width: auto;
		display: block;
	}
	h3.esg-capset span {
		display: block;
		width: auto;		
    margin-right: 0;
		margin-bottom: 1em;
	}

	/* 2023-12 update */
	/* index
	--------------------------------------------------------------------------*/
	.sustainability-button {
		width: 100%;
	}
	#sustainability-index-title {
		background: url(../../csr/img/2023/index-title-sp.jpg) no-repeat top right;
		background-size: cover;

		.sustainability-index-title-wrapp {
			padding: 50px 0;

			& h2 {
				font-size: 2.25em;
				margin-bottom: 2rem;
			}
			& p {
				font-size: 1.5em;
			}			
			& p.eng-text {
				width: 100%;
			}
		}
	}
	#sustainability-index-message {
		width: 100%;
		display: block;
		margin-top: 0;
		margin-bottom: 60px;

		.sustainability-index-message-left {
			width: 60%;
			margin-left: 5%;
			padding: 60px 0;

			& h2 {
				font-size: 1.75em;
			}
			.text-lead {
				font-size: 1.5em;
				margin-bottom: 1.8rem;
			}
			.text-name {
				margin-left: 60%;
				& p {
					line-height: 2em;
				}
				& span {
					display: block;
					font-size: 1.5em;
				}
			}
		}
		.sustainability-index-message-right {
			width: 100%;
			padding: 0;
			margin-top: 0;
			display: block;
			background: #fff;
			z-index: 0;
			
			.ceoimage {
				width: 35%;
				margin-left: 65%;
				object-fit: contain;
				top: -286px;
				left: auto;
			}
			.message-text {	
				background: rgb(101,205,210);
				background: linear-gradient(90deg, rgba(101,205,210,1) 0%, rgba(93,132,191,1) 100%);
				width: auto;
				padding: 40px 5% 80px;
				color: #fff;
			}
		}	
		.sustainability-index-message-right::before {
			width: 80%;
			height: 80px;
			top: auto;
			bottom: -20px;
		}
	}
	#sustainability-index-menu1 {
		width: 100%;
		background: url(../../csr/img/2023/index-sustainability-sp.jpg) no-repeat top right;
		background-size: cover;
		margin-right: 0;
		margin-bottom: 60px;
		display: block;
		padding: 60px 0;
		background-size: cover;
		position: relative;

		.sustainability-index-menu1-left {
			width: auto;
			margin-left: 5%;
			margin-right: 5%;
			margin-bottom: 60px;

			& h2 {
				font-size: 1.75em;
				text-align: center;
			}
			& p {				
				text-align: center;
				margin-bottom: 40px;
			}
			.sustainability-button {
				width: 50%;
				margin: 0 25%;
				display: block;
			}
		}
		.sustainability-index-menu1-right {
			width: auto;
			margin-left: 5%;
			margin-right: 5%;

			& ul {
				display: block;

				& li {
					width: 100%;
					display: block;
					margin: 0 0 10px;
				}
				& a {
					width: auto;
					height: 100px;
					font-size: 1.15em;
				}
				& a:hover {
					text-decoration: none;
					background: #e9f6ff;
				}
				& a::after {
					width: 14px;
					height: 16px;
					display: block;
					content: "";
					background: url(../../csr/img/2023/ico-arrow.svg) no-repeat top right;
					background-size: 100%;
					position: absolute;
					top: 50%;
					right: 20px;
					margin-top: -8px;
				}
			}
		}
	}
	#sustainability-index-menu1::after {
		width: 100%;
	}
	#sustainability-index-menu2 {
		width: 90%;
		margin: 0 5% 60px;
		.title-wrapp {
			height: auto;
			padding-bottom: 60px;

			& h2 {
				font-size: 1.75em;
				padding-top: 0;
				margin-bottom: 40px;
			}
			.sustainability-button {
				width: 50%;
				margin: 0 25%;
				position: relative;
			}
		}
		.sustainability-index-menu2-menu {
			width: 100%;
			display: block;

			& dl {
				width: 100%;
				position: relative;
			}
			
			& dt {
				padding: 60px 0;
				height: 170px;

				& span {
					font-size: 1.75em;
				}
			}
			& dd {
				min-height: auto;
				padding: 40px 5% 60px;
			}
		}
	}

	#sustainability-index-boccia {
		display: block;
		padding: 60px 0 400px;
		background: url(../../csr/img/2023/index-boccia-sp.jpg) no-repeat bottom right;
		background-size: 100%;

		.index-boccia-wrapp {
			width: 50%;
			padding: 0 0 0 5%;

			& h2 {
				font-size: 1.75em;
			}
			& h2.eng-text {
				width: 100%;
			}
		}
	}
	#sustainability-index-boccia::after {
		width: 60%;
		height: 100px;
	}

}/*768px*/

@media screen and (max-width: 480px) {
	/* inner menu */
	#esg-innerpage-menu {
		width: 100%;
	}
	#esg-innerpage-menu ul {
		display: block;
	}
	#esg-innerpage-menu ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.sustainability-title-wrapp.social {
		background-size: 100%;
	}
	.sustainability-title-wrapp.governance {
		background: #f0f9fc url(../../csr/img/2023/governance-title-sp.png) no-repeat bottom right;
		background-size: 100%;
	}

	/* 2023-12 update */
	/* index
	--------------------------------------------------------------------------*/
	#sustainability-index-message {
		width: 100%;
		display: block;
		margin-top: 0;
		margin-bottom: 60px;

		.sustainability-index-message-left {
			width: 90%;
			margin-left: 5%;
			margin-right: 5%;
			padding: 60px 0 140px;
			
			.text-name {
				margin-left: 60%;
			}
		}
		.sustainability-index-message-right {
			margin-top: 0;
			
			.ceoimage {
				width: 55%;
				margin-left: 10%;
				top: -230px;
			}
		}	
		.sustainability-index-message-right::before {
			width: 100%;
			bottom: -35px;
		}
	}
	#sustainability-index-menu1 {

		.sustainability-index-menu1-left {
			.sustainability-button {
				width: 100%;
				margin: 0;
			}
		}
		.sustainability-index-menu1-right {
			width: auto;
			margin-left: 5%;
			margin-right: 5%;
		}
	}
	#sustainability-index-menu1::after {
		width: 100%;
	}
	#sustainability-index-menu2 {
		.title-wrapp {
			height: auto;
			padding-bottom: 60px;

			.sustainability-button {
				width: 100%;
				margin: 0;
			}
		}
	}
	#sustainability-index-evaluation {
		width: 90%;
		margin: 0 5% 60px;
		& h2 {
			font-size: 1.75em;
			padding-top: 0;
			margin-bottom: 60px;
		}
		& ul {
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 60px;
			
			& li {
				width: 24%;
				height: auto;
				margin: 10px;
				& img {
					height: auto;
				}
			}
		}
	}
	#sustainability-index-boccia {
		display: block;
		padding: 60px 0 400px;
		background: url(../../csr/img/2023/index-boccia-sp.jpg) no-repeat bottom right;
		background-size: 100%;

		.index-boccia-wrapp {
			width: 90%;
			padding: 0 5%;

			& h2 {
				width: 100%;
				font-size: 1.75em;
			}
			.text-lead {
					width: 100%;
			}
			& ul {
				width: 100%;
			}
		}
	}
	#sustainability-index-boccia::after {
		width: 100%;
	}
}/*480px*/