@charset "UTF-8";
/* m-esg-tab（ページ内共通）
---------------------------------------------------------------------------- */
.m-esg-tab {
  border-bottom: 0.4rem solid #073190;
}

.m-esg-tab._bottom {
  border-bottom: none;
  border-top: 0.4rem solid #073190;
  background-color: #E9F6FF;
}

.m-esg-tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
}

.m-esg-tab-btn {
  display: grid;
  place-items: center;
  width: 100%;
  height: 5.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  background-color: #ECECEC;
  border: 1px solid #BEBEBE;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 0.4rem;
}
.m-esg-tab-btn.is-current {
  background-color: #073190;
  color: #fff;
  border: none;
}
.m-esg-tab-btn._bottom {
  border: 1px solid #BEBEBE;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-esg-tab {
    border-width: 1.0666666667vw;
  }
  .m-esg-tab-buttons {
    gap: 0 1.3333333333vw;
  }
  .m-esg-tab-btn {
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    padding-top: 1.0666666667vw;
  }
  .m-esg-tab-btn._bottom {
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
/* タブ切り替え
---------------------------------------------------------------------------- */
.js-tab-panel {
  display: none;
}
.js-tab-panel.is-show {
  display: block;
}

/* m-esg-link（ページ内共通）
---------------------------------------------------------------------------- */
.m-esg-links {
  display: flex;
  gap: 0 3.9rem;
}

.m-esg-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1A1A1A;
  padding-bottom: 1rem;
}

.m-esg-link .m-arrowDown-circle-blue {
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .m-esg-links {
    flex-direction: column;
    gap: 5.0666666667vw;
  }
  .m-esg-link {
    justify-content: space-between;
    font-size: 4.2666666667vw;
    width: 100%;
    padding-bottom: 2.9333333333vw;
  }
  .m-esg-link .m-arrowDown-circle-blue {
    margin-left: initial;
  }
}
/* p-esg
---------------------------------------------------------------------------- */
.p-esg {
  padding-top: 8rem;
}

.p-esg-container {
  padding-top: 6rem;
}

.p-esg-blocks {
  display: flex;
  flex-direction: column;
  gap: 4.7rem;
  margin-block: 6.8rem 6rem;
}

.p-esg-block-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.p-esg-block-box {
  margin-top: 3rem;
}

.p-esg-block-lists {
  margin-top: 1.2rem;
}

.p-esg-block-list {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 2.7em;
  text-indent: -2.7em;
  word-break: normal;
}
.p-esg-block-list._indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 767px) {
  .p-esg {
    padding-top: 13.3333333333vw;
  }
  .p-esg-container {
    padding-top: 8vw;
  }
  .p-esg-blocks {
    margin-block: 12.8vw 10.6666666667vw;
  }
  .p-esg-block-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-esg-block-box {
    margin-top: 5.3333333333vw;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .p-esg-block-box::-webkit-scrollbar {
    display: none;
  }
  @-moz-document url-prefix() {
    .p-esg-block-box {
      scrollbar-width: none;
    }
  }
  .p-esg-block-lists {
    margin-top: 3.2vw;
  }
  .p-esg-block-list {
    font-size: 3.7333333333vw;
  }
}
/* p-esg-block-table01
---------------------------------------------------------------------------- */
.p-esg-block-table01 {
  width: 100%;
  border: 0.1rem solid #BEBEBE;
  overflow: hidden;
}

.p-esg-block-table01 th,
.p-esg-block-table01 td {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  vertical-align: middle;
}

.p-esg-block-table01 td {
  font-weight: 400;
  text-align: right;
}

.p-esg-block-table01 thead th {
  text-align: center;
  color: #fff;
  height: 4.8rem;
  background-color: #073190;
}

.p-esg-block-table01 thead tr:first-child th:first-child {
  width: 55%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table01 thead tr:first-child th:last-child {
  width: 44.8333333333%;
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table01 thead tr:nth-child(2) th:first-child {
  width: 14.9166666667%;
  border-right: 0.1rem solid #BEBEBE;
}

.p-esg-block-table01 thead tr:nth-child(2) th:nth-child(2) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #BEBEBE;
}

.p-esg-block-table01 thead tr:nth-child(2) th:nth-child(3) {
  width: 14.9166666667%;
}

.p-esg-block-table01 tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table01 tbody tr th {
  color: #073190;
  background-color: #E9F6FF;
}

.p-esg-block-table01 tbody tr th,
.p-esg-block-table01 tbody tr td {
  padding-block: 1rem;
  padding-inline: 3rem;
  height: 6.5rem;
  border-left: 0.1rem solid #BEBEBE;
  border-right: 0.1rem solid #BEBEBE;
}

.p-esg-block-table01 tbody tr:nth-child(2) th:first-child {
  width: 30%;
}

.p-esg-block-table01 tbody tr:nth-child(2) th:nth-child(2) {
  width: 24.9166666667%;
}

@media screen and (max-width: 767px) {
  .p-esg-block-table01 {
    width: 156vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 th,
  .p-esg-block-table01 td {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-table01 th small {
    font-size: 3.2vw;
    display: inline-block;
  }
  .p-esg-block-table01 th span {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    display: inline-block;
  }
  .p-esg-block-table01 thead th {
    height: 12.8vw;
  }
  .p-esg-block-table01 thead tr:first-child th:first-child {
    width: 46.6666666667%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 thead tr:first-child th:last-child {
    width: 52.9914529915%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 thead tr:nth-child(2) th:first-child,
  .p-esg-block-table01 thead tr:nth-child(2) th:nth-child(2),
  .p-esg-block-table01 thead tr:nth-child(2) th:nth-child(3) {
    width: 17.4358974359%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 tbody tr th,
  .p-esg-block-table01 tbody tr td {
    padding-block: 2.6666666667vw;
    padding-inline: 4.8vw 4.2666666667vw;
    height: 17.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table01 tbody tr:nth-child(2) th:first-child {
    width: 24.6153846154%;
  }
  .p-esg-block-table01 tbody tr:nth-child(2) th:nth-child(2) {
    width: 21.8803418803%;
  }
}
/* p-esg-block-table02
---------------------------------------------------------------------------- */
.p-esg-block-table02 {
  width: 100%;
  border: 0.1rem solid #BEBEBE;
  overflow: hidden;
}

.p-esg-block-table02 th,
.p-esg-block-table02 td {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  vertical-align: middle;
}

.p-esg-block-table02 td {
  font-weight: 400;
  text-align: right;
}

.p-esg-block-table02 thead th {
  text-align: center;
  color: #fff;
  height: 6.4rem;
  background-color: #073190;
}

.p-esg-block-table02 thead tr:first-child th:first-child {
  width: 55%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table02 thead tr:first-child th:nth-child(2) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table02 thead tr:first-child th:nth-child(3) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table02 thead tr:first-child th:nth-child(4) {
  width: 14.9166666667%;
}

.p-esg-block-table02 tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table02 tbody tr th {
  color: #073190;
  background-color: #E9F6FF;
}

.p-esg-block-table02 tbody tr th,
.p-esg-block-table02 tbody tr td {
  padding-block: 1rem;
  padding-inline: 3rem;
  height: 6.4rem;
  border-left: 0.1rem solid #BEBEBE;
  border-right: 0.1rem solid #BEBEBE;
}

.p-esg-block-table02 tbody tr th._border-top {
  border-top: 0.1rem solid #E9F6FF;
}

.p-esg-block-table02 tbody tr th._gender {
  width: 35.0833333333%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-esg-block-table02._01 {
    width: 141.8666666667vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02._02 {
    width: 176.2666666667vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02 th,
  .p-esg-block-table02 td {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-table02 thead th {
    height: 17.0666666667vw;
  }
  .p-esg-block-table02._01 thead tr:first-child th:first-child {
    width: 26.5037593985%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02._02 thead tr:first-child th:first-child {
    width: 40.8472012103%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02._01 thead tr:first-child th:nth-child(2),
  .p-esg-block-table02._01 thead tr:first-child th:nth-child(3),
  .p-esg-block-table02._01 thead tr:first-child th:nth-child(4) {
    width: 24.2481203008%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02._02 thead tr:first-child th:nth-child(2),
  .p-esg-block-table02._02 thead tr:first-child th:nth-child(3),
  .p-esg-block-table02._02 thead tr:first-child th:nth-child(4) {
    width: 19.5158850227%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02 tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02 tbody tr th,
  .p-esg-block-table02 tbody tr td {
    padding-block: 2.6666666667vw;
    padding-inline: 5.0666666667vw;
    height: 17.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table02 tbody tr th._gender {
    width: 13.1578947368%;
    padding-inline: 2.6666666667vw;
    text-align: center;
  }
}
/* p-esg-block-table03
---------------------------------------------------------------------------- */
.p-esg-block-table03 {
  width: 100%;
  border: 0.1rem solid #BEBEBE;
  overflow: hidden;
}

.p-esg-block-table03 th,
.p-esg-block-table03 td {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  vertical-align: middle;
}

.p-esg-block-table03 th small {
  font-size: 1.4rem;
}

.p-esg-block-table03 td {
  font-weight: 400;
  text-align: right;
}

.p-esg-block-table03 thead th {
  text-align: center;
  color: #fff;
  height: 6.4rem;
  background-color: #073190;
}

.p-esg-block-table03 thead tr:first-child th:first-child {
  width: 40%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table03 thead tr:first-child th:nth-child(2) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table03 thead tr:first-child th:nth-child(3) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table03 thead tr:first-child th:nth-child(4) {
  width: 14.9166666667%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table03 thead tr:first-child th:nth-child(5) {
  width: 14.9166666667%;
}

.p-esg-block-table03 tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table03 tbody tr th {
  color: #073190;
  background-color: #E9F6FF;
}

.p-esg-block-table03 tbody tr th,
.p-esg-block-table03 tbody tr td {
  padding-block: 1rem;
  padding-inline: 3rem;
  height: 6.4rem;
  border-left: 0.1rem solid #BEBEBE;
  border-right: 0.1rem solid #BEBEBE;
}

.p-esg-block-table03 tbody tr th._worker {
  width: 20%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-esg-block-table03._01 {
    width: 217.0666666667vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._02 {
    width: 211.2vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._03 {
    width: 221.6vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03 th,
  .p-esg-block-table03 td {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-table03 th small {
    font-size: 3.7333333333vw;
  }
  .p-esg-block-table03 thead th {
    height: 17.0666666667vw;
  }
  .p-esg-block-table03._01 thead tr:first-child th:first-child {
    width: 35.9950859951%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._02 thead tr:first-child th:first-child {
    width: 34.0909090909%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._03 thead tr:first-child th:first-child {
    width: 37.3044524669%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._01 thead tr:first-child th:nth-child(2),
  .p-esg-block-table03._01 thead tr:first-child th:nth-child(3),
  .p-esg-block-table03._01 thead tr:first-child th:nth-child(4) {
    width: 15.8476658477%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03._02 thead tr:first-child th:nth-child(2),
  .p-esg-block-table03._02 thead tr:first-child th:nth-child(3),
  .p-esg-block-table03._02 thead tr:first-child th:nth-child(4) {
    width: 16.2878787879%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03 tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03 tbody tr th,
  .p-esg-block-table03 tbody tr td {
    padding-block: 2.6666666667vw;
    padding-inline: 5.0666666667vw;
    height: 17.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table03 tbody tr th {
    line-height: 2;
  }
  .p-esg-block-table03 tbody tr th._worker {
    width: 17.3218673219%;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/* p-esg-block-table04
---------------------------------------------------------------------------- */
.p-esg-block-table04 {
  width: 59.3rem;
  border: 0.1rem solid #BEBEBE;
  overflow: hidden;
}

.p-esg-block-table04 th,
.p-esg-block-table04 td {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  vertical-align: middle;
}

.p-esg-block-table04 th small {
  font-size: 1.4rem;
}

.p-esg-block-table04 td {
  font-weight: 400;
  text-align: right;
}

.p-esg-block-table04 thead th {
  text-align: center;
  color: #fff;
  height: 5.3rem;
  background-color: #073190;
}

.p-esg-block-table04 thead tr:first-child th:first-child {
  width: 50.5902192243%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table04 thead tr:first-child th:nth-child(2) {
  width: 25.2951096121%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table04 thead tr:first-child th:nth-child(3) {
  width: 25.2951096121%;
}

.p-esg-block-table04 tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table04 tbody tr th {
  color: #073190;
  background-color: #E9F6FF;
}

.p-esg-block-table04 tbody tr th,
.p-esg-block-table04 tbody tr td {
  padding-block: 1rem;
  padding-inline: 2rem;
  height: 5.4rem;
  border-left: 0.1rem solid #BEBEBE;
  border-right: 0.1rem solid #BEBEBE;
}

@media screen and (max-width: 767px) {
  .p-esg-block-table04 {
    width: 100%;
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table04 th,
  .p-esg-block-table04 td {
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
  .p-esg-block-table04 th small {
    font-size: 3.7333333333vw;
  }
  .p-esg-block-table04 thead th {
    height: 17.0666666667vw;
  }
  .p-esg-block-table04 thead tr:first-child th:first-child {
    width: 56.7164179104%;
  }
  .p-esg-block-table04 thead tr:first-child th:nth-child(2) {
    width: 22.0895522388%;
  }
  .p-esg-block-table04 thead tr:first-child th:nth-child(3) {
    width: 22.0895522388%;
  }
  .p-esg-block-table04 tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table04 tbody tr th,
  .p-esg-block-table04 tbody tr td {
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw 2.6666666667vw;
    height: 14.4vw;
    border-width: 0.2666666667vw;
  }
}
/* p-esg-block-table05
---------------------------------------------------------------------------- */
.p-esg-block-table05 {
  width: 59.3rem;
  border: 0.1rem solid #BEBEBE;
  overflow: hidden;
  margin-top: 2rem;
}

.p-esg-block-table05 th,
.p-esg-block-table05 td {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  vertical-align: middle;
}

.p-esg-block-table05 th small {
  font-size: 1.4rem;
}

.p-esg-block-table05 td {
  font-weight: 400;
  text-align: center;
}

.p-esg-block-table05 thead th {
  text-align: center;
  color: #fff;
  height: 5.3rem;
  background-color: #073190;
}

.p-esg-block-table05 thead tr:first-child th:first-child {
  width: 50.5902192243%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table05 thead tr:first-child th:nth-child(2) {
  width: 25.2951096121%;
  border-right: 0.1rem solid #fff;
}

.p-esg-block-table05 thead tr:first-child th:nth-child(3) {
  width: 25.2951096121%;
}

.p-esg-block-table05 tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-esg-block-table05 tbody tr th {
  color: #073190;
  background-color: #E9F6FF;
}

.p-esg-block-table05 tbody tr th,
.p-esg-block-table05 tbody tr td {
  padding-block: 1rem;
  padding-inline: 2rem;
  height: 5.4rem;
  border-left: 0.1rem solid #BEBEBE;
  border-right: 0.1rem solid #BEBEBE;
}

@media screen and (max-width: 767px) {
  .p-esg-block-table05 {
    width: 100%;
    border-width: 0.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-esg-block-table05 th,
  .p-esg-block-table05 td {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-table05 th small {
    font-size: 3.7333333333vw;
  }
  .p-esg-block-table05 thead th {
    height: 17.0666666667vw;
  }
  .p-esg-block-table05 thead tr:first-child th:first-child {
    width: 56.7164179104%;
  }
  .p-esg-block-table05 thead tr:first-child th:nth-child(2) {
    width: 22.0895522388%;
  }
  .p-esg-block-table05 thead tr:first-child th:nth-child(3) {
    width: 22.0895522388%;
  }
  .p-esg-block-table05 tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-esg-block-table05 tbody tr th,
  .p-esg-block-table05 tbody tr td {
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw 2.6666666667vw;
    height: 14.4vw;
    border-width: 0.2666666667vw;
  }
}
/* p-esg-block-items
---------------------------------------------------------------------------- */
.p-esg-block-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}

.p-esg-block-items._governance {
  gap: 4.7rem;
}

.p-esg-block-item-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  padding-left: 1.8rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.p-esg-block-item-ttl::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
}

.p-esg-block-item-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-esg-block-item-subttl {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  margin-left: 1em;
  padding-left: 1.6rem;
  position: relative;
  margin-top: 1rem;
}

.p-esg-block-item-subttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.1rem;
  background-color: currentColor;
}

.p-esg-block-item-lists {
  padding-left: 1em;
  margin-top: 0.7rem;
}

.p-esg-block-item-list {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

.p-esg-block-item-img {
  width: 100%;
  aspect-ratio: 1200/687;
}
.p-esg-block-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-esg-block-item-wrapper {
  display: flex;
  gap: 0 6rem;
}

.p-esg-block-item-wrap {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-esg-block-items {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-esg-block-items._governance {
    gap: 8vw;
  }
  .p-esg-block-item-ttl {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    padding-left: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .p-esg-block-item-ttl::before {
    top: 2.9333333333vw;
    width: 2.1333333333vw;
  }
  .p-esg-block-item-txt {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-item-subttl {
    font-size: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-left: initial;
  }
  .p-esg-block-item-subttl::before {
    width: 2.1333333333vw;
    height: 0.2666666667vw;
  }
  .p-esg-block-item-lists {
    margin-top: 1.8666666667vw;
    padding-left: initial;
  }
  .p-esg-block-item-list {
    font-size: 4.2666666667vw;
  }
  .p-esg-block-item-img {
    aspect-ratio: 335/192;
  }
  .p-esg-block-item-wrapper {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
/* p-modal
---------------------------------------------------------------------------- */
.p-modal {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .p-modal-content {
    display: block;
    width: 95%;
  }
  .p-modal-close {
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    color: #fff;
    font-size: 10.6666666667vw;
    font-weight: 700;
    cursor: pointer;
  }
}
