@charset "UTF-8";
.p-environment__lead {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-environment__lead {
    margin: 50px 0 0;
  }
}

.p-environment__lead__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-environment__lead__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-environment__information {
  margin: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-environment__information {
    margin: 54px 0 72px;
  }
}

.p-environment__information__inner {
  background: url(../img/environment/index/bg-information.png) no-repeat center center/cover;
  padding: 64px 0 88px;
}
@media screen and (max-width: 768px) {
  .p-environment__information__inner {
    padding: 58px 0 52px;
  }
}

.p-environment__information__cont {
  max-width: 830px;
  margin: auto;
}

.p-environment__information__ttl {
  font-family: YakuHanMP, "Rajdhani", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #727171;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-environment__information__ttl {
    font-size: 23px;
  }
}

.p-environment__information__list {
  width: 100%;
  max-width: 830px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list {
    margin: 40px 0 0;
  }
}

.p-environment__information__list__item {
  background: rgba(255, 255, 255, 0.85);
  flex: 0 0 30%;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-environment__information__list__item:not(:first-child):not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
  .p-environment__information__list__item:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__item {
    flex: 0 0 46%;
  }
  .p-environment__information__list__item:not(:first-child):not(:nth-child(2n+1)) {
    margin-left: 8%;
  }
  .p-environment__information__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-environment__information__list__item:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .p-environment__information__list__item:hover .p-environment__information__list__ttl::before {
    left: calc(102% + 5px);
  }
}

.p-environment__information__list__link {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 44px 20px 41px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__link {
    padding: 25px 10px;
  }
}

.p-environment__information__list__icon {
  text-align: center;
  height: 79px;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon {
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--01 {
    width: 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--02 {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--03 {
    width: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--04 {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--05 {
    width: 39px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__icon__item--06 {
    width: 36px;
  }
}

.p-environment__information__list__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 30px 0 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__ttl {
    font-size: 10px;
    margin: 18px 0 0;
  }
}
.p-environment__information__list__ttl::before {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
  transition: left 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__ttl::before {
    transform: translateY(-50%) scale(0.6);
  }
}
.p-environment__information__list__ttl::after {
  content: "";
  background: #eb1c24;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__ttl::after {
    width: 47px;
  }
}

.p-environment__information__list__sub {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 32px 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__sub {
    background: none;
    margin-top: 20px;
    padding: 0;
    position: relative;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .p-environment__information__list__sub__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-environment__information__list__sub__linkList__item {
  text-align: center;
}
.p-environment__information__list__sub__linkList__item:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__sub__linkList__item:not(:first-child) {
    margin-top: 0.6em;
  }
}

.p-environment__information__list__sub__linkList__link {
  font-size: 16px;
  padding: 0 1em;
  position: relative;
  display: inline-block;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__sub__linkList__link {
    font-size: 10px;
  }
}
.p-environment__information__list__sub__linkList__link::before {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: right 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-environment__information__list__sub__linkList__link::before {
    transform: translateY(-50%) scale(0.6);
  }
}
@media screen and (min-width: 769px) {
  .p-environment__information__list__sub__linkList__link::after {
    content: "";
    background: #eb1c24;
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-environment__information__list__sub__linkList__link::after {
    width: 47px;
  }
}
@media screen and (min-width: 769px) {
  .p-environment__information__list__sub__linkList__link:hover {
    color: #d80c24;
  }
}

.p-environment__bottom {
  padding: 90px 0 56px;
}
@media screen and (max-width: 768px) {
  .p-environment__bottom {
    padding: 55px 0 60px;
  }
}

.p-environment__bottom__bnr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-environment__bottom__bnr {
    display: block;
  }
}

.p-environment__bottom__bnr__item {
  flex: 0 0 48%;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .p-environment__bottom__bnr__item:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-environment__bottom__bnr__item {
    max-width: 400px;
    margin: auto;
  }
  .p-environment__bottom__bnr__item:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-environment__bottom__bnr__item:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 769px) {
  .lang-en .p-environment__information__list__item:hover .p-environment__information__list__ttl::before {
    left: calc(98% + 5px);
  }
}
.lang-en .p-environment__information__list__ttl::before {
  left: 98%;
}

.p-sustainability__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main {
    margin: 32px 0 0;
  }
}

.p-sustainability__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__inner {
    margin: 0 0 50px;
  }
}

.p-sustainability__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-sustainability__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-sustainability__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-sustainability__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__cont {
    margin: 20px 0 0;
  }
}
.p-sustainability__main__list__cont--flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__cont--flex {
    display: block;
  }
}
.p-sustainability__main__list__cont--flex .p-sustainability__main__list__fig {
  flex: 0 0 460px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__cont--flex .p-sustainability__main__list__fig {
    text-align: center;
  }
}
.p-sustainability__main__list__cont--flex .p-sustainability__main__list__fig:not(:first-child) {
  margin: 0 0 0 48px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__cont--flex .p-sustainability__main__list__fig:not(:first-child) {
    margin: 20px 0 0;
  }
}

.p-sustainability__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-sustainability__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-sustainability__main__list__fig {
  text-align: center;
}
.p-sustainability__main__list__fig:not(:first-child) {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__list__fig:not(:first-child) {
    margin: 20px 0 0;
  }
}

.p-sustainability__main__list__fig__img {
  width: 100%;
}

.p-sustainability__main__materialityStep:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityStep:not(:first-child) {
    margin-top: 20px;
  }
}

.p-sustainability__main__materialityStep__dl {
  display: flex;
}
.p-sustainability__main__materialityStep__dl--border {
  border: 1px solid #3b8e32;
}
.p-sustainability__main__materialityStep__dl--border:not(:last-child) .p-sustainability__main__materialityStep__dt {
  position: relative;
}
.p-sustainability__main__materialityStep__dl--border:not(:last-child) .p-sustainability__main__materialityStep__dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #3b8e32 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityStep__dl--border:not(:last-child) .p-sustainability__main__materialityStep__dt::after {
    border-width: 8px 7px 0 7px;
    bottom: -16px;
  }
}
.p-sustainability__main__materialityStep__dl:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityStep__dl:not(:first-child) {
    margin-top: 20px;
  }
}

.p-sustainability__main__materialityStep__dt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #3b8e32;
  padding: 20px 10px;
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityStep__dt {
    font-size: 14px;
    flex: 0 0 80px;
    padding: 10px;
  }
}

.p-sustainability__main__materialityStep__dd {
  font-size: 14px;
  line-height: 1.33;
  vertical-align: middle;
  text-align: justify;
  padding: 10px 20px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityStep__dd {
    font-size: 13px;
    padding: 10px;
  }
}

.p-sustainability__main__materialityTable__wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityTable__inner {
    overflow: scroll;
  }
}

.p-sustainability__main__materialityTable {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityTable {
    min-width: 800px;
  }
}

.p-sustainability__main__materialityTable {
  border: 1px solid #ccc;
}

.p-sustainability__main__materialityTable__th {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #d3e5c1;
  padding: 8px;
}
.p-sustainability__main__materialityTable__th:not(:first-child) {
  border-left: 1px solid #ccc;
}

.p-sustainability__main__materialityTable__td {
  line-height: 1.4;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityTable__td {
    padding: 15px;
  }
}
.p-sustainability__main__materialityTable__td.--bg {
  background: #f0f6ea;
}
.p-sustainability__main__materialityTable__td .__em {
  font-weight: 700;
}

.p-sustainability__main__materialityTable__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityTable__txt {
    font-size: 14px;
  }
}

.p-sustainability__main__materialityTable__sdgs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}

.p-sustainability__main__materialityTable__sdgs__item {
  flex: 0 0 calc((100% - 10px) / 3);
}

.p-sustainability__main__materialityTable__list__item {
  font-size: 14px;
  line-height: 1.33;
  padding-left: 0.8em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sustainability__main__materialityTable__list__item {
    font-size: 13px;
  }
}
.p-sustainability__main__materialityTable__list__item::before {
  content: "";
  background: #3b8e32;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-sustainability__main__materialityTable__list__item:not(:first-child) {
  margin-top: 5px;
}

.p-products__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-products__main {
    margin: 32px 0 0;
  }
}

.p-products__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-products__main__inner {
    margin: 0 0 50px;
  }
}

.p-products__main__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-products__main__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-products__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-products__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-products__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-products__main__list__cont {
  margin: 40px 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__cont {
    margin: 20px 0 0;
    display: block;
  }
}

.p-products__main__list__img {
  margin: 0 32px 0 0;
  flex: 0 0 351px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__img {
    margin: 0 auto 16px;
  }
}

.p-products__main__list__detail {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail {
    display: block;
  }
}

.p-products__main__list__detail__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-products__main__list__detail__txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-products__main__list__detail__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-products__main__list__detail__note:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-products__main__list__detail__bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__bottom {
    margin: 24px 0 0;
    display: block;
  }
}

.p-products__main__list__detail__mark {
  display: flex;
  flex-wrap: wrap;
}
.p-products__main__list__detail__mark:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__mark:not(:last-child) {
    margin: 0 0 10px;
  }
}

.p-products__main__list__detail__mark__item {
  margin: 0 0 10px;
  flex: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__mark__item {
    flex: 0 0 70px;
  }
}
.p-products__main__list__detail__mark__item:not(:last-child) {
  margin-right: 10px;
}

.p-products__main__list__detail__link {
  font-size: 16px;
  font-weight: 500;
  color: #3b8e32;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
  border: 1px solid #3b8e32;
  margin: 0 0 0 auto;
  padding: 14px 32px;
  position: relative;
  display: block;
  flex: 0 0 auto;
  transition: color 0.4s ease, background 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__link {
    font-size: 14px;
    width: 100%;
  }
}
.p-products__main__list__detail__link::after {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-products__main__list__detail__link::after {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-products__main__list__detail__link:hover {
    color: #fff;
    background: #3b8e32;
  }
}

.p-governance__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-governance__main {
    margin: 32px 0 0;
  }
}

.p-governance__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-governance__main__inner {
    margin: 0 0 50px;
  }
}

.p-governance__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-governance__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-governance__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-governance__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-governance__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-governance__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-governance__main__list__fig {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-governance__main__list__fig {
    margin: 20px 0 0;
  }
}

.p-governance__main__list__fig__img {
  width: 100%;
  max-width: 808px;
}

.p-policiesGoals__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main {
    margin: 32px 0 0;
  }
}

.p-policiesGoals__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__inner {
    margin: 0 0 50px;
  }
}

.p-policiesGoals__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-policiesGoals__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-policiesGoals__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-policiesGoals__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-policiesGoals__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-policiesGoals__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-policiesGoals__main__list__ol__item:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__ol__item:not(:first-child) {
    margin: 15px 0 0;
  }
}

.p-policiesGoals__main__list__olChild {
  margin: 30px 0 0;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__olChild {
    margin: 15px 0 0;
    padding: 0 0 0 30px;
  }
}

.p-policiesGoals__main__list__olChild__item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__olChild__item {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-policiesGoals__main__list__olChild__item:not(:first-child) {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__olChild__item:not(:first-child) {
    margin: 4px 0 0;
  }
}

.p-policiesGoals__main__list__row {
  padding: 0 0 0 35px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__row {
    padding: 0;
    display: block;
  }
}

.p-policiesGoals__main__list__row__fig {
  flex: 0 0 147px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__row__fig {
    text-align: center;
  }
}

.p-policiesGoals__main__list__row__fig__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__row__fig__img {
    width: 40%;
  }
}

.p-policiesGoals__main__list__row__content {
  flex: 1;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__row__content {
    margin: 15px 0 0;
  }
}

.p-policiesGoals__main__list__table__wrapper {
  max-width: 926px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__wrapper {
    margin: 15px 0 0;
    overflow: hidden;
  }
}

.p-policiesGoals__main__list__table__caption {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__caption {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-policiesGoals__main__list__table {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table {
    min-width: 700px;
  }
}

.p-policiesGoals__main__list__table__th,
.p-policiesGoals__main__list__table__td {
  vertical-align: middle;
}

.p-policiesGoals__main__list__table__th {
  color: #231815;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: #d3e5c1;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__th {
    font-size: 15px;
    padding: 10px 4px;
  }
}
.p-policiesGoals__main__list__table__th:not(:first-child) {
  border-left: 1px solid #ccc;
}

.p-policiesGoals__main__list__table__td {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__td {
    font-size: 14px;
    padding: 10px 6px;
  }
}
.p-policiesGoals__main__list__table__td.__num {
  background: #f0f6ea;
}
.p-policiesGoals__main__list__table__td:first-child {
  border-left: none;
}
.p-policiesGoals__main__list__table__td:last-child {
  border-right: none;
}
.p-policiesGoals__main__list__table__td.__px-l {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-policiesGoals__main__list__table__td.__fz-s {
  font-size: 14px;
  line-height: 1.6;
}
.p-policiesGoals__main__list__table__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  line-height: 1.375;
}
.p-policiesGoals__main__list__table__td ul li:not(:first-child) {
  margin: 4px 0 0;
}

.p-policiesGoals__main__list__table__dl {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__dl {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.p-policiesGoals__main__list__table__dd {
  margin: 5px 0 0;
}

.p-policiesGoals__main__list__table__dd__list__item {
  line-height: 1.75;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-policiesGoals__main__list__table__dd__list__item:not(:first-child) {
  margin: 4px 0 0;
}
@media screen and (max-width: 768px) {
  .p-policiesGoals__main__list__table__dd__list__item:not(:first-child) {
    margin: 2px 0 0;
  }
}

.p-climate__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main {
    margin: 32px 0 0;
  }
}

.p-climate__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__inner {
    margin: 0 0 50px;
  }
}

.p-climate__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-climate__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-climate__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-climate__main__list__ttl-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__ttl-sub {
    font-size: 15px;
    padding: 8px 10px;
  }
}

.p-climate__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-climate__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-climate__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-climate__main__list__cdp {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__cdp {
    display: block;
  }
}

.p-climate__main__list__cdp__link {
  display: block;
}
.p-climate__main__list__cdp__link span {
  display: block;
}
.p-climate__main__list__cdp__link a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-climate__main__list__cdp__link a:hover {
    text-decoration: none;
  }
}

.p-climate__main__list__cdp__logo {
  width: 150px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__cdp__logo {
    margin: 20px auto;
  }
}

.p-climate__main__list__fig {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__fig {
    margin: 20px 0 0;
  }
}

.p-climate__main__list__fig__img {
  width: 100%;
  max-width: 720px;
}

.p-climate__main__list__type {
  max-width: 910px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__type {
    margin: 20px 0 0;
  }
}
.p-climate__main__list__type .p-climate__main__list__lead {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__type .p-climate__main__list__lead {
    margin: 20px 0 0;
    overflow: hidden;
  }
}

.p-climate__main__list__table01__wrapper {
  margin: -1px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table01__wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-climate__main__list__table01__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-climate__main__list__table01 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table01 {
    min-width: 660px;
  }
}
.p-climate__main__list__table01 tr.__bg-lGreen {
  background-color: #f0f6ea;
}
.p-climate__main__list__table01 tr.__bg-lBlue {
  background-color: #e1f0ff;
}

.p-climate__main__list__table01__th,
.p-climate__main__list__table01__td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table01__th,
  .p-climate__main__list__table01__td {
    font-size: 14px;
  }
}

.p-climate__main__list__table01__th {
  text-align: center;
  border-left: none;
  padding: 10px;
}
.p-climate__main__list__table01__th.__bg-green {
  background-color: #d3e5c1;
}
.p-climate__main__list__table01__th.__bg-blue {
  background-color: #c1e1ff;
}

.p-climate__main__list__table01__td {
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table01__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-climate__main__list__table01__td:last-child {
  border-right: none;
}
.p-climate__main__list__table01__td.__tac {
  text-align: center;
}

.p-climate__main__list__table02__wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table02__wrapper {
    margin: 20px 0 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-climate__main__list__table02__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-climate__main__list__table02 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table02 {
    min-width: 500px;
  }
}

.p-climate__main__list__table02__th,
.p-climate__main__list__table02__td {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-climate__main__list__table02__th:first-child,
.p-climate__main__list__table02__td:first-child {
  border-left: none;
}
.p-climate__main__list__table02__th:last-child,
.p-climate__main__list__table02__td:last-child {
  border-right: none;
}

.p-climate__main__list__table02__th {
  font-size: 18px;
  background-color: #d3e5c1;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table02__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}

.p-climate__main__list__table02__td {
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table02__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-climate__main__list__table02__td.__fw-bold {
  font-weight: 700;
  background-color: #f0f6ea;
}

.p-climate__main__list__table03__wrapper {
  max-width: 920px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-climate__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-climate__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table03 {
    min-width: 660px;
  }
}

.p-climate__main__list__table03__th,
.p-climate__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-climate__main__list__table03__th:first-child,
.p-climate__main__list__table03__td:first-child {
  border-left: none;
}
.p-climate__main__list__table03__th:last-child,
.p-climate__main__list__table03__td:last-child {
  border-right: none;
}

.p-climate__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}

.p-climate__main__list__table03__td {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-climate__main__list__table03__td.__num {
  text-align: center;
  background-color: #f0f6ea;
}
.p-climate__main__list__table03__td.__fz-s {
  font-size: 14px;
  line-height: 1.6;
}
.p-climate__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-climate__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-climate__main__list__table03__footer {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-climate__main__list__table03__footer {
    font-size: 12px;
    display: block;
  }
}

.p-climate__main__list__table03__footer__note__item {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-climate__main__list__table03__footer__note__item:not(:first-child) {
  margin: 4px 0 0;
}
.p-climate__main__list__table03__footer__note__item.__note {
  text-indent: -1em;
  padding-left: 1em;
}

.p-climate__main__list__table03__footer__excerpt {
  margin: 5px 0 0;
}

.p-humanrights__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main {
    margin: 32px 0 0;
  }
}

.p-humanrights__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__inner {
    margin: 0 0 50px;
  }
}

.p-humanrights__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-humanrights__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-humanrights__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-humanrights__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-humanrights__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-humanrights__main__list__lead:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__lead:not(:first-child) {
    margin-top: 15px;
  }
}

.p-humanrights__main__list__head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__head {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-humanrights__main__list__head + .p-humanrights__main__list__lead {
  margin-top: 0;
}

.p-humanrights__main__list__source {
  background: #f0f0f1;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__source {
    padding: 20px;
  }
}
.p-humanrights__main__list__source:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__source:not(:first-child) {
    margin: 20px 0 0;
  }
}

.p-humanrights__main__list__source__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__source__ttl {
    font-size: 13px;
  }
}
.p-humanrights__main__list__source__ttl:not(:first-child) {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__source__ttl:not(:first-child) {
    margin-top: 10px;
  }
}

.p-humanrights__main__list__source__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__source__txt {
    font-size: 13px;
  }
}

.p-humanrights__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-humanrights__main__list__ol__item:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__ol__item:not(:first-child) {
    margin: 15px 0 0;
  }
}

.p-humanrights__main__list__row {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__row {
    padding: 20px 0;
    display: block;
  }
}
.p-humanrights__main__list__row:not(:first-child) {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__row:not(:first-child) {
    margin-top: 25px;
  }
}
.p-humanrights__main__list__row + .p-humanrights__main__list__row {
  border-top: none;
  margin-top: 0;
}

.p-humanrights__main__list__row__fig {
  flex: 0 0 285px;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__row__fig {
    text-align: center;
    margin: 0 0 10px;
  }
}

.p-humanrights__main__list__row__fig__img {
  width: 100%;
}

.p-humanrights__main__list__row__fig__caption {
  font-size: 16px;
  font-weight: 300;
  left: 1.2em;
  text-align: right;
  margin: 10px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__row__fig__caption {
    font-size: 12px;
    margin: 4px 0 0;
  }
}

.p-humanrights__main__list__row__content {
  flex: 1;
}
.p-humanrights__main__list__tableWrapper {
  width: 100%;
}

.p-humanrights__main__list__tableInner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__tableInner {
    max-width: 800px;
    overflow-x: scroll;
  }
}
.p-humanrights__main__list__tableInner table {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-humanrights__main__list__tableInner table {
    white-space: nowrap;
  }
}
.p-humanrights__main__list__tableInner table tr, .p-humanrights__main__list__tableInner table th, .p-humanrights__main__list__tableInner table td {
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
}
.p-humanrights__main__list__tableInner table .border-top {
  border-top: 1px solid #ccc;
}
.p-humanrights__main__list__tableInner table .border-top-none {
  border-top: none;
}
.p-humanrights__main__list__tableInner table .border-bottom-none {
  border-bottom: none;
}
.p-humanrights__main__list__tableInner table th {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #d3e5c1;
  padding: 8px;
}
.p-humanrights__main__list__tableInner table .th-horizon {
  border-right: 1px dotted #ccc;
}
.p-humanrights__main__list__tableInner table .th-horizon + th {
  border-left: none;
}
.p-humanrights__main__list__tableInner table .th-vartical {
  border-top: none;
  border-bottom: 1px dotted #ccc;
}
.p-humanrights__main__list__tableInner table td {
  text-align: center;
  border: 1px dotted #ccc;
  padding: 5px;
}
.p-humanrights__main__list__tableInner table .cell_join_top {
  border-top: none;
  border-bottom: none;
}
.p-humanrights__main__list__tableInner table td.cell_join_top {
  transform: translateY(50%);
}
.p-humanrights__main__list__tableInner table .cell_join_bottom {
  border-top: none;
  border-bottom: none;
}
.p-humanrights__main__list__tableInner table .bg_01 {
  background: #f0f6ea;
}
.p-humanrights__main__list__tableInner table .bg_02 {
  background: #eee;
}
.p-humanrights__main__list__tableInner table .text_center {
  text-align: center;
}
.p-humanrights__main__list__tableInner table .text_right {
  text-align: right;
}
.p-humanrights__main__list__tableInner table .text_vertical {
  writing-mode: vertical-rl;
}

.p-community__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-community__main {
    margin: 32px 0 0;
  }
}

.p-community__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-community__main__inner {
    margin: 0 0 50px;
  }
}

.p-community__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-community__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-community__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-community__main__list__cont {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__cont {
    margin: 20px 0 0;
  }
}
.p-community__main__list__cont--flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__cont--flex {
    display: block;
  }
}
.p-community__main__list__cont--flex .p-community__main__list__fig {
  flex: 0 0 460px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__cont--flex .p-community__main__list__fig {
    text-align: center;
    margin: 20px 0 0;
  }
}

.p-community__main__olCircle__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-community__main__olCircle__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-community__main__olCircle__ttl {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-community__main__olCircle__ttl {
    font-size: 14px;
  }
}

.p-community__main__olCircle__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0.8em 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-community__main__olCircle__txt {
    font-size: 14px;
  }
}

.p-community__main__list__txtTtl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__txtTtl {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.p-community__main__list__txtTtl:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__txtTtl:not(:first-child) {
    margin-top: 30px;
  }
}

.p-community__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-community__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-community__main__list__tableFigure {
  margin: 40px 0 0;
  line-height: 1.7;
}

.p-community__main__list__table03__wrapper {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-community__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-community__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__table03 {
    min-width: 660px;
  }
}

.p-community__main__list__table03__th,
.p-community__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-community__main__list__table03__th:first-child,
.p-community__main__list__table03__td:first-child {
  border-left: none;
}
.p-community__main__list__table03__th:last-child,
.p-community__main__list__table03__td:last-child {
  border-right: none;
}

.p-community__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}

.p-community__main__list__table03__td {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-community__main__list__table03__td.__num {
  text-align: center;
  background-color: #f0f6ea;
}
.p-community__main__list__table03__td.__fz-s {
  font-size: 14px;
  line-height: 1.6;
}
.p-community__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-community__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-community__main__list__table03__footer {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__table03__footer {
    font-size: 12px;
    display: block;
  }
}

.p-community__main__list__table03__footer__note__item {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-community__main__list__table03__footer__note__item:not(:first-child) {
  margin: 4px 0 0;
}

@media screen and (max-width: 768px) {
  .p-community__main__list__table03__footer__excerpt {
    margin: 5px 0 0;
  }
}

.p-community__main__list__fig {
  flex: 0 0 49%;
}

.p-community__main__list__fig__img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
}

.p-community__row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-community__row {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }
}

.p-community__main__description:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-community__main__description:not(:first-child) {
    margin-top: 40px;
  }
}

.p-community__main__description__item {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: min-content 1fr;
  gap: 20px 60px;
  grid-template-areas: "img ttl" "img txt";
}
@media screen and (max-width: 768px) {
  .p-community__main__description__item {
    display: block;
  }
}
.p-community__main__description__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-community__main__description__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-community__main__description__fig {
  grid-area: img;
}

.p-community__main__description__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  grid-area: ttl;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-community__main__description__ttl {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
.p-community__main__description__ttl .txt span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-community__main__description__ttl .txt span {
    font-size: 13px;
  }
}

.p-community__main__description__ttl__logo {
  margin: 0 0 -10px 10px;
  flex-shrink: 0;
}
.p-community__main__description__ttl__logo.--01 {
  width: 105px;
}
.p-community__main__description__ttl__logo.--02 {
  width: 116px;
}

.p-community__main__description__ttl__logo__link {
  transition: opacity 0.4s ease;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-community__main__description__ttl__logo__link:hover {
    opacity: 0.6;
  }
}

.p-community__main__description__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  grid-area: txt;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-community__main__description__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
  }
}
.p-community__main__description__txt a {
  text-decoration: underline;
}
.p-community__main__description__txt a.--block {
  display: inline-block;
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .p-community__main__description__txt a:hover {
    text-decoration: none;
  }
}

.p-community__main__other {
  border-bottom: 1px solid #707070;
  margin-top: 80px;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-community__main__other {
    margin-top: 40px;
    padding-bottom: 24px;
  }
}

.p-community__main__other__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  background: #e5e5e5;
  padding: 7px 14px;
}

.p-community__main__other__dl {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-community__main__other__dl {
    font-size: 14px;
  }
}
.p-community__main__other__dl:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-community__main__other__dl:first-of-type {
    margin-top: 20px;
  }
}
.p-community__main__other__dl:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-community__main__other__dl:not(:first-of-type) {
    margin-top: 10px;
  }
}

.p-community__main__other__dt {
  margin-right: 10px;
  flex-shrink: 0;
}

.p-community__button__wrap {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-community__button__wrap {
    margin-top: 16px;
  }
}

.p-community__button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 360px;
  padding: 30px 16px;
  position: relative;
  display: inline-block;
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-community__button {
    font-size: 12px;
    padding: 16px;
    min-width: auto;
  }
}
.p-community__button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #eb1c24 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-community__button:hover {
    color: #fff;
    background: #eb1c24;
    border-color: #eb1c24;
  }
}

.p-community__main__list__sponsoring {
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring {
    padding-bottom: 40px;
  }
}

.p-community__main__list__sponsoring__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  background: #e5e5e5;
  padding: 7px 14px;
}

.p-community__main__list__sponsoring__list {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring__list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring__item {
    flex: 0 0 48%;
  }
  .p-community__main__list__sponsoring__item:nth-child(even) {
    margin-left: 4%;
  }
  .p-community__main__list__sponsoring__item:nth-child(n+3) {
    margin-top: 8%;
  }
}
.p-community__main__list__sponsoring__item .type {
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 10px;
}
.p-community__main__list__sponsoring__item .type.--platina {
  background: #f5e4a8;
}
.p-community__main__list__sponsoring__item .type.--official {
  background: #bce3ef;
}
.p-community__main__list__sponsoring__item .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-community__main__list__sponsoring__item .logo .--01 {
  width: 103px;
}
.p-community__main__list__sponsoring__item .logo .--02 {
  width: 158px;
}
.p-community__main__list__sponsoring__item .logo .--03 {
  width: 83px;
}
.p-community__main__list__sponsoring__item .logo .--04 {
  width: 150px;
}
.p-community__main__list__sponsoring__item .link {
  transition: opacity 0.4s ease;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-community__main__list__sponsoring__item .link:hover {
    opacity: 0.6;
  }
}
.p-community__main__list__sponsoring__item .name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring__item .name {
    font-size: 14px;
  }
}

.p-community__main__list__sponsoring__item__top {
  display: flex;
  flex-direction: column;
}

.p-community__main__list__sponsoring__attention {
  max-width: 711px;
  margin: 70px auto 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring__attention {
    max-width: 250px;
    margin-top: 35px;
    display: block;
  }
}

.p-community__main__list__sponsoring__attention__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  background: #f7f7f7;
  padding: 40px 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-community__main__list__sponsoring__attention__txt {
    font-size: 14px;
    padding: 20px;
  }
}

.p-safety__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main {
    margin: 32px 0 0;
  }
}

.p-safety__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__inner {
    margin: 0 0 50px;
  }
}

.p-safety__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-safety__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-safety__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-safety__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-safety__main__list__cont__item:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__cont__item:not(:first-child) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.p-safety__main__list__cont__item:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__cont__item:last-child {
    padding-bottom: 24px;
  }
}

.p-safety__main__list__head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__head {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-safety__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-safety__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-safety__main__list__ol__item:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__ol__item:not(:first-child) {
    margin: 20px 0 0;
  }
}

.p-safety__main__list__olChild {
  margin: 30px 0 0;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__olChild {
    margin: 15px 0 0;
  }
}

.p-safety__main__list__olChild__item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__olChild__item {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-safety__main__list__olChild__item:not(:first-child) {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__olChild__item:not(:first-child) {
    margin: 4px 0 0;
  }
}

.p-safety__main__list__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__row {
    padding: 0;
    display: block;
  }
}

.p-safety__main__list__row__fig {
  flex: 0 0 245px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__row__fig {
    text-align: center;
    margin: 20px 0 0;
  }
}

.p-safety__main__list__row__fig__img {
  width: 100%;
}

.p-safety__main__list__row__fig__cap {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__row__fig__cap {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.p-safety__main__list__row__content {
  flex: 1;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__row__content {
    margin: 15px 0 0;
  }
}

.p-safety__main__list__fig {
  width: 100%;
}
.p-safety__main__list__fig:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__fig:not(:first-child) {
    margin-top: 12px;
  }
}

.p-safety__main__list__fig__img {
  width: 100%;
  display: block;
}
.p-safety__main__list__attention {
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__attention {
    margin: 20px 0 0;
  }
}

.p-safety__main__list__attention__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-safety__main__list__attention__txt {
    font-size: 13px;
    line-height: 1.5;
  }
}

.--left {
  text-indent: -1em;
  padding-left: 1em;
}

.p-esg__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-esg__main {
    margin: 32px 0 0;
  }
}

.p-esg__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-esg__main__inner {
    margin: 0 0 50px;
  }
}

.p-esg__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-esg__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-esg__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-esg__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-esg__main__list__tableWrapper {
  width: 100%;
}

.p-esg__main__list__tableInner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__tableInner {
    max-width: 800px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__tableInner table {
    white-space: nowrap;
  }
}
.p-esg__main__list__tableInner table tr, .p-esg__main__list__tableInner table th, .p-esg__main__list__tableInner table td {
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-esg__main__list__tableInner table th {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #d3e5c1;
  padding: 8px;
}
.p-esg__main__list__tableInner table td {
  padding: 5px;
}
.p-esg__main__list__tableInner table .bg_01 {
  background: #f0f6ea;
}
.p-esg__main__list__tableInner table .bg_02 {
  background: #eee;
}
.p-esg__main__list__tableInner table .text_center {
  text-align: center;
}
.p-esg__main__list__tableInner table .text_right {
  text-align: right;
}
.p-esg__main__list__tableInner table .text_vertical {
  writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;
}

.p-esg__main__list__pdf:not(:last-child) {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__pdf:not(:last-child) {
    margin: 0 0 20px;
  }
}

.p-esg__main__list__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-esg__main__list__attention {
    margin: 10px 0 0;
  }
}

.p-esg__main__list__attention__item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.05em;
  padding: 0 0 0 2em;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-esg__main__list__attention__item {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-esg__main__list__attention__item::before {
  content: "※" counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.lang-en .p-esg__main__list__attention__item::before {
  content: "*" counter(num);
}

.p-csr__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-csr__main {
    margin: 32px 0 0;
  }
}

.p-csr__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__inner {
    margin: 0 0 50px;
  }
}

.p-csr__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-csr__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-csr__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-csr__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-csr__main__list__cont:not(:first-of-type) {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont:not(:first-of-type) {
    margin: 30px 0 0;
  }
}

.p-csr__main__list__cont__report {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report {
    display: block;
  }
}

.p-csr__main__list__cont__report__item {
  flex: 0 0 380px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .p-csr__main__list__cont__report__item:nth-child(even) {
    margin-left: 50px;
  }
  .p-csr__main__list__cont__report__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-csr__main__list__cont__report__fig {
  border: 1px solid #eee;
  flex: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__fig {
    flex: 0 0 150px;
  }
}

.p-csr__main__list__cont__report__fig__img {
  width: 100%;
}

.p-csr__main__list__cont__report__detail {
  flex: 1 1 auto;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__detail {
    margin: 0 0 0 15px;
  }
}

.p-csr__main__list__cont__report__ttl__sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__ttl__sub {
    font-size: 12px;
  }
}

.p-csr__main__list__cont__report__ttl__main {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__ttl__main {
    font-size: 16px;
  }
}

.p-csr__main__list__cont__report__link {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  background: #f2f2f3;
  min-width: 142px;
  margin: 18px 0 0;
  padding: 10px;
  display: inline-block;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-csr__main__list__cont__report__link:hover {
    color: #fff;
    background: #eb1c24;
  }
}

.p-csr__main__list__cont__report__size {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__report__size {
    margin: 10px 0 0;
  }
}

.p-csr__main__list__cont__bk {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__bk {
    display: block;
  }
}

.p-csr__main__list__cont__bk__item {
  flex: 0 0 48%;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-csr__main__list__cont__bk__item:nth-child(even) {
    margin-left: 4%;
  }
  .p-csr__main__list__cont__bk__item:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__bk__item:not(:first-child) {
    margin-top: 8px;
  }
}

.p-csr__main__list__cont__bk__link {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-decoration: underline;
  padding-left: 1.2em;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-csr__main__list__cont__bk__link {
    font-size: 15px;
    padding: 0.5em 0 0.5em 1.2em;
  }
}
.p-csr__main__list__cont__bk__link::before {
  content: "■";
  color: #28ba80;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-csr__main__list__cont__bk__link:hover {
    text-decoration: none;
  }
}

.p-procurement__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-procurement__main {
    margin: 32px 0 0;
  }
}

.p-procurement__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__inner {
    margin: 0 0 50px;
  }
}

.p-procurement__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-procurement__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-procurement__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-procurement__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-procurement__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-procurement__main__list__lead:not(:first-child) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-procurement__main__olCircle {
  margin: 72px 0 0;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__olCircle {
    margin: 32px 0 0;
  }
}

.p-procurement__main__olCircle__item:not(:first-child) {
  margin-top: 2em;
}

.p-procurement__main__olCircle__ttl {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__olCircle__ttl {
    font-size: 14px;
  }
}

.p-procurement__main__olCircle__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0.8em 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__olCircle__txt {
    font-size: 14px;
  }
}

.p-procurement__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-procurement__main__list__note {
    font-size: 12px;
  }
}

.p-health__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-health__main {
    margin: 32px 0 0;
  }
}

.p-health__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-health__main__inner {
    margin: 0 0 50px;
  }
}

.p-health__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-health__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-health__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-health__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-health__main__list__cont__item:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__cont__item:not(:first-child) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.p-health__main__list__cont__item:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__cont__item:last-child {
    padding-bottom: 24px;
  }
}

.p-health__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-health__main__list__lead.--sign {
  line-height: 1.5;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-health__main__list__logo {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__logo {
    margin-top: 30px;
    justify-content: center;
  }
}

.p-health__main__list__logo__item img {
  height: 125px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__logo__item img {
    height: 100px;
  }
}
.p-health__main__list__logo__item:not(:last-child) {
  margin-right: 40px;
}

.p-health__main__list__fig {
  width: 100%;
}
.p-health__main__list__fig:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__fig:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-health__main__list__fig.--scroll {
    overflow: scroll;
  }
}

.p-health__main__list__fig__img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__fig__img.--02 {
    max-width: 700px;
    width: 700px;
  }
}

.p-health__main__list__table03__wrapper {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-health__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-health__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__table03 {
    min-width: 870px;
  }
}

.p-health__main__list__table03__th,
.p-health__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-health__main__list__table03__th:first-child,
.p-health__main__list__table03__td:first-child {
  border-left: none;
}
.p-health__main__list__table03__th:last-child,
.p-health__main__list__table03__td:last-child {
  border-right: none;
}

.p-health__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-health__main__list__table03__th.--center {
  text-align: center;
}

.p-health__main__list__table03__td {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-health__main__list__table03__td.__num {
  text-align: center;
  background-color: #f0f6ea;
}
.p-health__main__list__table03__td.__fz-s,
.p-health__main__list__table03__td .__fz-s {
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
}
.p-health__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-health__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-health__main__list__table03__footer {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-health__main__list__table03__footer {
    font-size: 12px;
    display: block;
  }
}

.p-health__main__list__table03__footer__note__item {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-health__main__list__table03__footer__note__item:not(:first-child) {
  margin: 4px 0 0;
}

@media screen and (max-width: 768px) {
  .p-health__main__list__table03__footer__excerpt {
    margin: 5px 0 0;
  }
}

.p-waterResources__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main {
    margin: 32px 0 0;
  }
}

.p-waterResources__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__inner {
    margin: 0 0 50px;
  }
}

.p-waterResources__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-waterResources__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-waterResources__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-waterResources__main__list__ttl-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__ttl-sub {
    font-size: 15px;
    padding: 8px 10px;
  }
}

.p-waterResources__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-waterResources__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-waterResources__main__list__lead a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-waterResources__main__list__lead a:hover {
    text-decoration: none;
  }
}

.p-waterResources__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-waterResources__main__list__cdp {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__cdp {
    display: block;
  }
}

.p-waterResources__main__list__cdp__link {
  display: block;
}
.p-waterResources__main__list__cdp__link span {
  display: block;
}
.p-waterResources__main__list__cdp__link a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-waterResources__main__list__cdp__link a:hover {
    text-decoration: none;
  }
}

.p-waterResources__main__list__cdp__logo {
  width: 150px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__cdp__logo {
    margin: 20px auto;
  }
}

.p-waterResources__main__list__table03__wrapper {
  max-width: 920px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-waterResources__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-waterResources__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__table03 {
    min-width: 660px;
  }
}

.p-waterResources__main__list__table03__th,
.p-waterResources__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-waterResources__main__list__table03__th:first-child,
.p-waterResources__main__list__table03__td:first-child {
  border-left: none;
}
.p-waterResources__main__list__table03__th:last-child,
.p-waterResources__main__list__table03__td:last-child {
  border-right: none;
}

.p-waterResources__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-waterResources__main__list__table03__th .__fz-s {
  font-size: 14px;
  line-height: 1.6;
}

.p-waterResources__main__list__table03__td {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-waterResources__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-waterResources__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-waterResources__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-environmentalConservation__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main {
    margin: 32px 0 0;
  }
}

.p-environmentalConservation__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__inner {
    margin: 0 0 50px;
  }
}

.p-environmentalConservation__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-environmentalConservation__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-environmentalConservation__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-environmentalConservation__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-environmentalConservation__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-environmentalConservation__main__list__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  text-align: justify;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__note {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
}

.p-environmentalConservation__main__list__fig {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-environmentalConservation__main__list__fig {
    margin: 20px 0 0;
  }
}

.p-environmentalConservation__main__list__fig__img {
  width: 100%;
  margin: 0 auto;
}

.p-evaluationEffectivenessBoard__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main {
    margin: 32px 0 0;
  }
}

.p-evaluationEffectivenessBoard__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__inner {
    margin: 0 0 50px;
  }
}

.p-evaluationEffectivenessBoard__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-evaluationEffectivenessBoard__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-evaluationEffectivenessBoard__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-evaluationEffectivenessBoard__main__list__ttl-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__ttl-sub {
    font-size: 15px;
    padding: 8px 10px;
  }
}

.p-evaluationEffectivenessBoard__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-evaluationEffectivenessBoard__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-evaluationEffectivenessBoard__main__list__lead a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-evaluationEffectivenessBoard__main__list__lead a:hover {
    text-decoration: none;
  }
}

.p-evaluationEffectivenessBoard__main__list__table03__wrapper {
  max-width: 920px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-evaluationEffectivenessBoard__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__table03 {
    min-width: 660px;
  }
}

.p-evaluationEffectivenessBoard__main__list__table03__th,
.p-evaluationEffectivenessBoard__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-evaluationEffectivenessBoard__main__list__table03__th:first-child,
.p-evaluationEffectivenessBoard__main__list__table03__td:first-child {
  border-left: none;
}
.p-evaluationEffectivenessBoard__main__list__table03__th:last-child,
.p-evaluationEffectivenessBoard__main__list__table03__td:last-child {
  border-right: none;
}

.p-evaluationEffectivenessBoard__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-evaluationEffectivenessBoard__main__list__table03__th .__fz-s {
  font-size: 14px;
  line-height: 1.6;
}

.p-evaluationEffectivenessBoard__main__list__table03__td {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-evaluationEffectivenessBoard__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-evaluationEffectivenessBoard__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-evaluationEffectivenessBoard__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-executiveCompensation__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main {
    margin: 32px 0 0;
  }
}

.p-executiveCompensation__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__inner {
    margin: 0 0 50px;
  }
}

.p-executiveCompensation__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-executiveCompensation__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-executiveCompensation__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-executiveCompensation__main__list__ttl-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list__ttl-sub {
    font-size: 15px;
    padding: 8px 10px;
  }
}

.p-executiveCompensation__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-executiveCompensation__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-executiveCompensation__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-executiveCompensation__main__list__lead a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-executiveCompensation__main__list__lead a:hover {
    text-decoration: none;
  }
}

.p-crossShareholdings__main {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main {
    margin: 32px 0 0;
  }
}

.p-crossShareholdings__main__inner {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__inner {
    margin: 0 0 50px;
  }
}

.p-crossShareholdings__main__list:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list:not(:first-child) {
    margin-top: 40px;
  }
}

.p-crossShareholdings__main__list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-crossShareholdings__main__list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__ttl {
    font-size: 16px;
    padding: 10px;
  }
}

.p-crossShareholdings__main__list__ttl-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__ttl-sub {
    font-size: 15px;
    padding: 8px 10px;
  }
}

.p-crossShareholdings__main__list__cont {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__cont {
    margin: 20px 0 0;
  }
}

.p-crossShareholdings__main__list__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-crossShareholdings__main__list__lead a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-crossShareholdings__main__list__lead a:hover {
    text-decoration: none;
  }
}

.p-crossShareholdings__main__list__table03__wrapper {
  max-width: 920px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__table03__wrapper {
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__table03__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.p-crossShareholdings__main__list__table03 {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__table03 {
    min-width: 660px;
  }
}

.p-crossShareholdings__main__list__table03__th,
.p-crossShareholdings__main__list__table03__td {
  text-align: left;
  letter-spacing: 0.01em;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.p-crossShareholdings__main__list__table03__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #d3e5c1;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__table03__th {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-crossShareholdings__main__list__table03__th .__fz-s {
  font-size: 14px;
  line-height: 1.6;
}

.p-crossShareholdings__main__list__table03__td {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-crossShareholdings__main__list__table03__td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.p-crossShareholdings__main__list__table03__td dl {
  margin: 5px 0 0;
}
.p-crossShareholdings__main__list__table03__td ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
