@-webkit-keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes arrowL {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(-30%, 0, 0) rotate(180deg);
    transform: translate3d(-30%, 0, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@keyframes arrowL {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(-30%, 0, 0) rotate(180deg);
    transform: translate3d(-30%, 0, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@-webkit-keyframes arrowU {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(-90deg);
    transform: translate3d(0, 30%, 0) rotate(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
}
@keyframes arrowU {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(-90deg);
    transform: translate3d(0, 30%, 0) rotate(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
}
@-webkit-keyframes arrowD {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(90deg);
    transform: translate3d(0, 30%, 0) rotate(90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
}
@keyframes arrowD {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(90deg);
    transform: translate3d(0, 30%, 0) rotate(90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
}
img{
  vertical-align: bottom;
  max-width: 100%;
}
a:link,
a:hover,
a:active,
a:visited{
  color: #17ac55;
  text-decoration: none;
}
#str-contents{
  padding: 0;
}
.header-inner,
.nav-global,
#topicpath-area,
#contents-area,
.footer-inner{
  width: 100%;
}
.lyt-col-1 #contents-body{
  width: 100%;
}
.text-roboto{
  font-family: 'Roboto', sans-serif;
}
.linktext{
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
}
.linktext:hover{
  opacity: .7;
}
.linktext-l{
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
.linktext-l:hover{
  opacity: .7;
}
.linktext-l[data-icon="arrow"]{
    margin-right: 15px;
}
.linktext-l[data-icon="arrow"]::after{
  content: url("/en/corp/set/data/sustainability/special/netzero/img/p/icon-arrow-green.png");
  position: relative;
  top: 4px;
  right: -17px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-top: -6px;
  line-height: 0;
}
.linktext-l[data-icon-direction="down"]::after{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.linktext-l[data-icon="arrow"]:hover::after{
  -webkit-animation: arrowR 0.4s 2;
  animation: arrowR 0.4s 2;
}
.linktext-l[data-icon-direction="down"]:hover::after{
  -webkit-animation: arrowD 0.4s 2;
  animation: arrowD 0.4s 2;
}
@media screen and (max-width: 768px) {
  a.linktext{
    font-size: 14px;
    line-height: 1.5;
  }
  .linktext-l{
    font-size: 15px;
  }
  .linktext-l[data-icon="arrow"]::after{
    content: '';
    background-image: url("/en/corp/set/data/sustainability/special/netzero/img/s/icon-arrow-green.png");
    background-size: 8.5px 14px;
    background-repeat: no-repeat;
    top: 1px;
    right: -14px;
    width: 8.5px;
    height: 14px;
    margin-top: -6px;
  }
}
.button-color-s,
.button-color-m{
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #9e9e9e;
  border: none;
  color: #fff !important;
}
.button-color-s:hover,
.button-color-m:hover{
  text-decoration: none;
  opacity: .7;
}
.button-color-s{
  padding: 4px 30px 3px;
  max-width: 100%;
  min-width: 200px;
  height: 34px;
  border-radius: 40px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
}
.button-color-m{
  padding: 15px 50px 14px;
  max-width: 100%;
  min-width: 350px;
  height: 50px;
  border-radius: 40px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
.button-color-s[data-icon="arrow"]::after,
.button-color-m[data-icon="arrow"]::after{
  position: absolute;
  top: 50%;
  display: inline-block;
  line-height: 0;
}
.button-color-s[data-icon="arrow"]::after{
  content: url("/en/corp/set/data/sustainability/special/netzero/img/p/icon-arrow-s-white.png");
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 13px;
}
.button-color-m[data-icon="arrow"]::after{
  content: url("/en/corp/set/data/sustainability/special/netzero/img/p/icon-arrow-m-white.png");
  right: 23px;
  margin-top: -9px;
  width: 12px;
  height: 19px;
}
.button-color-s[data-icon="arrow"]:hover::after,
.button-color-m[data-icon="arrow"]:hover::after{
  -webkit-animation: arrowR 0.4s 2;
  animation: arrowR 0.4s 2;
}
.button-green{
  background-color: #17ac55;
}
@media screen and (max-width: 768px) {
  .button-color-s{
    font-size: 14px;
  }
  .button-color-m{
    min-width: 304px;
    height: 45px;
    font-size: 14px;
  }
  .button-color-s[data-icon="arrow"]::after{
    content: '';
    background-image: url("/en/corp/set/data/sustainability/special/netzero/img/s/icon-arrow-s-white.png");
    background-size: 9px 14.5px;
    background-repeat: no-repeat;
    width: 9px;
    height: 14.5px;
  }
  .button-color-m[data-icon="arrow"]::after{
    content: '';
    background-image: url("/en/corp/set/data/sustainability/special/netzero/img/s/icon-arrow-m-white.png");
    background-size: 9px 14.5px;
    background-repeat: no-repeat;
    right: 23px;
    margin-top: -8px;
    width: 9px;
    height: 14.5px;
  }
}
@media screen and (max-width: 375px) {
  .button-color-m{
    min-width: 92%;
  }
}
.keyvisual{
  position: relative;
  overflow: hidden;
  min-height: 442px;
}
.keyvisual_img-block{
  position: relative;
  left: 50%;
  margin: 0;
  width: 2000px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .keyvisual{
    min-height: 0;
  }
  .keyvisual_img-block{
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.section-message{
  background-image:
    url(/en/corp/set/data/sustainability/special/netzero/img/p/message-bg-mask.png?20220926),
    url(/en/corp/set/data/sustainability/special/netzero/img/p/message-bg.jpg);
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 2000px) {
	.section-message{
    background-position:
      right bottom,
      center center;
  }
}
@media screen and (max-width: 768px) {
	.section-message{
    background-image:
      url(/en/corp/set/data/sustainability/special/netzero/img/s/message-bg-mask.png?20220926),
      url(/en/corp/set/data/sustainability/special/netzero/img/s/message-bg.jpg);
    background-size: 100%, cover;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-message_inner {
  margin: 0 auto;
  padding: 25px 0 60px;
  width: 950px;
}
@media screen and (max-width: 950px) {
  .section-message_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-message_inner {
    padding: 35px 0 10px;
  }
}
.message-text{
  margin-bottom: 50px;
  text-align: left;
  color: #17ac55;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.message-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 60px 30px;
  border: 1px solid #17ac55;
}
@media screen and (max-width: 768px) {
  .message-box {
    padding: 30px 4%;
  }
}
.message-box-text-xl{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
.message-box-text-l{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.message-box-text-m{
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
@media screen and (max-width: 768px) {
  .message-box-text-xl{
    font-size: 20px;
  }
  .message-box-text-l{
    font-size: 18px;
  }
  .message-box-text-m{
    font-size: 14px;
  }
}
.message-box-inner {
  padding: 30px 10px 20px;
  background: #e2f9e5;
}
@media screen and (max-width: 768px) {
  .message-box-inner {
    padding: 20px 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .message-text{
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.section-netzero{
  background-image:
    url(/en/corp/set/data/sustainability/special/netzero/img/p/netzero-bg-mask.png),
    url(/en/corp/set/data/sustainability/special/netzero/img/p/netzero-bg.jpg);
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  padding-bottom: 50px;
}
@media screen and (min-width: 2000px) {
	.section-netzero{
    background-position:
      right bottom,
      center center;
  }
}
@media screen and (max-width: 768px) {
	.section-netzero{
    background-image:
      url(/en/corp/set/data/sustainability/special/netzero/img/s/netzero-bg-mask.png),
      url(/en/corp/set/data/sustainability/special/netzero/img/s/netzero-bg.jpg);
    background-size: 100%, cover;
    padding-bottom: 0;
  }
}
.section-netzero_inner {
  margin: 0 auto;
  padding: 25px 0 60px;
  width: 950px;
}
@media screen and (max-width: 950px) {
  .section-netzero_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-netzero_inner {
    padding: 35px 0 10px;
  }
}
.netzero-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 60px 60px;
}
@media screen and (max-width: 768px) {
  .netzero-box {
    padding: 30px 5%;
  }
}
.netzero-box-title {
  margin: 0px auto 40px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
.netzero-box-text{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #6c6c5a;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
@media screen and (max-width: 768px) {
  .netzero-box-title{
    margin: 0px auto 26px;
    font-size: 24px;
  }
  .netzero-box-text{
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.netzero-box-inner {
  padding: 30px 10px 20px;
  background: #e2f9e5;
}
@media screen and (max-width: 768px) {
  .netzero-box-inner {
    padding: 20px 5px 10px;
  }
}
.section-initiative{
  background-color: #f4f4ea;
}
.section-initiative_inner{
  margin: 0 auto;
  padding: 25px 0 60px;
  width: 950px;
}
@media screen and (max-width: 950px) {
  .section-initiative_inner{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-initiative_inner{
    padding: 35px 0 10px;
  }
}
.initiative-title {
  margin: 0px auto 40px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .initiative-title{
    margin: 0px auto 26px;
    font-size: 24px;
  }
}
.initiative-group-title{
  background-color: #e2e5d6;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px 5px;
  font-size: 32px;
  font-weight: bold;
  color: #6c6c5a;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .initiative-group-title{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.initiative-item{
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 55px 60px 60px;
}
.initiative-item_no{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #17ac55;
  border-radius: 50px;
  margin: 0 auto;
  padding-top: 26px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.initiative-item_no-1{
  position: relative;
  left: -3px;
}
.initiative-item_title{
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #17ac55;
  letter-spacing: 1px;
}
.initiative-item_text{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #6c6c5a;
}
@media screen and (max-width: 768px) {
  .initiative-item{
    padding: 25px 5%;
  }
  .initiative-item_title{
    margin-bottom: 15px;
    font-size: 16px;
  }
  .initiative-item_text{
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.note-title{
  margin-bottom: 0;
  font-size: 15px;
  color: #6c6c5a;
}
.note{
  margin-bottom: 30px;
  font-size: 15px;
  color: #6c6c5a;
}
.note_item{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.note_marker{
  width: 38px;
}
.note_text{
  width: calc(100% - 38px);
}
@media screen and (max-width: 768px) {
  .note{
    margin-bottom: 20px;
  }
  .note-title{
    font-size: 12px;
  }
  .note{
    font-size: 12px;
  }
}
.initiative-item_img-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.initiative-item_figure{
  width: 395px;
}
.initiative-item_figure-wide{
  width: 830px;
}
.initiative-item_figure:nth-child(even){
  margin-left: 40px;
}
.initiative-item_img{
  border-radius: 10px;
}
.initiative-item_caption{
  margin-top: 18px;
  font-size: 14px;
  color: #6c6c5a;
}
@media screen and (max-width: 768px) {
  .initiative-item_img-block{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .initiative-item_figure:nth-child(even){
    margin-left: 0;
  }
  .initiative-item_figure{
    margin-bottom: 17px;
    width: 100%;
  }
  .initiative-item_figure-wide{
    width: 100%;
  }
  .initiative-item_figure:last-child{
    margin-bottom: 0;
  }
  .initiative-item_img{
    border-radius: 5px;
  }
  .initiative-item_caption{
    margin-top: 10px;
    font-size: 12px;
  }
}
.section-topics{
  background-color: #e2e5d6;
}
.section-topics_inner{
  margin: 0 auto;
  padding: 90px 0 90px;
  width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-topics_inner{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-topics_inner{
    padding: 45px 0 45px;
  }
}
.topics-title{
  margin-bottom: 55px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
.topics-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topics-list-no-border{
  border-bottom: none !important;
}
.topics-item{
  margin-left: 19px;
  margin-bottom: 20px;
  width: 387px;
  text-align: left;
}
.topics-item:first-of-type,
.topics-item:nth-of-type(4n){
  margin-left: 0;
}
.topics-item_img-block{
  border: 1px solid #d8dadc;
  margin-bottom: 18px;
}
.topics-item_img{
  width: 385px;
}
.topics-item_date{
  margin-bottom: 12px;
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.topics-item_text{
  margin-bottom: 15px;
  font-size: 16px;
  color: #17ac55;
  line-height: 1.44;
}
.topics-item_link{
  display: block;
  overflow: hidden;
}
.topics-item_link:hover{
  opacity: .7;
}
.topics-link-block{
  padding-top: 30px;
  padding-bottom: 70px;
}
.topics-border{
  border: none;
  background-color: #cfd1c3;
  margin: 0 0 40px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1200px) {
  .topics-item{
    margin-left: 2%;
    width: 32%;
  }
  .topics-item_img{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topics-title{
    margin-bottom: 24px;
    font-size: 24px;
  }
  .topics-item{
    margin-bottom: 20px;
    width: 48%;
  }
  .topics-item:nth-of-type(odd){
    margin-left: 0;
  }
  .topics-item:nth-of-type(even){
    margin-left: 4%;
  }
  .topics-item_img-block{
    margin-bottom: 9px;
  }
  .topics-item_date{
    margin-bottom: 5px;
  }
  .topics-item_text{
    margin-bottom: 0;
    font-size: 13px;
  }
  hr.topics-border{
    display: block;
    margin-bottom: 20px;
  }
  .topics-link-block{
    padding-top: 10px;
    padding-bottom: 35px;
  }
}
.js-more-content{
  display: none;
}
.section-data{
  background-color: #f4f4ea;
}
.section-data_inner{
  margin: 0 auto;
  padding: 90px 0 100px;
  width: 830px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-data_inner{
    padding: 45px 0 50px;
    width: 90%;
  }
}
.data-title{
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
.data-text{
  margin-bottom: 38px;
  color: #6c6c5a;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .data-title{
    margin-bottom: 15px;
    font-size: 24px;
  }
  .data-text{
    margin-bottom: 22px;
    font-size: 14px;
    text-align: left;
  }
}
.section-sbt{
  background-color: #e2e5d6;
}
.section-sbt_inner{
  margin: 0 auto;
  padding: 90px 0 100px;
  width: 950px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .section-sbt_inner{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-sbt_inner{
    padding: 45px 0 50px;
  }
}
.sbt-title{
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
.sbt-logo{
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sbt-title{
    margin-bottom: 24px;
    font-size: 24px;
  }
  .sbt-logo{
    margin: 0 auto 25px;
    max-width: 335px;
  }
  .sbt-logo_img{
    width: 100%;
  }
}
.section-sdgs{
  background-color: #f4f4ea;
}
.section-sdgs_inner{
  margin: 0 auto;
  padding: 90px 0 100px;
  width: 950px;
}
@media screen and (max-width: 850px) {
  .section-sdgs_inner{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-sdgs_inner{
    padding: 45px 0 50px;
  }
}
.sdgs-title{
  margin-bottom: 55px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #6c6c5a;
  text-align: center;
}
.sdgs-group-title{
  background-color: #e2e5d6;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: bold;
  color: #6c6c5a;
  line-height: 1;
  text-align: center;
}
.sdgs-text{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #6c6c5a;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
.sdgs-link{
  display: block;
}
.sdgs-link:hover{
  opacity: .9;
}
.sdgs-bnr{
  display: block;
  /* -moz-box-shadow: 5px 5px 10px 0px rgba(38, 119, 63, 0.8);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(38, 119, 63, 0.8);
  -ms-box-shadow: 5px 5px 10px 0px rgba(38, 119, 63, 0.8);
  box-shadow: 5px 5px 10px 0px rgba(38, 119, 63, 0.8); */
}
@media screen and (max-width: 768px) {
  .sdgs-title{
    margin-bottom: 24px;
    font-size: 24px;
  }
  .sdgs-group-title{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.3;
  }
  .sdgs-text{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-sdgs-list {
  display: block;
}
.section-sdgs-list-item {
  width: 100%;
}
.section-sdgs-list-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-sdgs-list-item-inner {
    display: block;
    padding: 25px 15px;
  }
}
.section-sdgs-list-item-inner .sdgs-link {
  width: 43.6%;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .section-sdgs-list-item-inner .sdgs-link {
    width: 100%;
  }
}
.section-sdgs-list-item-inner .sdgs-texts {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .section-sdgs-list-item-inner .sdgs-texts {
    width: 100%;
  }
}
.section-sdgs-list-item-inner .sdgs-texts a {
  color: #17ac55;
}
.section-footer{
  background-color: #f4f4ea;
}
.section-footer_inner{
  margin: 0 auto;
  padding: 40px 0 100px;
  width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-footer_inner{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-footer_inner{
    padding: 25px 0 50px;
  }
}
.lang-change{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 140px;
  position: relative;
}
a.lang-change-btn:link,
a.lang-change-btn:hover,
a.lang-change-btn:visited{
  color: #17ac55;
  text-decoration: none;
}
a.lang-change-btn.lang-selected{
  background-color: #17ac55;
  color: #fff;
  pointer-events: none;
}
.lang-change-btn{
  background-color: #fff;
  width: 50%;
  padding: 7px 0;
  text-align: center;
  font-size: 20px;
  color: #17ac55;
  font-weight: bold;
}
.lang-change-btn-left{
  border-top: 4px solid #17ac55;
  border-bottom: 4px solid #17ac55;
  border-left: 4px solid #17ac55;
	border-top-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.lang-change-btn-right{
  border-top: 4px solid #17ac55;
  border-bottom: 4px solid #17ac55;
  border-right: 4px solid #17ac55;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
}
@media screen and (max-width: 768px) {
  .lang-change-btn{
    padding: 6px 0;
    font-size: 18px;
  }
  .lang-change-btn-left{
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
  .lang-change-btn-right{
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-right-width: 3px;
  }
}

.exp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
.exp-modal-screen {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.exp-modal-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: calc(100% - 40px);
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
}
.exp-modal-close {
  position: absolute;
  top: -37px;
  right: 0;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
.exp-modal-close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 5%;
  margin: -8% 0 0 -42%;
  transform: rotate(-45deg);
  background-color: #fff;
}
.exp-modal-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 5%;
  margin: -8% 0 0 -42%;
  transform: rotate(45deg);
  background-color: #fff;
}
.exp-modal-inner {
  height: 400px;
  overflow: scroll;
  margin: 15px;
}
.exp-modal-image {
  display: block;
  margin: 0 auto;
  height: 400px;
  width: auto;
  max-width: none;
}

.exp-modal-note {
  text-align: center;
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 12px;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}