@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500;600;700&display=swap");
/* 環境方針 */
.multistakeholder {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #1d2f60;
	text-align: center;
}


.multistakeholder dl, .multistakeholder ul, .multistakeholder ol, .multistakeholder dd {
	margin: 0;
}
.multistakeholder li {
	list-style: none;
}
.multistakeholder em {
	font-style: normal;
}
.multistakeholder a {
	color: #1d2f60;
	text-decoration: none;
	transition: all .4s;
}
.multistakeholder a:hover {
	opacity: 0.7;
	transition: all .4s;
}
.multistakeholder .pc {
	display: inline-block;
}
.multistakeholder .sp {
	display: none;
}
#contents .multistakeholder h1.pagettl {
	max-width: 976px;
	margin: 0 auto;
	padding: 0 0 1em;
	font-size: 30px;
	line-height: 1;
	text-align: left;
}
.multistakeholder__mv {
	position: relative;
}
.multistakeholder__mv figure {
    margin: 0;
    display: block;
}
.multistakeholder__mv__copy {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 1em 0;
	background: rgba(76, 117, 176, 0.5);
	width: 730px;
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.multistakeholder__mv__copy small {
	font-size: 36px;
}
.multistakeholder__inner {
	max-width: 976px;
	margin: 0 auto;
	padding: 90px 0;
}
.multistakeholder__ttl {
	margin: 0 0 1em;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: solid 3px #d5d6da;
	position: relative;
	text-align: left;
}

.multistakeholder__ttl:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #1d2f60;
	bottom: -3px;
	width: 20%;
}
.multistakeholder__txt {
    padding: 0 0 50px;
    font-size: 20px;
    line-height: 2.3;
    text-align: left
}

.multistakeholder ul.list-env-01 {
	margin: 0 0 0 1.5em ;
	text-align: left;
    font-size: 18px;
}
.multistakeholder ul.list-env-01 li{
	list-style: disc;
	margin-bottom: 20px;
}

.multistakeholder .mod-date {
	border-top: solid 2px #d5d6da;	
	margin-top: 80px;
  font-size: 18px;
	text-align: right;
	padding: 30px 0 0 0;
}
.multistakeholder .mod-date p{
	line-height: 2;
}

.c-fls { letter-spacing: -0.075em; }
@media screen and (max-width: 767px) {
.multistakeholder * {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.multistakeholder .pc {
	display: none;
}
.multistakeholder .sp {
	display: inline-block;
}
#contents .multistakeholder h1.pagettl {
	width: auto;
	padding: 0.7em 3vw 1em;
	font-size: 3.75vw;
}
.multistakeholder__mv {
	position: relative;
}
.multistakeholder__mv__copy {
	padding: 0.8em 0;
	width: 81.25vw;
	font-size: 6.25vw;
	line-height: 1.2;
}
.multistakeholder__mv__copy small {
	font-size: 5vw;
}
.multistakeholder__inner {
	max-width: auto;
	margin: 0 3vw;
	padding: 12.5vw 0 10vw;
}
.multistakeholder__ttl {
	border-bottom: solid 0.7vw #d5d6da;
	position: relative;
	font-size: 6.25vw
}

.multistakeholder__ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 0.7vw #1d2f60;
  bottom: -0.7vw;
  width: 20%;
}
	
.multistakeholder__txt {
	padding: 0 0 8.75vw;
	font-size: 3.75vw;
	line-height: 2;
}
.c-fls { letter-spacing: -0.03em; }
.multistakeholder ul.list-env-01 {
	font-size: 3.75vw;
}
.multistakeholder ul.list-env-01 li{
	margin-bottom: 2.75vw;
}

.multistakeholder .mod-date {
	border-top: solid 0.6vw #d5d6da;
	margin-top: 21.05vw;
	font-size: 3.75vw;
	padding: 7.89vw 0 0 0;
}

.c-fls { letter-spacing: -0.01em; }

}