@charset "UTF-8";
/*
変数
=================================== */
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:lang(en) #header,
html:lang(en) #footernavi * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#sustainability {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #333;
}

#sustainability .contents-top-wrap {
  display: block;
  margin: 0 auto 100px;
  max-width: 1450px;
  width: auto;
}

@media only screen and (max-width: 769px) {
  #sustainability .contents-top-wrap {
    padding: 0 10px;
  }
}

html:lang(en) #sustainability {
  overflow-x: unset;
}

/*
調整
=================================== */
.only-sp {
  display: none;
}

@media only screen and (max-width: 769px) {
  .only-sp {
    display: block;
  }
}

.--only-print {
  display: none;
}

p {
  line-height: 1.75;
}

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

.--align-l {
  text-align: left !important;
}

.--align-c {
  text-align: center !important;
}

.--align-r {
  text-align: right !important;
}

.--margin-r0 {
  margin-right: 0 !important;
}

.--margin-r10 {
  margin-right: 10px !important;
}

.--margin-r20 {
  margin-right: 20px !important;
}

.--margin-t-20 {
  margin-top: -20px !important;
}

.--margin-t-10 {
  margin-top: -10px !important;
}

.--margin-t0 {
  margin-top: 0 !important;
}

.--margin-t10 {
  margin-top: 10px !important;
}

.--margin-t20 {
  margin-top: 20px !important;
}

.--margin-t30 {
  margin-top: 30px !important;
}

.--margin-b0 {
  margin-bottom: 0 !important;
}

.--margin-b10 {
  margin-bottom: 10px !important;
}

.--margin-b20 {
  margin-bottom: 20px !important;
}

.--margin-b30 {
  margin-bottom: 30px !important;
}

.--strong {
  font-size: 120%;
  font-weight: bold;
}

.--bold {
  font-weight: bold;
}

.--bolder {
  font-weight: bolder;
}

.--small {
  font-size: 80%;
}

.--fsize90 {
  font-size: 90%;
}

.--fsize120 {
  font-size: 120%;
}

.--fsize--vision {
  font-size: 2.8rem;
}

.--fsize--vision .spirit {
  display: block;
  font-size: 150%;
  margin: 0 0 1em;
  position: relative;
}

.--fsize--vision .spirit::after {
  background: #333;
  content: '';
  height: 1em;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 1px;
}

.--uline {
  text-decoration: underline;
}

.--color-orange {
  color: #E57F0F;
}

.--color-blue {
  color: #00538B;
}

.--color-green {
  color: #007F41;
}

.--color-pink {
  color: #FF7C99;
}

.--color-pink .link-paragraph {
  color: #FF7C99;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF7C99), to(#FF7C99));
  background-image: linear-gradient(90deg, #FF7C99, #FF7C99);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.--color-pink .link-paragraph:hover {
  color: #FF7C99 !important;
}

.--gray-out {
  background: #eee;
}

.--icon-text {
  height: 1.5em;
  width: auto;
}

.--kv25 {
  font-family: 'Arial', Arial, sans-serif !important;
  font-style: italic;
  font-weight: bolder;
}

.--kv25.--bold {
  font-family: 'Arial Black', Arial, sans-serif !important;
  font-weight: bold;
}

[class^="title-article-"] .--kv25 {
  font-weight: unset;
}

.--thin-gray {
  color: #ccc;
}

.--marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFAA00));
  background: linear-gradient(transparent 60%, #FFAA00 60%);
}

.nextstage {
  color: inherit;
}

.inline-block {
  display: inline-block;
}

.spirit {
  font-family: 'Times New Roman',Times,serif !important;
  font-weight: bold;
}

.--pc50-sp100 {
  width: 50%;
}

@media only screen and (max-width: 769px) {
  .--pc50-sp100 {
    width: 100%;
  }
}

/*
common調整
=================================== */
figure {
  margin: 0 auto !important;
}

p + p, p + ul, p + ol, p + .textbox, p + .datelist, p + table.table, p + .columns, ul + p, ul + ul, ul + ol, ul + .textbox, ul + .datelist, ul + table.table, ul + .columns, ol + p, ol + ul, ol + ol, ol + .textbox, ol + .datelist, ol + table.table, ol + .columns, .textbox + p, .textbox + ul, .textbox + ol, .textbox + .textbox, .textbox + .datelist, .textbox + table.table, .textbox + .columns, .datelist + p, .datelist + ul, .datelist + ol, .datelist + .textbox, .datelist + .datelist, .datelist + table.table, .datelist + .columns, table.table + p, table.table + ul, table.table + ol, table.table + .textbox, table.table + .datelist, table.table + table.table, table.table + .columns, .columns + p, .columns + ul, .columns + ol, .columns + .textbox, .columns + .datelist, .columns + table.table, .columns + .columns {
  margin-top: 0;
}

body.sustainability #globalnavi li.sustainability a {
  color: #ffffff;
  background: #0077be;
}

/*
トップページ
=================================== */
.hero-wrap {
  background: url(/sustainability/img/top/img_hero.jpg) 0 30% no-repeat;
  background-size: cover;
  color: #fff;
  height: 400px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .hero-wrap {
    background-position: 50% 0;
    height: 250px;
    padding: 0 20px;
  }
}

.hero-wrap #breadCrumbs {
  line-height: 1.4;
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 940px;
}

@media only screen and (max-width: 769px) {
  .hero-wrap #breadCrumbs {
    width: 100%;
  }
}

.hero-wrap #breadCrumbs li {
  display: inline;
  font-size: 1.3rem;
}

.hero-wrap #breadCrumbs li + li {
  margin-left: 3px;
}

.hero-wrap #breadCrumbs li:first-child:before {
  content: "";
}

.hero-wrap #breadCrumbs li::before {
  content: " > ";
  padding-right: 3px;
}

.hero-wrap #breadCrumbs a {
  color: #fff;
  text-decoration: underline;
}

.hero-wrap #breadCrumbs a :hover {
  text-decoration: none;
}

.hero-wrap .hero-title {
  font-size: 6.0rem;
  font-weight: normal;
  line-height: 1.75;
  margin: 0 auto;
  position: absolute;
  top: 15.0%;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .hero-wrap .hero-title {
    font-size: 3.5rem;
    line-height: 1.5;
    top: 22%;
  }
}

.hero-wrap .hero-text {
  font-size: 2.6rem;
  margin: 0 auto;
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .hero-wrap .hero-text {
    font-size: 1.6rem;
    top: 60%;
  }
}

.feature-grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  max-width: 1050px;
  margin: -165px auto 70px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 769px) {
  .feature-grid {
    gap: 5px;
    margin: -15% auto 30px;
    padding: 0 10px;
  }
}

.feature-grid .feature-list {
  border-radius: 100%;
  color: #fff;
  padding: 16px;
  background: #0061B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .feature-grid .feature-list {
    padding: 5px;
  }
}

.feature-grid .feature-list::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.feature-grid .feature-list .feature-list__item,
.feature-grid .feature-list .feature-list__number,
.feature-grid .feature-list .feature-list__supplement {
  display: block;
  width: 100%;
}

.feature-grid .feature-list .feature-list__item {
  font-size: 2.6rem;
}

@media only screen and (max-width: 769px) {
  .feature-grid .feature-list .feature-list__item {
    font-size: 2.45vw;
  }
}

.feature-grid .feature-list .feature-list__number {
  font-size: 4.4rem;
  font-weight: bold;
  margin: -20px 0 0;
}

@media only screen and (max-width: 769px) {
  .feature-grid .feature-list .feature-list__number {
    font-size: 5.4vw;
    margin: -10px 0 0;
  }
}

.feature-grid .feature-list .feature-list__number .--strong {
  font-size: 8.4rem;
}

@media only screen and (max-width: 769px) {
  .feature-grid .feature-list .feature-list__number .--strong {
    font-size: 8.59vw;
  }
}

.feature-grid .feature-list .feature-list__supplement {
  font-size: 2.4rem;
  margin: -10px 0 0;
}

@media only screen and (max-width: 769px) {
  .feature-grid .feature-list .feature-list__supplement {
    font-size: 2.45vw;
  }
}

.lead-top {
  margin: 0 0 70px;
}

@media only screen and (max-width: 769px) {
  .lead-top {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}

.link-top-wrap {
  background-color: #eee;
  display: block;
  height: 100%;
  padding: 0 0 30px;
  max-width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.link-top-wrap:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

.link-top-wrap * {
  text-decoration: none;
}

.link-top-wrap *:hover {
  text-decoration: none;
}

.link-top-wrap a:hover .link-top-btn::after {
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap {
    height: 100%;
    min-height: initial;
    padding: 0 0 15px;
  }
}

.link-top-wrap .link-top-title-wrap .link-top-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  display: block;
  min-height: 300px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-title-wrap .link-top-title {
    background-position: 50% 40%;
    min-height: 170px;
  }
}

.link-top-wrap .link-top-title-wrap .link-top-title .link-top-title-inner {
  color: #fff;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-title-wrap .link-top-title .link-top-title-inner {
    font-size: 1.8rem;
  }
}

.link-top-wrap .link-top-title-wrap .link-top-title.--environment {
  min-height: unset;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--environment .link-top-title-inner {
  background-color: #2C8747;
  font-size: 3.0rem;
  padding: 15px 0;
  position: relative;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--environment .link-top-title-inner::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: 'E';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.0rem;
  margin: auto 0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--social {
  min-height: unset;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--social .link-top-title-inner {
  background-color: #007BCC;
  font-size: 3.0rem;
  padding: 15px 0;
  position: relative;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--social .link-top-title-inner::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: 'S';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.0rem;
  margin: auto 0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--governance {
  min-height: unset;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--governance .link-top-title-inner {
  background-color: #D9193D;
  font-size: 3.0rem;
  padding: 15px 0;
  position: relative;
}

.link-top-wrap .link-top-title-wrap .link-top-title.--governance .link-top-title-inner::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: 'G';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.0rem;
  margin: auto 0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}

.link-top-wrap .link-top-detail {
  padding: 30px 30px 0;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-detail {
    padding: 15px 10px 0;
  }
}

.link-top-wrap .link-top-detail .link-top-text-wrap {
  margin: 0;
  padding: 0 0 0 1.5em;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-detail .link-top-text-wrap {
    margin: 0 0 0;
  }
}

.link-top-wrap .link-top-detail .link-top-text-wrap + .link-top-text-wrap {
  margin: 20px 0 0;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-detail .link-top-text-wrap + .link-top-text-wrap {
    margin: 10px 0 0;
  }
}

.link-top-wrap .link-top-detail .link-top-text-wrap .link-top-text {
  color: #333;
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: 1.5em bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-detail .link-top-text-wrap .link-top-text {
    font-size: 1.4rem;
  }
}

.link-top-wrap .link-top-detail .link-top-text-wrap .link-top-text::before {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(70%) rotate(45deg);
          transform: translateY(70%) rotate(45deg);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 0.5em;
}

.link-top-wrap .link-top-detail .link-top-text-wrap .link-top-text:hover {
  color: #333 !important;
  text-decoration: none;
  background-size: calc(100% - 1.5em) 1px;
  background-position: 1.5em bottom;
}

.link-top-wrap .link-top-detail .link-top-text-wrap .link-top-text:hover::before {
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  left: 5px;
}

.link-top-wrap .link-top-detail .link-top-text-wrap + .link-top-text-wrap {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .link-top-wrap .link-top-detail .link-top-text-wrap + .link-top-text-wrap {
    margin: 0;
  }
}

.link-top-wrap2 {
  display: block;
  height: 100%;
  max-width: 100%;
}

.link-top-btn2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 30px;
}

.link-top-btn2 .link-top-btn2-item {
  text-align: center;
  width: 100%;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text {
  border: 1px solid #0061B1;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  height: 100%;
  min-height: 120px;
  line-height: 1.75;
  padding: 5px 60px 5px 70px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text::after {
  content: "";
  border: 0;
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0.5em;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text:hover {
  background-color: #0061B1;
  color: #fff !important;
  text-decoration: none;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text:hover::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  right: 10px;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--esg-navigation::before {
  background: url(/sustainability/img/top/icon_esg_navigation.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--esg-navigation:hover::before {
  background: url(/sustainability/img/top/icon_esg_navigation_hover.svg) 0 50% no-repeat;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--esg-data::before {
  background: url(/sustainability/img/top/icon_esg_data.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--esg-data:hover::before {
  background: url(/sustainability/img/top/icon_esg_data_hover.svg) 0 50% no-repeat;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--sustainability-report::before {
  background: url(/sustainability/img/top/icon_sustainability_report.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn2 .link-top-btn2-item .link-top-btn2-text.--sustainability-report:hover::before {
  background: url(/sustainability/img/top/icon_sustainability_report_hover.svg) 0 50% no-repeat;
}

.link-top-bnr {
  margin: 80px 0 0;
}

.link-top-bnr a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link-top-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  line-height: 1.75;
  margin: 60px 0 0;
}

@media only screen and (max-width: 769px) {
  .link-top-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px 0 0;
  }
}

.link-top-grid .--message {
  background-image: url(/sustainability/img/top/img_message.jpg);
}

.link-top-grid .--management {
  background-image: url(/sustainability/img/top/img_management.jpg);
}

.link-top-grid .--highlight {
  background-image: url(/sustainability/img/top/img_highlight.jpg);
}

.link-top-grid .--library {
  background-image: url(/sustainability/img/top/img_library.jpg);
}

.link-top-grid .--index {
  background: url(/sustainability/img/top/img_index.jpg);
}

.link-top-grid.--section-border__top {
  padding: 70px 0 0;
  position: relative;
}

.link-top-grid.--section-border__top::before {
  border-top: 1px solid #ccc;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
}

.link-top-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 60px;
  margin: 80px 0 0;
}

@media only screen and (max-width: 769px) {
  .link-top-btn {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px;
    margin: 50px 0 0;
  }
}

.link-top-btn .link-top-btn-item {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .link-top-btn .link-top-btn-item {
    min-height: 68px;
  }
}

.link-top-btn .link-top-btn-item .link-top-btn-text {
  border: 1px solid #0061B1;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  height: 100%;
  min-height: 120px;
  line-height: 1.75;
  padding: 5px 60px 5px 70px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

.link-top-btn .link-top-btn-item .link-top-btn-text::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-top-btn .link-top-btn-item .link-top-btn-text::after {
  content: "";
  border: 0;
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0.5em;
}

.link-top-btn .link-top-btn-item .link-top-btn-text:hover {
  background-color: #0061B1;
  color: #fff !important;
  text-decoration: none;
}

.link-top-btn .link-top-btn-item .link-top-btn-text:hover::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  right: 10px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--esg-navigation::before {
  background: url(/sustainability/img/top/icon_esg_navigation.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--esg-navigation:hover::before {
  background: url(/sustainability/img/top/icon_esg_navigation_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--gri-sasb::before {
  background: url(/sustainability/img/top/icon_gri_sasb.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--gri-sasb:hover::before {
  background: url(/sustainability/img/top/icon_gri_sasb_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--esg-data::before {
  background: url(/sustainability/img/top/icon_esg_data.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--esg-data:hover::before {
  background: url(/sustainability/img/top/icon_esg_data_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--independent-assurance-report::before {
  background: url(/sustainability/img/top/icon_independent_assurance_report.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--independent-assurance-report:hover::before {
  background: url(/sustainability/img/top/icon_independent_assurance_report_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--sustainability-report::before {
  background: url(/sustainability/img/top/icon_sustainability_report.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--sustainability-report:hover::before {
  background: url(/sustainability/img/top/icon_sustainability_report_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--external-evaluations::before {
  background: url(/sustainability/img/top/icon_external_evaluations.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--external-evaluations:hover::before {
  background: url(/sustainability/img/top/icon_external_evaluations_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--industrial-waste::before {
  background: url(/sustainability/img/top/icon_industrial_waste.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--industrial-waste:hover::before {
  background: url(/sustainability/img/top/icon_industrial_waste_hover.svg) 0 50% no-repeat;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--editorial-policy::before {
  background: url(/sustainability/img/top/icon_editorial_policy.svg) 0 50% no-repeat;
  height: auto;
  width: 45px;
}

.link-top-btn .link-top-btn-item .link-top-btn-text.--editorial-policy:hover::before {
  background: url(/sustainability/img/top/icon_editorial_policy_hover.svg) 0 50% no-repeat;
}

* + .section-top-h2 {
  margin: 80px 0 0;
  padding: 80px 0 0;
  position: relative;
}

@media only screen and (max-width: 769px) {
  * + .section-top-h2 {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
}

* + .section-top-h2::before {
  border-top: 1px solid #ccc;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
}

.title-top-h2 {
  font-size: 4.0rem;
  font-weight: bold;
  padding: 0 0 350px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .title-top-h2 {
    font-size: 2.8rem;
    padding: 0 0 150px;
  }
}

.title-top-h2 .--subheading {
  display: block;
  font-size: 2.0rem;
}

@media only screen and (max-width: 769px) {
  .title-top-h2 .--subheading {
    font-size: 1.4rem;
  }
}

.title-top-h2 .--split {
  letter-spacing: 1em;
  margin-right: -1em;
  position: relative;
}

.title-top-h2 .--split.--narrow {
  letter-spacing: 0;
  margin-right: 0;
}

.title-top-h2 .--split.--narrow::after {
  right: -2em;
}

.title-top-h2 .--split::before {
  border-bottom: 1px solid #333;
  content: '';
  height: 1px;
  margin: auto 0;
  position: absolute;
  left: -2em;
  top: 0;
  bottom: 0;
  width: 50px;
}

.title-top-h2 .--split::after {
  border-bottom: 1px solid #333;
  content: "";
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  width: 50px;
}

.title-top-h2.--environment::after {
  background: url(/sustainability/img/top/img_environment.jpg) 50% 0 no-repeat;
  background-size: cover;
  content: '';
  height: 250px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100vw;
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--environment::after {
    height: 120px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--environment::after {
    background-position-x: 50%;
  }
}

.title-top-h2.--social::after {
  background: url(/sustainability/img/top/img_social.jpg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 250px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100vw;
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--social::after {
    height: 120px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--social::after {
    background-position-x: 30%;
  }
}

.title-top-h2.--governance::after {
  background: url(/sustainability/img/top/img_governance.jpg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 250px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100vw;
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--governance::after {
    height: 120px;
    bottom: 20px;
  }
}

.title-top-h2.--news-release {
  padding: 0 0 50px;
}

@media only screen and (max-width: 769px) {
  .title-top-h2.--news-release {
    padding: 0 0 30px;
  }
}

.lead-top-category {
  margin: 0 0 70px;
}

@media only screen and (max-width: 769px) {
  .lead-top-category {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}

.link-top-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin: 0 0 70px;
}

@media only screen and (max-width: 769px) {
  .link-top-category {
    gap: 20px;
    margin: 0 0 30px;
  }
}

.link-top-category .link-top-category__item {
  border-bottom: 3px solid #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-top-category .link-top-category__item:hover {
  opacity: 0.8;
}

.link-top-category .link-top-category__item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  padding: 0 30px 20px 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .link-top-category .link-top-category__item a {
    font-size: 1.4rem;
    padding: 0 30px 10px 5px;
  }
}

.link-top-category .link-top-category__item a::after {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .link-top-category .link-top-category__item a::after {
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    height: 7px;
    bottom: 7px;
    width: 7px;
  }
}

.link-top-category .link-top-category__item a:hover {
  color: #333;
  text-decoration: none;
}

.link-top-category .link-top-category__item a:hover::after {
  right: 0;
}

.btn-top-wrap {
  margin: 50px 0 0;
}

@media only screen and (max-width: 769px) {
  .btn-top-wrap {
    margin: 30px 0 0;
  }
}

.btn-top-wrap .btn-top-item {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 0 auto;
  padding: 15px 0 15px 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 45%;
}

@media only screen and (max-width: 769px) {
  .btn-top-wrap .btn-top-item {
    font-size: 1.4rem;
    padding: 10px 0 10px 20px;
    width: 80%;
  }
}

.btn-top-wrap .btn-top-item::after {
  content: "";
  border: 0;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 10px;
}

@media only screen and (max-width: 769px) {
  .btn-top-wrap .btn-top-item::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 7px;
    width: 7px;
  }
}

.btn-top-wrap .btn-top-item:hover {
  background-color: #5B5B5B;
  color: #fff !important;
  text-decoration: none;
}

.btn-top-wrap .btn-top-item:hover::after {
  right: 10px;
}

.news-top-tab {
  border-bottom: 5px solid #0061B1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0 0 10px;
  text-align: center;
}

.news-top-tab .news-top-tab-item {
  background-color: #949494;
  border-top: 1px solid #f4f4f4;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  margin: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-top-tab .news-top-tab-item.active, .news-top-tab .news-top-tab-item:hover {
  background-color: #0061B1;
  margin: -10px 0 0;
  padding: 20px 10px;
}

.panel {
  display: none;
}

.panel.show {
  display: block;
}

.news-top-grid .news-top-item .news-top-link {
  display: -ms-grid;
  display: grid;
  gap: 80px;
  -ms-grid-columns: 135px auto;
      grid-template-columns: 135px auto;
  height: 100%;
  padding: 30px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .news-top-grid .news-top-item .news-top-link {
    -ms-grid-columns: 115px auto;
        grid-template-columns: 115px auto;
    gap: 30px;
    padding: 10px;
  }
}

.news-top-grid .news-top-item .news-top-link:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  text-decoration: none;
}

.news-top-grid .news-top-item .news-top-link:hover .news-top-btn::after {
  right: 10px;
}

.news-top-grid .news-top-item .news-top-link .news-top-date {
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .news-top-grid .news-top-item .news-top-link .news-top-date {
    font-size: 1.4rem;
  }
}

.news-top-grid .news-top-item .news-top-link .news-top-date .--icon {
  position: relative;
}

.news-top-grid .news-top-item .news-top-link .news-top-date .--icon::after {
  border-radius: 50px;
  color: #fff;
  height: 100%;
  margin: auto 0;
  padding: 0 25px 7px;
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .news-top-grid .news-top-item .news-top-link .news-top-date .--icon::after {
    font-size: 1.4rem;
    padding: 0 15px 7px;
    left: 0;
    top: calc(100% + 40px);
  }
}

.news-top-grid .news-top-item .news-top-link .news-top-title {
  color: #007bcc;
  font-size: 1.6rem;
}

@media only screen and (max-width: 769px) {
  .news-top-grid .news-top-item .news-top-link .news-top-title {
    font-size: 1.4rem;
  }
}

.news-top-grid .news-top-item {
  border-bottom: 1px solid #ccc;
}

/*
サイドナビ
=================================== */
.sustainability-grid__sidenavi {
  line-height: 1.75;
  margin: 30px 0;
  z-index: 20;
}

.sustainability-grid__sidenavi .sidenavi-wrap {
  border-bottom: none;
  top: 20px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap {
    max-width: 100%;
    position: static;
    top: unset;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top::-webkit-scrollbar {
  width: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top::-webkit-scrollbar {
    display: none;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top::-webkit-scrollbar-thumb {
  background: #999;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top {
    cursor: pointer;
    position: relative;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link {
  background-color: #0061B1;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 15px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link::after {
  content: "";
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
          transform: rotateZ(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link:hover {
  background-color: #007bcc;
  color: #fff !important;
  text-decoration: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link:hover::after {
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link {
    font-size: 1.4rem;
    padding: 10px;
    pointer-events: none;
    position: relative;
    text-align: center;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link::before {
    background: #fff;
    content: '';
    height: 2px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-top .sidenavi-top-link::after {
    background: #fff;
    border-right: none;
    border-top: none;
    content: '';
    height: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 2px;
    -webkit-transform: none;
            transform: none;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap #check {
  display: none;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category-wrap {
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap #check:checked + label + .sidenavi-category-wrap {
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap #check:checked + label + .sidenavi-category-wrap + .sidenavi-support {
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap #check:checked + label + .sidenavi-category-wrap + .sidenavi-support + .sidenavi-bnr {
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .sustainability-grid__sidenavi .sidenavi-wrap #check:checked + label .sidenavi-top-link::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category:last-child {
  border-bottom: 1px solid #ccc;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a {
  border-top: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a {
    font-size: 1.3rem;
    padding: 10px 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a:hover {
  background-color: #D8ECF8;
  color: #0061B1;
  text-decoration: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a:hover::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a:hover::after {
    right: 25px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic {
  display: block;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic::after {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
          transform: rotateZ(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic:hover::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic:hover::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic.--active {
  background-color: #0061B1;
  color: #fff;
  font-weight: bold;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic.--active::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic.--active:hover {
  background-color: #007bcc;
  color: #fff;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic.--active:hover::after {
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category > a.--basic.--active:hover::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label {
  border-top: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label {
    font-size: 1.3rem;
    padding: 10px 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label .sidenavi-category-link {
  color: #333;
  position: relative;
  text-decoration: none;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label .sidenavi-category-link:hover {
  color: #0061B1 !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#0061B1), to(#0061B1));
  background-image: linear-gradient(90deg, #0061B1, #0061B1);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label .sidenavi-category-link.--no-link {
  pointer-events: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label:hover {
  background-color: #D8ECF8;
  color: #0061B1;
  text-decoration: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label:hover::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label:hover::after {
    right: 25px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label:hover .sidenavi-category-link {
  color: #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown::after {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
          transform: rotateZ(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown:hover {
  color: #fff !important;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown:hover::after {
  border-right: solid 3px #007bcc;
  border-bottom: solid 3px #007bcc;
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown:hover::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown.--active {
  background-color: #0061B1;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category label.--dropdown.--active::after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap label {
  background: #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap label .sidenavi-category-link {
  color: #fff;
  font-weight: bold;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap label .sidenavi-category-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap label::after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap label:hover::after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap .sidenavi-subcategory {
  background-color: #D8ECF8;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown {
  background: #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown .sidenavi-category-link {
  color: #fff;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown::after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  right: 10px;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown:hover::after {
  right: 5px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category.--active-wrap input:checked + label.--dropdown:hover::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list {
  padding: 0 0 0 20px;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a {
  background-color: #fff;
  border-top: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a {
    font-size: 1.3rem;
    padding: 8px 40px 8px 20px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a.--active-sub {
  background-color: #D8ECF8;
  color: #0061B1;
  font-weight: bold;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a.--active-sub:hover::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a.--active-sub::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a:hover {
  background-color: #D8ECF8;
  color: #0061B1 !important;
  text-decoration: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a:hover::after {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  right: 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a:hover::after {
    right: 25px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a::after {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category .sidenavi-subcategory .sidenavi-subcategory-list > a::after {
    right: 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input {
  display: none;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-message:checked + label + .sidenavi-subcategory.--message,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-management:checked + label + .sidenavi-subcategory.--management,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-highlight:checked + label + .sidenavi-subcategory.--highlight,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-environment:checked + label + .sidenavi-subcategory.--environment,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-social:checked + label + .sidenavi-subcategory.--social,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-governance:checked + label + .sidenavi-subcategory.--governance,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-library:checked + label + .sidenavi-subcategory.--library,
.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category #check-index:checked + label + .sidenavi-subcategory.--index {
  background-color: #D8ECF8;
  display: block;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown {
  background-color: #D8ECF8;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown .sidenavi-category-link {
  color: #007bcc;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown::after {
  border-right: solid 3px #007bcc;
  border-bottom: solid 3px #007bcc;
  right: 10px;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown:hover::after {
  right: 5px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label.--dropdown:hover::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label .--dropdown.--active {
  background-color: #0061B1;
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label .--dropdown::after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  right: 12px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label .--dropdown::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label .--dropdown:hover::after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  right: 7px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-wrap .sidenavi-category input:checked + label .--dropdown:hover::after {
    right: 27px;
  }
}

.sustainability-grid__sidenavi .sidenavi-support {
  margin: 30px 0 0;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-support {
    font-size: 1.3rem;
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    margin: 10px 0 0;
  }
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list--index {
  background: #eee;
  font-weight: bold;
  padding: 15px 10px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-support .sidenavi-list--index {
    padding: 10px 30px;
  }
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-support .sidenavi-list {
    margin: 5px 0 0 10px;
  }
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list .sidenavi-list__link {
  color: #007bcc;
  line-height: 1.75;
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bcc), to(#007bcc));
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: 1.5em bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list .sidenavi-list__link::before {
  content: "";
  border: 0;
  border-right: solid 3px #007bcc;
  border-top: solid 3px #007bcc;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(70%) rotate(45deg);
          transform: translateY(70%) rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0.5em;
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list .sidenavi-list__link:hover {
  color: #0061B1 !important;
  text-decoration: none;
  background-size: calc(100% - 1.5em) 1px;
}

.sustainability-grid__sidenavi .sidenavi-support .sidenavi-list .sidenavi-list__link:hover::before {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  left: 5px;
}

.sustainability-grid__sidenavi .sidenavi-bnr {
  margin: 30px 0 0;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid__sidenavi .sidenavi-bnr {
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    text-align: center;
    margin: 10px 0 0;
  }
}

.sustainability-grid__sidenavi .sidenavi-bnr a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

html:lang(en) .sustainability-grid__sidenavi .sidenavi-wrap {
  top: 88px;
}

/*
扉ページ
=================================== */
html:lang(en) .link-category-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 769px) {
  html:lang(en) .link-category-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px;
  }
}

html:lang(en) .link-category-grid .link-category-wrap {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 0 !important;
}

html:lang(en) .link-category-grid .link-category-wrap:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

html:lang(en) .link-category-grid .link-category-wrap a {
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  height: 100%;
  line-height: 0 !important;
  position: relative;
  text-decoration: none;
  width: 100%;
}

html:lang(en) .link-category-grid .link-category-wrap a:hover {
  color: #fff !important;
}

@media print, screen and (max-width: 1449px) {
  html:lang(en) .link-category-grid .link-category-wrap a {
    font-size: 1.51829vw;
  }
}

@media print, screen and (max-width: 1000px) {
  html:lang(en) .link-category-grid .link-category-wrap a {
    font-size: 1.53rem;
  }
}

@media only screen and (max-width: 769px) {
  html:lang(en) .link-category-grid .link-category-wrap a {
    font-size: 1.6rem;
  }
}

html:lang(en) .link-category-grid .link-category-wrap a .link-category-text {
  line-height: 1.75;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 769px) {
  html:lang(en) .link-category-grid .link-category-wrap a .link-category-text {
    padding: 0 5px;
  }
}

html:lang(en) .link-category-grid .link-category-wrap a .link-category-image:hover {
  opacity: 1.0;
}

.link-category-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 769px) {
  .link-category-grid {
    font-size: 1.4rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px;
  }
}

.link-category-grid .link-category-grid__item {
  border: 1px solid #ccc;
}

.link-category-grid .link-category-grid__item .link-category-grid__item-link {
  background-color: #D8ECF8;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: 100%;
}

.link-category-grid .link-category-grid__item .link-category-grid__item-link::after {
  content: "";
  border: 0;
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-category-grid .link-category-grid__item .link-category-grid__item-link:hover {
  color: #555 !important;
  text-decoration: none;
}

.link-category-grid .link-category-grid__item .link-category-grid__item-link:hover::after {
  border-right: solid 3px #555;
  border-top: solid 3px #555;
  right: 10px;
}

.link-category-grid .link-category-grid__item .link-subcategory {
  padding: 20px 20px 20px 40px;
}

.link-category-grid .link-category-grid__item .link-subcategory .link-subcategory__item + .link-subcategory__item {
  margin: 5px 0 0;
}

.link-category-grid .link-category-grid__item .link-subcategory .link-subcategory__item .link-subcategory__item-link {
  color: #007bcc;
  line-height: 1.75;
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bcc), to(#007bcc));
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: calc(100% - 1.5em) 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.link-category-grid .link-category-grid__item .link-subcategory .link-subcategory__item .link-subcategory__item-link::before {
  content: "";
  border: 0;
  border-right: solid 3px #007bcc;
  border-top: solid 3px #007bcc;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(70%) rotate(45deg);
          transform: translateY(70%) rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0.5em;
}

.link-category-grid .link-category-grid__item .link-subcategory .link-subcategory__item .link-subcategory__item-link:hover {
  color: #0061B1 !important;
  text-decoration: none;
  background-size: 0 1px;
}

.link-category-grid .link-category-grid__item .link-subcategory .link-subcategory__item .link-subcategory__item-link:hover::before {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  left: 5px;
}

.link-category-grid--message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 769px) {
  .link-category-grid--message {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.link-category-grid--message .link-category-wrap {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 0 !important;
}

.link-category-grid--message .link-category-wrap:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

.link-category-grid--message .link-category-wrap a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  line-height: 0 !important;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.link-category-grid--message .link-category-wrap a:hover {
  color: #fff !important;
}

@media print, screen and (max-width: 1449px) {
  .link-category-grid--message .link-category-wrap a {
    font-size: 1.51829vw;
  }
}

@media print, screen and (max-width: 1000px) {
  .link-category-grid--message .link-category-wrap a {
    font-size: 1.53rem;
  }
}

@media only screen and (max-width: 769px) {
  .link-category-grid--message .link-category-wrap a {
    font-size: 1.6rem;
  }
}

.link-category-grid--message .link-category-wrap a .link-category-text {
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
  min-height: 80px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media only screen and (max-width: 769px) {
  .link-category-grid--message .link-category-wrap a .link-category-text {
    padding: 0 10px;
  }
}

.link-category-grid--message .link-category-wrap a .link-category-text .link-category-text-inner {
  position: relative;
  width: 100%;
}

.link-category-grid--message .link-category-wrap a .link-category-text .link-category-text-inner::after {
  content: "";
  border: 0;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-category-grid--message .link-category-wrap a .link-category-image:hover {
  opacity: 1.0;
}

.link-category-grid--message .link-category-wrap:hover a .link-category-text .link-category-text-inner::after {
  right: 10px;
}

/*
下層ページ
=================================== */
.sustainability-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24.5%;
      grid-template-columns: 1fr 24.5%;
  gap: 80px;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid {
    grid-template: "side-navi" auto
 "contents-area" auto
 / 1fr;
    gap: 0;
  }
}

.sustainability-grid .sustainability-grid__contents {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  padding: 0 0 100px;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid .sustainability-grid__contents {
    grid-area: contents-area;
    overflow: hidden;
  }
}

@media only screen and (max-width: 769px) {
  .sustainability-grid .sustainability-grid__sidenavi {
    grid-area: side-navi;
    margin: 0 calc(50% - 50vw);
  }
}

.sustainability-grid #breadCrumbs {
  width: auto;
  margin: 20px auto 35px;
  line-height: 1.4;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid #breadCrumbs {
    margin: 10px auto 15px;
    line-height: 100%;
  }
}

.sustainability-grid #breadCrumbs li {
  font-size: 1.3rem;
  display: inline;
}

@media only screen and (max-width: 769px) {
  .sustainability-grid #breadCrumbs li {
    font-size: 1.1rem;
  }
}

.sustainability-grid #breadCrumbs li:first-child:before {
  content: "";
}

.sustainability-grid #breadCrumbs li::before {
  content: " > ";
  padding-right: 3px;
}

.sustainability-grid #breadCrumbs li + li {
  margin-left: 3px;
}

.sustainability-grid #breadCrumbs li a {
  color: #007bcc !important;
}

#group-company {
  scroll-behavior: smooth;
}

.main-title-wrap {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #0061B1;
  font-weight: bold;
  line-height: 1.75;
  padding: 50px 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .main-title-wrap {
    border-bottom: none;
    padding: 0;
  }
}

.main-title-wrap .main-title {
  font-size: 3.6rem;
  margin: 0 auto;
  max-width: 1450px;
}

@media only screen and (max-width: 769px) {
  .main-title-wrap .main-title {
    font-size: 2.4rem;
    padding: 25px 0;
  }
}

.contents-wrap {
  max-width: 1046px;
}

@media only screen and (max-width: 769px) {
  .contents-wrap {
    max-width: none;
  }
}

.img-wrap__basic figure {
  text-align: center;
}

* + .img-wrap__basic {
  margin: 30px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .img-wrap__basic {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .contents-text__basic {
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}

* + .contents-text__basic {
  margin: 20px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .contents-text__basic {
    margin: 15px 0 0;
  }
}

.list-basic {
  line-height: 1.75;
  margin: 0 !important;
  padding: 0 0 0 20px;
}

.list-basic li {
  list-style-type: disc;
}

.list-basic li + li {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .list-basic li + li {
    margin: 0;
  }
}

.list-basic .link-basic-item {
  color: #007bcc;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list-basic .link-basic-item:hover {
  color: #0061B1;
  text-decoration: none;
}

.list-basic .link-basic-item.--link-pdf {
  margin: 0 30px 0 0;
}

.list-basic .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.list-number {
  line-height: 1.75;
  padding: 0 0 0 20px;
}

.list-number li {
  list-style-type: decimal;
}

.list-number li + li {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .list-number li + li {
    margin: 0;
  }
}

.list-number-brackets {
  line-height: 1.75;
}

.list-number-brackets .list-number-brackets__item {
  list-style-type: none;
  counter-increment: cnt;
  padding: 0 0 0 1.5em;
  position: relative;
}

.list-number-brackets .list-number-brackets__item::before {
  content: counter(cnt) ") ";
  position: absolute;
  top: 0;
  left: 0;
}

.list-number-brackets .list-number-brackets__item + .list-number-brackets__item {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .list-number-brackets .list-number-brackets__item + .list-number-brackets__item {
    margin: 0;
  }
}

.list-number-circle {
  counter-reset: counter-circle;
  line-height: 1.75;
}

.list-number-circle .list-number-circle__item {
  padding: 0 0 0 1.5em;
  position: relative;
}

.list-number-circle .list-number-circle__item::before {
  content: counter(counter-circle);
  counter-increment: counter-circle;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.2em;
  width: 1.2em;
  color: #333;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.list-number-circle .list-number-circle__item + .list-number-circle__item {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .list-number-circle .list-number-circle__item + .list-number-circle__item {
    margin: 0;
  }
}

.list-link {
  padding: 0;
}

.list-link li {
  list-style-type: none;
}

.list-link li + li {
  margin: 5px 0 0;
}

@media only screen and (max-width: 769px) {
  .list-link li + li {
    margin: 0;
  }
}

.list-link.--sub-link .link-basic-wrap {
  margin: 5px 0 0;
}

.list-notice {
  color: #777;
  line-height: 1.75;
  margin: 30px 0 0;
}

.list-notice li {
  display: table;
  font-size: 1.4rem;
  list-style: none;
}

@media only screen and (max-width: 769px) {
  .list-notice li {
    font-size: 1.2rem;
  }
}

.list-notice li .list-notice-icon {
  display: table-cell;
  padding: 0 10px 0 0;
  white-space: nowrap;
}

.btn-basic {
  border: 1px solid #0061B1;
  color: #333 !important;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-basic::after {
  content: "";
  border: 0;
  border-right: solid 3px #007bcc;
  border-top: solid 3px #007bcc;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0.5em;
}

.btn-basic:hover {
  background-color: #0061B1;
  color: #fff !important;
  text-decoration: none;
}

.btn-basic:hover::after {
  content: "";
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  right: 10px;
}

.btn-basic.--link-pdf::after {
  border: unset;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table-wrap + .list-notice {
  margin: 10px 0 0;
}

.section-article-h2 .title-article-h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 180px 0 0;
}

@media only screen and (max-width: 769px) {
  .section-article-h2 .title-article-h2 {
    font-size: 2.0rem;
    padding: 0 60px 0 0;
  }
}

.section-article-h2 .title-article-h2 .title-article-h2__inner {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}

.section-article-h2 .title-article-h2 .title-article-h2__inner::before {
  border-bottom: 3px solid #0061B1;
  content: '';
  height: 3px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 90px;
}

@media only screen and (max-width: 769px) {
  .section-article-h2 .title-article-h2 .title-article-h2__inner::before {
    width: 30px;
  }
}

.section-article-h2 .title-article-h2 .title-article-h2__inner::after {
  border-bottom: 1px solid #0061B1;
  content: '';
  height: 3px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 90px);
  width: 90px;
}

@media only screen and (max-width: 769px) {
  .section-article-h2 .title-article-h2 .title-article-h2__inner::after {
    left: calc(100% + 30px);
    width: 30px;
  }
}

.section-article-h2.--table-scroll-fixed-thead .title-article-h2 {
  background-color: #fff;
  padding: 0 180px 30px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.section-article-h2.--table-scroll-fixed-thead .table-wrap {
  margin: 0;
}

.section-article-h2.--table-scroll-fixed-thead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 10;
}

html:lang(en) .section-article-h2.--table-scroll-fixed-thead .title-article-h2 {
  top: 88px;
}

html:lang(en) .section-article-h2.--table-scroll-fixed-thead thead th {
  top: 160px;
}

* + .section-article-h2 {
  margin: 80px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .section-article-h2 {
    margin: 50px 0 0;
  }
}

.contents-grid-item__l + .section-article-h2 {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .contents-grid-item__l + .section-article-h2 {
    margin: 0;
  }
}

.section-article-h3 .title-article-h3 {
  color: #0061B1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 !important;
  padding: 0 0 15px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .section-article-h3 .title-article-h3 {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
}

.section-article-h3 .title-article-h3::after {
  background: #0061B1;
  content: '';
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
}

.section-article-h3.--table-scroll-fixed-thead .title-article-h3 {
  background-color: #fff;
  border-bottom: 10px solid #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.section-article-h3.--table-scroll-fixed-thead .title-article-h3 + .table-wrap {
  margin: 0;
}

.section-article-h3.--table-scroll-fixed-thead thead {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  z-index: 10;
}

html:lang(en) .section-article-h3.--table-scroll-fixed-thead .title-article-h3 {
  top: 88px;
}

html:lang(en) .section-article-h3.--table-scroll-fixed-thead thead {
  top: 155px;
}

* + .section-article-h3 {
  margin: 50px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .section-article-h3 {
    margin: 40px 0 0;
  }
}

.title-article-h2 + .section-article-h3 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 769px) {
  .title-article-h2 + .section-article-h3 {
    margin: 20px 0 0;
  }
}

.section-article-h4 .title-article-h4 {
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 0 1.5em;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .section-article-h4 .title-article-h4 {
    font-size: 1.6rem;
  }
}

.section-article-h4 .title-article-h4::before {
  background: #0061B1;
  content: '';
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(70%) rotate(45deg);
          transform: translateY(70%) rotate(45deg);
  width: 0.8em;
}

@media only screen and (max-width: 769px) {
  .section-article-h4 .title-article-h4::before {
    left: 0.2em;
  }
}

.section-article-h4 .title-feature-h4 {
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 !important;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .section-article-h4 .title-feature-h4 {
    font-size: 1.6rem;
  }
}

.section-article-h4 .title-feature-h4 .--emphasis {
  background: #0061B1;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 10px;
}

@media only screen and (max-width: 769px) {
  .section-article-h4 .title-feature-h4 .--emphasis {
    font-size: 1.4rem;
  }
}

.section-article-h4.--table-scroll-fixed-thead .title-article-h4 {
  background-color: #fff;
  padding: 0 0 10px 1.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.section-article-h4.--table-scroll-fixed-thead .title-article-h4 + .table-wrap {
  margin: 0;
}

.section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 10;
}

.section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:nth-child(2) th {
  position: -webkit-sticky;
  position: sticky;
  top: 80.5px;
  z-index: 10;
}

.section-article-h4.--table-scroll-fixed-thead > div .table-wrap thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 10;
}

html:lang(en) .section-article-h4.--table-scroll-fixed-thead .title-article-h4 {
  top: 88px;
}

html:lang(en) .section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:first-child th {
  top: 133px;
}

html:lang(en) .section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:nth-child(2) th {
  top: 168px;
}

* + .section-article-h4 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .section-article-h4 {
    margin: 30px 0 0;
  }
}

.section-article-h5 .title-article-h5 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 769px) {
  .section-article-h5 .title-article-h5 {
    font-size: 1.6rem;
  }
}

.section-article-h5.--table-scroll-fixed-thead .title-article-h5 {
  background-color: #fff;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.section-article-h5.--table-scroll-fixed-thead .title-article-h5 + .table-wrap {
  margin: 0;
}

.section-article-h5.--table-scroll-fixed-thead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 10;
}
.section-article-h5.--table-scroll-fixed-thead.--top27 thead th {
  top: 27px;
}

html:lang(en) .section-article-h5.--table-scroll-fixed-thead .title-article-h5 {
  top: 88px;
}

html:lang(en) .section-article-h5.--table-scroll-fixed-thead thead th {
  top: 115px;
}

.title-article-h4 + .section-article-h5 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 769px) {
  .title-article-h4 + .section-article-h5 {
    margin: 20px 0 0;
  }
}

* + .section-article-h5 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .section-article-h5 {
    margin: 30px 0 0;
  }
}

.section-article-h6 .title-article-h6 {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 769px) {
  .section-article-h6 .title-article-h6 {
    font-size: 1.4rem;
  }
}

.title-article-h5 + .section-article-h6 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 769px) {
  .title-article-h5 + .section-article-h6 {
    margin: 20px 0 0;
  }
}

* + .section-article-h6 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .section-article-h6 {
    margin: 30px 0 0;
  }
}

.page-navi-grid {
  display: none;
  grid-template: "page-navi-prev page-navi-next" auto
 "page-navi-top page-navi-top" auto
 / 1fr 1fr;
  gap: 30px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 0;
  padding: 50px 0 0;
  position: relative;
}

.page-navi-grid.--category {
  grid-template: "page-navi-prev page-navi-next" auto
 "page-navi-category-top page-navi-category-top" auto
 "page-navi-top page-navi-top" auto
 / 1fr 1fr;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid {
    margin: 40px 0 0;
    padding: 25px 0 0;
  }
}

.page-navi-grid::before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
}

.page-navi-grid .page-navi-prev {
  grid-area: page-navi-prev;
  line-height: 1.75;
}

.page-navi-grid .page-navi-prev .btn-page-navi-prev {
  color: #007bcc;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-prev .btn-page-navi-prev {
    font-size: 1.4rem;
  }
}

.page-navi-grid .page-navi-prev .btn-page-navi-prev::before {
  content: '';
  height: 8px;
  border-bottom: 1px solid #007bcc;
  border-left: 1px solid #007bcc;
  margin: auto 0;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
}

.page-navi-grid .page-navi-prev .btn-page-navi-prev:hover {
  color: #0061B1 !important;
  text-decoration: none;
}

.page-navi-grid .page-navi-prev .btn-page-navi-prev:hover::before {
  border-bottom: 1px solid #0061B1;
  border-left: 1px solid #0061B1;
  left: -5px;
}

.page-navi-grid .page-navi-next {
  grid-area: page-navi-next;
  line-height: 1.75;
  text-align: right;
}

.page-navi-grid .page-navi-next .btn-page-navi-next {
  color: #007bcc;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-next .btn-page-navi-next {
    font-size: 1.4rem;
  }
}

.page-navi-grid .page-navi-next .btn-page-navi-next::before {
  content: '';
  height: 8px;
  border-bottom: 1px solid #007bcc;
  border-right: 1px solid #007bcc;
  margin: auto 0;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
}

.page-navi-grid .page-navi-next .btn-page-navi-next:hover {
  color: #0061B1 !important;
  text-decoration: none;
}

.page-navi-grid .page-navi-next .btn-page-navi-next:hover::before {
  border-bottom: 1px solid #0061B1;
  border-right: 1px solid #0061B1;
  right: -5px;
}

.page-navi-grid .page-navi-category-top {
  grid-area: page-navi-category-top;
}

.page-navi-grid .page-navi-category-top .btn-page-navi-category-top {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 65%;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-category-top .btn-page-navi-category-top {
    font-size: 1.4rem;
    padding: 10px 30px 10px 20px;
    width: 90%;
  }
}

.page-navi-grid .page-navi-category-top .btn-page-navi-category-top::after {
  content: "";
  border: 0;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 10px;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-category-top .btn-page-navi-category-top::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 7px;
    width: 7px;
  }
}

.page-navi-grid .page-navi-category-top .btn-page-navi-category-top:hover {
  background-color: #5B5B5B;
  color: #fff !important;
  text-decoration: none;
}

.page-navi-grid .page-navi-category-top .btn-page-navi-category-top:hover::after {
  right: 10px;
}

.page-navi-grid .page-navi-top {
  grid-area: page-navi-top;
}

.page-navi-grid .page-navi-top .btn-page-navi-top {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 0 auto;
  padding: 15px 0 15px 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 65%;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-top .btn-page-navi-top {
    font-size: 1.4rem;
    padding: 10px 30px 10px 20px;
    width: 90%;
  }
}

.page-navi-grid .page-navi-top .btn-page-navi-top::after {
  content: "";
  border: 0;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 10px;
}

@media only screen and (max-width: 769px) {
  .page-navi-grid .page-navi-top .btn-page-navi-top::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 7px;
    width: 7px;
  }
}

.page-navi-grid .page-navi-top .btn-page-navi-top:hover {
  background-color: #5B5B5B;
  color: #fff !important;
  text-decoration: none;
}

.page-navi-grid .page-navi-top .btn-page-navi-top:hover::after {
  right: 10px;
}

.contents-text__policy {
  background: #D8ECF8;
  padding: 30px;
}

@media only screen and (max-width: 769px) {
  .contents-text__policy {
    padding: 15px;
  }
}

.contents-text__policy .section-policy-h3 .title-policy-h3 {
  color: #0061B1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 !important;
}

@media only screen and (max-width: 769px) {
  .contents-text__policy .section-policy-h3 .title-policy-h3 {
    font-size: 1.8rem;
  }
}

.contents-text__policy * + .section-policy-h3 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  .contents-text__policy * + .section-policy-h3 {
    margin: 30px 0 0;
  }
}

* + .contents-text__policy {
  margin: 30px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .contents-text__policy {
    margin: 20px 0 0;
  }
}

.contents-text__feature {
  margin-top: 30px;
}

.contents-text__feature.anchr {
  margin: -87px 0 30px !important;
  padding-top: 87px;
}

.contents-text__feature > section {
  border: 3px solid #0061B1;
  padding: 30px;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature > section {
    padding: 15px;
  }
}

.contents-text__feature > p {
  border: 3px solid #0061B1;
  padding: 30px;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature > p {
    padding: 15px;
  }
}

.contents-text__feature .section-feature-h3 .title-feature-h3 {
  color: #0061B1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 !important;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature .section-feature-h3 .title-feature-h3 {
    font-size: 1.8rem;
  }
}

.contents-text__feature .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #0061B1;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 10px;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature .section-feature-h3 .title-feature-h3 .--emphasis {
    font-size: 1.4rem;
  }
}

.contents-text__feature * + .section-feature-h3 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature * + .section-feature-h3 {
    margin: 30px 0 0;
  }
}

.contents-text__feature.--business-01 .section-feature-h3 {
  border: 3px solid #ef8200;
}

.contents-text__feature.--business-01 .section-feature-h3 .title-feature-h3 {
  color: #ef8200;
}

.contents-text__feature.--business-01 .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #ef8200;
}

.contents-text__feature.--business-02 .section-feature-h3 {
  border: 3px solid #e85282;
}

.contents-text__feature.--business-02 .section-feature-h3 .title-feature-h3 {
  color: #e85282;
}

.contents-text__feature.--business-02 .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #e85282;
}

.contents-text__feature.--business-03 .section-feature-h3 {
  border: 3px solid #6356A3;
}

.contents-text__feature.--business-03 .section-feature-h3 .title-feature-h3 {
  color: #6356A3;
}

.contents-text__feature.--business-03 .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #6356A3;
}

.contents-text__feature.--business-04 .section-feature-h3 {
  border: 3px solid #007BCF;
}

.contents-text__feature.--business-04 .section-feature-h3 .title-feature-h3 {
  color: #007BCF;
}

.contents-text__feature.--business-04 .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #007BCF;
}

.contents-text__feature.--business-05 .section-feature-h3 {
  border: 3px solid #002060;
}

.contents-text__feature.--business-05 .section-feature-h3 .title-feature-h3 {
  color: #002060;
}

.contents-text__feature.--business-05 .section-feature-h3 .title-feature-h3 .--emphasis {
  background: #002060;
}

.contents-text__feature .section-feature-h4 .title-feature-h4 {
  color: #0061B1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature .section-feature-h4 .title-feature-h4 {
    font-size: 1.8rem;
  }
}

.contents-text__feature .section-feature-h4 .title-feature-h4 .--emphasis {
  background: #0061B1;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 10px;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature .section-feature-h4 .title-feature-h4 .--emphasis {
    font-size: 1.4rem;
  }
}

.contents-text__feature * + .section-feature-h4 {
  margin: 40px 0 0;
}

@media only screen and (max-width: 769px) {
  .contents-text__feature * + .section-feature-h4 {
    margin: 30px 0 0;
  }
}

* + .contents-text__feature {
  margin: 30px 0 0;
}

@media only screen and (max-width: 769px) {
  * + .contents-text__feature {
    margin: 20px 0 0;
  }
}

.contents-grid {
  display: -ms-grid;
  display: grid;
}

@media only screen and (max-width: 769px) {
  .contents-grid .contents-grid-item__l {
    grid-area: contents-grid-item__l;
  }
  .contents-grid .contents-grid-item__r {
    grid-area: contents-grid-item__r;
  }
  .contents-grid .contents-grid-item__01 {
    grid-area: contents-grid-item__01;
  }
  .contents-grid .contents-grid-item__02 {
    grid-area: contents-grid-item__02;
  }
  .contents-grid .contents-grid-item__03 {
    grid-area: contents-grid-item__03;
  }
  .contents-grid .contents-grid-item__04 {
    grid-area: contents-grid-item__04;
  }
}

.contents-grid.--image-r {
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 30px;
}

.contents-grid.--column-2 {
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  gap: 30px;
}

.contents-grid.--column-2.--between {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-2.--between {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template: "contents-grid-item__l" auto
 "contents-grid-item__r" auto;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-2 {
    gap: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-2 {
    grid-template: "contents-grid-item__l" auto
 "contents-grid-item__r" auto;
  }
}

.contents-grid.--column-3 {
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  gap: 30px;
}

.contents-grid.--column-3.--between {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-3.--between {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template: "contents-grid-item__01" auto
 "contents-grid-item__02" auto
 "contents-grid-item__03" auto;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-3 {
    gap: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-3 {
    grid-template: "contents-grid-item__01" auto
 "contents-grid-item__02" auto
 "contents-grid-item__03" auto;
  }
}

.contents-grid.--column-3.--narrow {
  gap: 10px;
}

.contents-grid.--column-4 {
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  gap: 30px;
}

.contents-grid.--column-4.--between {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-4.--between {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template: "contents-grid-item__01" auto
 "contents-grid-item__02" auto
 "contents-grid-item__03" auto
 "contents-grid-item__04" auto;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-4 {
    gap: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-4 {
    grid-template: "contents-grid-item__01" auto
 "contents-grid-item__02" auto
 "contents-grid-item__03" auto
 "contents-grid-item__04" auto;
  }
}

.contents-grid.--column-report {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  gap: 30px;
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-report {
    gap: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--column-report {
    grid-template: "contents-grid-item__l" auto
 "contents-grid-item__r" auto;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid.--reverse {
    grid-template: "contents-grid-item__r" auto
 "contents-grid-item__l" auto;
  }
}

@media only screen and (max-width: 769px) {
  .contents-grid figure {
    text-align: center;
  }
}

.contents-float .contents-float__l {
  float: left;
  padding: 0 30px 5px 0;
}

.contents-float .contents-float__r {
  float: right;
  padding: 0 0 5px 30px;
}

.table-wrap.--auto-scroll {
  overflow: auto;
  max-height: 60vh;
  max-width: 100%;
}

.table-wrap.--auto-scroll::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.table-wrap.--auto-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}

.table-wrap.--auto-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0061B1;
}

.table-wrap.--auto-scroll .table-caption {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}

.table-wrap.--auto-scroll .table-item {
  min-width: 150%;
}

.table-wrap .table-item {
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 100%;
  /*行ヘッダーを固定する。topの値はjsで動的に指定*/
  /*行ヘッダーと列ヘッダーが重なる部分を固定する。top,leftの値はjsで動的に指定*/
  /*列ヘッダーを固定する。leftの値はjsで動的に指定*/
}

.table-wrap .table-item.sticky-table thead tr[class*="fixed-header-"] th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  /* tbody tdより手前に表示する */
  z-index: 2;
}

.table-wrap .table-item.sticky-table thead tr[class*="fixed-header-"] th[class*="fixed-column-"] {
  /* 全てのセルより手前に表示する */
  z-index: 3;
}

.table-wrap .table-item.sticky-table tbody th[class*="fixed-column-"] {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  /* tbody tdより手前に表示する */
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .table-wrap .table-item {
    font-size: 1.2rem;
  }
}

.table-wrap .table-item th, .table-wrap .table-item td {
  border: 1px solid #ccc;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

.table-wrap .table-item th.--border-tn, .table-wrap .table-item td.--border-tn {
  border-top: none;
}

.table-wrap .table-item th.--border-bn, .table-wrap .table-item td.--border-bn {
  border-bottom: none;
}

.table-wrap .table-item th.--border-ln, .table-wrap .table-item td.--border-ln {
  border-left: none;
}

.table-wrap .table-item th.--border-rn, .table-wrap .table-item td.--border-rn {
  border-right: none;
}

.table-wrap .table-item thead th {
  background: #0061B1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.table-wrap .table-item .--business-01--a {
  background-color: #f18d00 !important;
  color: #fff;
}

.table-wrap .table-item .--business-01--b {
  background-color: rgba(241, 141, 0, 0.3) !important;
}

.table-wrap .table-item .--business-02--a {
  background-color: #e9518e !important;
  color: #fff;
}

.table-wrap .table-item .--business-02--b {
  background-color: rgba(233, 81, 142, 0.3) !important;
}

.table-wrap .table-item .--business-03--a {
  background-color: #0b75be !important;
  color: #fff;
}

.table-wrap .table-item .--business-03--b {
  background-color: rgba(11, 117, 190, 0.3) !important;
  color: #333;
}

.table-wrap .table-item .--encore-vh {
  background-color: #8ec8e9 !important;
}

.table-wrap .table-item .--encore-h {
  background-color: #a4d6f3 !important;
}

.table-wrap .table-item .--encore-m {
  background-color: #bddff2 !important;
}

.table-wrap .table-item .--encore-l {
  background-color: #d7ebf7 !important;
}

.table-wrap .table-item .--encore-vl {
  background-color: #ecf6fb !important;
}

.table-wrap .table-item .--nodata {
  background-color: #eee !important;
}

.table-wrap .table-item.--tbody-index tbody th {
  background: #D8ECF8;
  font-weight: bold;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality {
  padding: 5px 48px 5px 8px;
  position: relative;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-01 {
  background: #F9CFD7;
  color: #C11737;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-01::after {
  background: url(/sustainability/img/management/materiality/img_02.svg) 0 0 no-repeat;
  height: 49.6px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-02 {
  background: #D6E48F;
  color: #5C6E00;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-02::after {
  background: url(/sustainability/img/management/materiality/img_03.svg) 0 0 no-repeat;
  height: 40px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-03 {
  background: #D7DFEF;
  color: #1448B1;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-03::after {
  background: url(/sustainability/img/management/materiality/img_04.svg) 0 0 no-repeat;
  height: 33.44px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-04 {
  background: #D8C9E3;
  color: #6918A4;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-04::after {
  background: url(/sustainability/img/management/materiality/img_05.svg) 0 0 no-repeat;
  height: 49.92px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-05 {
  background: #FACDA3;
  color: #AB5E16;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--materiality-05::after {
  background: url(/sustainability/img/management/materiality/img_06.svg) 0 0 no-repeat;
  height: 44.22px;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--environment {
  background: #D6E48F;
  color: #5C6E00;
  padding: 5px;
  text-align: center;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--social {
  background: #F9CFD7;
  color: #C11737;
  padding: 5px;
  text-align: center;
}

.table-wrap .table-item.--tbody-index tbody th.table-materiality.--governance {
  background: #FACDA3;
  color: #AB5E16;
  padding: 5px;
  text-align: center;
}

.table-wrap .table-item.--tbody-index tbody th.--materiality-important-01 {
  background: #0062b2;
  color: #fff;
  line-height: 1.2;
}

.table-wrap .table-item.--tbody-index tbody th.--materiality-important-02 {
  background: #4d88c7;
  color: #fff;
  line-height: 1.2;
}

.table-wrap .table-item.--tbody-index tbody th.--materiality-important-03 {
  background: #2594cd;
  color: #fff;
  line-height: 1.2;
}

.table-wrap .table-item.--tbody-index .--total th, .table-wrap .table-item.--tbody-index .--total td {
  background-color: #D6E48F;
  color: #5C6E00;
  font-weight: bold;
}

.table-wrap .table-item.--tbody-index .--subtotal th, .table-wrap .table-item.--tbody-index .--subtotal td {
  background-color: #e2efda;
  font-weight: bold;
}

.table-wrap .table-item.--tbody-index .--female th, .table-wrap .table-item.--tbody-index .--female td {
  background-color: #F9CFD7;
  color: #C11737;
  font-weight: bold;
}

.table-wrap .table-item tbody .--total th, .table-wrap .table-item tbody .--total td {
  background-color: #D6E48F;
  color: #5C6E00;
  font-weight: bold;
}

.table-wrap .table-item tbody .--female th, .table-wrap .table-item tbody .--female td {
  background-color: #F9CFD7;
  color: #C11737;
  font-weight: bold;
}

.table-wrap .table-item.--layout-fixed {
  table-layout: fixed;
}

@media only screen and (max-width: 769px) {
  .table-wrap .table-item.--layout-fixed {
    table-layout: unset;
  }
}

.table-wrap .table-item .--vertical-writing {
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.table-wrap .table-item .--vertical-writing02 {
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block; /* Safariで必須 */
  white-space: nowrap;  /* 折り返さない */
}

.table-wrap .table-item .link-basic-item {
  color: #007bcc;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table-wrap .table-item .link-basic-item:hover {
  color: #0061B1;
  text-decoration: none;
}

.table-wrap .table-item .link-basic-item.--link-pdf {
  margin: 0 30px 0 0;
}

.table-wrap .table-item .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.table-wrap .table-item.--fsize-s {
  font-size: 1.2rem;
}

.table-wrap .table-item.--fsize-s th, .table-wrap .table-item.--fsize-s td {
  font-size: 1.2rem;
}

@media only screen and (min-width: 770px) {
  .table-wrap .--table-w30px {
    width: 30px;
  }
  .table-wrap .--table-w40px {
    width: 40px;
  }
  .table-wrap .--table-w1 {
    width: 1%;
  }
  .table-wrap .--table-w2 {
    width: 2%;
  }
  .table-wrap .--table-w3 {
    width: 3%;
  }
  .table-wrap .--table-w4 {
    width: 4%;
  }
  .table-wrap .--table-w5 {
    width: 5%;
  }
  .table-wrap .--table-w6 {
    width: 6%;
  }
  .table-wrap .--table-w7 {
    width: 7%;
  }
  .table-wrap .--table-w8 {
    width: 8%;
  }
  .table-wrap .--table-w9 {
    width: 9%;
  }
  .table-wrap .--table-w10 {
    width: 10%;
  }
  .table-wrap .--table-w11 {
    width: 11%;
  }
  .table-wrap .--table-w12 {
    width: 12%;
  }
  .table-wrap .--table-w13 {
    width: 13%;
  }
  .table-wrap .--table-w14 {
    width: 14%;
  }
  .table-wrap .--table-w15 {
    width: 15%;
  }
  .table-wrap .--table-w16 {
    width: 16%;
  }
  .table-wrap .--table-w17 {
    width: 17%;
  }
  .table-wrap .--table-w18 {
    width: 18%;
  }
  .table-wrap .--table-w19 {
    width: 19%;
  }
  .table-wrap .--table-w20 {
    width: 20%;
  }
  .table-wrap .--table-w25 {
    width: 25%;
  }
  .table-wrap .--table-w30 {
    width: 30%;
  }
  .table-wrap .--table-w35 {
    width: 35%;
  }
  .table-wrap .--table-w40 {
    width: 40%;
  }
  .table-wrap .--table-w45 {
    width: 45%;
  }
  .table-wrap .--table-w50 {
    width: 50%;
  }
  .table-wrap .--table-w60 {
    width: 60%;
  }
}

.table-wrap.--scroll .table-caption {
  display: none;
}

@media only screen and (max-width: 769px) {
  .table-wrap.--scroll .table-caption {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}

.table-wrap.--scroll.--all {
  overflow: auto;
}

.table-wrap.--scroll.--all .table-caption {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}

.table-wrap.--scroll.--all .table-item {
  min-width: 150%;
  margin: 0 0 10px;
}

.table-wrap.--scroll.--all.--wide .table-item {
  min-width: 200%;
}

.table-wrap.--scroll.--all.--wide-2 .table-item {
  min-width: 300%;
}

.table-wrap.--scroll.--all::-webkit-scrollbar {
  height: 10px;
}

.table-wrap.--scroll.--all::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}

.table-wrap.--scroll.--all::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0061B1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w5 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: calc(50px * 2);
  min-width: calc(50px * 2);
  max-width: calc(50px * 2);
  z-index: 1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w5::before {
  background-color: #ccc;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w5.--l5 {
  left: calc(50px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w5.--l10 {
  left: calc(100px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w10 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: calc(100px * 2);
  min-width: calc(100px * 2);
  max-width: calc(100px * 2);
  z-index: 1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w10::before {
  background-color: #ccc;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l5 {
  left: calc(50px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l10 {
  left: calc(100px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l15 {
  left: calc(150px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w15 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: calc(150px * 2);
  min-width: calc(150px * 2);
  max-width: calc(150px * 2);
  z-index: 1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w15::before {
  background-color: #ccc;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l5 {
  left: calc(50px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l10 {
  left: calc(100px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l15 {
  left: calc(150px * 2);
}

.table-wrap.--scroll.--all .table-scroll-fixed-w20 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: calc(200px * 2);
  min-width: calc(200px * 2);
  max-width: calc(200px * 2);
  z-index: 1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w20::before {
  background-color: #ccc;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w25 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: calc(250px * 2);
  min-width: calc(250px * 2);
  max-width: calc(250px * 2);
  z-index: 1;
}

.table-wrap.--scroll.--all .table-scroll-fixed-w25::before {
  background-color: #ccc;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}

@media only screen and (max-width: 769px) {
  .table-wrap.--scroll.--all .table-scroll-fixed-w5 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    z-index: 1;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w5::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w5.--l5 {
    left: 50px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w5.--l10 {
    left: 100px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w10 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    z-index: 1;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w10::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l5 {
    left: 50px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l10 {
    left: 100px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l15 {
    left: 150px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w15 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    z-index: 1;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w15::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l5 {
    left: 50px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l10 {
    left: 100px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l15 {
    left: 150px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w20 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    z-index: 1;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w20::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w25 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    z-index: 1;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w25::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
}

@media only screen and (max-width: 769px) {
  .table-wrap.--scroll {
    overflow: auto;
  }
  .table-wrap.--scroll .table-item {
    min-width: 150%;
    margin: 0 0 10px;
  }
  .table-wrap.--scroll.--wide .table-item {
    min-width: 200%;
  }
  .table-wrap.--scroll.--wide-2 .table-item {
    min-width: 300%;
  }
  .table-wrap.--scroll::-webkit-scrollbar {
    height: 10px;
  }
  .table-wrap.--scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1;
  }
  .table-wrap.--scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0061B1;
  }
}

.table-wrap.--vertical-scroll {
  height: 80vh;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
}

.table-wrap.--vertical-scroll::after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  white-space: pre;
  content: 'Scroll\A↓';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  height: 70px;
  margin: -70px auto 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 70px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.table-wrap.--vertical-scroll.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

.table-wrap.--vertical-scroll::-webkit-scrollbar {
  width: 10px;
}

.table-wrap.--vertical-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-wrap.--vertical-scroll::-webkit-scrollbar-thumb {
  background: #999;
}

.table-wrap.--vertical-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.table-wrap .table-unit {
  font-size: 1.4rem;
  margin: 0 0 5px;
  text-align: right;
}

@media only screen and (max-width: 769px) {
  .table-wrap .table-unit {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 769px) {
  .table-wrap .table-scroll-fixed-w5 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    z-index: 1;
  }
  .table-wrap .table-scroll-fixed-w5::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap .table-scroll-fixed-w5.--l5 {
    left: 50px;
  }
  .table-wrap .table-scroll-fixed-w5.--l10 {
    left: 100px;
  }
  .table-wrap .table-scroll-fixed-w10 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    z-index: 1;
  }
  .table-wrap .table-scroll-fixed-w10::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap .table-scroll-fixed-w10.--l5 {
    left: 50px;
  }
  .table-wrap .table-scroll-fixed-w10.--l10 {
    left: 100px;
  }
  .table-wrap .table-scroll-fixed-w10.--l15 {
    left: 150px;
  }
  .table-wrap .table-scroll-fixed-w15 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    z-index: 1;
  }
  .table-wrap .table-scroll-fixed-w15::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap .table-scroll-fixed-w15.--l5 {
    left: 50px;
  }
  .table-wrap .table-scroll-fixed-w15.--l10 {
    left: 100px;
  }
  .table-wrap .table-scroll-fixed-w15.--l15 {
    left: 150px;
  }
  .table-wrap .table-scroll-fixed-w20 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    z-index: 1;
  }
  .table-wrap .table-scroll-fixed-w20::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
  .table-wrap .table-scroll-fixed-w25 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    z-index: 1;
  }
  .table-wrap .table-scroll-fixed-w25::before {
    background-color: #ccc;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
  }
}

.table-wrap.--table-scroll-fixed-thead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-wrap.--table-scroll-fixed-thead thead tr:nth-child(2) th {
  position: -webkit-sticky;
  position: sticky;
  top: 37px;
  z-index: 10;
}
.table-wrap.--table-scroll-fixed-thead .--fsize-s thead tr:nth-child(2) th {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 10;
}

html:lang(en) .table-wrap.--table-scroll-fixed-thead thead th {
  top: 88px;
}

html:lang(en) .table-wrap.--table-scroll-fixed-thead thead tr:nth-child(2) th {
  top: 125px;
}

* + .table-wrap {
  margin: 30px 0 0;
}

.title-article-h3 + .table-wrap {
  margin: 10px 0 0;
}

.title-article-h4 + .table-wrap {
  margin: 10px 0 0;
}

.materiality-process-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 769px) {
  .materiality-process-step {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.materiality-process-step .materiality-process-index {
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 0;
  line-height: 1.5;
  padding-top: 100%;
  position: relative;
  text-align: center;
  width: 200px;
}

@media only screen and (max-width: 769px) {
  .materiality-process-step .materiality-process-index {
    border-radius: 10px;
    height: auto;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px;
    text-align: center;
    position: static;
    width: 90%;
  }
}

.materiality-process-step .materiality-process-index.--step01 {
  background: #0061B1;
  opacity: 0.7;
}

.materiality-process-step .materiality-process-index.--step02 {
  background: #0061B1;
  margin: 20px auto 0;
  opacity: 0.8;
}

.materiality-process-step .materiality-process-index.--step03 {
  background: #0061B1;
  margin: 20px auto 0;
  opacity: 0.9;
}

.materiality-process-step .materiality-process-index.--step04 {
  background: #0061B1;
  margin: 20px auto 0;
}

.materiality-process-step .materiality-process-index .materiality-process-step-icon {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto;
  position: absolute;
  top: 23.5%;
  left: 0;
  right: 0;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .materiality-process-step .materiality-process-index .materiality-process-step-icon {
    font-size: 1.4rem;
    position: static;
  }
}

.materiality-process-step .materiality-process-index .materiality-process-index-inner {
  display: block;
  font-size: 2.4rem;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .materiality-process-step .materiality-process-index .materiality-process-index-inner {
    font-size: 2.0rem;
    position: static;
  }
  .materiality-process-step .materiality-process-index .materiality-process-index-inner br {
    display: none;
  }
}

.materiality-process-step .materiality-process-txt {
  margin: 0 !important;
}

.--materiality-icon-sdgs + .--materiality-icon-sdgs {
  margin: 5px 0 0;
}

.img-signature {
  max-width: 40%;
}

.link-basic-wrap {
  margin: 20px 0 0;
  padding: 0 0 0 1.5em;
}

.link-basic-wrap .link-basic-item {
  color: #007bcc;
  line-height: 1.75;
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bcc), to(#007bcc));
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: calc(100% - 1.5em) 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.link-basic-wrap .link-basic-item + .link-basic-item {
  margin: 10px 0 0 -1.5em;
}

.link-basic-wrap .link-basic-item::before {
  content: "";
  border: 0;
  border-right: solid 3px #007bcc;
  border-top: solid 3px #007bcc;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(70%) rotate(45deg);
          transform: translateY(70%) rotate(45deg);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 0.5em;
}

.link-basic-wrap .link-basic-item:hover {
  color: #0061B1 !important;
  text-decoration: none;
  background-size: 0 1px;
}

.link-basic-wrap .link-basic-item:hover::before {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  left: 5px;
}

.link-basic-wrap .link-basic-item[target=_blank] {
  margin: 0 30px 0 -1.5em;
}

.link-basic-wrap .link-basic-item[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_window_basic.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link-basic-wrap .link-basic-item[target=_blank]::after::after:hover {
  background: url(/sustainability/img/base/icon_window_basic_hover.svg) no-repeat;
}

.link-basic-wrap .link-basic-item.--link-pdf {
  margin: 0 30px 0 -1.5em;
}

.link-basic-wrap .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link-basic-wrap + .link-basic-wrap {
  margin: 5px 0 0;
}

.link-index-item {
  color: #007bcc;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bcc), to(#007bcc));
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.link-index-item:hover {
  color: #0061B1;
  text-decoration: none;
  background-size: 0 1px;
}

.link-index-item.--link-pdf {
  margin: 0 30px 0 0;
}

.link-index-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.--sub-link .link-basic-wrap .link-basic-item::before {
  content: "－";
  border-right: 0;
  border-top: 0;
  height: auto;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  width: 1em;
}

.--sub-link .link-basic-wrap .link-basic-item:hover::before {
  left: 5px;
}

.link-paragraph {
  color: #007bcc;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bcc), to(#007bcc));
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.link-paragraph:hover {
  color: #0061B1 !important;
}

.link-paragraph[target=_blank] {
  margin: 0 30px 0 0;
}

.link-paragraph[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_window_basic.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link-paragraph[target=_blank]::after::after:hover {
  background: url(/sustainability/img/base/icon_window_basic_hover.svg) no-repeat;
}

.link-paragraph:hover {
  color: #0061B1;
  text-decoration: none;
  background-size: 0 1px;
}

.link-paragraph:hover::before {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  left: 5px;
}

.link-paragraph.link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sustainability/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.img-caption-wrap {
  display: table;
  margin: 0 auto;
}

.img-caption-wrap .img-caption {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 10px 0 0;
  text-align: center;
  caption-side: bottom;
  display: table-caption;
}

@media only screen and (max-width: 769px) {
  .img-caption-wrap .img-caption {
    font-size: 1.2rem;
  }
}

.img-caption-grid {
  font-size: 1.3rem;
  margin: 10px 0 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .img-caption-grid {
    font-size: 1.2rem;
  }
}

.img-highlight-sdgs {
  height: auto;
  margin: 0 10px 10px 0;
  width: 90px;
}

@media only screen and (max-width: 769px) {
  .img-highlight-sdgs {
    width: 70px;
  }
}

.list-report-archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 769px) {
  .list-report-archive {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.list-report-archive .btn-report-archive {
  border: 1px solid #333;
  color: #333;
  display: block;
  line-height: 1.75;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .list-report-archive .btn-report-archive {
    font-size: 1.4rem;
  }
}

.list-report-archive .btn-report-archive:hover, .list-report-archive .btn-report-archive.--active {
  background-color: #0061B1;
  border: 1px solid #0061B1;
  color: #fff !important;
}

.link-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -40px;
}

@media only screen and (max-width: 769px) {
  .link-anchor {
    margin: 0 0 -20px;
  }
}

.link-anchor li {
  border-right: 1px solid #999;
  margin: 10px 20px 10px 0;
  padding: 0 40px 0 0;
}

@media only screen and (max-width: 769px) {
  .link-anchor li {
    margin: 5px 20px 5px 0;
  }
}

.link-anchor li:first-child {
  border-left: 1px solid #999;
  padding: 0 40px 0 20px;
}

.link-anchor li .btn-link-anchor {
  color: #333;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

@media only screen and (max-width: 769px) {
  .link-anchor li .btn-link-anchor {
    font-size: 1.4rem;
  }
}

.link-anchor li .btn-link-anchor::after {
  content: "";
  border: 0;
  border-right: solid 2px #0061B1;
  border-bottom: solid 2px #0061B1;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  width: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-anchor li .btn-link-anchor:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

.link-anchor + .contents-text__basic {
  margin: 70px 0 0;
}

/*
事業を通じたイノベーション 色分け
=================================== */
#business-01 .title-article-h2__inner::before {
  border-bottom: 3px solid #f18d00;
}

#business-01 .title-article-h2__inner::after {
  border-bottom: 1px solid #f18d00;
}

#business-01 .title-article-h3 {
  color: #f18d00;
}

#business-01 .title-article-h3::after {
  background: #f18d00;
}

#business-01 .title-article-h4::before {
  background: #f18d00;
}

#business-01 .table-item thead th {
  background: #f18d00;
}

#business-01 .table-item.--tbody-index tbody th {
  background: rgba(241, 141, 0, 0.3);
}

#business-02 .title-article-h2__inner::before {
  border-bottom: 3px solid #e9518e;
}

#business-02 .title-article-h2__inner::after {
  border-bottom: 1px solid #e9518e;
}

#business-02 .title-article-h3 {
  color: #e9518e;
}

#business-02 .title-article-h3::after {
  background: #e9518e;
}

#business-02 .title-article-h4::before {
  background: #e9518e;
}

#business-02 .table-item thead th {
  background: #e9518e;
}

#business-02 .table-item.--tbody-index tbody th {
  background: rgba(233, 81, 142, 0.3);
}

#business-02 .table-item.--tbody-index tbody th.--normal {
  background: #ccc;
  color: #333;
}

#business-03 .title-article-h2__inner::before {
  border-bottom: 3px solid #0b75be;
}

#business-03 .title-article-h2__inner::after {
  border-bottom: 1px solid #0b75be;
}

#business-03 .title-article-h3 {
  color: #0b75be;
}

#business-03 .title-article-h3::after {
  background: #0b75be;
}

#business-03 .title-article-h4::before {
  background: #0b75be;
}

#business-03 .table-item thead th {
  background: #0b75be;
}

#business-03 .table-item.--tbody-index tbody th {
  background: rgba(11, 117, 190, 0.3);
}

#business-03 .table-item.--tbody-index tbody th.--normal {
  background: #ccc;
  color: #333;
}

#business-04 .title-article-h2__inner::before {
  border-bottom: 3px solid #00a040;
}

#business-04 .title-article-h2__inner::after {
  border-bottom: 1px solid #00a040;
}

#business-04 .title-article-h3 {
  color: #00a040;
}

#business-04 .title-article-h3::after {
  background: #00a040;
}

#business-04 .title-article-h4::before {
  background: #00a040;
}

#business-04 .table-item thead th {
  background: #00a040;
}

#business-04 .table-item.--tbody-index tbody th {
  background: rgba(0, 160, 64, 0.3);
}

/*
各グループ会社のトップメッセージ マップ
=================================== */
@media only screen and (min-width: 770px) {
  .commitment_map_sp {
    display: none;
  }
  .commitment_map_pc {
    display: block;
    width: 657px;
    height: 427px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/sustainability/img/message/group-company/com_photo01.gif);
    background-repeat: no-repeat;
  }
  .commitment_map_pc a {
    height: 17px;
    display: block;
    text-indent: -999999px;
    background-repeat: no-repeat;
    position: absolute;
  }
  .commitment_map_pc a:hover {
    background-position: 0px -17px;
  }
  .commitment_map_pc a#btn_jp01 {
    width: 107px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp01.png);
    top: 177px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp02 {
    width: 114px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp02.png);
    top: 177px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp03 {
    width: 121px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp03.png);
    top: 187px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp04 {
    width: 153px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp04.png);
    top: 197px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp05 {
    width: 160px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp05.png);
    top: 257px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp06 {
    width: 121px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp06.png);
    top: 317px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp07 {
    width: 98px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp07.png);
    top: 217px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp08 {
    width: 114px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp08.png);
    top: 297px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp09 {
    width: 84px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp09.png);
    top: 337px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp10 {
    width: 131px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp10.png);
    top: 377px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp11 {
    width: 147px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp11.png);
    top: 357px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp12 {
    width: 187px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp12.png);
    top: 337px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp13 {
    width: 100px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp13.png);
    top: 277px;
    left: 351px;
  }
  .commitment_map_pc a#btn_jp14 {
    width: 186px;
    background-image: url(/sustainability/img/message/group-company/com_btn_jp14.png);
    top: 237px;
    left: 351px;
  }
  .commitment_map_pc a#btn_usa01 {
    width: 87px;
    background-image: url(/sustainability/img/message/group-company/com_btn_usa01.png);
    top: 83px;
    left: 498px;
  }
  .commitment_map_pc a#btn_usa02 {
    width: 110px;
    height: 34px;
    background-image: url(/sustainability/img/message/group-company/com_btn_usa02.png);
    top: 103px;
    left: 498px;
  }
  .commitment_map_pc a#btn_usa03 {
    width: 120px;
    height: 34px;
    background-image: url(/sustainability/img/message/group-company/com_btn_usa03.png);
    top: 140px;
    left: 498px;
  }
  .commitment_map_pc a#btn_ch01 {
    width: 145px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch01.png);
    top: 30px;
    left: 244px;
  }
  .commitment_map_pc a#btn_ch02 {
    width: 139px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch02.png);
    top: 30px;
    left: 244px;
  }
  .commitment_map_pc a#btn_ch03 {
    width: 134px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch03.png);
    top: 50px;
    left: 244px;
  }
  .commitment_map_pc a#btn_ch04 {
    width: 145px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch04.png);
    top: 70px;
    left: 244px;
  }
  .commitment_map_pc a#btn_ch05 {
    width: 121px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch05.png);
    top: 10px;
    left: 413px;
  }
  .commitment_map_pc a#btn_ch06 {
    width: 144px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch06.png);
    top: 10px;
    left: 413px;
  }
  .commitment_map_pc a#btn_ch07 {
    width: 156px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch07.png);
    top: 30px;
    left: 413px;
  }
  .commitment_map_pc a#btn_ch08 {
    width: 133px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ch08.png);
    top: 50px;
    left: 413px;
  }
  .commitment_map_pc a#btn_eu01 {
    width: 107px;
    background-image: url(/sustainability/img/message/group-company/com_btn_eu01.png);
    top: 49px;
    left: 22px;
  }
  .commitment_map_pc a#btn_eu02 {
    width: 164px;
    background-image: url(/sustainability/img/message/group-company/com_btn_eu02.png);
    top: 29px;
    left: 22px;
  }
  .commitment_map_pc a#btn_eu03 {
    width: 198px;
    background-image: url(/sustainability/img/message/group-company/com_btn_eu03.png);
    top: 9px;
    left: 22px;
  }
  .commitment_map_pc a#btn_eu04 {
    width: 82px;
    background-image: url(/sustainability/img/message/group-company/com_btn_eu04.png);
    top: 69px;
    left: 22px;
  }
  .commitment_map_pc a#btn_ko01 {
    width: 180px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ko01.png);
    top: 172px;
    left: 12px;
  }
  .commitment_map_pc a#btn_tw01 {
    width: 121px;
    background-image: url(/sustainability/img/message/group-company/com_btn_tw01.png);
    top: 289px;
    left: 12px;
  }
  .commitment_map_pc a#btn_mx01 {
    width: 280px;
    height: 17px;
    background-image: url(/sustainability/img/message/group-company/com_btn_mx01.png);
    top: 397px;
    left: 377px;
  }
  .commitment_map_pc a#btn_ms01 {
    width: 267px;
    height: 17px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ms01.png);
    top: 336px;
    left: 12px;
  }
  .commitment_map_pc a#btn_ti01 {
    width: 136px;
    height: 34px;
    background-image: url(/sustainability/img/message/group-company/com_btn_ti01.png);
    top: 234px;
    left: 12px;
  }
  .commitment_map_pc a#btn_usa02:hover,
  .commitment_map_pc a#btn_usa03:hover,
  .commitment_map_pc a#btn_ti01:hover {
    background-position: 0px -34px;
  }
  .pageMap {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 769px) {
  .commitment_map_pc {
    display: none;
  }
  .commitment_map_sp {
    display: block;
  }
}

.coming-soon {
  color: #999;
  font-size: 5.0rem;
  padding: 50px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .coming-soon {
    font-size: 3.0rem;
  }
}

.link-map {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link-map:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  .img-world-map {
    overflow: auto;
  }
  .img-world-map::-webkit-scrollbar {
    height: 10px;
  }
  .img-world-map::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1;
  }
  .img-world-map::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0061B1;
  }
}

.img-world-map .img-caption {
  display: none;
}

@media only screen and (max-width: 769px) {
  .img-world-map .img-caption {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}

/*
ニュース
=================================== */
.naviBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.naviBox .text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 769px) {
  .naviBox .text {
    font-size: 1.2rem;
  }
}

.naviBox .text span {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .naviBox .text span {
    font-size: 1.4rem;
  }
}

.naviBox .pageNavi li {
  display: inline;
  font-size: 1.6rem;
}

@media only screen and (max-width: 769px) {
  .naviBox .pageNavi li {
    font-size: 1.4rem;
  }
}

.naviBox .pageNavi li .icon_next, .naviBox .pageNavi li .icon_prev {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #c1c1c1;
  padding: 1px 15px;
  border-radius: 3px;
}

@media only screen and (max-width: 769px) {
  .naviBox .pageNavi li .icon_next, .naviBox .pageNavi li .icon_prev {
    padding: 1px 10px;
  }
}

.naviBox .pageNavi li a .icon_next, .naviBox .pageNavi li a .icon_prev {
  color: #fff;
  background-color: #000;
}

.naviBox .pageNavi li + li {
  margin-left: 12px;
}

.photoList {
  margin: 0 0 25px 20px;
}

.photoList.clearFix::after {
  display: none;
}

@media only screen and (min-width: 770px) {
  .photoList {
    margin: 0 0 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 515px;
  }
}

.photoList li {
  color: #989898;
  margin-top: 20px;
}

@media only screen and (min-width: 770px) {
  .photoList li {
    width: 250px;
    /* float: left; */
    font-size: 1.4rem;
  }
}

.photoList li.pdf_link {
  width: 100%;
}

.photoList li div.li_photo_box {
  width: 250px;
  /* height:172px; */
}

.photoList li div.li_photo_box img {
  max-width: 250px;
  /*　max-height: 172px;　*/
}

.photoList li div.li_cap_box {
  width: 250px;
  font-size: 1.1rem;
  color: #989898;
}

.photoList li div.li_cap_box span {
  padding-top: 2px;
  display: block;
}

.tar {
  text-align: right;
}

.bar-graph {
  height: auto !important;
  width: 100% !important;
}

.pie-graph {
  height: auto !important;
  width: 100% !important;
}

@media only screen and (max-width: 769px) {
  .pie-graph {
    height: auto !important;
    margin: 0 auto;
    width: 90% !important;
  }
}

.title-president {
  color: #0061B1;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
}

@media only screen and (max-width: 769px) {
  .title-president {
    font-size: 2.4rem;
  }
}

.title-president .title-president--supplement {
  color: #333;
  display: block;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

@media only screen and (max-width: 769px) {
  .title-president .title-president--supplement {
    font-size: 1.6rem;
  }
}

.contents-president {
  background: url(/sustainability/img/message/president/img_bg_main.jpg) 85% 0 no-repeat;
  background-size: cover;
  height: 100%;
  margin: 40px 0 0;
  padding: 40px;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .contents-president {
    background: unset;
    background-size: unset;
    margin: 20px 0 0;
    padding: unset;
    width: 100%;
  }
}

.contents-president .contents-president__text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  width: 60%;
}

@media only screen and (max-width: 769px) {
  .contents-president .contents-president__text {
    background-color: unset;
    font-size: 1.4rem;
    padding: 230px 0 0;
    position: relative;
    width: unset;
  }
  .contents-president .contents-president__text::before {
    background: url(/sustainability/img/message/president/img_bg_main.jpg) 90% 5% no-repeat;
    content: '';
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.chart-doughnut-wrap {
  position: relative;
}

.chart-doughnut-wrap .chart-doughnut-text {
  font-size: 1.1vw;
  font-weight: bold;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.chart-doughnut-wrap .chart-doughnut-text span {
  font-size: 70%;
}
/*# sourceMappingURL=style.css.map */