html {
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

.sus-ttl-br {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .sus-ttl-br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .sus-ttl-br {
    display: none;
  }
}

.sus-pc-none {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sus-pc-none {
    display: block !important;
  }
}

.sus-tab-none {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .sus-tab-none {
    display: none !important;
  }
}

.sus-sp-none {
  display: block !important;
}
@media only screen and (max-width: 480px) {
  .sus-sp-none {
    display: none !important;
  }
}

.txt-item1 {
  text-align: justify;
}

#sustainability h2,
#sustainability h3 {
  all: unset;
}
#sustainability .sus-btn-pdf {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px 128px 18px 24px;
  text-align: center;
  transition: color 0s;
}
#sustainability .sus-btn-pdf::after {
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
#sustainability .sus-btn-pdf.--wh {
  background: #fff;
  color: #00b1cd;
  border: 1px solid #00b1cd;
  padding: 14px 72px 14px 48px;
}
#sustainability .sus-btn-pdf.--wh::after {
  background: url(../img/icon_pdf_sbl.svg) no-repeat center/contain;
}
#sustainability .sus-btn-pdf.--wh:hover {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border-color: #fff;
}
#sustainability .sus-btn-pdf.--wh:hover::after {
  background-image: url(../img/icon_pdf_wh.svg);
}
#sustainability .sus-btn-pdf.--bl {
  background: #00b1cd;
  color: #fff;
  border: 1px solid #00b1cd;
}
#sustainability .sus-btn-pdf.--bl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 28px;
  width: 74px;
  height: 100%;
  background: url(../img/btn_bg_wh.svg) no-repeat center/contain;
}
#sustainability .sus-btn-pdf.--bl::after {
  background: url(../img/icon_pdf_wh.svg) no-repeat center/contain;
}
#sustainability .sus-btn-pdf.--bl:hover {
  background: #fff;
  color: #00b1cd;
  border-color: #00b1cd;
}
#sustainability .sus-btn-pdf.--bl:hover::before {
  background-image: url(../img/btn_bg_sbl.svg);
}
#sustainability .sus-btn-pdf.--bl:hover::after {
  background-image: url(../img/icon_pdf_sbl.svg);
}
#sustainability .sus-btn-pdf.--bl .sus-btn-pdf__main {
  margin-right: 12px;
}
#sustainability .sus-btn-pdf__main {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#sustainability .sus-btn-pdf__sub {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#sustainability .sus-reportdl {
  background-color: #00b1cd;
  padding-top: 84px;
  padding-bottom: 46px;
  position: relative;
}
#sustainability .sus-reportdl::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_reportdl_01.svg) no-repeat 40% top/contain;
}
@media only screen and (max-width: 1025px) {
  #sustainability .sus-reportdl::before {
    background-position: right 40px center;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-reportdl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#sustainability .sus-reportdl__wrapper {
  display: grid;
  -moz-column-gap: 37px;
       column-gap: 37px;
  grid-template-areas: "img ttl" "img body";
  grid-template-columns: 40% 1fr;
}
@media only screen and (max-width: 1025px) {
  #sustainability .sus-reportdl__wrapper {
    grid-template-areas: "ttl" "img" "body";
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
#sustainability .sus-reportdl__figure {
  width: 100%;
  grid-area: img;
}
#sustainability .sus-reportdl__img {
  display: block;
  width: 100%;
  max-width: min(100%, 500px);
  margin-inline: auto;
}
#sustainability .sus-reportdl__ttl {
  font-size: 2.2rem;
  line-height: 0.9666666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  grid-area: ttl;
}
#sustainability .sus-reportdl__body {
  grid-area: body;
}
#sustainability .sus-reportdl__txt {
  font-size: 1.4rem;
  line-height: 1.9473684211;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  margin-top: 19px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-reportdl__txt:first-of-type {
    margin-top: 0;
  }
}
#sustainability .sus-reportdl .sus-btn-pdf {
  margin-top: 40px;
}
@media only screen and (max-width: 1025px) {
  #sustainability .sus-reportdl .sus-btn-pdf {
    margin-inline: auto;
  }
}
#sustainability .sus-anchor {
  position: relative;
  background-color: #202e56;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-anchor {
    padding-inline: 11px;
  }
}
#sustainability .sus-anchor__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 58px;
       column-gap: 58px;
  flex-flow: wrap;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-anchor__list {
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
#sustainability .sus-anchor__item {
  list-style: none;
}
#sustainability .sus-anchor__link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2941176471;
  letter-spacing: 0em;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 19px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: opacity 0.1s;
}
#sustainability .sus-anchor__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url(../img/icon_anchor.svg) no-repeat center/contain;
}
#sustainability .sus-anchor__link:hover {
  opacity: 0.8;
}
#sustainability .sus-sec {
  overflow-x: hidden;
}
#sustainability .sus-sec__wrapper {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  display: grid;
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-sec__wrapper {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 990px) {
  #sustainability .sus-sec__wrapper {
    grid-template-areas: "body" "img" "pdf" !important;
    grid-template-columns: 1fr !important;
  }
}
#sustainability .sus-sec__body {
  grid-area: body;
  min-height: 0;
}
#sustainability .sus-sec__ttl {
  position: absolute;
}
#sustainability .sus-sec__ttl--main {
  display: block;
  font-size: 2.4rem;
  line-height: 0.8787878788;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #194594;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-sec__ttl--main {
    font-size: 2.4rem;
    line-height: 0.8787878788;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
#sustainability .sus-sec__ttl--sub {
  position: absolute;
  font-family: "Heebo", sans-serif !important;
  display: block;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #f5f5f5;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-sec__ttl--sub {
    display: none;
  }
}
#sustainability .sus-sec__txt {
  font-size: 1.4rem;
  line-height: 1.9473684211;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  margin-top: 60px;
  text-align: justify;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #sustainability .sus-sec__txt {
    margin-top: 48px;
  }
}
#sustainability .sus-sec__figure {
  grid-area: img;
}
@media only screen and (max-width: 990px) {
  #sustainability .sus-sec__figure {
    width: 100%;
  }
}
#sustainability .sus-sec__img {
  margin-top: -18px;
  display: block;
  margin-inline: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 990px) {
  #sustainability .sus-sec__img {
    margin-top: 0;
    width: min(100%, 420px);
  }
}
#sustainability .sus-sec .sus-btn-pdf {
  grid-area: pdf;
}
@media only screen and (max-width: 990px) {
  #sustainability .sus-sec .sus-btn-pdf {
    margin-inline: auto;
    margin-top: 40px;
  }
}
#sustainability .sus-sec:first-of-type .sus-sec__wrapper {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-sec:first-of-type .sus-sec__wrapper {
    padding-top: 56px;
  }
}
#sustainability .sus-sec:nth-of-type(odd) .sus-sec__wrapper {
  grid-template-areas: "body img" "pdf img";
  grid-template-columns: 1fr 34%;
}
#sustainability .sus-sec:nth-of-type(odd) .sus-sec__ttl--sub {
  top: -112px;
  left: -74px;
}
#sustainability .sus-sec:nth-of-type(even) .sus-sec__wrapper {
  grid-template-columns: 34% 1fr;
  grid-template-areas: "img body" "img pdf";
}
#sustainability .sus-sec:nth-of-type(even) .sus-sec__ttl--sub {
  top: -112px;
  left: 74px;
}
#sustainability .sus-esg {
  margin-top: 140px;
  margin-bottom: -40px;
  padding-top: 158px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-esg {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#sustainability .sus-esg__ttl {
  display: block;
  font-size: 3.6rem;
  line-height: 0.6041666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #194594;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #194594;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #sustainability .sus-esg__ttl {
    font-size: 3.1rem;
    line-height: 0.6904761905;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
#sustainability .sus-esg .sus-sec__ttl--sub {
  color: #fff;
}

body .sus-h2--sub {
  margin-bottom: -5px;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Heebo", sans-serif !important;
  letter-spacing: 0.1em;
  color: #194594;
}
@media only screen and (max-width: 768px) {
  body .sus-h2--sub {
    margin-bottom: 10px;
  }
}
body .sus-h2--sub::after {
  content: "";
  width: 167px;
  height: 1px;
  background-color: #194594;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
body .txt-item1 {
  line-height: 1.75;
}
body .sus-header {
  padding-block: 24px;
}

#sustainability .sus-anchor__list {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

#sustainability .sus-sec__ttl--main {
  letter-spacing: 0;
}

#sustainability .sus-reportdl__txt {
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.75;
}

#sustainability .sus-sec__txt {
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.75;
}

#sustainability .sus-btn-pdf {
  padding-right: 72px;
  letter-spacing: 0.02em;
}

.txt-item1 {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .mt-84-sp {
    margin-top: 84px !important;
  }
}

#sustainability .sus-sec__ttl--main {
  line-height: 1.25;
}/*# sourceMappingURL=sustainability.css.map */