@charset "UTF-8";

.CategoryTop-Content-2Box,
.CategoryTop-Content-3Box{
	display: flex;
	padding: 0;
	margin: 0;
}
.CategoryTop-Content-2Box .Box {
	width : 50% ;
	width : -webkit-calc(100% / 2) ;
	width : calc(100% / 2) ;
	/*
	display: flex;
	flex-direction: column;
	*/
	margin-right: 10%;
}
.CategoryTop-Content-3Box .Box {
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin-right: 10%;
}
.CategoryTop-Content-2Box .Box:last-child,
.CategoryTop-Content-3Box .Box:last-child {
	margin-right: 0;
}
.CategoryTop-Content-2Box .Box h2,
.CategoryTop-Content-3Box .Box h2{
	/*flex-grow: 1;*/
	margin-bottom: 18px;
}
.CategoryTop-Content-2Box .Box p{
	/*align-items:flex-end;*/
}

table.Table-Custom01 tr th,
table.Table-Custom01 tr td{
	padding: 10px!important;
}
table.Table-Custom01 tr th.mText--top,
table.Table-Custom01 tr td.mText--top{
	vertical-align: top!important;
}

.mText__regular--indent{
	text-indent: -2.8em!important;
	margin-left: 2.8em!important;
}
.mText--indent {
 	text-indent: 1em;
}
.mText--indent2 {
 	text-indent: 2em;
}
 
.mImage__pc--50per img{
	width: 50%;
}

.mWhatNew-sus {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  border-top: 1px #c8c8c8 solid;
}
.News-flex{
	display: flex;
	border-bottom: #c8c8c8 1px solid;
}

.mWhatNew-sus__dt {
	display: flex;
  left: 0;
	width: 360px;
  margin: 0;
  padding: 12px 12px 13px 12px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
span.News-date{
	display: inline-block;
	box-sizing:border-box;
	width: 140px;
	margin-right: 16px;
}
span.News-label{
	flex: 1;
	display: inline-block;
	box-sizing:border-box;
	height:30px;
	padding: 0px 16px;
	width: 20em;
	text-align: center;
	font-weight: normal;
	font-size: 1rem;
	border: 1px solid #ccc;
}
.mWhatNew-sus__dd {
  flex: 1;
  margin: 0;
  padding: 12px 12px 13px 12px;
  /*border-bottom: #c8c8c8 1px solid;*/
  font-size: 1.0625rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: left;
}
.mWhatNew-sus__dd a {
  position: relative;
  padding-bottom: 0.1176470588em;
  /*text-decoration: underline;*/
  text-decoration: none;	
}
.mWhatNew-sus__dd a:hover {
  text-decoration: underline;
}
.flex--card{
	display: flex!important;
	align-items: stretch;
}
.bgColor--white{
	background: #fff!important;
}
.bgColor--white p.mText__regular--small {
	line-height: 1.6!important;
}
th.bgColor--green1{
	background-color: #BDD8A1;
}
th.bgColor--green2{
	background-color: #EEF3E1;
}
.eng-Word-break {
  word-break: break-all;
}
.bgColor-td-LightGray{
	background-color:#f5f5f5!important;
}
@media (max-width: 767px) {
	.mTable__scroll {
		width: calc(100% + 12.5px);
		overflow: scroll;
	}
	.mTable__scroll .mTableType1,
	.mTable__scroll .mTableType2,
	.mTable__scroll .mTableType3,
	.mTable__scroll .mTableType4 {
		/*white-space: nowrap;*/
		width:160%;
		white-space: normal!important;
		table-layout: auto;
	}
	.Table-Custom01{
		/*white-space: nowrap;*/
		width:200%!important;
		white-space: normal!important;
		table-layout: auto;
	}
}
/*
@media screen and (max-width: 2000px) {
	.mTable__scroll-1200 {
		width: calc(100% + 12.5px);
		overflow: scroll;
	}
	.mTable__scroll-1200 .mTableType1,
	.mTable__scroll-1200 .mTableType2,
	.mTable__scroll-1200 .mTableType3,
	.mTable__scroll-1200 .mTableType4 {
		white-space: nowrap;
		width:160%;
		white-space: normal!important;
		table-layout: auto;
	}
}
*/
.mTable__scroll-1200 {
	position: relative;
	width: calc(100% + 12.5px);
	overflow: scroll;
}
.mTable__scroll-1200 .mTableType1,
.mTable__scroll-1200 .mTableType2,
.mTable__scroll-1200 .mTableType3,
.mTable__scroll-1200 .mTableType4 {
	/*white-space: nowrap;*/
	width:200%;
	white-space: normal!important;
	table-layout: auto;
	margin-top: 10px;
}

.mTable__scroll-1200{
  cursor: grab;
}
.mTable__scroll-1200:active {
  cursor: grabbing;
}

@media screen and (max-width: 768px) {
	.mTable__scroll-1200 .mTableType2.w400per {
		width:400%;
		white-space: normal!important;
		table-layout: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	figure.pic-W50 img {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.News-flex{
		display: block;
	}
	.mWhatNew-sus__dt {
	  padding: 12px 12px 0 12px;
	}
	.flex--card{
		display: flex!important;
		align-items: stretch;
	}
	.flex--card h6{
		padding:5px 15px 5px!important;
	}
	.flex--card p{
		padding: 0 15px 15px!important;
	}
}

@media (max-width: 767px) {
	.CategoryTop-Content-2Box,
	.CategoryTop-Content-3Box{
		display: block;
	}
	.CategoryTop-Content-2Box .Box,
	.CategoryTop-Content-3Box .Box{
		width: 100%;
		display: block;
		margin-bottom: 0px;
	}
	.CategoryTop-Content-2Box .Box h2,
	.CategoryTop-Content-3Box .Box h2{
		flex-grow: 1;
		margin-bottom: 30px;
	}

	.CategoryTop-Content-2Box .Box p,
	.CategoryTop-Content-3Box .Box p	{
		margin-bottom: 24px;
	}
	.CategoryTop-Content-2Box .Box p:last-child,
	.CategoryTop-Content-3Box .Box p:last-child	{
		margin-bottom: 50px;
	}
	
	.sp-flex{
		display: flex!important;
	}
	.sp-flex figure{
		display: flex!important;
		width: 20%;
		vertical-align: bottom;
	}
	.mImage__pc--50per img{
	width: 100%;
	}
}

/*--------*/
.SA-Soc-CeoName {
	max-width: 360px;
}
@media screen and (max-width: 767px) {
  .SA-Soc-CeoName {
    width: 60%;
  }
}
/*--------*/
.mPage__kv-susTop {
  margin: 0;
}
.mPage__kv-susTop img {
  object-fit: cover;
  width: 100%;
  /*height: 450px;*/
  height: auto;
  max-height: 800px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .mPage__kv-susTop img {
    object-fit: fill;
    height: auto;
  }
}
/*--------*/
.mContentsBox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.mContentsBox1__each {
  /*width: calc((100% - 28px) / 2);
  margin-top: 28px;*/
  width: calc((100%) / 1);
  margin: 28px auto 0;
}
.mContentsBox1__anchor {
  display: flex;
  justify-content: space-between;
  height: 100%;
  /*padding: 25px 5.11946%;*/
  /*padding: 22px 3%;*/
  padding: 0;
  /*border: #c8c8c8 1px solid;*/
  /*transition: border 0.3s;*/
}
.mContentsBox1__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*width: 44.65649%;*/
  width: 58%;
}
.mContentsBox1__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.1875rem;
  letter-spacing: 0.06em;
}
.mContentsBox1__read {
  margin: 12px 0;
  font-size: 1.0625rem;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}
.mContentsBox1__link {
  display: inline-flex;
  align-items: center;
  margin: auto 0 0 0;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}
.mContentsBox1__image {
  display: flex;
  align-items: center;
  /*width: 50%;*/
  width: 38%;
  height: 100%;
  margin: 0;
}
.mContentsBox1__image img {
  width: 100%;
}
@media (hover: hover) {
  .mContentsBox1__anchor:hover {
    border-color: #be000b;
  }
}
@media screen and (max-width: 767px) {
  .mContentsBox1 {
    display: block;
    margin-top: 0;
    margin-bottom: 12.5px;
    padding-bottom: 0;
  }
  .mContentsBox1__each {
    width: 100%;
    margin-top: 12.5px;
  }
  .mContentsBox1__anchor {
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 12.5px 12.5px 44px 12.5px;
  }
  .mContentsBox1__caption {
    display: block;
    width: 100%;
  }
  .mContentsBox1__title {
    font-size: 1.0625rem;
  }
  .mContentsBox1__read {
    margin: 10px 0;
    font-size: 0.9375rem;
  }
  .mContentsBox1__link {
    position: absolute !important;
    right: 12.5px;
    bottom: 12.5px;
    margin: auto 0 0 0;
    font-size: 0.9375rem;
  }
  .mContentsBox1__image {
    display: flex;
    /*width: 163px;*/
	width: 100%;
	margin: 0 0 16px 0;
  }
}
/*--------*/
.mContentsBox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.mContentsBox3__each {
  /*width: calc((100% - 28px) / 2);*/
  width: calc((100% - 28px) / 3);
  margin-top: 28px;
}
.mContentsBox3__anchor {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 25px 5.11946%;
  border: #c8c8c8 1px solid;
  transition: border 0.3s;
}
.mContentsBox3__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*width: 44.65649%;*/
  width: 100%;
}
.mContentsBox3__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.1875rem;
  letter-spacing: 0.06em;
}
.mContentsBox3__read {
  margin: 12px 0;
  font-size: 1.0625rem;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}
.mContentsBox3__link {
  display: inline-flex;
  align-items: center;
  margin: auto 0 0 0;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}
.mContentsBox3__image {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0;
}
.mContentsBox3__image img {
  width: 100%;
}
@media (hover: hover) {
  .mContentsBox3__anchor:hover {
    border-color: #be000b;
  }
}
@media screen and (max-width: 767px) {
  .mContentsBox3 {
    display: block;
    margin-top: 0;
    margin-bottom: 12.5px;
    padding-bottom: 0;
  }
  .mContentsBox3__each {
    width: 100%;
    margin-top: 12.5px;
  }
  .mContentsBox3__anchor {
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 12.5px 12.5px 44px 12.5px;
  }
  .mContentsBox3__caption {
    display: block;
    width: 100%;
  }
  .mContentsBox3__title {
    font-size: 1.0625rem;
  }
  .mContentsBox3__read {
    margin: 10px 0;
    font-size: 0.9375rem;
  }
  .mContentsBox3__link {
    position: absolute !important;
    right: 12.5px;
    bottom: 12.5px;
    margin: auto 0 0 0;
    font-size: 0.9375rem;
  }
  .mContentsBox3__image {
    display: flex;
    width: 163px;
  }
}

.mText__lS-0012{
	letter-spacing:-0.012em;
}
.mText__lS-002{
	letter-spacing:-0.02em;
}
.mText__lS-004{
	letter-spacing:-0.04em;
}


.mColumn2-Img-70{
	width: 70%!important;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.mColumn2-Img-70{
		width: 100%!important;
	}
}


@media screen and (max-width: 767px) {
	.Img--w50{
		width: 50%!important;
	}
	.Img--w60{
		width: 60%!important;
	}
	.Img--w70{
		width: 70%!important;
	}
}

.lPall__5 {
  padding: 5px !important;
}
.lPall__10 {
  padding: 10px !important;
}
.lPall__15 {
  padding: 15px !important;
}
.lPall__20 {
  padding: 20px !important;
}
.lPall__30 {
  padding: 30px !important;
}
.lPall__40 {
  padding: 40px !important;
}
.lPall__50 {
  padding: 50px !important;
}
@media screen and (max-width: 767px) {
  .lPall__10 {
    padding: 5px !important;
  }
  .lPall__15 {
    padding: 7.5px !important;
  }
  .lPall__20 {
    padding: 10px !important;
  }
  .lPall__30 {
    padding: 15px !important;
  }
  .lPall__40 {
    padding: 20px !important;
  }
  .lPall__50 {
    padding: 25px !important;
  }
}
/* 2024.10 */
.mText--Turn_back{
	word-break: break-all!important;
}
.mColumn__2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lW__60 {
  width: 60%!important;
}
.lW__40 {
  width: 40%!important;
}
.lPall__0 {
  padding: 0px !important;
}
.lPall__5 {
  padding: 5px !important;
}
.lMall__0{
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.mColumn--spBlock {
		display: block;
	}
	.lW__60 {
		width: 100%!important;
	}
	.lW__40 {
		width: 100%!important;
	}
}

/* 2024.12 */
.lW__50 {
  width: 50%!important;
}
@media screen and (max-width: 767px) {
	.lW__50 {
		width: 100%!important;
	}
}

.mContentsHab__inner {
	margin: 0% 10%;
	width: 335px;
}
.mContentsHab ol {
	list-style: none;
	padding-left: 0;
	display: table;
}
.mContentsHab ol li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
.mContentsHab ol li.mContentsHab__each {
	display: table-row;
	counter-increment: table-ol;
}
.mContentsHab ol li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.4em;
	text-align: right;
}
.mContentsHab ol li ul {
	list-style: none;
	padding-left: 0;
	display: table;
	padding-top: 0.25em;
}
.mContentsHab ol li ul li:after {
	content: "";
	display: block;
	/*margin-bottom: 0.5em;*/
	margin-bottom: 0em!important;
}
.mContentsHab ol li ul li {
	display: table-row;
}
.mContentsHab ul li:before {
	content: "•";
	display: table-cell;
	padding-right: 0.4em;
}
li {
  /*margin-bottom: 0.5em;*/
}
/*@media (min-width: 767px) and (max-width: 1000px) {*/
@media (min-width: 767px) {
  .mContentsHab__inner {
	  width: 78.08944%!important;
  }
}
@media screen and (max-width: 767px) {
	.mContentsHab__inner {
    	margin: 12px 0 0 0!important;
    	width: 100%;
  	}
}

/* 2025.05 */
.data-filter-tab{
	width: 100%;
}

.data-filter-tab .filter{
	display: flex;
	flex-wrap: wrap;
	/*justify-content:center;*/
	margin: 0 0 20px 0!important;
	padding: 0;
	/*border-bottom: solid 3px #ccc;*/
}
.data-filter-tab .filter li{
	display: flex;
	/*
	justify-content: center;
	align-items: center;
	*/
	align-items: center;
	width: 16.1%;
	height: 45px;
	cursor: pointer;
	margin: 0 0.6% 8px 0;
	font-size: 1.0625rem;
	line-height: 1em;
	background-color:#fff;
	border-bottom: solid 3px #555;
}
.data-filter-tab .filter li p{
	width: 100%;
	text-align: center;
}
.data-filter-tab .filter li:nth-child(6),
.data-filter-tab .filter li:nth-child(12){
	margin: 0 0 8px 0!important;
}
.data-filter-tab .filter li:hover{
	background-color:#f5f5f5;
	transition: background 0.5s;
}
.data-filter-tab .filter li.is-active{
	border-bottom: solid 3px #be000b;
}

.data-filter-tab .category{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0;
	padding: 0;
}
.data-filter-tab .category::after{
	content:"";
	display: block;
	width:31%;
}
.data-filter-tab .category div{
	/*width: 30%;*/
	width: 31%;
	display: none;
	/*margin: 0 3.3% 0 0; */
	padding: 0;
}
.data-filter-tab .category div.card{
	width: 100%;
	display: block;
}
.data-filter-tab .category div.country-label{
	width: 100%;
	display: block;
	margin:0;
	padding: 0;
	background: #555;
}
.data-filter-tab .category .country-label span{
	display: block;
	text-align: center;
	margin:0;
	padding: 6px 0 8px;
	color: #fff;
	font-size: 0.9625rem;
}
.data-filter-tab .category figure{
	margin: 0; 
	padding: 0;
}
/*
.data-filter-tab .category div:nth-of-type(3n){
	margin: 0;
}
*/

.data-filter-tab .category img{
	display: block;
	width: 100%;
	box-sizing:border-box;
	margin:0;
	padding: 0;
}
.data-filter-tab .category div.is-show{
	display: block;
}

@media screen and (max-width: 767px) {
	.data-filter-tab .filter{
		margin: 0 0 10px 0!important;
	}
	.data-filter-tab .filter li {
		width: 24.4%;
		height: 48px;
		font-size: 0.8125rem!important;
		line-height: 1.4;
	}
	.data-filter-tab .filter li:nth-child(6){
		margin: 0 0.6% 8px 0!important;
	}
	.data-filter-tab .filter li:nth-child(4),
	.data-filter-tab .filter li:nth-child(8),
	.data-filter-tab .filter li:nth-child(12){
		margin: 0 0 8px 0!important;
	}

	.data-filter-tab .category  {
		display: block;
		flex-wrap: wrap;
		margin:0;
		padding: 0;
	}
	.data-filter-tab .category div {
		width: 100%;
		display: none;
		margin: 0; 
		padding: 0;
	}
	.data-filter-tab .category .country-label span{
		font-size: 0.8125rem!important;
	}
	.data-filter-tab .category div figure {
		margin: 0; 
		padding: 0;
	}
	.data-filter-tab .category div:nth-of-type(3n){
		margin: 0;
	}
	.data-filter-tab .category img{
		display: block;
		width: 100%;
		box-sizing:border-box;
		margin:0;
		padding: 0;
	}
	.data-filter-tab .category h6{
		padding: 4px 16px!important;
	}
	.data-filter-tab .category div p{
		padding:0 16px 8px!important;
	}
	.data-filter-tab .category div.is-show  {
		display: block;
	}
}

.lW__45--flex{
	display: flex;
	width: 45%;
	justify-content: center;
}

img.border-radius50{
	border-radius: 50%;
}

/* 2025 04 */
.mText__regular--small14{
	font-size: 0.875rem!important;
	line-height: 1.65!important;
}

@media screen and (max-width: 767px) {
	.mText__regular--small14 {
    	font-size: 0.75rem!important;
  	}
}
.mText--indent__list{
	text-indent: -1em;
	padding-left: 1em;
}

/* 2025.06 */
.mTableType2__each td.mText--right {
  text-align:right!important;
  padding-right: 1.5%;
}
/* 2026.05 */
.mListArrow {
}
.mListArrow li.mListArrow__each--num1:after{
  display: block;
  width: 30px;
  margin: 0 auto;
  content:url( 'data:image/svg+xml;utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><g><polygon class="st0" points="358.402,195.5 358.402,0 153.598,0 153.598,195.5 18.616,195.5 255.991,512 493.384,195.5" style="fill: rgb(160, 160, 160);"></polygon></g></svg>' );
}
.mListArrow li.mListArrow__each--num1:last-child:after{
  content:"";
}

.mIcon__comment{
  display: inline-block;
  content:url( '../img/icon-comment.png' ) / "ステークホルダーの声";
  height: 1em;
}