@charset "UTF-8";
.sustainability .hero {
  height: 60vh;
  background-image: url(../images/mv_md.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
}

html.ios .sustainability .hero {
  background-attachment: scroll;
}

.sustainability > .hero .container {
  height: 100%;
  z-index: 1;
}

.sustainability h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 0;
}

.sustainability .hero h1 {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .sustainability h1 {
    font-size: 48px;
  }
}
.positioning-map {
  position: relative;
}
@media screen and (max-width: 640px) {
  .positioning-map > figure {
    margin-inline: calc(50% - 50cqi);
  }
  .positioning-map > figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 641px) {
  .positioning-map > header {
    position: absolute;
    left: 0;
    bottom: 35%;
    inline-size: 35%;
  }
}

.attempt-table {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.attempt-table .sc-cmt {
  margin-bottom: 0.5lh;
}
@media screen and (min-width: 1100px) {
  .attempt-table .sc-cmt {
    display: none;
  }
}
.attempt-table .strong {
  display: block;
  text-align: center;
  font-size: 160%;
  font-weight: 600;
}
.attempt-table .erg_logo {
  display: block;
  text-align: center;
}
.attempt-table .esg {
  width: 1100px;
  table-layout: fixed;
  white-space: normal;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #e3e2e3;
}
.attempt-table .esg thead tr {
  background-color: #edf1f2;
}
.attempt-table .esg thead tr th {
  padding: 1em;
  border: 1px solid #e3e2e3;
}
.attempt-table .esg tbody tr td {
  padding: 1em;
  border: 1px solid #e3e2e3;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.attempt-table .esg td {
  word-break: break-all;
}
.attempt-table .esg ul.list {
  list-style: circle;
  margin-left: 2em;
}
.attempt-table .esg ul.list > li {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.attempt-table .esg ul.card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  gap: 1em;
}
.attempt-table .esg ul.card-list > li {
  inline-size: 5rem;
}
.attempt-table .esg ul.card-list > li > img {
  width: 100%;
  height: auto;
}

.case {
  display: flex;
  gap: 5cqi;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .case {
    flex-direction: row;
  }
  .case:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.case > * {
  flex: 1 1 0;
}
.case figure > img {
  width: 100%;
  height: auto;
}
.case header {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.case header > h3 {
  font-weight: 400;
  font-size: 2rem;
}
.case header > p {
  line-height: 1.6;
  text-align: justify;
  overflow-wrap: anywhere;
}
.case header > ul {
  display: flex;
  gap: 1em;
  list-style: none;
}
.case header > ul li {
  flex: 0 0 5rem;
}/*# sourceMappingURL=page.css.map */