.page-sustainablity {
  color: #000;
  font-size: min(24px, 1.5vw);
  line-height: 2.2;
}
.page-sustainablity .c-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.page-sustainablity .c-column-2 img {
  width: 100%;
}
.page-sustainablity .c-icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.page-sustainablity .c-icon_list img {
  width: 100%;
}
.page-sustainablity #commitment {
  margin-top: 0;
}
.page-sustainablity #commitment .c-heading-3 {
  padding-top: 8.3333333333vw;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  letter-spacing: 0.015em;
  line-height: 1.78;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_text .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  margin-top: 1em;
  text-align: right;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_text .name span {
  font-size: 1.333em;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_img figcaption {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #FFF;
  font-size: min(24px, 1.5vw);
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}
.page-sustainablity #commitment .c-column-2 .c-column-2_img figcaption span {
  display: block;
  font-size: min(32px, 2vw);
}
.page-sustainablity #initiative {
  margin-top: 0;
}
.page-sustainablity #initiative .c-heading-3 {
  margin-top: 0;
}
.page-sustainablity #initiative .center {
  margin: 3.125vw auto;
}
.page-sustainablity #initiative .center img {
  width: 19.9479166667vw;
}
.page-sustainablity #initiative .p-sustainablity {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5EEF6), to(#E5F5EC));
  background: linear-gradient(180deg, #E5EEF6 0%, #E5F5EC 100%);
  margin-inline: calc(-50vw + 50%);
}
.page-sustainablity #initiative .p-sustainablity img {
  width: 100%;
}
.page-sustainablity #initiative .p-sustainablity_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.page-sustainablity #initiative .p-sustainablity_ttl {
  position: relative;
  height: 4.7395833333vw;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: min(2.5vw, 32px);
  font-weight: 500;
  line-height: 4.7395833333vw;
  text-align: center;
  letter-spacing: 0.15em;
  background: #005daa;
}
.page-sustainablity #initiative .p-sustainablity_ttl::after {
  content: "";
  position: absolute;
  top: 4.6354166667vw;
  left: calc(50% - 3.6458333333vw);
  background: #005daa;
  height: 2.8645833333vw;
  width: 7.2916666667vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-sustainablity #initiative .p-sustainablity_cont {
  padding: 4.1666666667vw 4.1666666667vw 0;
  text-align: center;
}
.page-sustainablity #initiative .p-sustainablity_cont .c-icon_list li img {
  width: 5vw;
}
.page-sustainablity #initiative .p-sustainablity_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25vw 0;
}
.page-sustainablity #initiative .p-sustainablity .esg .p-sustainablity_ttl {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #009e48;
}
.page-sustainablity #initiative .p-sustainablity .esg .p-sustainablity_ttl::after {
  top: -2.7604166667vw;
  background: #009e48;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.page-sustainablity #initiative .p-sustainablity .esg .p-sustainablity_cont {
  padding: 0 0 4.1666666667vw;
}
.page-sustainablity #governance .p-initiative,
.page-sustainablity #environment .p-initiative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #000;
}
.page-sustainablity #governance .p-initiative:first-of-type,
.page-sustainablity #environment .p-initiative:first-of-type {
  margin-top: 2.6041666667vw;
}
.page-sustainablity #governance .p-initiative:first-of-type .p-initiative_ttl,
.page-sustainablity #environment .p-initiative:first-of-type .p-initiative_ttl {
  margin-bottom: 1.0416666667vw;
}
.page-sustainablity #governance .p-initiative_box,
.page-sustainablity #environment .p-initiative_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: min(50px, 3.125vw);
}
.page-sustainablity #governance .p-initiative_ttl,
.page-sustainablity #environment .p-initiative_ttl {
  position: relative;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.1em;
  background: #009e48;
  padding: 0 10px;
}
.page-sustainablity #governance .p-initiative_cont,
.page-sustainablity #environment .p-initiative_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.2;
}
.page-sustainablity #governance .p-initiative_cont ul li,
.page-sustainablity #environment .p-initiative_cont ul li {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  color: #009e48;
  text-indent: -12px;
  padding-left: 12px;
  line-height: 1.78;
}
.page-sustainablity #governance .p-initiative .issue,
.page-sustainablity #environment .p-initiative .issue {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  position: relative;
  width: min(580px, 36.25vw);
  padding: 0 3.125vw 0 0;
}
.page-sustainablity #governance .p-initiative .issue::after,
.page-sustainablity #environment .p-initiative .issue::after {
  content: "";
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_ttl,
.page-sustainablity #environment .p-initiative .issue .p-initiative_ttl {
  background: #808080;
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_ttl::after,
.page-sustainablity #environment .p-initiative .issue .p-initiative_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8333333333vw);
  right: -4vw;
  background: #009e48;
  height: 1.6666666667vw;
  width: 1.4583333333vw;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_cont,
.page-sustainablity #environment .p-initiative .issue .p-initiative_cont {
  position: relative;
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_cont::after,
.page-sustainablity #environment .p-initiative .issue .p-initiative_cont::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(-51px, -3.1875vw);
  width: 2px;
  height: 100%;
  border-right: 2px dotted #000;
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list,
.page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 0.78125vw;
  margin: 0;
  padding: 1.3020833333vw 0;
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list li,
.page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list li {
  aspect-ratio: 1/1;
  width: 100%;
  text-indent: 0;
  padding-left: 0;
}
.page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list li img,
.page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list li img {
  width: 3.90625vw;
}
.page-sustainablity #propellant .p-propellant {
  max-width: 1000px;
  margin: 3.6458333333vw auto 0;
}
.page-sustainablity #propellant .p-propellant p, .page-sustainablity #propellant .p-propellant > ul > li,
.page-sustainablity #propellant .p-propellant dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 57px;
  color: #005daa;
  font-size: min(24px, 1.5vw);
  text-align: center;
  border: 2px solid #005daa;
}
.page-sustainablity #propellant .p-propellant p, .page-sustainablity #propellant .p-propellant > ul {
  margin-bottom: 4.5833333333vw;
}
.page-sustainablity #propellant .p-propellant > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-sustainablity #propellant .p-propellant > ul li {
  width: 100%;
  max-width: calc(50% - 2.0833333333vw);
  min-height: 94px;
  line-height: 1.4;
}
.page-sustainablity #propellant .p-propellant > ul li:first-child {
  color: #FFF;
  background: #005daa;
}
.page-sustainablity #propellant .p-propellant p:first-child span {
  margin-right: 3.6458333333vw;
}
.page-sustainablity #propellant .p-propellant p:nth-child(2) .arrow_b {
  left: 0;
  width: calc(50% - 5.7291666667vw);
}
.page-sustainablity #propellant .p-propellant dl {
  min-height: 127px;
  color: #000;
  font-size: min(24px, 1.5vw);
  background: #DBE8F3;
}
.page-sustainablity #propellant .p-propellant [class^=arrow_] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-sustainablity #propellant .p-propellant [class^=arrow_]::before,
.page-sustainablity #propellant .p-propellant [class^=arrow_]::after {
  content: "";
  position: absolute;
}
.page-sustainablity #propellant .p-propellant [class^=arrow_]::before {
  width: 2px;
  height: 1.5625vw;
  background: #005daa;
}
.page-sustainablity #propellant .p-propellant [class^=arrow_]::after {
  content: "";
  width: 1.6666666667vw;
  height: 1.40625vw;
  background: #005daa;
}
.page-sustainablity #propellant .p-propellant [class=arrow_t] {
  margin-left: 3.6458333333vw;
}
.page-sustainablity #propellant .p-propellant [class=arrow_t] em {
  position: absolute;
  top: -2.8645833333vw;
  left: calc(50% - 0.6770833333vw);
  z-index: 1;
  width: 1.3541666667vw;
  height: 1.09375vw;
  background: #FFF;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.page-sustainablity #propellant .p-propellant [class=arrow_t]::before {
  top: -1.6666666667vw;
  left: calc(50% - 1px);
}
.page-sustainablity #propellant .p-propellant [class=arrow_t]::after {
  top: -3.0729166667vw;
  left: calc(50% - 0.8333333333vw);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.page-sustainablity #propellant .p-propellant [class=arrow_r]::before {
  top: calc(50% - 0.78125vw);
  right: -0.9375vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-sustainablity #propellant .p-propellant [class=arrow_r]::after {
  top: calc(50% - 0.78125vw);
  right: -2.8645833333vw;
  width: 1.40625vw;
  height: 1.6666666667vw;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.page-sustainablity #propellant .p-propellant [class=arrow_b]::before {
  left: calc(50% - 1px);
  bottom: -1.6666666667vw;
}
.page-sustainablity #propellant .p-propellant [class=arrow_b]::after {
  left: calc(50% - 0.8333333333vw);
  bottom: -3.0729166667vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-sustainablity #partner .c-column-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 815px;
  margin: 4.1666666667vw auto;
}
.page-sustainablity #partner .c-column-2 figure {
  width: calc(50% - 3.125vw);
  text-align: center;
}
.page-sustainablity #partner .c-column-2 figure.license img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-sustainablity #partner .center li {
  margin-bottom: 10px;
}
.page-sustainablity #partner .center li:last-child {
  margin-bottom: 0;
}
.page-sustainablity #partner .center li a {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  width: 100%;
}
.page-sustainablity .center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-sustainablity #commitment .c-heading-3 {
    padding-top: 7.2463768116vw;
  }
  .page-sustainablity #commitment .c-column-2 .c-column-2_text {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-sustainablity #initiative .p-sustainablity_ttl {
    font-size: min(4.347826087vw, 18px);
  }
  .page-sustainablity #governance .p-initiative_ttl,
  .page-sustainablity #environment .p-initiative_ttl {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-sustainablity #governance .p-initiative_cont ul li,
  .page-sustainablity #environment .p-initiative_cont ul li {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-sustainablity #partner .center li a {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-sustainablity {
    font-size: min(15px, 3.6231884058vw);
    line-height: 1.6;
  }
  .page-sustainablity .l-inner {
    width: 100%;
  }
  .page-sustainablity .c-column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
  }
  .page-sustainablity .c-icon_list {
    gap: 7px;
    margin: 10px 0;
  }
  .page-sustainablity #commitment .c-heading-3 {
    margin-top: 30px;
  }
  .page-sustainablity #commitment .c-column-2_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .page-sustainablity #commitment .c-column-2_img {
    position: relative;
    width: 100%;
  }
  .page-sustainablity #commitment .c-column-2_img img {
    width: 100%;
  }
  .page-sustainablity #commitment .c-column-2_img figcaption {
    right: 15px;
    bottom: 10px;
    font-size: min(15px, 3.6231884058vw);
  }
  .page-sustainablity #commitment .c-column-2_img figcaption span {
    font-size: min(18px, 4.347826087vw);
  }
  .page-sustainablity #initiative .center {
    margin: 30px auto;
  }
  .page-sustainablity #initiative .center img {
    width: 191.5px;
  }
  .page-sustainablity #initiative .p-sustainablity_ttl {
    position: relative;
    height: 35px;
    font-size: min(15px, 3.6231884058vw);
    line-height: 35px;
  }
  .page-sustainablity #initiative .p-sustainablity_ttl::after {
    top: 34px;
    left: calc(50% - 24px);
    height: 20px;
    width: 48px;
  }
  .page-sustainablity #initiative .p-sustainablity_cont {
    font-size: min(14px, 3.3816425121vw);
    padding: 40px 20px 0;
  }
  .page-sustainablity #initiative .p-sustainablity_cont .c-icon_list li img {
    width: 42px;
  }
  .page-sustainablity #initiative .p-sustainablity_box {
    margin: 32px 0;
  }
  .page-sustainablity #initiative .p-sustainablity .esg .p-sustainablity_ttl::after {
    top: -13px;
  }
  .page-sustainablity #initiative .p-sustainablity .esg .p-sustainablity_cont {
    padding: 0 20px 40px;
  }
  .page-sustainablity #governance .p-initiative,
  .page-sustainablity #environment .p-initiative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    border-bottom: 1px solid #000;
    margin-top: 24px;
  }
  .page-sustainablity #governance .p-initiative:first-of-type .p-initiative_ttl,
  .page-sustainablity #environment .p-initiative:first-of-type .p-initiative_ttl {
    width: 100%;
    font-size: min(18px, 4.347826087vw);
    margin-bottom: 16px;
  }
  .page-sustainablity #governance .p-initiative_box,
  .page-sustainablity #environment .p-initiative_box {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .page-sustainablity #governance .p-initiative_ttl,
  .page-sustainablity #environment .p-initiative_ttl {
    position: relative;
    font-size: min(18px, 4.347826087vw);
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 16px;
  }
  .page-sustainablity #governance .p-initiative_ttl::after,
  .page-sustainablity #environment .p-initiative_ttl::after {
    content: "";
    position: absolute;
    top: -37px;
    left: calc(50% - 16px);
    height: 16px;
    width: 32px;
    background: #009e48;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .page-sustainablity #governance .p-initiative_cont,
  .page-sustainablity #environment .p-initiative_cont {
    height: auto;
    padding-bottom: 16px;
  }
  .page-sustainablity #governance .p-initiative_cont::after,
  .page-sustainablity #environment .p-initiative_cont::after {
    content: none;
  }
  .page-sustainablity #governance .p-initiative_cont ul li,
  .page-sustainablity #environment .p-initiative_cont ul li {
    font-size: min(15px, 3.6231884058vw);
    text-indent: -8px;
    padding-left: 8px;
  }
  .page-sustainablity #governance .p-initiative .issue,
  .page-sustainablity #environment .p-initiative .issue {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_ttl::after,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_ttl::after {
    content: none;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont::after,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont::after {
    content: none;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 12px;
    margin: 0;
    padding: 10px 0;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list li,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list li {
    width: 42px;
    height: 42px;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list li img,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list li img {
    width: 42px;
  }
  .page-sustainablity #propellant .p-propellant {
    width: 100%;
    margin: 20px auto 0;
  }
  .page-sustainablity #propellant .p-propellant p, .page-sustainablity #propellant .p-propellant > ul > li,
  .page-sustainablity #propellant .p-propellant dl {
    min-height: 40px;
    font-size: min(14px, 3.3816425121vw);
    line-height: 1.4;
    border: 1px solid #005daa;
    padding: 5px;
  }
  .page-sustainablity #propellant .p-propellant p, .page-sustainablity #propellant .p-propellant > ul {
    margin-bottom: 38px;
  }
  .page-sustainablity #propellant .p-propellant > ul li {
    width: calc(50% - 22.5px);
    min-height: 90px;
  }
  .page-sustainablity #propellant .p-propellant p:first-child span {
    margin-right: 32px;
  }
  .page-sustainablity #propellant .p-propellant p:nth-child(2) .arrow_b {
    left: 0;
    width: calc(50% - 54.5px);
  }
  .page-sustainablity #propellant .p-propellant dl {
    min-height: auto;
    font-size: min(14px, 3.3816425121vw);
  }
  .page-sustainablity #propellant .p-propellant [class^=arrow_]::before {
    height: 13px;
  }
  .page-sustainablity #propellant .p-propellant [class^=arrow_]::after {
    content: "";
    width: 14px;
    height: 12px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_t] {
    margin-left: 32px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_t] em {
    top: -23px;
    left: calc(50% - 4.5px);
    width: 9px;
    height: 7px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_t]::before {
    top: -14px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_t]::after {
    top: -26px;
    left: calc(50% - 7px);
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_r]::before {
    top: calc(50% - 7px);
    right: -8px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_r]::after {
    top: calc(50% - 7px);
    right: -25px;
    width: 12px;
    height: 14px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_b]::before {
    left: calc(50% - 1px);
    bottom: -14px;
  }
  .page-sustainablity #propellant .p-propellant [class=arrow_b]::after {
    left: calc(50% - 7px);
    bottom: -26px;
  }
  .page-sustainablity #partner {
    margin-bottom: 78px;
  }
  .page-sustainablity #partner .c-column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: inherit;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: 100%;
    margin: 60px auto 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page-sustainablity #commitment .c-column-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-sustainablity #commitment .c-column-2 .c-column-2_img {
    width: 50%;
    height: auto;
  }
  .page-sustainablity #commitment .c-column-2 .c-column-2_img img {
    aspect-ratio: 640/555;
  }
  .page-sustainablity #initiative .p-sustainablity img {
    width: clamp(700px, 59.375vw, 1140px);
  }
  .page-sustainablity #governance .p-initiative_box,
  .page-sustainablity #environment .p-initiative_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-sustainablity #governance .p-initiative_cont,
  .page-sustainablity #environment .p-initiative_cont {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: min(50px, 3.125vw);
       -moz-column-gap: min(50px, 3.125vw);
            column-gap: min(50px, 3.125vw);
    padding-block: 32px;
    height: 100%;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont p,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-sustainablity #governance .p-initiative .issue .p-initiative_cont .c-icon_list,
  .page-sustainablity #environment .p-initiative .issue .p-initiative_cont .c-icon_list {
    display: grid;
    gap: 10px;
    width: 60px;
    padding: 0;
  }
  .page-sustainablity #partner .c-column-2 figure.license img {
    width: 289px;
  }
}
@media only screen and (min-width: 460px) {
  .page-sustainablity #initiative .c-heading-3 br {
    display: none;
  }
  .page-sustainablity #partner .c-heading-3 br {
    display: none;
  }
}
@media (max-width: 1323px) {
  .page-sustainablity #governance .p-initiative_cont ul li .p-br,
  .page-sustainablity #environment .p-initiative_cont ul li .p-br {
    display: none;
  }
}
@media only screen and (min-width: 660px) {
  .page-sustainablity #governance .c-heading-3 br {
    display: none;
  }
}
@media only screen and (min-width: 420px) {
  .page-sustainablity #environment .c-heading-3 br {
    display: none;
  }
  .page-sustainablity #propellant .c-heading-3 br {
    display: none;
  }
}
/*# sourceMappingURL=sustainablity.css.map */