:root {
  --blue: #25479b;
  --black: #393939;
  --tbl-green: #d9efe2;
  --tbl-blue: #dee3f0;
}

.title-navi {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .title-navi {
    grid-template-columns: 1fr;
  }
}
.title-navi h1 {
  padding-right: 35px;
  font-family: "Gothic MB101 Light", sans-serif;
  font-size: 3.6rem;
  color: #0b308c;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .title-navi h1 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.title-navi h1 span {
  padding-bottom: 2px;
  border-bottom: 1px solid #0b308c;
}
@media screen and (max-width: 767px) {
  .title-navi .gl-page-navi {
    font-size: 1.2rem;
  }
}

.pl-1em {
  padding-left: 1em;
}

.pl-2em {
  padding-left: 1em;
}

.pl-3em {
  padding-left: 3em;
}

.txt-indent {
  text-indent: 1em;
}

.txt-nowrap {
  white-space: nowrap;
}

.txt-kerning {
  font-feature-settings: "palt" 1;
}

.tbl-wrap {
  overflow: auto;
}

/*------------------------------------*/
.tbl-v {
  width: 2em;
}

.tbl-v > div {
  display: grid;
  place-items: center;
}

.tbl-v > div > p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.tbl-v > div > p strong {
  font-size: 16px;
  text-orientation: upright;
}

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

.list li::before {
  content: "-";
  display: inline-block;
  text-indent: 0;
  width: 1em;
  text-align: center;
}

/*------------------------------------*/
#sustainability {
  padding: 25px 0;
  line-height: 2.0714;
}
@media screen and (max-width: 767px) {
  #sustainability {
    padding: 15px 0;
  }
}
#sustainability .gl-section-title {
  color: var(--blue);
}
#sustainability .gl-section-title + p {
  text-align: justify;
}
#sustainability section + section {
  padding-top: 0;
}
#sustainability h3 {
  font-size: 1.8rem;
  color: var(--blue);
}
#sustainability a {
  text-decoration: underline;
}
#sustainability section {
  padding: 25px 10px !important;
}
@media screen and (max-width: 767px) {
  #sustainability section {
    padding: 15px 10px !important;
  }
}

/*------------------------------------*/
.sec2-layout {
  display: grid;
  grid-template-columns: 380fr 600fr;
  align-items: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec2-layout {
    grid-template-columns: 1fr;
  }
}
.sec2-layout p {
  font-feature-settings: "palt" 1;
  font-size: 2.9rem;
  letter-spacing: 0.035em;
  line-height: 1.65;
  color: var(--blue);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec2-layout p {
    margin-bottom: 20px;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2-layout p {
    font-size: 2rem;
  }
  .sec2-layout p br {
    display: none;
  }
}

.sec3-list {
  padding: 20px;
  background-color: #e9edf5;
  border: 1px solid #bec8e1;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec3-list {
    padding: 10px;
  }
}
.sec3-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sec3-list li::before {
  position: relative;
  top: 0.1em;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent var(--black);
  text-indent: 0;
}
.sec3-list li strong {
  font-weight: 600;
  text-decoration: underline;
}

#sec4 h2 + p + p {
  margin-bottom: 30px;
}
#sec4 h3 {
  margin-bottom: 10px;
}
#sec4 dl {
  display: grid;
  grid-template-columns: 217fr 763fr;
  background-color: var(--tbl-blue);
  border: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  #sec4 dl {
    grid-template-columns: 1fr;
  }
}
#sec4 dl dt {
  display: grid;
  place-items: center;
  padding: 15px;
  border-right: 1px solid var(--blue);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.28;
  white-space: nowrap;
  color: var(--blue);
}
#sec4 dl dt:not(:last-of-type) {
  border-bottom: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  #sec4 dl dt {
    padding: 5px 10px;
    border-right: none;
    font-size: 1.6rem;
  }
  #sec4 dl dt:last-of-type {
    border-bottom: 1px solid var(--blue);
  }
}
#sec4 dl dd {
  padding: 15px;
  text-align: justify;
  line-height: 1.28;
}
#sec4 dl dd:not(:last-of-type) {
  border-bottom: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  #sec4 dl dd {
    padding: 10px;
  }
}

.sec5-layout {
  display: grid;
  grid-template-columns: 400fr 540fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec5-layout {
    grid-template-columns: 1fr;
  }
}

.sec5-fig > div {
  display: grid;
  min-height: 50px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--blue);
  border-radius: 5px;
}
.sec5-fig > div:not(:last-child) {
  position: relative;
  margin-bottom: 20px;
}
.sec5-fig > div:not(:last-child)::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 50%;
  bottom: -21px;
  background-color: var(--blue);
}
.sec5-fig > div:nth-child(1) {
  background-color: var(--blue);
  color: #fff;
}
.sec5-fig > div:nth-child(2) {
  background-color: #a8b5d7;
  color: var(--blue);
}
.sec5-fig > div:nth-child(3) {
  background-color: #e9edf5;
  color: var(--blue);
}
.sec5-fig__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .sec5-fig__title {
    font-size: 1.6rem;
  }
}
.sec5-fig__text {
  margin-top: 10px;
  line-height: 1.57;
  color: var(--black);
}

.sec6-fig {
  position: relative;
}
.sec6-fig img:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
}

#sec7 h2 + p {
  margin-bottom: 25px;
}
#sec7 h3 {
  margin-bottom: 10px;
}

.sec7-tbl {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 1.57;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .sec7-tbl {
    min-width: 600px;
    font-size: 1.1rem;
  }
}
.sec7-tbl .tbl-v {
  vertical-align: middle;
}
.sec7-tbl .list-sdgs {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  max-width: 202px;
}
.sec7-tbl th, .sec7-tbl td {
  border: 1px solid var(--blue);
}
.sec7-tbl th {
  padding: 1em 0.5em;
  background-color: var(--blue);
  font-size: 1.8rem;
  line-height: 1.15;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec7-tbl th {
    font-size: 1.4rem;
  }
}
.sec7-tbl th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sec7-tbl td {
  padding: 0.5em;
  vertical-align: top;
}
.sec7-tbl tr:nth-child(2) td:nth-child(1) {
  background-color: #e6e6e6;
}
.sec7-tbl tr:nth-child(2) td:not(:nth-child(1)),
.sec7-tbl tr:nth-child(3) td,
.sec7-tbl tr:nth-child(4) td {
  background-color: var(--tbl-green);
}
.sec7-tbl tr:nth-child(5) td,
.sec7-tbl tr:nth-child(6) td,
.sec7-tbl tr:nth-child(7) td {
  background-color: var(--tbl-blue);
}
.sec7-tbl tr:nth-child(2) td:last-child,
.sec7-tbl tr:nth-child(3) td:last-child,
.sec7-tbl tr:nth-child(4) td:last-child,
.sec7-tbl tr:nth-child(5) td:last-child {
  vertical-align: middle;
}
.sec7-tbl span {
  display: none;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--blue);
}
.sec7-tbl span::before, .sec7-tbl span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  left: calc(50% - 10px);
}
.sec7-tbl span::before {
  top: -10px;
  border-width: 0 10px 18px 10px;
  border-color: transparent transparent var(--blue) transparent;
}
.sec7-tbl span::after {
  bottom: -10px;
  border-width: 18px 10px 0 10px;
  border-color: var(--blue) transparent transparent transparent;
}

.sec7-tbl2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.57;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .sec7-tbl2 {
    min-width: 600px;
  }
}
.sec7-tbl2 .tbl-v {
  vertical-align: middle;
}
.sec7-tbl2 .list {
  padding-left: 3em;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec7-tbl2 .list {
    font-size: 1rem;
  }
}
.sec7-tbl2 .list-sdgs {
  max-width: 46px;
  margin: 0 auto;
}
.sec7-tbl2 .list-sdgs li:not(:last-child) {
  margin-bottom: 5px;
}
.sec7-tbl2 th, .sec7-tbl2 td {
  border: 1px solid var(--blue);
}
.sec7-tbl2 th {
  padding: 0.5em;
  background-color: var(--blue);
  font-size: 1.8rem;
  line-height: 1.15;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec7-tbl2 th {
    font-size: 1.4rem;
  }
}
.sec7-tbl2 th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sec7-tbl2 th span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.333;
}
.sec7-tbl2 td {
  padding: 0.5em;
  font-weight: 600;
  vertical-align: top;
}
.sec7-tbl2 td span {
  font-size: 1.2rem;
  font-weight: 400;
}
.sec7-tbl2 tr:first-child th:nth-child(1) {
  background-color: #40b16c;
}
.sec7-tbl2 tr:nth-child(2) td:nth-child(1),
.sec7-tbl2 tr:nth-child(2) td:nth-child(2),
.sec7-tbl2 tr:nth-child(7) td:nth-child(1),
.sec7-tbl2 tr:nth-child(7) td:nth-child(2),
.sec7-tbl2 tr:nth-child(11) td:nth-child(1),
.sec7-tbl2 tr:nth-child(11) td:nth-child(2),
.sec7-tbl2 tr:nth-child(16) td:nth-child(1) {
  background-color: #e6e6e6;
}
.sec7-tbl2 tr:nth-child(2) td:nth-child(3),
.sec7-tbl2 tr:nth-child(2) td:nth-child(4),
.sec7-tbl2 tr:nth-child(2) td:nth-child(5),
.sec7-tbl2 tr:nth-child(3) td:nth-child(1),
.sec7-tbl2 tr:nth-child(7) td:nth-child(3),
.sec7-tbl2 tr:nth-child(7) td:nth-child(4),
.sec7-tbl2 tr:nth-child(8) td:nth-child(1),
.sec7-tbl2 tr:nth-child(9) td:nth-child(1),
.sec7-tbl2 tr:nth-child(10) td:nth-child(1),
.sec7-tbl2 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--tbl-green);
}
.sec7-tbl2 tr:nth-child(11) td:nth-child(3),
.sec7-tbl2 tr:nth-child(11) td:nth-child(4),
.sec7-tbl2 tr:nth-child(11) td:nth-child(5),
.sec7-tbl2 tr:nth-child(12) td:nth-child(1),
.sec7-tbl2 tr:nth-child(13) td:nth-child(1),
.sec7-tbl2 tr:nth-child(13) td:nth-child(2),
.sec7-tbl2 tr:nth-child(14) td:nth-child(1),
.sec7-tbl2 tr:nth-child(15) td:nth-child(1),
.sec7-tbl2 tr:nth-child(16) td:nth-child(2),
.sec7-tbl2 tr:nth-child(16) td:nth-child(3),
.sec7-tbl2 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--tbl-blue);
}