/* =====================================
   management report 2025
===================================== */
.catch {
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
}
h2.text-green {
  font-size: 2.2rem;
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
}
figure {
  margin-bottom: 0;
}
figcaption {
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
}
figcaption.img-fig {
  font-weight: 500;
  font-size: 14px;
  margin-top: 8px;
  font-family: "GothamBook";
}
.txt-attn,
.attn-list_num {
  font-size: 14px;
  margin-top: 30px !important;
}

/* mr_top
---------------------------------------*/
.mr_top .content-box {
  padding: 0 4% 40px;
}
.mr_top .col-2_1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3%;
  margin-bottom: 4%;
  align-items: flex-end;
}
.mr_top h2.page-ttl {
  height: 100%;
  margin: 0 !important;
}
.mr_top h2.page-ttl picture img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.mr_top .col-2_1 .card-v2 {
  margin-top: 30px;
}
.mr_top .large-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5% 2%;
  padding: 0;
}
.mr_top .large-cards > div:last-of-type {
  max-width: none;
  margin: 0 !important;
}
.mr_top .large-cards .card-v2__body {
  height: 85px;
  padding: 3% 10%;
}
.mr_top .large-cards .card-v2__body .card-v2__title {
  font-size: 1.8rem;
  height: 100%;
}
.mr_top .large-cards .card-v2__body .card-v2__title span {
  height: 100%;
  align-items: center;
  display: flex;
}
.mr_top .card-v2 .card-v2__type .card-v2__title span::after,
.mr_top .button-v2 .button-v2__type--pdf .button-v2__label:before {
  right: -5px;
}
.mr_top .card-wrap.pdf-all {
  gap: 30px;
}
.mr_top .card-wrap.pdf-all .button-wrap {
  width: 360px;
  margin: 50px auto 0 !important;
}
.mr_top .card-wrap.pdf-all .button-wrap a span::before {
  right: 25px;
}
.mr_top .card-v2 .card-v2__type {
  border-radius: 20px;
}

/* sustainability_message
---------------------------------------*/
.sustainability_message h2 + .ttl-h3 {
  margin: 20px 0 16px;
}
.sustainability_message .ttl-h3 {
  font-size: 1.8rem;
  margin: 60px 0 16px;
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
}
.sustainability_message .step-block {
  margin: 20px 0 30px;
}
.sustainability_message .step-block .ttl-h3 {
  margin: 20px 0 0;
}
.sustainability_message .step-block .ttl-h3 + p {
  margin-top: 5px;
}
.sustainability_message .table-block {
  margin: 10px 0;
  border-collapse: collapse;
}
.sustainability_message .table-block thead {
  background: #ede8d5;
}
.sustainability_message .table-block thead th {
  padding: 8px;
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
  width: 33%;
}
.sustainability_message .table-block thead th:nth-of-type(2) {
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
}
.sustainability_message .table-block tbody th {
  padding: 15px 3%;
  text-align: left;
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
  background-color: #f6f6f6;
}
.sustainability_message .table-block tbody th .sdgs-icon {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.sustainability_message .table-block tbody th .sdgs-icon img {
  width: 55px;
}
.sustainability_message .table-block tbody td {
  padding: 15px 3%;
}
.sustainability_message .table-block tbody td:nth-of-type(2) {
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
}
.sustainability_message .table-block tbody td .txt-bold {
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
  margin-bottom: 10px;
}
.sustainability_message .table-block tbody td .circle-list li {
  position: relative;
  padding-left: 12px;
}
.sustainability_message .table-block tbody td .circle-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

/* outside_directors_message
---------------------------------------*/
.outside_directors_message .catch {
  font-size: 2.9rem;
}
.outside_directors_message .directors-content:nth-of-type(n + 4) {
  margin-top: 150px !important;
}
.outside_directors_message .content-ttl {
  margin: 0.8em 0;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #083;
  font-size: 2.8rem;
  font-family: "GothamBold", "ヒラギノUD角ゴ W6 JIS2004", Arial, sans-serif;
}
.outside_directors_message .anchor-navi {
  margin: 2em 0 3.4em;
}
.outside_directors_message .anchor-navi__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}

@media (max-width: 1023px) {
  .mr_top .large-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  h2.text-green {
    font-size: 1.8rem;
    margin-bottom: 14px !important;
  }
  .txt-attn,
  .attn-list_num {
    font-size: 12px;
    margin-top: 15px !important;
  }
  figure {
    margin: 20px auto;
  }
  figcaption {
    font-size: 1.4rem;
  }
  figcaption.img-fig {
    font-size: 13px;
  }

  /* mr_top
  ---------------------------------------*/
  .mr_top .col-2_1 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 30px;
  }
  .mr_top .col-2_1 .card-v2 {
    margin-top: 0;
  }
  .mr_top .large-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px !important;
  }
  .mr_top .large-cards .card-v2__body {
    height: 75px;
  }

  /* sustainability_message
  ---------------------------------------*/
  .sustainability_message .ttl-h3 {
    font-size: 1.6rem;
    margin: 40px 0 10px;
  }
  .sustainability_message .step-block {
    margin: 16px 0 25px;
  }
  .sustainability_message .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sustainability_message .table-wrap .table-block {
    min-width: 650px;
    border-collapse: collapse;
  }

  /* outside_directors_message
  ---------------------------------------*/
  .outside_directors_message .catch {
    font-size: 2rem;
  }
  .outside_directors_message .directors-content:nth-of-type(n + 4) {
    margin-top: 80px !important;
  }
  .outside_directors_message .content-ttl {
    margin: 2.7em 0 1.14em;
    padding-bottom: 0.35em;
    font-size: 2rem;
  }
  .outside_directors_message .anchor-navi {
    margin: 2em 0 2.6em;
  }
}
@media (max-width: 550px) {
  /* mr_top
  ---------------------------------------*/
  .mr_top .large-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 429px) {
  /* mr_top
  ---------------------------------------*/
  .mr_top .card-v2__image img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: top;
  }
  .mr_top .large-cards .card-v2__body {
    height: auto;
  }
}
