@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Oswald:wght@200..700&display=swap");
body {
  color: #002A0F;
  background-color: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}
body p {
  display: block;
  margin: 0;
}
body ol li, body ul li {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

#wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrap {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .anchor-position {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    padding: 0 20px;
  }
}

.cmn-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 450;
}
.cmn-ttl-wrap .lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl-wrap .lead {
    margin-bottom: 8px;
  }
}
.cmn-ttl-wrap .cmn-ttl {
  font-size: 3rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .cmn-ttl-wrap .cmn-ttl {
    font-size: 2.25rem;
    text-align: center;
  }
}
.cmn-ttl-wrap .cmn-ttl span {
  display: inline-block;
  font-size: 1.75rem;
  text-indent: -20px;
}
.cmn-ttl-wrap .sub {
  font-size: 1.75rem;
}
.cmn-ttl-wrap:has(+ .cmn-txt) {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl-wrap:has(+ .cmn-txt) {
    margin-bottom: 36px;
  }
}

.cmn-txt {
  font-size: 1.125rem;
  font-weight: 450;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-txt {
    font-size: 0.875rem;
  }
}

.mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 120px;
  background-color: #EFF9FA;
  background: url(/en/sustainability/overview/assets/images/bg_mainvisual.png) no-repeat center bottom/1920px auto #EFF9FA;
}
@media screen and (min-width: 768px) {
  .mv {
    min-width: 1200px;
    height: 800px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 400px;
    padding: 60px 20px;
    background: url(/en/sustainability/overview/assets/images/bg_mainvisual_sp.png) no-repeat center bottom/100% auto, #EFF9FA;
  }
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  height: 800px;
  background: url(/en/sustainability/overview/assets/images/bg_people.png) no-repeat center bottom/1980px auto;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .mv::before {
    width: 100%;
    height: 100%;
    background: url(/en/sustainability/overview/assets/images/bg_people_sp.png) no-repeat center bottom/100% auto;
  }
}
.mv::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 136px;
  right: 222px;
  width: 92px;
  pointer-events: none;
  height: 78px;
  background: url(/en/sustainability/overview/assets/images/item_plane.png) no-repeat center bottom/92px auto;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .mv::after {
    top: 14px;
    right: 26px;
    width: 52px;
    height: 50px;
    background: url(/en/sustainability/overview/assets/images/item_plane.png) no-repeat center bottom/52px auto;
  }
}
.mv.show::after {
  opacity: 1;
  transition-delay: 1s;
}
.mv.show::before {
  opacity: 1;
}
.mv .mv-ttl-wrap {
  color: #000;
  text-align: center;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
.mv .mv-ttl-wrap .sub-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  font-weight: 450;
}
@media screen and (max-width: 767px) {
  .mv .mv-ttl-wrap .sub-ttl {
    font-size: 1.2rem;
  }
}
.mv .mv-ttl-wrap .mv-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  font-weight: 450;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .mv .mv-ttl-wrap .mv-ttl {
    font-size: 2.4rem;
  }
}
.mv .scroll {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .mv .scroll {
    margin-top: 64px;
  }
}
.mv .mv-txt-box-wrap {
  display: none;
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv .mv-txt-box-wrap {
    margin-top: 32px;
  }
}
.mv .mv-txt-box-wrap.show {
  display: block;
}
.mv .mv-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
  padding: 36px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .mv .mv-txt-box {
    gap: 16px;
    padding: 20px 24px;
  }
}
.mv .mv-txt-box .txt {
  font-weight: 450;
}

.first-section {
  padding: 120px 0 80px;
  background: url(/en/sustainability/overview/assets/images/bg_grid.svg) left top/192px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .first-section {
    padding: 60px 0 50px;
  }
}
.first-section::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 960px);
  top: 0;
  width: 1920px;
  height: 0;
  background: url(/en/sustainability/overview/assets/images/bg_road.png) no-repeat left top/1920px auto;
  transition-duration: 2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .first-section::before {
    width: 100%;
    left: 0;
    background: url(/en/sustainability/overview/assets/images/bg_road_sp.png) no-repeat left top/100% auto;
  }
}
.first-section.show::before {
  height: 100%;
}
.first-section .cmn-inner {
  position: relative;
  z-index: 2;
}
.first-section .pic-box {
  width: 760px;
  margin: -25px auto 0;
}
@media screen and (max-width: 767px) {
  .first-section .pic-box {
    max-width: 320px;
    width: auto;
    margin: -4px auto 0;
  }
}

.bg-box-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.bg-box {
  padding: 42px 48px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .bg-box {
    padding: 48px 24px;
  }
}
.bg-box .txt {
  text-align: center;
  font-weight: 450;
}
.bg-box .txt + .txt {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .bg-box .txt + .txt {
    margin-top: 12px;
  }
}

.second-section {
  padding: 158px 0 160px;
  position: relative;
  background-color: #F9F8EB;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .second-section {
    padding: 80px 0;
  }
  .second-section .cmn-txt {
    padding: 0 24px;
  }
}
.second-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 0;
  background: url(/en/sustainability/overview/assets/images/bg_road_2.png) no-repeat right top/1920px auto;
  transition-duration: 6s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .second-section::before {
    left: 0;
    width: 100%;
    background: url(/en/sustainability/overview/assets/images/bg_road_2_sp.png) no-repeat right top/100% auto;
  }
}
.second-section .leaf-item {
  position: absolute;
  zoom: 0.5;
  transition-duration: 1.5s;
  pointer-events: none;
}
.second-section .leaf-item.leaf-right-top {
  top: 0;
  right: 0;
  z-index: 3;
  transform: translateY(-100%);
}
.second-section .leaf-item.leaf-left-top {
  top: 0;
  left: 0;
  z-index: 3;
  transform: translateY(-100%);
}
.second-section .leaf-item.leaf-right-side {
  top: 240px;
  right: 0;
  z-index: 2;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .second-section .leaf-item.leaf-right-side {
    top: 120px;
  }
}
.second-section .leaf-item.leaf-left-side {
  top: 240px;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .second-section .leaf-item.leaf-left-side {
    top: 120px;
  }
}
.second-section .leaf-item.leaf-right-bottom {
  right: 0;
  bottom: 0;
  transform: translateY(100%);
}
.second-section .leaf-item.leaf-left-bottom {
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.second-section.show .leaf-item {
  transform: translate(0);
}
.second-section.show::before {
  height: 100%;
}
.second-section .cmn-inner {
  position: relative;
  z-index: 2;
}
.second-section .imagine-box {
  width: 840px;
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .second-section .imagine-box {
    width: auto;
    margin-top: 44px;
  }
}
.second-section .pic-box {
  margin-bottom: 15px;
}

.bd-txt {
  display: flex;
  justify-content: center;
  border: 1px solid #29988F;
  padding: 14px 20px 10px;
  font-size: 1.5rem;
  font-weight: 450;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bd-txt {
    font-size: 1rem;
    width: 100%;
    padding: 10px 16px 8px;
  }
}

.materiality-section {
  overflow-x: hidden;
  padding: 120px 0;
  background: url(/en/sustainability/overview/assets/images/bg_road_3.png) no-repeat center top/1920px auto, url(/en/sustainability/overview/assets/images/bg_grid_2.svg) left top/192px auto;
}
@media screen and (max-width: 767px) {
  .materiality-section {
    padding: 60px 0;
    background: url(/en/sustainability/overview/assets/images/bg_road_3_sp.png) no-repeat left top/100% auto, url(/en/sustainability/overview/assets/images/bg_grid_2.svg) left top/192px auto;
  }
  .materiality-section .cmn-inner {
    padding: 0;
  }
}

.materiality-anchor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 960px;
  margin: 56px auto 0;
  border-top: 1px solid #6FBA2B;
  border-left: 1px solid #6FBA2B;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .materiality-anchor-list {
    grid-template-columns: repeat(1, 1fr);
    width: auto;
    margin: 36px auto 0;
    background-color: #fff;
    width: calc(100% - 40px);
  }
}
.materiality-anchor-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6FBA2B;
  border-right: 1px solid #6FBA2B;
}
.materiality-anchor-list li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 16px 32px 16px 20px;
  color: #002A0F;
  font-weight: 450;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .materiality-anchor-list li a {
    padding: 8px 32px 8px 20px;
  }
}
@media (any-hover: hover) {
  .materiality-anchor-list li a:hover {
    background-color: #F9F8EB;
  }
}
.materiality-anchor-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 6px;
  background: url(/en/sustainability/overview/assets/images/icn_arrow.svg) no-repeat center/8px auto;
}
.materiality-anchor-list li .icn {
  zoom: 0.5;
}
.materiality-anchor-list li .ttl-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex: 1;
}
.materiality-anchor-list li .ttl-wrap .label {
  display: block;
  position: relative;
  color: #6FBA2B;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 4px 8px 2px;
  margin-bottom: 8px;
  border: 1px solid #6FBA2B;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .materiality-anchor-list li .ttl-wrap .label {
    margin-bottom: 5px;
    line-height: 1;
    padding: 6px 8px 2px;
  }
}
.materiality-anchor-list li .ttl-wrap .ttl {
  display: block;
  line-height: 1.2;
  font-size: 0.875rem;
}

.materiality-ttl-wrap {
  display: flex;
  margin-top: 96px;
  margin-bottom: 12px;
  position: relative;
  font-weight: 450;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap {
    margin-top: 40px;
    padding-top: 24px;
    align-items: end;
  }
}
.materiality-ttl-wrap .materiality-ttl {
  flex: 1;
}
.materiality-ttl-wrap .materiality-ttl .bg-txt {
  position: relative;
  bottom: 0;
  left: 0;
  color: #222;
  font-size: 6.5rem;
  font-weight: 800;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  opacity: 0.05;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-ttl .bg-txt {
    top: 0;
    bottom: auto;
    line-height: 0.9;
    position: absolute;
    font-size: 4rem;
    white-space: unset;
  }
}
.materiality-ttl-wrap .materiality-ttl .main-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-top: -66px;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-ttl .main-ttl {
    gap: 8px;
    margin-top: auto;
    padding-left: 20px;
    flex-direction: column;
    align-items: start;
  }
}
.materiality-ttl-wrap .materiality-ttl .main-ttl .label {
  padding: 10px 15px;
  color: #6FBA2B;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  line-height: 1;
  border: 1px solid #6FBA2B;
  border-radius: 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-ttl .main-ttl .label {
    padding: 6px 12px 4px;
    font-size: 0.875rem;
  }
}
.materiality-ttl-wrap .materiality-ttl .main-ttl .ttl {
  color: #6FBA2B;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-ttl .main-ttl .ttl {
    font-size: 1.5rem;
  }
}
.materiality-ttl-wrap .materiality-ttl .main-ttl .ttl span {
  font-size: 2.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-ttl .main-ttl .ttl span {
    font-size: 1.5rem;
  }
}
.materiality-ttl-wrap .materiality-imagine {
  zoom: 0.5;
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap .materiality-imagine {
    zoom: 1;
  }
  .materiality-ttl-wrap .materiality-imagine img {
    width: auto;
    max-width: none;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .materiality-ttl-wrap.action-01 .materiality-imagine {
    position: relative;
    top: -10px;
    left: -32px;
  }
  .materiality-ttl-wrap.action-01-02 {
    margin-bottom: 16px;
  }
  .materiality-ttl-wrap.action-02 {
    margin-top: 70px;
  }
  .materiality-ttl-wrap.action-03 {
    margin-top: 80px;
  }
  .materiality-ttl-wrap.action-04 .materiality-imagine {
    position: relative;
    top: 5px;
    left: -21px;
  }
  .materiality-ttl-wrap.action-04 + .materiality-lead {
    margin-bottom: 20px;
  }
  .materiality-ttl-wrap.action-05 {
    margin-top: 170px;
  }
  .materiality-ttl-wrap.action-06 {
    margin-top: 96px;
  }
  .materiality-ttl-wrap.action-06 + .materiality-lead {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .materiality-ttl-wrap.action-01-02 .materiality-imagine {
    margin-right: -30px;
  }
  .materiality-ttl-wrap.action-02 .materiality-ttl .main-ttl .ttl {
    font-size: 1.375rem;
  }
  .materiality-ttl-wrap.action-02 .materiality-imagine {
    margin-right: -50px;
  }
}

.materiality-lead {
  margin-bottom: 36px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .materiality-lead {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 0.875rem;
  }
}

.action-contents-wrap {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap {
    padding: 0 20px;
  }
}
.action-contents-wrap + .action-contents-wrap {
  margin-top: 96px;
}
.action-contents-wrap .action-contents {
  padding: 48px 32px;
  border-radius: 16px;
  background-color: #F9F8EB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents {
    padding: 28px 24px;
  }
}
.action-contents-wrap .action-contents .action-sub {
  font-size: 0.875rem;
}
.action-contents-wrap .action-contents .action-ttl {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.3333333333;
  text-align: center;
}
.action-contents-wrap .action-contents .action-ttl span {
  color: #6FBA2B;
}
.action-contents-wrap .action-contents .action-ttl span .num {
  font-size: 2.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
}
.action-contents-wrap .action-contents .action-ttl .lead {
  color: #222;
  font-size: 0.875rem;
  font-weight: 450;
}
.action-contents-wrap .action-contents .action-lead {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 450;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-lead {
    font-size: 1.125rem;
  }
  .action-contents-wrap .action-contents .action-lead .sub {
    font-size: 0.875rem;
  }
}
.action-contents-wrap .action-contents .action-lead .main-color {
  color: #6FBA2B;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-lead .main-color {
    font-size: 1.5rem;
  }
}
.action-contents-wrap .action-contents .action-lead .num {
  font-size: 4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
}
.action-contents-wrap .action-contents .action-lead sup {
  vertical-align: text-top;
  position: static;
  line-height: 1;
  font-size: 50%;
  text-align: left;
}
.action-contents-wrap .action-contents .action-notes {
  font-size: 0.75rem;
  text-align: center;
  line-height: 2;
}
.action-contents-wrap .action-contents .data {
  color: #6FBA2B;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}
.action-contents-wrap .action-contents .data .before {
  color: #222;
  font-family: "futura-pt", sans-serif;
  font-size: 1.75rem;
  margin-bottom: 8px;
}
.action-contents-wrap .action-contents .data .before .arr {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.action-contents-wrap .action-contents .data .about {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
}
.action-contents-wrap .action-contents .data .num {
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  font-weight: 800;
}
.action-contents-wrap .action-contents .data .num span {
  letter-spacing: -0.1em;
}
.action-contents-wrap .action-contents .data .unit {
  font-size: 1.75rem;
  font-weight: normal;
  position: relative;
}
.action-contents-wrap .action-contents .data .unit::before {
  content: "(";
  font-size: 1.5rem;
}
.action-contents-wrap .action-contents .data .unit::after {
  content: ")";
  font-size: 1.5rem;
}
.action-contents-wrap .action-contents .data .unit .num {
  font-size: 1.75rem;
}
.action-contents-wrap .action-contents .data sup {
  vertical-align: text-top;
  position: static;
  line-height: 1;
  font-size: 50%;
  text-align: left;
}
.action-contents-wrap .action-contents > .item {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents > .item {
    position: relative;
  }
}
.action-contents-wrap .action-contents > .item img {
  zoom: 0.5;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents > .item img {
    zoom: 1;
  }
}
.action-contents-wrap .action-contents .action-img-flx {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-img-flx {
    gap: 24px;
    flex-wrap: wrap;
  }
}
.action-contents-wrap .action-contents .action-img-flx .box {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-img-flx .box {
    width: 100%;
  }
}
.action-contents-wrap .action-contents .action-img-flx .box .img {
  border-radius: 16px;
  overflow: hidden;
}
.action-contents-wrap .action-contents .action-img-flx .box .caption {
  margin-top: 8px;
  text-align: center;
  font-weight: 450;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-img-flx .box .caption {
    margin-top: 12px;
  }
}
.action-contents-wrap .action-contents .action-img-flx .box .box-notes {
  margin-top: 10px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-img-flx .box .box-notes {
    margin-top: 8px;
  }
}
.action-contents-wrap .action-contents .action-bg-box {
  margin-top: 32px;
  padding: 18px 32px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-bg-box {
    padding: 20px 16px;
    margin-top: 20px;
  }
}
.action-contents-wrap .action-contents .action-bg-box .lead {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 450;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-bg-box .lead {
    line-height: 1.5;
  }
}
.action-contents-wrap .action-contents .action-bg-box .txt {
  font-size: 0.75rem;
  line-height: 2;
}
.action-contents-wrap .action-contents .action-bg-box .txt span {
  font-weight: 450;
}
.action-contents-wrap .action-contents .action-bg-box .txt-dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 450;
}
.action-contents-wrap .action-contents .action-bg-box .notes {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-bg-box .notes {
    margin-top: 8px;
    line-height: 1.2;
  }
}
.action-contents-wrap .action-contents .action-img-box {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap .action-contents .action-img-box {
    margin-top: 20px;
  }
}
.action-contents-wrap .action-contents .action-img-box img {
  zoom: 0.5;
}

.action-contents-wrap.cmn-grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.cmn-grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.action-contents-wrap.action-01-grid {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.action-contents-wrap.action-01-grid .action-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 328px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-01-grid .action-contents {
    padding: 28px 14px 0;
  }
}
.action-contents-wrap.action-01-grid .action-contents .action-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-01-grid .action-contents:nth-of-type(1) {
    width: auto;
    min-height: 224px;
  }
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-01-grid .action-contents:nth-of-type(1) .item {
    left: calc(50% - 132px);
    bottom: -26px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-01-grid .action-contents:nth-of-type(1) .item img {
    transform: translateY(3px);
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-01-grid .action-contents:nth-of-type(2) .item {
    left: calc(50% - 95px);
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-01-grid .action-contents:nth-of-type(2) .item img {
    transform: translateY(3px);
    height: 196px;
  }
}

@media screen and (min-width: 768px) {
  .action-contents-wrap.action-01-02-grid .action-contents:nth-of-type(1) .action-img-flx .box {
    width: 456px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-01-02-grid .action-contents:nth-of-type(2) {
    padding: 28px 20px;
  }
  .action-contents-wrap.action-01-02-grid .action-contents:nth-of-type(2) .action-lead .sub {
    font-size: 1.75rem;
  }
  .action-contents-wrap.action-01-02-grid .action-contents:nth-of-type(2) .action-img-flx {
    padding: 0 4px;
  }
}

.action-contents-wrap.action-02-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-02-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.action-contents-wrap.action-02-grid .action-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-02-grid .action-contents .action-ttl {
    margin-bottom: 0;
  }
}
.action-contents-wrap.action-02-grid .action-contents .action-lead .main-color {
  font-size: 1.75rem;
}
.action-contents-wrap.action-02-grid .action-contents .action-img-flx .box {
  width: auto;
  text-align: center;
}
.action-contents-wrap.action-02-grid .action-contents .action-img-flx .box .img {
  zoom: 0.5;
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-02-grid .action-contents:nth-of-type(1) {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-02-grid .action-contents:nth-of-type(1) {
    padding: 28px 20px;
  }
  .action-contents-wrap.action-02-grid .action-contents:nth-of-type(1) .action-lead .sub {
    font-size: 1.75rem;
  }
  .action-contents-wrap.action-02-grid .action-contents:nth-of-type(1) .action-img-flx {
    padding: 0 4px;
  }
}

.action-contents-wrap.action-03-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.action-contents-wrap.action-03-grid .action-contents:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-03-grid .action-contents:first-of-type {
    padding: 48px 50px 30px;
  }
  .action-contents-wrap.action-03-grid .action-contents:first-of-type .action-bg-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid .action-contents:first-of-type {
    min-height: 384px;
    padding: 20px 22px;
  }
}
.action-contents-wrap.action-03-grid .action-contents:first-of-type .action-ttl,
.action-contents-wrap.action-03-grid .action-contents:first-of-type .action-lead {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid .action-contents:first-of-type .action-lead {
    line-height: 1.2;
  }
  .action-contents-wrap.action-03-grid .action-contents:first-of-type .action-ttl {
    line-height: 1;
  }
}
.action-contents-wrap.action-03-grid .action-contents:first-of-type .action-bg-box {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid .action-contents:first-of-type .action-bg-box {
    padding: 8px 12px;
    margin-top: 24px;
    width: 100%;
  }
}
.action-contents-wrap.action-03-grid .action-contents:first-of-type .item {
  right: 48px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid .action-contents:first-of-type .item {
    width: 280px;
    margin: 24px auto 0;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
}
.action-contents-wrap.action-03-grid .action-contents:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-03-grid .action-contents:last-of-type {
    padding: 20px 22px 24px;
  }
  .action-contents-wrap.action-03-grid .action-contents:last-of-type .action-ttl {
    font-size: 0.875rem;
  }
}

.action-contents-wrap.action-04-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-04-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.action-contents-wrap.action-04-grid .action-contents {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-04-grid .action-contents {
    padding: 40px 20px 32px;
  }
  .action-contents-wrap.action-04-grid .action-contents .action-ttl {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-04-grid .action-contents {
    padding: 28px 20px 32px;
  }
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(1) .item {
  bottom: -88px;
  left: calc(50% - 131px);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-04-grid .action-contents:nth-of-type(1) .item {
    width: 224px;
    margin: 20px auto 0;
    left: auto;
    bottom: auto;
  }
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(2) {
  min-height: 408px;
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(2) .item {
  bottom: -88px;
  left: calc(50% - 170px);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-04-grid .action-contents:nth-of-type(2) .item {
    width: 288px;
    margin: 20px auto 0;
    left: auto;
    bottom: auto;
  }
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(3) .data,
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(3) .action-ttl {
  font-family: "futura-pt", sans-serif;
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(3) .data {
  font-size: 3rem;
}
.action-contents-wrap.action-04-grid .action-contents:nth-of-type(3) .item {
  bottom: -88px;
  left: calc(50% - 152px);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-04-grid .action-contents:nth-of-type(3) .item {
    width: 288px;
    margin: 20px auto 0;
    left: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .action-contents-wrap.action-05-grid .action-contents:nth-of-type(2) .action-flx-box {
    margin-top: 32px;
  }
}

.action-contents-wrap.action-06-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-06-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.action-contents-wrap.action-06-grid .action-contents {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-align: center;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-06-grid .action-contents {
    padding: 24px;
  }
}
.action-contents-wrap.action-06-grid .action-contents .action-ttl {
  margin-bottom: 20px;
}
.action-contents-wrap.action-06-grid .action-contents .action-img-box {
  border-radius: unset;
  margin-top: 0;
  overflow: visible;
  position: relative;
}
.action-contents-wrap.action-06-grid .action-contents .action-img-box img {
  border-radius: 16px;
}
.action-contents-wrap.action-06-grid .action-contents:nth-of-type(1) .action-img-box img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .action-contents-wrap.action-06-grid .action-contents:nth-of-type(1) .action-img-box img {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .action-contents-wrap.action-06-grid .action-contents:nth-of-type(2) {
    padding-bottom: 16px;
  }
}

.action-flx-box {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .action-flx-box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.action-flx-box .label {
  color: #6FBA2B;
  border: 1px solid #6FBA2B;
  background-color: #fff;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 450;
  padding: 6px 15px 4px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .action-flx-box .label {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .action-flx-box .item {
    order: 1;
    width: 180px;
  }
}
.action-flx-box .item img {
  zoom: 0.5;
}
@media screen and (max-width: 767px) {
  .action-flx-box .item img {
    zoom: 1;
  }
}

.action-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.action-dl-wrap .action-dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.action-dl-wrap .action-dl dt {
  display: block;
  text-align: left;
  width: 175px;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 450;
}
.action-dl-wrap .action-dl dd {
  color: #6FBA2B;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-feature-settings: "palt";
  font-weight: 800;
}
.action-dl-wrap .action-dl dd .unit {
  font-size: 1.25rem;
}
.action-dl-wrap .action-dl dd .percent {
  font-size: 2rem;
}

.detail-section {
  padding: 72px 0 80px;
  background: url(/en/sustainability/overview/assets/images/bg_detail.jpg) no-repeat center bottom/1366px auto, url(/en/sustainability/overview/assets/images/bg_road_4.png) no-repeat center top/1920px auto, url(/en/sustainability/overview/assets/images/bg_detail_base.jpg) repeat-x left bottom/1366px auto, #EFF9FA;
}
@media screen and (max-width: 767px) {
  .detail-section {
    background: url(/en/sustainability/overview/assets/images/bg_detail_sp.jpg) no-repeat right bottom/cover;
    padding: 56px 0 60px;
  }
}

.detail-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .detail-wrap {
    flex-direction: column;
  }
}
.detail-wrap .detail-contents {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .detail-wrap .detail-contents {
    width: 100%;
  }
}
.detail-wrap .detail-ttl {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 450;
}
.detail-wrap .detail-box {
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #fff;
  flex-grow: 1;
}
.detail-wrap .detail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-wrap .detail-list li a {
  display: inline-block;
  font-weight: 450;
  position: relative;
}
.detail-wrap .detail-list li a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 12px;
  background: url(/en/sustainability/overview/assets/images/icn_arrow_right.svg) no-repeat center/cover;
}
@media (any-hover: hover) {
  .detail-wrap .detail-list li a:hover {
    text-decoration: underline;
  }
}

/*==========================================================================================================
hover
==========================================================================================================*/
/*==========================================================================================================
PC Only
==========================================================================================================*/
/*==========================================================================================================
SP Only
==========================================================================================================*/