@charset "utf-8";

img.autoimg, .autoimg img {
	line-height: 1;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.max-w500 {
  max-width: 500px;
}

/*------------------------
価値創造プロセス
------------------------*/
.value-lead {
  margin-bottom:4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.value-lead {
  font-size: 1.4rem;
  margin-bottom:23px;
}
}


/*------------------------
社外取締役対談 zadankai
------------------------*/
.z-mainv {
	position: relative;
	margin-bottom: 30px;
}
.z-mainv h2 {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 25px;
	text-align: center;
	font-size: 3.4rem;
	color: #315a93;
}
.z-mainv h2 span {
	display: block;
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 8px;
}
.z-mainv figure .bkg_sp {
	display: none;
}
.z-mainv-p {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.z-member {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin-top: -30px; /* - li margin-top分*/
}
.z-member li {
  flex-basis: 48%;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  background: #e6f5fc;
}
.z-member li.fb-100 {
  flex-basis: 100% !important;
}
_:-ms-lang(x)::-ms-backdrop, .z-member li {
/*	flex-basis: calc(48.2% - 5%);*/
}
figure.z-pic {
  margin: 0 20px 0 0;
  width: 145px;
}
figure.z-pic img{
  width: 100%;
}
.z-member li .txt {
  flex-basis: calc(100% - 165px);
}
.z-member li .txt p.z-name {
	margin-bottom: 6px;
	color: #666;
	font-size: 2rem;
	font-weight: 600;
}
.z-member li .txt p.z-status {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.column-container > section.z-discussion:not(:first-of-type) {
  margin-top: 70px;
}
.ttl-discussion {
  color: #315a93;
  font-size: 2.4rem;
  font-weight: 600;
	text-align: center;
	border-top: #315a93 1px solid;
	border-bottom: #315a93 1px solid;
	padding: 25px 0;
  margin-bottom: 35px;
}
.z-discussion p, .z-discussion figure {
  margin-bottom: 65px;
}
.z-discussion p > span {
	font-weight: 600;
}
.z-discussion p > span.z-name01 {
  color: #005c9d;
}
.z-discussion p > span.z-name02 {
  color: #ed6e1f;
}
.z-discussion p > span.z-name03 {
  color: #008b40;
}
.z-discussion figure img {
	max-width: 526px;
}
.z-discussion .z-question_wrap {
  color: #009de6;
  background: #e6f5fc;
  padding: 1em .8em 1em 2.5em;
  position: relative;
}
.z-discussion .z-question_wrap > span.z-question {
  font-size: 1.8rem;
  position: absolute;
  top: .8em;
  left: .75em;
}

@media screen and (max-width: 767px) {
.z-mainv {
    margin-bottom: 13px;
}
.z-mainv h2 {
	top: 4vw;
    font-size: 5vw;
}
.z-mainv h2 span {
	font-size: 4vw;
    margin-bottom: 5px;
}
.z-mainv figure .bkg_pc {
	display: none;
}
.z-mainv figure .bkg_sp {
	display: inline-block;
}
.z-mainv-p {
	font-size: 1.4rem;
	margin-bottom: 23px;
}
.z-member {
	display: block;
  margin-top:0;
}
.z-member li {
  margin-top: 20px;
  padding: 15px;
}
.z-member li .txt {
  flex-basis: calc(100% - 100px);
}
.z-member li .txt p.z-name {
	font-size: 1.8rem;
}
figure.z-pic {
  width: 80px;
  margin-top: 5px;
}
.column-container > section.z-discussion:not(:first-of-type) {
    margin-top: 60px;
}
.ttl-discussion {
  font-size: 1.8rem;
	padding: 1em 0;
  margin-bottom: 18px;
  line-height: 1.6;
}
.z-discussion p, .z-discussion figure {
    margin-bottom: 40px;
}
.z-discussion .z-question_wrap {
  padding: 1em .8em 1em 2.3em;
}
.z-discussion .z-question_wrap > span.z-question {
  font-size: 1.6rem;
  top: .7em;
  left: .6em;
}

}



/*------------------------
トップコミットメント message
------------------------*/
.topc-mainv {
}
.column-container > section.topc-message {
    margin-top: 70px;
}
.topc-message p {
	margin-bottom: 2em;
}
.topc-message p + figure {
	margin-top: 50px;
}
.topc-message p.text-right {
	margin-top: 35px;
}
.ttl-message {
	position: relative;
  color: #009de6;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 75px;
}
.ttl-message::after {
	position: absolute;
	left: 0;
  bottom: -30px;
	content: "";
	width: 63px;
	height: 3px;
	background-color: #009de6;
}


@media screen and (max-width: 767px) {

.column-container > section.topc-message {
    margin-top: 50px;
}
.topc-message p {
}
.topc-message p + figure {
	margin-top: 25px;
}
.topc-message p.text-right {
	margin-top: 40px;
}
.ttl-message {
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.ttl-message::after {
  bottom: -20px;
	width: 45px;
}

}





/*------------------------
特集 special-feature
------------------------*/
.ttl-special-lv2 {
	color: #00afcc;
	font-size: 3.2rem;
	margin-bottom: 30px;
}
.ttl-special-lv2 span {
	position: relative;
	display: inline-block;
	width: 89px;
	height: 89px;
	text-align: center;
	font-size: 5.4rem;
	background: url("/sustainability/special-feature/img/bkg_special_ttl.png") no-repeat center top/100% auto;
	color: #fff;
	padding-top: 14px;
	margin-right: 28px;
    vertical-align: middle;
}
.ttl-special-lv2-box {
	font-size: 3.2rem;
	color: #00afcc;
	font-weight: 600;
	margin-bottom: 20px;
}
.ttl-special-lv3a {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.ttl-special-lv3b {
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #00afcc;
	margin-bottom: 30px;
	padding-left: 15px;
}
.ttl-special-lv3b::before {
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: 3px;
	content: "";
	background-color: #00afcc;
}

.special-mainv {
	position: relative;
	margin-bottom: 30px;
}
.special-mainv h2 {
	position: absolute;
	z-index: 1;
	background-color: rgba( 0, 175, 204, 0.7 );
	color: #fff;
	width: 582px;
	top: 44px;
	font-size: 3.4rem;
	padding: 20px 0 20px 32px;
}
.special-mainv h2 span {
	display: inline-block;
	width: 57px;
	text-align: center;
	font-size: 1.8rem;
	color: #00afcc;
	background-color: #fff;
	padding: 3px 0px 1px;
}
.special-mainv figure .bkg_sp {
	display: none;
}
.special-mainv-p {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 70px;
    border-bottom: #00afcc 3px solid;
}
.column-container > section.special-contents {
    margin-top: 70px;
	border-bottom: #00afcc 3px solid;
	padding-bottom: 100px;
}
.special-contents {
}
.special-contents .lead {
	font-size: 1.8rem;
	margin-bottom: 35px;
}
.special-contents > figure {
	margin-bottom: 70px;
}
.special-contents figure img {
	max-width: 526px;
}
.special-factory {
	margin-bottom: 100px;
}
.special-factory dt {
	font-weight: 600;
}
.special-factory dd {
	border-bottom: #00afcc 1px solid;
	margin-bottom: 20px;
    padding-bottom: 10px;
}
.special-factory dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.chart {
	text-align: center;
    display: block;
    margin: 45px 0 0 0;
}
.chart figcaption {
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #00afcc;
	margin-bottom: 30px;
	padding-left: 15px;
	text-align: left;
	line-height: 1.3;
}
.chart figcaption::before {
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: 3px;
	content: "";
	background-color: #00afcc;
}
.special-contents figure.chart img {
    max-width: 590px;
}
.special-contents figure img {
    max-width: none;
}

/* .special-contents.case2 .lead {
    margin-bottom: 100px;
} */
.column-container section.case2 > section {
    margin-top: 0;
    margin-bottom: 55px;
}
.column-container section.case2 > section:last-child {
    margin-bottom: 0;
}
.column-container > section.special-contents.case3 {
    padding-bottom: 110px;
}
/* .special-contents.case3 .lead {
    margin-bottom: 80px;
} */
.column-container section.case3 > section {
    margin-top: 0;
    margin-bottom: 85px;
}
.special-contents.case3 figure {
	display: block;
    max-width: 300px;
}
.figure__caption_big {
    position: relative;
    margin-top: 1.4rem;
    color: #000;
    font-size: 1.6rem;
}

.improve dt {
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 25px;
}
.improve dt:first-child {
	margin-top: 0;
}
.improve dd {
	padding-bottom: 15px;
	border-bottom: #00afcc 1px solid;
}
.improve dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.column-container > section.e-saving {
    margin-top: 0;
	background-color: #e5f7fa;
	padding: 65px 27px 50px;
}
section.e-saving .lead {
	font-size: 1.8rem;
	margin-bottom: 50px;
}
.e-saving .fig-box {
	display: flex;
	justify-content: center;
}
.e-saving .fig-box div:first-child {
	flex-basis: 370px;
}
.e-saving .fig-box div:nth-child(2) {
	flex-basis: 410px;
}
.e-saving .fig-box div p {
	font-size: 1.4rem;
    font-weight: 600 !important;
	margin-bottom: 0;
	color: #545454 !important;
}
.e-saving .fig-box div p.fig {
	margin-bottom: 20px;
}
.e-saving .fig-box div p.fig img {
	width: 300px;
}
.e-saving .ttl-special-lv3b {
    margin-bottom: 15px;
}


@media screen and (max-width: 767px) {
.ttl-special-lv2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.ttl-special-lv2 span {
	width: 52px;
	height: 52px;
	font-size: 3.1rem;
	padding-top: 9px;
	margin-right: 16px;
}
.ttl-special-lv2-box {
	font-size: 1.8rem;
}
.ttl-special-lv3a {
	font-size: 1.6rem;
}
.ttl-special-lv3b {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.special-mainv {
    margin-bottom: 13px;
}
.special-mainv h2 {
	width: 67%;
    top: 19px;
    font-size: 3.9vw;
    padding: 12px 3%;
}
.special-mainv h2 span {
	font-size: 1.5vw;
    margin-bottom: 5px;
    width: 8vw;
}
.special-mainv figure .bkg_pc {
	display: none;
}
.special-mainv figure .bkg_sp {
	display: inline-block;
}
.special-mainv-p {
	font-size: 1.4rem;
	padding-bottom: 40px;
	border-bottom-width: 2px;
}

.column-container > section.special-contents {
    margin-top: 35px;
	border-bottom-width: 2px;
    padding-bottom: 60px;
}
.special-contents .lead {
	font-size: 1.4rem;
    margin-bottom: 25px;
}
.special-contents > figure {
	margin-bottom: 37px;
}
.special-factory {
	margin-bottom: 60px;
}
.special-factory dt {
}
.special-factory dd {
	margin-bottom: 18px;
    padding-bottom: 17px;
}
.chart {
    margin: 38px 0 0 0;
}
.chart + .chart {
	margin-top: 20px;
}
.chart figcaption {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.chart figcaption::before {
    font-size: large;
    vertical-align: middle;
}
.column-container > section.special-contents.case2 {
    margin-top: 38px;
}
/* .special-contents.case2 .lead {
    margin-bottom: 20px;
} */
.column-container section.case2 > section {
    margin-bottom: 45px;
}
.column-container section.case2 > section:last-child {
    margin-bottom: 0;
}
.column-container > section.special-contents.case3 {
    margin-top: 40px;
    padding-bottom: 65px;
}
.column-container section.case3 > section {
	margin-bottom: 30px;
}
.special-contents.case3 figure {
    max-width: 47.4%;
}
.figure__caption_big {
    margin-top: 10px;
    font-size: 1.3rem;
}

.improve dt {
	margin-bottom: 8px;
	margin-top: 25px;
}
.improve dd {
	padding-bottom: 40px;
	border-bottom: #00afcc 1px solid;
}
.improve.improve2 dd {
	padding-bottom: 25px;
}
.improve.improve2 dd:last-child {
	padding-bottom: 0;
}

.column-container > section.e-saving {
	padding: 30px 2.4%;
}
section.e-saving .lead {
	font-size: 1.4rem;
}

.e-saving .fig-box {
	display: block;
}
.e-saving .fig-box div:first-child {
	margin-bottom: 45px;
}
.e-saving .fig-box div p {
    font-size: 1.3rem;
}
.e-saving .fig-box div p.fig {
	margin-bottom: 13px;
}
.e-saving .fig-box div p.fig img {
	width: 94%;
}

}












