html {
  font-size: 14px;
}
body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.15rem;
  color: #007c3c;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
body.hide {
  overflow: hidden;
}
body em {
  font-style: normal;
}
a {
  color: #007c3c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.external:after {
  content: '';
  background-image: url(../images/icon_brank.png);
  background-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}
/*common-parts*/
.inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
#wrapAll {
  overflow: hidden;
  width: 100%;
}
.o_sp {
  display: none;
}
.inview {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition-duration: 2s;
}
.inview:hover {
  text-decoration: none;
}
.unscroll {
  opacity: 0 !important;
  transform: translateY(70px);
}
.unscroll.onlyOpa {
  transform: none;
}
.unscroll.noanim {
  transform: none;
  opacity: 1 !important;
}
.mainHeader {
  background-color: #fff;
  height: 100px;
  line-height: 1;
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.mainHeader a {
  text-decoration: none;
}
.mainHeader__in {
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*max-width: 920px;*/
  max-width: 100%;
}
.mainHeader .logoArea {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.mainHeader .logo {
  max-width: 60px;
  width: 60px;
}
.mainHeader .logo a {
  display: block;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.mainHeader .logo a:hover {
  text-decoration: none;
}
.mainHeader .logo a:hover {
  opacity: .7;
  text-decoration: none;
}
.mainHeader__nav {
  width: 100%;
  /*max-width: 672px;*/
  max-width: 80%;
}
.mainHeader__nav_in {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.mainHeader__nav_in > a {
  margin-left: 1em;
  padding: 5px;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mainHeader__nav_in > a:hover {
  text-decoration: none;
}
.mainHeader__nav_in > a:hover {
  color: #fff;
  background-color: #007c3c;
}
.mainHeader__nav_in > a:hover span:before, .mainHeader__nav_in > a:hover span:after {
  background-color: #fff;
}
.mainHeader__nav_in > a:first-child {
  margin-left: 0;
}
.mainHeader__nav_in > a span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.mainHeader__nav_in > a span:before, .mainHeader__nav_in > a span:after {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #007c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainHeader__nav_in > a span:before:hover, .mainHeader__nav_in > a span:after:hover {
  text-decoration: none;
}
.mainHeader__nav_in > a span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.contentWrap {
  margin-top: 100px;
}
.firstView {
  position: relative;
  transform: none !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.firstView__labelWrap {
  position: relative;
  z-index: 1;
}
.firstView__label {
  position: absolute;
  width: 110px;
  top: 0;
  left: 30px;
  transition-delay: 1.5s;
}
.firstView__text {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  padding-top: 24%;
  transition-delay: 1.5s;
}
.firstView__read {
  position: absolute;
  bottom: 14%;
  right: 7%;
  width: 62%;
  transition-delay: 1.5s;
}
.firstView__read img {
  width: 100%;
}
.firstView__plus {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 38%;
  transform: translate(-50%, -50%);
  width: 35%;
  max-width: 380px;
  opacity: .85;
  transition-delay: 1.5s;
}
.firstView__plus span {
  display: block;
  background-color: #fff;
  width: 100%;
  opacity: .85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  padding-top: 15%;
}
.firstView__plus span:last-child {
  transform: translate(50%, -50%) rotate(90deg);
}
.topSlider {
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.topSlider__item {
  opacity: 1 !important;
  position: relative;
  z-index: 0;
}
.topSlider__item .imgWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.topSlider__item .img {
  position: relative;
  overflow: hidden;
  z-index: -1;
  transition: all 2s ease 0s;
}
.topSlider__item .img:first-child {
  flex: 62;
  padding-top: 24%;
}
.topSlider__item .img:last-child {
  flex: 38;
}
.topSlider__item .img1 {
  transform: translateX(-100%);
}
.topSlider__item .img1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.topSlider__item .img2 {
  transform: translateY(-100%);
}
.topSlider__item .img3 {
  transform: translateY(100%);
}
.topSlider__item .img4 {
  transform: translateX(100%);
}
.topSlider__item.slick-current .img {
  transform: none !important;
}
.topSlider.unscroll .topSlider__item .img1 {
  transform: translateX(-100%) !important;
}
.topSlider.unscroll .topSlider__item .img2 {
  transform: translateY(-100%) !important;
}
.topSlider.unscroll .topSlider__item .img3 {
  transform: translateY(100%) !important;
}
.topSlider.unscroll .topSlider__item .img4 {
  transform: translateX(100%) !important;
}
.itemBT {
  display: block;
  max-width: 490px;
  margin: 0 auto;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.itemBT:hover {
  text-decoration: none;
}
.itemBT:hover {
  opacity: .7;
  text-decoration: none;
}
.info {
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
#infoContainer {
  padding: 80px 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.info .infoItem {
  border: 4px solid #1eaa39;
  color: #1eaa39;
  overflow: hidden;
  transition: all .7s ease 0s;
  width: 100%;
  padding-bottom: 30px;
}
.info .infoItem a {
  color: #1eaa39;
  text-decoration: underline;
}
.info .infoItem a:hover {
  text-decoration: none;
}
.info .infoItem.current {
  border-width: 4px;
  height: 320px;
  z-index: 10;
}
.info .infoItem__header {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding: 0.4em;
  border-bottom: 4px solid #1eaa39;
  background-color: #f3f8f3;
}
.info .infoItem__main {
  padding: 30px 30px 0;
  background-color: #fff;
  height: 246px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.info .infoItem .yearList__row {
  margin-top: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.info .infoItem .yearList__row:first-child {
  margin-top: 0;
}
.info .infoItem .yearList__row dt {
  width: 4em;
}
.info .infoItem .yearList__row dd {
  width: calc(99.99% - 4em);
}
.info .infoItem .yearList__row dd span {
  background-color: red;
  color: #FFF;
  padding: 0 5px;
}
.info .infoItem .yearList2__row {
  margin-top: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.info .infoItem .yearList2__row:first-child {
  margin-top: 0;
}
.info .infoItem .yearList2__row dt {
  width: 7em;
}
.info .infoItem .yearList2__row dd {
  width: calc(99.99% - 7em);
}
.info .infoItem .yearList2__row dd span {
  background-color: red;
  color: #FFF;
  padding: 0 5px;
}
.section0 {
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
  background-color: #f3f8f4;
}
.section0__heading {
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 40px;
}
.section0 .movie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section0 .movie .box {
  display: block;
  text-align: center;
  width: 100%;
  padding: 40px 15px;
}
.section1 {
  padding: 80px 0 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.section1__heading {
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 40px;
}
.section1__read {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.section2 {
  margin-top: 36px;
  position: relative;
}
.section2__project.child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.section2__project.child:hover {
  text-decoration: none;
}
.section2__project.child .section2__project_header {
  opacity: 1 !important;
}
.section2__project.child .section2__project_heading > div {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  cursor: pointer;
}
.section2__project.child .section2__project_heading > div:hover {
  text-decoration: none;
}
.section2__project.child .section2__project_heading > div:hover {
  box-shadow: 0px 0px 10px #007c3c;
}
.section2__project:not(.current) .section2__project_header {
  opacity: 0;
}
.section2__project.current {
  z-index: 20;
  opacity: 1 !important;
}
.section2__project_header {
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.section2__project_header:hover {
  text-decoration: none;
}
.section2__project_factor {
  min-width: 480px;
  line-height: 1.2;
  min-height: 76px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2__project_factor strong {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.section2__project_factor small {
  margin-top: 0.2em;
  display: block;
  font-size: 15px;
}
.section2__project_factor > div {
  border-radius: 10px;
  min-width: 480px;
  min-height: 76px;
  background-color: #f3f8f4;
  padding: 6px 30px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section2__project_plus {
  width: 72px;
  height: 72px;
  margin: 10px auto;
  position: relative;
}
.section2__project_plus .none {
  display: none;
}
.section2__project_plus:before, .section2__project_plus:after {
  content: '';
  display: block;
  height: 16px;
  width: 100%;
  background-color: #007c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section2__project_plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section2__project_equal {
  width: 48px;
  height: 54px;
  margin: 10px auto;
  position: relative;
}
.section2__project_equal .none {
  display: none;
}
.section2__project_equal:before, .section2__project_equal:after {
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  background-color: #007c3c;
  position: absolute;
  top: 0;
  left: 0;
}
.section2__project_equal:after {
  left: auto;
  right: 0;
}
.section2__project_heading {
  min-width: 480px;
  line-height: 1.2;
  min-height: 76px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2__project_heading strong {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.section2__project_heading small {
  margin-top: 0.2em;
  display: block;
  font-size: 15px;
}
.section2__project_heading > div {
  border-radius: 10px;
  min-height: 76px;
  min-width: 480px;
  background-color: #fff;
  padding: 6px 30px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section2__project_arrows {
  position: absolute;
  left: 0;
  width: 100%;
  height: 76px;
  top: -76px;
  overflow: hidden;
}
.section2__project_arrows button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  text-indent: -99em;
  width: 0;
  height: 0;
  line-height: 0;
  border: 30px solid transparent;
  border-right-width: 40px;
  border-left-width: 40px;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  outline: 0;
  z-index: 99;
}
.section2__project_arrows button:hover {
  text-decoration: none;
}
.section2__project_arrows .prev {
  border-right-color: #007c3c;
  margin-left: -255px;
  transform: translate(-100%, -50%);
}
.section2__project_arrows .prev:hover {
  border-right-color: #00b959;
}
.section2__project_arrows .next {
  border-left-color: #007c3c;
  margin-left: 255px;
  transform: translate(0%, -50%);
}
.section2__project_arrows .next:hover {
  border-left-color: #00b959;
}
.section2__project_fixedmain {
  position: relative;
  padding: 0 30px 50px;
}
.section2__project_fixedmain:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 118px);
  background-color: #f3f8f4;
  z-index: -1;
}
.section2__project_fixedmain .pcContent__map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 20px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns {
  position: relative;
  z-index: 10;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns button {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: #fff;
  color: #007c3c;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  padding: 0.3em 0.6em;
  border-radius: 12px;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns button:hover {
  text-decoration: none;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns button:hover {
  background-color: #f39800;
  color: #fff;
}

.section2__project_fixedmain .pcContent #pcContent__map_btns .bt10 {
  top: 15px;
  left: 484px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt2 {
  top: 65px;
  left: 64px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt9 {
  top: 45px;
  left: 450px;
}

.section2__project_fixedmain .pcContent #pcContent__map_btns .bt4 {
  top: 10px;
  left: 188px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt8 {
  top: 135px;
  left: 410px;
}

.section2__project_fixedmain .pcContent #pcContent__map_btns .bt6 {
  top: 50px;
  left: 308px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt14 {
  top: 58px;
  right: 320px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt12 {
  top: 63px;
  right: 528px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt13 {
  top: 135px;
  right: 460px;
}

.section2__project_fixedmain .pcContent #pcContent__map_btns .bt3 {
  padding: 0.3em;
  top: 108px;
  left: 115px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt5 {
  top: 80px;
  left: 250px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt7 {
  top: 90px;
  left: 352px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt11 {
  top: 110px;
  left: 540px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt1 {
  top: 30px;
  left: -7px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt15 {
  top: 100px;
  left: 750px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt16 {
  top: 12px;
  right: 250px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt17 {
  top: 40px;
  right: 218px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt18 {
  top: -20px;
  right: 158px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt19 {
  top: 125px;
  left: 930px
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt20 {
  top: 68px;
  right: 124px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns .bt21 {
  top: 107px;
  right: 50px;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c1 .bt1 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c2 .bt2 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c3 .bt3 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c4 .bt4 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c5 .bt5 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c6 .bt6 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c7 .bt7 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c8 .bt8 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c9 .bt9 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c10 .bt10 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c11 .bt11 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c12 .bt12 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c13 .bt13 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c14 .bt14 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c15 .bt15 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c16 .bt16 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c17 .bt17 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c18 .bt18 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c19 .bt19 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c20 .bt20 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .pcContent #pcContent__map_btns.c21 .bt21 {
  background-color: #f39800;
  color: #fff;
}
.section2__project_fixedmain .areaContentWrap {
  max-width: 1024px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.section2__project_fixedmain .areaContentItem {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 15px 25px;
}
.section2__project_fixedmain .areaContentItem .in {
  max-width: 260px;
  margin: 0 auto;
}
.section2__project_fixedmain .areaContentItem .heading {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.6em;
  font-size: 18px;
}
.section2__project_fixedmain .areaContentItem .txt {
  text-align: center;
  font-size: 12px;
  color: #595757;
  margin-bottom: 1em;
}
.section2__project_fixedmain .areaContentItem .sdgs_heading {
  max-width: 70%;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  background-color: #007c3c;
  font-size: 16px;
  border-radius: 8px;
  padding: 0.3em;
}
.section2__project_fixedmain .areaContentItem .sdgs_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.section2__project_fixedmain .areaContentItem .sdgs_list li {
  width: calc(100% / 3);
}
.section2 .spContent {
  display: none;
}
@media (max-width: 1260px) {
  .section2 .pcContent {
    display: none;
  }
  .section2 .areaContentWrap {
    display: none;
  }
  .section2 .areaContentItem2 {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 15px 25px;
    margin-bottom: 20px;
  }
  .section2 .areaContentItem2 .in {
    max-width: 260px;
    margin: 0 auto;
  }
  .section2 .areaContentItem2 .heading {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.6em;
    font-size: 18px;
  }
  .section2 .areaContentItem2 .txt {
    text-align: center;
    font-size: 12px;
    color: #595757;
    margin-bottom: 1em;
  }
  .section2 .areaContentItem2 .sdgs_heading {
    max-width: 70%;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    background-color: #007c3c;
    font-size: 16px;
    border-radius: 8px;
    padding: 0.3em;
  }
  .section2 .areaContentItem2 .sdgs_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .section2 .areaContentItem2 .sdgs_list li {
    width: calc(100% / 3);
  }
  .section2 .spContent {
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .section2 .spMapWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .section2 .spMap {
    width: calc((100% - 30px) / 3);
  }
  .section2 .spMap .img {
    position: relative;
    padding-top: 50%;
    margin-bottom: 30px;
  }
  .section2 .spMap .img img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section2 .spMap .btn {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    padding: 0.7em 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: bold;
    /*font-size: 18px;*/
    font-size: 17px;
    border-radius: 8px;
    width: 100%;
    color: #007c3c;
    margin-top: 10px;
  }
  .section2 .spMap .btn:hover {
    text-decoration: none;
  }
  .section2 .spMap .btn:first-child {
    margin-top: 0;
  }
  .section2 .spMap .btn strong {
    width: calc(100% - 30px);
  }
  .section2 .spMap .btn .plus {
    width: 20px;
    height: 20px;
    position: relative;
  }
  .section2 .spMap .btn .plus:before, .section2 .spMap .btn .plus:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #007c3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
  }
  .section2 .spMap .btn .plus:before:hover, .section2 .spMap .btn .plus:after:hover {
    text-decoration: none;
  }
  .section2 .spMap .btn .plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .section2 .spMap .btn:hover {
    color: #fff;
    background-color: #007c3c;
  }
  .section2 .spMap .btn:hover .plus:before, .section2 .spMap .btn:hover .plus:after {
    background-color: #fff;
  }
}
.toModalcontent {
  display: none;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url(../images/modalBG.png);
  display: none;
}
#modalIn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
#modalContent {
  overflow: auto;
  max-width: 940px;
  width: 100%;
  max-height: calc(100% - 60px);
  -webkit-overflow-scrolling: touch;
}
#modalContentIn {
  border: 3px solid #007c3c;
  background-color: #fff;
  width: 100%;
}
.areaModal__header {
  padding: 15px;
  border-bottom: 3px solid #007c3c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.areaModal__header .l {
  width: calc(100% - 320px);
}
.areaModal__header .l .heading {
  font-size: 30px;
  max-width: 580px;
  border-bottom: 2px dotted #007c3c;
  line-height: 1.1;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.areaModal__header .l .read {
  font-size: 15px;
  line-height: 1.4;
}
.areaModal__header .r {
  width: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.areaModal__header .r > li {
  margin-left: 5px;
  width: calc((100% - 15px) / 4);
}
.areaModal__header .r > li:first-child {
  margin-left: 0;
}
.areaModal__main {
  padding: 50px 15px 70px;
  word-break: break-all;
}
.areaModal__main .in {
  max-width: 800px;
  margin: 0 auto;
}
.areaModal__main .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.areaModal__main .heading {
  width: 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.areaModal__main .headingIn img {
  width: 100%;
}
.areaModal__main .content {
  width: calc(100% - 165px);
  padding-top: 15px;
  border-top: 2px dotted #007c3c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.areaModal__main .content .img {
  width: 30%;
}
.areaModal__main .content .img figcaption {
  display: block;
  margin-top: 0.2em;
  font-size: 13px;
  line-height: 1.2;
}
.areaModal__main .content .img .videoWrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.areaModal__main .content .img .videoWrap video {
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.areaModal__main .content .text {
  width: calc(70% - 15px);
  font-size: 16px;
}
.areaModal__main .plus {
  width: 150px;
  margin: 15px 0;
}
.areaModal__main .plus .in {
  width: 75px;
  height: 75px;
  position: relative;
}
.areaModal__main .plus .in:before, .areaModal__main .plus .in:after {
  content: '';
  display: block;
  height: 16px;
  width: 100%;
  background-color: #007c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.areaModal__main .plus .in:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.modalcloseBT {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: #007c3c;
  line-height: 1;
  position: absolute;
  padding: 0;
  cursor: pointer;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  outline: 0;
  z-index: 99;
  bottom: 15px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  text-align: center;
  border-radius: 8px;
  min-width: 160px;
  font-weight: bold;
}
.modalcloseBT:hover {
  text-decoration: none;
}
.section3 {
  padding: 40px 0 100px;
}
.section3__plus {
  width: 72px;
  height: 72px;
  margin: 10px auto;
  position: relative;
}
.section3__plus .none {
  display: none;
}
.section3__plus:before, .section3__plus:after {
  content: '';
  display: block;
  height: 16px;
  width: 100%;
  background-color: #007c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section3__plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section3__heading {
  text-align: center;
  margin-bottom: 20px;
}
.section3__heading strong {
  display: block;
  font-size: 38px;
}
.section3__heading em {
  display: block;
  font-size: 20px;
  color: #231815;
}
.section3__list {
  /*max-width: 730px;*/
  max-width: 75%;
  width: calc(100% + 10px);
  left: -5px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .section3__list {
    max-width: 100%;
  }
}
.section3__list_item {
  /*width: calc((100% - 30px) / 3);*/
  width: calc((100% - 40px) / 4);
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
/*.section3__list_item:nth-child(-n+3) {
      margin-top: 0; }*/
.section3__list_item:nth-child(-n+4) {
  margin-top: 0;
}
.section3__list_item button {
  outline: 0;
  color: #007c3c;
  cursor: pointer;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
}
.section3__list_item button:hover {
  text-decoration: none;
}
.section3__list_item button:hover {
  filter: brightness(180%) hue-rotate(-40deg);
}
.section3__list_item button.active {
  filter: brightness(180%) hue-rotate(-40deg);
}
.section3__list_item > a {
  outline: 0;
  color: #007c3c;
  cursor: pointer;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
}
.section3__list_item > a:hover {
  text-decoration: none;
}
.section3__list_item > a:hover {
  filter: brightness(180%) hue-rotate(-40deg);
}
.section3__list_item > a.active {
  filter: brightness(180%) hue-rotate(-40deg);
}
.section3__list_item .img {
  /*max-width: 190px;*/
  max-width: 120px;
  margin: 0 auto 10px;
}
.section3__list_item .img > span {
  display: block;
  position: relative;
  padding-top: 100%;
  margin: 0 auto;
}
.section3__list_item .img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section3__list_item .heading {
  line-height: 1.2;
  font-size: 20px;
}
.section3 #projectContainer {
  margin-top: 25px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  height: 320px;
  position: relative;
}
.section3 .projectItem {
  border: 0px solid #1eaa39;
  color: #1eaa39;
  overflow: hidden;
  height: 0;
  transition: all .7s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section3 .projectItem a {
  color: #1eaa39;
  text-decoration: underline;
}
.section3 .projectItem a:hover {
  text-decoration: none;
}
.section3 .projectItem.current {
  border-width: 4px;
  height: 320px;
  z-index: 10;
}
.section3 .projectItem__header {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding: 0.4em;
  border-bottom: 4px solid #1eaa39;
  background-color: #f3f8f3;
}
.section3 .projectItem__main {
  padding: 30px;
  background-color: #fff;
  height: 246px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.section3 .projectItem .imgWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.section3 .projectItem .imgWrap .img {
  width: 30%;
}
.section3 .projectItem .imgWrap .txt {
  width: calc(70% - 20px);
  font-size: 20px;
  word-break: break-all;
}
.section3 .projectItem .yearList__row {
  margin-top: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.section3 .projectItem .yearList__row:first-child {
  margin-top: 0;
}
.section3 .projectItem .yearList__row dt {
  width: 4em;
}
.section3 .projectItem .yearList__row dd {
  width: calc(99.99% - 4em);
}
.section3 .projectItem .yearList__row dd span {
  background-color: red;
  color: #FFF;
  padding: 0 5px;
}
.section3 .projectItem .yearList2__row {
  margin-top: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.section3 .projectItem .yearList2__row:first-child {
  margin-top: 0;
}
.section3 .projectItem .yearList2__row dt {
  width: 7em;
}
.section3 .projectItem .yearList2__row dd {
  width: calc(99.99% - 7em);
}
.section3 .projectItem .yearList2__row dd span {
  background-color: red;
  color: #FFF;
  padding: 0 5px;
}
.mainFooter {
  line-height: 1;
  padding: 1em;
  text-align: center;
  background-color: #007c3c;
  color: #fff;
}
@media only screen and (max-width: 1260px) {
  .mainHeader__nav {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
  a {
    color: #007c3c;
  }
  /*common-parts*/
  .o_wo_tab {
    display: none;
  }
  #infoContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
  a {
    color: #007c3c;
  }
  /*common-parts*/
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o_pc {
    display: none;
  }
  .o_sp {
    display: block;
  }
  .mainHeader {
    height: auto;
    padding: 8px 0;
    position: absolute;
  }
  .mainHeader .inner {
    padding: 0 10px;
  }
  .mainHeader__in {
    height: 60px;
    display: block;
  }
  .mainHeader .logoArea {
    height: 44px;
    justify-content: flex-start;
  }
  .mainHeader .logo {
    max-width: 44px;
    width: 44px;
  }
  .mainHeader__nav {
    max-width: 100%;
    background-color: #007c3c;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .mainHeader__nav.scrolled {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mainHeader__nav_in {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #007c3c;
    display: block;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transform: translateX(-101%);
  }
  .mainHeader__nav_in:hover {
    text-decoration: none;
  }
  .mainHeader__nav_in.active {
    transform: translateX(0%);
  }
  .mainHeader__nav_in > a {
    height: 40px;
    margin-left: 0;
    padding: 15px;
    border-top: 1px solid #fff;
    color: #fff;
  }
  .mainHeader__nav_in > a span:before, .mainHeader__nav_in > a span:after {
    background-color: #fff;
  }
  .mainHeader .navSpacer {
    height: 50px;
  }
  .mainHeader #spBT {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-top: 9px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    z-index: 99999;
    border: 1px solid #fff;
  }
  .mainHeader #spBT span {
    background-color: #fff;
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 3px;
    position: relative;
    top: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
  }
  .mainHeader #spBT span:hover {
    text-decoration: none;
  }
  .mainHeader #spBT span:first-child {
    margin-top: 0;
  }
  .mainHeader #spBT strong {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .mainHeader #spBT.active span:nth-child(2) {
    opacity: 0;
  }
  .mainHeader #spBT.active span:first-child {
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mainHeader #spBT.active span:nth-child(3) {
    top: -9px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .contentWrap {
    margin-top: 110px;
  }
  .firstView__label {
    left: 15px;
    width: 13%;
  }
  #infoContainer {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
    height: 460px;
  }
  .info .infoItem.current {
    height: 460px;
  }
  .info .infoItem__header {
    font-size: 20px;
  }
  .info .infoItem__main {
    height: 250px;
  }
  .section0 .movie {
    display: block;
  }
  .section1__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section1__read {
    font-size: 18px;
  }
  .section2__project_fixedmain:before {
    height: calc(100% + 78px);
  }
  .section2__project_fixedmain .areaContentWrap {
    display: none;
  }
  .section2__project_fixedmain .areaContentItem {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    width: 100%;
    padding: 20px 30px 25px;
  }
  .section2__project_fixedmain .areaContentItem:first-child {
    margin-top: 0;
  }
  .section2__project_plus {
    width: 40px;
    height: 40px;
  }
  .section2__project_plus:before, .section2__project_plus:after {
    height: 10px;
  }
  .section2__project_equal {
    height: 36px;
    width: 30px;
  }
  .section2__project_equal:before, .section2__project_equal:after {
    width: 10px;
  }
  .section2__project_factor {
    min-width: 1px;
    height: 50px;
    min-height: 50px;
  }
  .section2__project_factor strong {
    display: block;
    font-size: 3.4vw;
  }
  .section2__project_factor small {
    font-size: 13px;
  }
  .section2__project_factor > div {
    min-height: 50px;
    min-width: 240px;
    height: 50px;
    padding: 6px 10px 10px;
  }
  .section2__project_heading {
    min-width: 1px;
    height: 50px;
    min-height: 50px;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .section2__project_heading strong {
    display: block;
    font-size: 3.4vw;
  }
  .section2__project_heading small {
    font-size: 10px;
  }
  .section2__project_heading > div {
    min-width: 1px;
    min-height: 50px;
    height: 50px;
    padding: 6px 10px 10px;
    width: 100%;
  }
  .section2__project_arrows {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    top: -50px;
  }
  .section2__project_arrows button {
    border: 20px solid transparent;
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .section2__project_arrows .prev {
    margin-left: 0 !important;
    transform: translate(-50%, -50%);
    left: 10px !important;
    right: auto !important;
  }
  .section2__project_arrows .next {
    margin-left: 0 !important;
    transform: translate(50%, -50%);
    right: 10px !important;
    left: auto !important;
  }
  .section2 .spMapWrap {
    display: block;
  }
  .section2 .spMap {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
  }
  .section2 .spMap:first-child {
    margin-top: 0;
  }
  .section2 .spMap .img {
    position: static;
    padding-top: 0;
  }
  .section2 .spMap .img img {
    position: static;
  }
  .section3 {
    padding: 40px 0 80px;
  }
  .section3__heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .section3__heading strong {
    display: block;
    font-size: 32px;
  }
  .section3__heading em {
    font-size: 3.8vw;
  }
  .section3__plus {
    width: 40px;
    height: 40px;
  }
  .section3__plus:before, .section3__plus:after {
    height: 10px;
  }
  .section3__list_item {
    width: calc((100% - 20px) / 3);
    margin-top: 20px;
  }
  .section3__list_item .img {
    max-width: 80px;
  }
  .section3__list_item .heading {
    font-size: 2.6vw;
  }
  .section3 #projectContainer {
    height: 460px;
  }
  .section3 .projectItem.current {
    height: 460px;
  }
  .section3 .projectItem__header {
    font-size: 20px;
  }
  .section3 .projectItem__main {
    height: 400px;
  }
  .section3 .projectItem .imgWrap {
    display: block;
  }
  .section3 .projectItem .imgWrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .section3 .projectItem .imgWrap .txt {
    width: 100%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
  a {
    color: #007c3c;
  }
  /*common-parts*/
  .section1 {
    padding-top: 50px;
  }
  .section1__heading {
    font-size: 5vw;
  }
  .section1__read {
    font-size: 3vw;
  }
  .areaModal__header {
    padding: 15px;
    display: block;
  }
  .areaModal__header .l {
    width: 100%;
    margin-bottom: 15px;
  }
  .areaModal__header .l .heading {
    font-size: 24px;
    max-width: 100%;
  }
  .areaModal__header .r {
    max-width: 300px;
    width: 100%;
    justify-content: flex-start;
  }
  .areaModal__main {
    padding: 30px 15px 60px;
  }
  .areaModal__main .item {
    padding-top: 30px;
    border-top: 2px dotted #007c3c;
  }
  .areaModal__main .heading {
    width: 120px;
    min-height: 120px;
    font-size: 18px;
  }
  .areaModal__main .content {
    width: calc(100% - 135px);
    border-top: 0;
    display: block;
    padding-top: 0;
  }
  .areaModal__main .content .img {
    position: relative;
    width: calc(100% + 135px);
    left: -135px;
    top: 15px;
    padding: 1px 10px;
  }
  .areaModal__main .content .img figcaption {
    font-size: 12px;
  }
  .areaModal__main .content .text {
    width: 100%;
    font-size: 14px;
    min-height: 120px;
  }
  .areaModal__main .plus {
    margin: 30px auto;
  }
  .modalcloseBT {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background-color: #007c3c;
    line-height: 1;
    position: absolute;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    outline: 0;
    z-index: 99;
    bottom: 10px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    text-align: center;
    border-radius: 8px;
    min-width: 160px;
    font-weight: bold;
  }
  .modalcloseBT:hover {
    text-decoration: none;
  }
}