@charset "utf-8";

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #292929;
  font-size: 1.6rem;
  font-family: 'M PLUS 1', sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
}
h1, h2, h3, h4, h5 {
  margin: 1em 0;
}
ul, ol {
  list-style-type: none;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  color: #33D186;
  text-decoration: underline;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.7;
}
p {
  margin: 0;
}
table {
  font-size: 1.6rem;
  border-collapse: collapse;
}
th, td {
  font-weight: normal;
  padding: 1em;
}
.display-none {
  display: none;
}

/* header
------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px #3D3D3D29;
}
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.header__inner {
  position: relative;
  max-width: 1460px;
  padding: 15px 15px 0;
  margin: 0 auto;
}
.header__sp {
  display: flex;
  position: absolute;
  left: 15px;
  top: 15px;
}
.header__logo {
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}
.header__subnav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__subnav .header__language {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: right;
  background: url(/assets/img/ja/esg/icon-lang.svg) no-repeat left center / 14px auto;
  width: 110px;
  height: 30px;
}
.header__subnav .header__language span {
  position: absolute;
  left: 22px;
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
  font-weight: 500;
  transition: all 0.3s;
}
.header__subnav .header__language span:nth-child(1) {
  top: 0;
}
.header__subnav .header__language span:nth-child(2) {
  top: -100%;
}
.header__subnav .header__language:hover span:nth-child(1) {
  top: 100%;
}
.header__subnav .header__language:hover span:nth-child(2) {
  top: 0;
}
.header__subnav .header__language::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  background: url(/assets/img/ja/esg/icon-lang-arrow.svg) no-repeat center / contain;
  margin-left: 10px;
}
.header__search {
  flex: 1;
  padding: 0 20px;
}
.header__search form {
  display: block;
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 4px 12px; 
}
.header__search form input {
  border: 0;
  background-color: transparent;
}
.header__search form input[type="text"] {
  width: 150px;
}
.header__search form input[type="text"]:focus {
  outline: 0;
}
.header__search form input[type="submit"] {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/ja/esg/icon-search.svg) no-repeat center / 14px auto;
}
.header__subnav > a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 32px;
}
.header__subnav .header__button1 {
  background-color: #E30C1F;
}
.header__subnav .header__button2 {
  background-color: #FF606E;
}
.h-hbg-wrapper {
  display: none;
  align-items: center;
  gap: 20px;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: -100;
  opacity: 0;
  height: 70px;
}
.h-hbg-wrapper .header__language {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: linear-gradient(86.8deg, #E30C1F 0.15%, #EF6E11 98.82%);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.h-hbg {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 32px;
  height: 32px;
}
.h-hbg {
  background: url(/assets/img/ja/esg/icon-hamburger.svg) no-repeat center / contain;
}
.h-hbg.open {
  background: url(/assets/img/ja/esg/icon-close.svg) no-repeat center / contain;
}
@media screen and (max-width: 1300px) {
  .header__inner {
    padding: 15px;
  }
  .header__sp {
    position: static;
  }
  .header__logo {
    width: 225px;
  }
  .h-hbg-wrapper {
    display: block;
    z-index: 1;
  }
  .header__nav {
    display: none;
    position: absolute;
    left: 8px;
    top: 90px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px #3D3D3D29;
    border-radius: 16px;
    width: calc(100% - 16px);
    padding: 24px 16px;
  }
  .header__nav.open {
    display: block;
  }
  .header__nav.open::before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: -22px;
    background: url(/assets/img/ja/esg/bg-header.svg) no-repeat center top / contain;
    width: 24px;
    height: 16px;
  }
  .h-hbg-wrapper {
    display: flex;
    z-index: 1;
    opacity: 1;
  }
  .header__subnav {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    padding-bottom: 20px;
  }
  .header__subnav .header__language {
    display: none;
  }
  .header__search {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .header__search form {
    padding: 8px 12px;
  }
  .header__search form input[type="text"] {
    font-size: 1.6rem;
    width: calc(100% - 30px);
  }
  .header__search form input[type="submit"] {
    width: 24px;
    height: 24px;
    background: url(/assets/img/ja/esg/icon-search.svg) no-repeat center / 24px auto;
  }
  .header__subnav > a {
    text-align: center;
    background: url(/assets/img/ja/esg/icon-arrow-button02.svg) no-repeat 95% center / 9px auto;
    width: 48%;
    padding: 8px 24px;
  }
}

/* g-nav
------------------------------*/
.header .g-nav {
  position: relative;
  width: 100%;
}
.header .g-nav > ul {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 0;
}
.header .g-nav .g-nav__open {
  cursor: pointer;
  display: block;
  position: relative;
  color: #292929;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 20px;
}
.header .g-nav__pull-down {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -100;
  background-color: transparent;
  width: 100%;
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.header .g-nav__pull-down ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0px #00000029;
  border-radius: 8px;
  width: 100%;
  padding: 0;
}
.header .g-nav__pull-down ul li {
  width: 32%;
}
.header .g-nav__pull-down ul li a {
  display: block;
  color: #292929;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
  background: url(/assets/img/ja/esg/icon-arrow-nav.svg) no-repeat right center / 10px auto;
  padding: 10px 20px 10px 10px;
}
.header .g-nav__pull-down ul li a:hover,
.header .g-nav__pull-down ul li.current a {
  color: #E30C1F;
  background: url(/assets/img/ja/esg/icon-arrow-nav-active.svg) no-repeat right center / 10px auto;
}

@media screen and (min-width:1301px) {
  .header .g-nav > ul > li .g-nav__open.current,
  .header .g-nav > ul > li:hover .g-nav__open {
    color: #E30C1F;
  }
  .header .g-nav .g-nav__open::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 85%;
    width: 24px;
    height: 16px;
    background: url(/assets/img/ja/esg/bg-header.svg) no-repeat center / contain;
    opacity: 0;
    transition: 0.3s;
  }
  .header .g-nav > ul > li:hover .g-nav__open::after {
    opacity: 1;
    top: 92%;
  }
  .header .g-nav > ul > li:hover .g-nav__pull-down {
    display: block;
    z-index: 100;
    opacity: 1;
    padding-top: 20px;
  }
  .header .g-nav > ul > li:hover .g-nav__pull-down ul {
    padding: 20px;
  }
  .header .g-nav__pull-down li {
    display: none;
  }
  .header .g-nav > ul > li:hover .g-nav__pull-down li {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .header .g-nav.scroll-y {
    overflow-y: scroll;
  }
  .header .g-nav > ul {
    flex-wrap: wrap;
    gap: 0;
  }
  .header .g-nav > ul > li {
    width: 100%;
  }
  .header .g-nav .g-nav__open {
    background: url(/assets/img/ja/esg/icon-pulldown.svg) no-repeat right center / 14px auto;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0;
  }
  .header .g-nav .open .g-nav__open {
    background: url(/assets/img/ja/esg/icon-open.svg) no-repeat right center / 14px auto;
  }
  .header .g-nav__pull-down {
    overflow: hidden;
    position: static;
    max-height: inherit;
    height: 0;
    opacity: 1;
    padding-top: 0;
  }
  .header .g-nav__pull-down ul {
    gap: 0;
    box-shadow: inherit;
    padding: 12px 0 0;
  }
  .header .g-nav__pull-down ul li {
    width: 100%;
  }
  .header .g-nav__pull-down ul li a {
    background: url(/assets/img/ja/esg/icon-arrow-nav-sp.svg) no-repeat left center / 8px;
    border: 0;
    padding: 6px 0 6px 20px;
  }
  .header .g-nav__pull-down ul li.current a {
    background: url(/assets/img/ja/esg/icon-arrow-nav-sp-active.svg) no-repeat left center / 8px;
  }
}

/* gnav ページ別current対応
------------------------------*/
.page-sustainability .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-policy .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-materiality .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(3) a,
.page-committee .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(4) a,

.page-initiatives .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-environmental .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-greenbuilding .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(3) a,

.page-environment .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-climate .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-contributions .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(3) a,
.page-greenfinance .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(4) a,

.page-stakeholder .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-social .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-communities .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(3) a,
.page-balance .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(4) a,
.page-humanrights .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(5) a,
.page-developing .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(6) a,
.page-diversity .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(7) a,
.page-employee .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(8) a,

.page-corporate .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-compliance .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-risk .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(3) a,

.page-disclosure .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(1) a,
.page-gri .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(2) a,
.page-sasb .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(3) a,

.page-sfdr .header .g-nav ul li:nth-of-type(7) .g-nav__pull-down ul li:nth-of-type(1) a {
  color: #E30C1F;
  background: url(/assets/img/ja/esg/icon-arrow-nav-active.svg) no-repeat right center / 10px auto;
}
.page-sustainability .header .g-nav ul li:nth-of-type(1) .g-nav__open,
.page-policy .header .g-nav ul li:nth-of-type(1) .g-nav__open,
.page-materiality .header .g-nav ul li:nth-of-type(1) .g-nav__open,
.page-committee .header .g-nav ul li:nth-of-type(1) .g-nav__open,

.page-initiatives .header .g-nav ul li:nth-of-type(2) .g-nav__open,
.page-environmental .header .g-nav ul li:nth-of-type(2) .g-nav__open,
.page-greenbuilding .header .g-nav ul li:nth-of-type(2) .g-nav__open,

.page-environment .header .g-nav ul li:nth-of-type(3) .g-nav__open,
.page-climate .header .g-nav ul li:nth-of-type(3) .g-nav__open,
.page-contributions .header .g-nav ul li:nth-of-type(3) .g-nav__open,
.page-greenfinance .header .g-nav ul li:nth-of-type(3) .g-nav__open,

.page-stakeholder .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-social .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-communities .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-balance .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-humanrights .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-developing .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-diversity .header .g-nav ul li:nth-of-type(4) .g-nav__open,
.page-employee .header .g-nav ul li:nth-of-type(4) .g-nav__open,

.page-corporate .header .g-nav ul li:nth-of-type(5) .g-nav__open,
.page-compliance .header .g-nav ul li:nth-of-type(5) .g-nav__open,
.page-risk .header .g-nav ul li:nth-of-type(5) .g-nav__open,

.page-disclosure .header .g-nav ul li:nth-of-type(6) .g-nav__open,
.page-gri .header .g-nav ul li:nth-of-type(6) .g-nav__open,
.page-sasb .header .g-nav ul li:nth-of-type(6) .g-nav__open,

.page-sfdr .header .g-nav ul li:nth-of-type(7) .g-nav__open {
  color: #E30C1F;
}
@media screen and (max-width: 1300px) {
  .page-sustainability .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-policy .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-materiality .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-committee .header .g-nav ul li:nth-of-type(1) .g-nav__pull-down ul li:nth-of-type(4) a,
  .page-initiatives .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-environmental .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-greenbuilding .header .g-nav ul li:nth-of-type(2) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-environment .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-climate .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-contributions .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-greenfinance .header .g-nav ul li:nth-of-type(3) .g-nav__pull-down ul li:nth-of-type(4) a,
  .page-stakeholder .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-social .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-communities .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-balance .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(4) a,
  .page-humanrights .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(5) a,
  .page-developing .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(6) a,
  .page-diversity .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(7) a,
  .page-employee .header .g-nav ul li:nth-of-type(4) .g-nav__pull-down ul li:nth-of-type(8) a,
  .page-corporate .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-compliance .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-risk .header .g-nav ul li:nth-of-type(5) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-disclosure .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(1) a,
  .page-gri .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(2) a,
  .page-sasb .header .g-nav ul li:nth-of-type(6) .g-nav__pull-down ul li:nth-of-type(3) a,
  .page-sfdr .header .g-nav ul li:nth-of-type(7) .g-nav__pull-down ul li:nth-of-type(1) a {
    background: url(/assets/img/ja/esg/icon-arrow-nav-sp-active.svg) no-repeat left center / 8px;
  }
}


/* footer
------------------------------*/
.footer {
  margin-top: 140px;
}
.footer__image img {
  width: 100%;
  height: auto;
}
.footer__inner {
  position: relative;
  max-width: 1460px;
  padding: 40px 15px;
  margin: 0 auto;
}
.footer__title {
  position: absolute;
  left: 15px;
  top: 40px;
  color: #E30C1F;
  font-size: 3.2rem;
  font-weight: 500;
}
.footer__nav {
  margin-left: 480px;
}
.footer__nav > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto; */
  gap: 40px 3.3%;
  margin: 0;
}
.footer__nav > ul > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
}
.footer__nav .footer__accordion {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E30C1F;
  padding-bottom: 5px;
}
.footer__nav > ul > li > ul {
  margin: 0;
}
.footer__nav a {
  display: block;
  color: #292929;
  font-size: 1.4rem;
  text-decoration: none;
  background: url(/assets/img/ja/esg/icon-arrow-nav-sp-active.svg) no-repeat left center / 8px auto;
  padding-left: 16px;
  margin: 8px 0;
}
.footer__copyright {
  position: absolute;
  left: 15px;
  bottom: 40px;
}
.footer__logo {
}
.footer__copyright p {
  color: #7C7C7C;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin-top: 20px;
}
.footer__subnav {
  display: block;
  background-color: #F8F8F8;
  padding: 30px 15px;
}
.footer__subnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__subnav ul li {
  line-height: 1.2;
  border-left: 1px solid #E30C1F;
  padding: 0 20px;
}
.footer__subnav ul li:first-child {
  border-left: 0;
}
.footer__subnav ul li a {
  color: #292929;
  font-size: 1.5rem;
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .footer {
    margin-top: 70px;
  }
  .footer__title {
    position: static;
    font-size: 2.4rem;
    text-align: center;
  }
  .footer__nav {
    margin: 30px 0;
  }
  .footer__nav > ul {

    gap: 10px;
  }
  .footer__nav > ul > li .footer__accordion {
    background: url(/assets/img/ja/esg/icon-plus.svg) no-repeat right center / 16px auto;
  }
  .footer__nav > ul > li.open .footer__accordion {
    background: url(/assets/img/ja/esg/icon-minus.svg) no-repeat right center / 16px auto;
  }
  .footer__nav > ul > li > ul {
    overflow: hidden;
    height: 0;
  }
  .footer__copyright {
    position: static;
  }
  .footer__copyright p {
    text-align: center;
  }
  .footer__copyright p br {
    display: none;
  }
  .footer__subnav {
    padding: 20px 15px;
  }
  .footer__subnav ul li {
    width: 100%;
    margin: 8px 0;
  }
  .footer__subnav ul li:first-child {
    border-left: 1px solid #E30C1F;
  }
}

/* main
------------------------------*/
.main {
  padding-top: 110px;
}
.m-section {
  position: relative;
  z-index: 2;
  margin: 80px 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s;
}
.m-section.fadein {
  opacity: 1;
  transform: translateY(0);
}
.m-section__inner {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  .main {
    padding-top: 70px;
  }
}

/* title
------------------------------*/
.page-title {
  background: linear-gradient(271.55deg, rgba(150, 227, 142, 0.6) -3.52%, rgba(50, 208, 134, 0.6) 97.86%);
  border-radius: 0 100px 0 0;
}
.page-title__inner {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}
.m-heading01 {
  line-height: 1;
  padding: 50px 0;
  margin: 0;
}
.m-heading01 span {
  display: inline-block;
  color: #83C312;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 40px;
  padding: 4px 32px;
}
.m-heading01 strong {
  display: block;
  color: #fff;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}
.m-heading02 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(271.55deg, rgba(150, 227, 142, 0.16) -3.52%, rgba(50, 208, 134, 0.16) 97.86%);
  border-radius: 8px;
  padding: 16px 24px;
  margin: 0 0 40px;
}
.m-heading03 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  border-bottom: 2px solid #eee;
  padding: 0 0 16px;
  margin: 0 0 30px;
}
.m-heading03::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #33D186;
  width: 48px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .page-title {
    border-radius: 0 80px 0 0;
  }
  .page-title__inner {
    padding: 0 8px;
  }
  .m-heading01 {
    padding: 24px 0;
  }
  .m-heading01 span {
    font-size: 1.2rem;
    padding: 0 16px;
  }
  .m-heading01 strong {
    font-size: 2.0rem;
  }
  .m-heading02 {
    font-size: 2.0rem;
    padding: 16px;
    margin: 0 0 30px;
  }
  .m-heading03 {
    font-size: 2.0rem;
    margin: 0 0 24px;
  }
}

/* lead
------------------------------*/
.m-lead {
  color: #464646;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.m-lead p + p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .m-lead {
    font-size: 1.8rem;
  }
}

/* breadcrumb
------------------------------*/
.breadcrumb {
  background-color: #ffffff;
  border-radius: 32px 32px 0 0;
  padding: 24px 32px;
}
.breadcrumb ul {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.breadcrumb ul > li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 6px;
}
.breadcrumb ul > li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb ul > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.breadcrumb ul > li:last-of-type::after {
  display: none;
}
.breadcrumb ul > li > a {
  color: #76AD17;
}
.breadcrumb ul > li > a,
.breadcrumb ul > li > span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    border-radius: 16px 16px 0 0;
    padding: 10px;
  }
  .breadcrumb ul > li > a,
  .breadcrumb ul > li > span {
    font-size: 1.2rem;
  }
}


/* link
------------------------------*/
a.outer-link::after {
  content: '';
  display: inline-block;
  background: url(/assets/img/ja/esg/icon-blank.svg) no-repeat center / contain;
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
a.pdf-link::after {
  content: '';
  display: inline-block;
  background: url(/assets/img/ja/esg/icon-pdf02.svg) no-repeat center / contain;
  width: 50px;
  height: 22px;
  margin-left: 8px;
  margin-bottom: -4px;
}
.correction img {
  width: 50px !important;
  height: 24px !important;
  margin: 3px 8px;
}
.correction2 img {
  width: 73px !important;
  height: 23px !important;
  margin: 3px 8px;
}

/* table
------------------------------*/
table {
  width: 100%;
  margin: 10px 0;
}
table th {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  background-color: #70DFAA;
  border-bottom: 1px solid #fff;
  padding: 16px;
}
table th a {
  color: #fff;
}
table td {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #BDBDBD;
  padding: 16px;
}
table thead th {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
table th.td-cntr,
table td.td-cntr {
  text-align: center;
}
.tbl-multi tbody tr:nth-child(even),
.tbl-multi tfoot tr:nth-child(odd){
  background-color: #F0F0F0;
}
.tbl-multi tbody th,
.tbl-multi tbody td,
.tbl-multi tfoot td {
  border: 1px solid #ddd;
}
/* .tbl-multi tbody tr:nth-child(even) th,
.tbl-multi tbody tr:nth-child(even) td {
  border-right: 1px solid #fff;
} */
.tbl-multi thead th:first-of-type,
.tbl-multi tbody th:first-of-type,
.tbl-multi tbody td:first-of-type,
.tbl-multi tfoot td:first-of-type {
  border-left: 0;
}
.tbl-multi thead th:last-of-type,
.tbl-multi tbody td:last-of-type,
.tbl-multi tfoot td:last-of-type {
  border-right: 0;
}
.tbl-multi .th-lft,
.tbl-multi .td-lft {
  text-align: left;
}
.tbl-cntr th,
.tbl-cntr td {
  text-align: center;
}
.tbl-caption {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.box-scroll-caution {
  display: none;
  color: #666;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 0 0.5em;
}
.scroll-caution {
  padding: 0 0 0 45px;
  background-image: url(/assets/img/ja/esg/icon_scroll_side.png);
  background-size: 37px 14px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
tfoot .evalution-results:nth-child(1) {
  border-top: 3px solid #ccc !important;
}
/* tableIndent
----------------------------------------------------------- */
table.indent-table {
	width: auto;
	border: none;
}
table.indent-table th {
	border: none;
	padding: 0 8px 0 0;
  width: 4.5em;
  white-space: nowrap!important;
	background: none;
	border: none!important;
	font-weight: normal;
	text-align: left;
	background: none!important;
	vertical-align: top!important;
	font-size: 1.4rem;
  line-height: 25px;
  color: #292929;
}
table.indent-table td {
	border: none!important;
	background: none;
	padding: 0;
	font-size: 1.4rem;
}
table table.indent-table {
	width: auto;
	margin: 0;
}
table.indent-table.caution {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: 1.4px;
}
table.indent-table.caution th {
	font-size: 1.4rem;
	line-height: normal;
}
@media screen and (max-width:1200px) {
  .box-scroll table,
  .box-scroll .box-img {
    width: 1200px;
  }
  .scroll-wrap {
    overflow: auto;
		position: relative;
  }
  .box-scroll-caution {
    display: block;
  }
  .box-tbl .box-scroll {
    width: 100%;
  }
}

/* list
------------------------------*/
ul {
  margin-left: 1.5em;
}
.box-lst {
  margin: 20px 0;
}
.lst-disc {
  list-style-type: disc;
}
.lst-decimal {
  list-style-type: decimal;
}
table ul li {
  margin: 10px 0;
}

/* text
------------------------------*/
.txt-annotation {
  display: table;
  font-size: 1.4rem;
}
.txt-annotation > span:first-of-type {
  display: table-cell;
  width: 4.5em;
}
.txt-annotation > span:last-of-type {
  display: table-cell;
  text-align: left;
}
p.mgn-t {
  margin-top: 1em;
}

/* block
------------------------------*/
.box-grid {
  display: flex;
}
.box-img {
  text-align: center;
}
.box-txt-bdr {
  padding: 1.2em 1.8em;
  border: 1px solid #ADADAD;
}
.box-logo {
  margin-top: 2em;
  text-align: center;
}
.logo-wrapper {
  align-items: center;
}
.logo-wrapper .box-logo {
  width: 30%;
  max-width: 250px;
}
.logo-wrapper .box-logo2 {
  width: 50%;
}
.logo-wrapper .box-txt {
  width: 70%;
  word-break: break-all;
}
.logo-wrapper .box-txt2 {
  width: 50%;
  word-break: break-all;
}
.box-img-single {
  text-align: center;
  margin: 2em auto 0;
}
.box-img.concept-map {
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
}
.box-grid-2col {
  max-width: 850px;
  margin: 2em auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em 0;
}
.box-grid-3col {
  margin: 2em auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em 0;
}
.box-grid-2col.jc-center,
.box-grid-3col.jc-center {
  justify-content: center;
}
.box-grid-2col > .grid {
  width: 49%;
}
.box-grid-3col > .grid {
  width: 33.333333%;
}
.box-grid-2col .grid img,
.box-grid-3col .grid img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .logo-wrapper {
    flex-wrap: wrap;
  }
  .logo-wrapper .box-txt,
  .logo-wrapper .box-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .box-grid-2col,
  .box-grid-3col {
    gap: 1em 0;
  }
  .box-grid-2col .grid,
  .box-grid-3col .grid {
    width: 100%;
    max-width: 350px;
  }
}

/* button
------------------------------*/
.m-btn-wrapper {
  display: flex;
  justify-content: center;
}
.m-btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background-color: #E30C1F;
  border-radius: 16px;
  min-width: 256px;
  padding: 20px 60px 20px 20px;
}
.m-btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(/assets/img/ja/esg/icon-arrow-button.svg) no-repeat center / contain;
  width: 28.4px;
  height: 12px;
  transform: translate(0, -50%);
}
.m-btn--pdf::after {
  width: 25px;
  height: 31px;
  background-image: url(/assets/img/ja/esg/icon-pdf.svg);
  right: 20px;
}