.sus-header-nav-pc {
  display: none !important;
}

.sustainability-report#sus-top .GridSet {
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .GridSet {
    padding-bottom: 32px;
  }
}
.sustainability-report#sus-top .Grid4 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sustainability-report#sus-top .sus-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.sustainability-report#sus-top .sus-col3 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-col3 {
    margin-top: 12px;
    row-gap: 12px;
  }
}
.sustainability-report#sus-top .sus-col2,
.sustainability-report#sus-top .sus-col3 {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-col2,
  .sustainability-report#sus-top .sus-col3 {
    grid-template-columns: 1fr;
  }
}
.sustainability-report#sus-top .sus-col2 > *,
.sustainability-report#sus-top .sus-col3 > * {
  width: 100%;
}
.sustainability-report#sus-top .sus-top-link {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 90%;
  line-height: 1.5972222222;
  letter-spacing: 0em;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
.sustainability-report#sus-top .sus-top-link:hover {
  color: var(--suscategorycolor);
}
.sustainability-report#sus-top .sus-top-link::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 2px solid var(--suscategorycolor);
  border-bottom: 2px solid var(--suscategorycolor);
  -webkit-transform: translateX(-0.5em) rotate(-45deg);
          transform: translateX(-0.5em) rotate(-45deg);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sustainability-report#sus-top .sus-top-link.--btn {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-link.--btn {
    padding: 14px 16px;
  }
}
.sustainability-report#sus-top .sus-top-link.--btn_large {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 40px 20px;
}
.sustainability-report#sus-top .sus-top-link.--data {
  border-radius: 8px;
  padding: 20px;
  background-color: var(--sustablecolor02);
  color: var(--suscategorycolor);
  padding: 14px 20px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-link.--data {
    padding-block: 12px;
  }
}
.sustainability-report#sus-top .sus-top-link.--col2 {
  padding: 24px;
  height: 100%;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-link.--col2 {
    font-size: 90%;
    line-height: 1.2909722222;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 16px;
  }
}
.sustainability-report#sus-top .sus-top-linklist {
  width: 100%;
}
.sustainability-report#sus-top .sus-top-linklist__item {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
}
.sustainability-report#sus-top .sus-top-linklist__item:nth-of-type(n + 2) {
  margin-top: 12px;
}
.sustainability-report#sus-top .sus-top-ttl {
  background-color: var(--suscategorycolor);
  color: #ffffff;
  font-size: 122.5%;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 13px 16px 10px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-ttl {
    font-size: 90%;
    line-height: 1.2909722222;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 8px 12px;
  }
}
.sustainability-report#sus-top .sus-top-col3__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
  height: 100%;
  min-height: 0;
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-col3__body {
    padding: 24px;
    row-gap: 20px;
  }
}
.sustainability-report#sus-top .sus-top-env,
.sustainability-report#sus-top .sus-top-social,
.sustainability-report#sus-top .sus-top-governance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  position: relative;
  overflow: hidden;
}
.sustainability-report#sus-top .sus-top-env .sus-top-ttl,
.sustainability-report#sus-top .sus-top-social .sus-top-ttl,
.sustainability-report#sus-top .sus-top-governance .sus-top-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-env .sus-top-ttl,
  .sustainability-report#sus-top .sus-top-social .sus-top-ttl,
  .sustainability-report#sus-top .sus-top-governance .sus-top-ttl {
    padding: 10px 12px;
  }
}
.sustainability-report#sus-top .sus-top-management .sus-top-ttl {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-management .sus-top-ttl {
    margin-top: 6px;
  }
}
.sustainability-report#sus-top .sus-top-management .sus-col2 {
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-management .sus-col2 {
    margin-top: 10px;
    row-gap: 12px;
  }
}
.sustainability-report#sus-top .sus-top-management .sus-top-col2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}
.sustainability-report#sus-top .sus-top-management .sus-top-col2__item:hover * {
  color: var(--suscategorycolor);
}
.sustainability-report#sus-top .sus-top-si {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-si {
    margin-top: 32px;
  }
}
.sustainability-report#sus-top .sus-top-si__body {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-si__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sustainability-report#sus-top .sus-top-si__body img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability-report#sus-top .sus-top-si .sus-top-ttl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 410px;
  padding: 56px 74px;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-si .sus-top-ttl {
    padding: 12px 16px;
    width: 100%;
  }
}
.sustainability-report#sus-top .sus-top-si .sus-top-ttl::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateX(-0.5em) rotate(-45deg);
          transform: translateX(-0.5em) rotate(-45deg);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sustainability-report#sus-top .sus-top-esg {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-esg {
    margin-top: 36px;
    row-gap: 18px;
  }
}
.sustainability-report#sus-top .sus-top-guide .sus-top-ttl {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-guide .sus-top-ttl {
    margin-top: 32px;
  }
}
.sustainability-report#sus-top .sus-top-dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56px 15px;
  margin-inline: -15px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-dl {
    padding-top: 40px;
  }
}
.sustainability-report#sus-top .sus-top-dl * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sustainability-report#sus-top .sus-top-dl .inner {
  position: relative;
  max-width: 1275px;
  margin: 0 auto;
}
.sustainability-report#sus-top .sus-top-dl__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  padding-right: 24px;
  gap: 29px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-dl__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: unset;
    gap: 0;
  }
}
.sustainability-report#sus-top .sus-top-dl .sus-col2 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-dl .sus-col2 {
    row-gap: 10px;
  }
}
.sustainability-report#sus-top .sus-top-dl .sus-top-link {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-dl .sus-top-link {
    padding: 16px;
  }
}
.sustainability-report#sus-top .sus-top-dl .sus-top-link__img {
  width: 34%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sustainability-report#sus-top .sus-top-dl .sus-top-link__img {
    width: 100%;
    height: svw(155);
    -o-object-position: right top;
       object-position: right top;
  }
}
.sustainability-report#sus-top #FooterPageTop {
  bottom: -56px !important;
}/*# sourceMappingURL=top.css.map */