@charset "UTF-8";
/*************************************************

material

*************************************************/
@media screen and (min-width: 768px) {
  .parts-bdrtitle02 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .parts-bdrtitle03 {
    margin-bottom: 3rem;
  }
}

/*************************************************

sustainability-com-leadbox

*************************************************/
.sustainability-com-leadbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(128rem, 100% - 4rem);
  margin: 0 auto 9rem;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox {
    display: block;
    margin-bottom: 5rem;
  }
}

.sustainability-com-leadbox-letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  min-height: 51rem;
  margin-top: 5rem;
  padding: 0 4rem 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox-letters {
    width: auto;
    min-height: 0;
    margin-top: 3rem;
    margin-left: -2rem;
    padding: 0 2rem 5rem 2em;
  }
}
.sustainability-com-leadbox-letters > * {
  position: relative;
  z-index: 5;
}
.sustainability-com-leadbox-letters::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  display: block;
  content: "";
  background-color: #F2F8FF;
  border-top-right-radius: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox-letters::before {
    height: calc(100% - 2.3rem);
    border-top-right-radius: 2rem;
  }
}

.sustainability-com-leadbox-en {
  margin-bottom: 4rem;
  color: rgba(3, 120, 210, 0.1);
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox-en {
    margin-bottom: 3rem;
    font-size: 4.6rem;
  }
}

.sustainability-com-leadbox-text01 {
  margin-bottom: 4rem;
  color: #004292;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox-text01 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.sustainability-com-leadbox-text02 {
  line-height: 2.5;
}

.sustainability-com-leadbox-img {
  overflow: hidden;
  width: 50%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sustainability-com-leadbox-img {
    width: 100%;
  }
}
.sustainability-com-leadbox-img img {
  width: 100%;
}

/*************************************************

sustainability-com-dotslist

*************************************************/
.sustainability-com-dotslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.sustainability-com-dotslist .in-item {
  position: relative;
  padding-left: 1em;
}
.sustainability-com-dotslist .in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}
.sustainability-com-dotslist.is-color {
  gap: 2rem;
}
.sustainability-com-dotslist.is-color .in-item {
  padding-left: 1.6em;
  font-weight: 500;
}
.sustainability-com-dotslist.is-color .in-item::before {
  color: #2249B0;
  content: "●";
  opacity: 0.6;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/*************************************************

sustainability-com-numlist

*************************************************/
.sustainability-com-numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  counter-reset: number 0;
}
.sustainability-com-numlist .in-item {
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 2;
}
.sustainability-com-numlist .in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}

/*************************************************

sustainability-com-iconlist

*************************************************/
.sustainability-com-iconlist {
  border: #D9D9D9 solid 1px;
}

.sustainability-com-iconlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-bottom: #D9D9D9 solid 1px;
}
@media screen and (max-width: 767px) {
  .sustainability-com-iconlist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 2rem 2rem;
  }
}
.sustainability-com-iconlist__item:last-child {
  border-bottom: none;
}

.sustainability-com-iconlist__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 31.5rem;
  min-height: 7rem;
  padding: 0 1.7rem;
  border-right: #D9D9D9 solid 1px;
}
@media screen and (max-width: 767px) {
  .sustainability-com-iconlist__left {
    width: 100%;
    padding: 0 0 1.5rem;
    border-right: none;
    border-bottom: #D9D9D9 solid 1px;
  }
}
.sustainability-com-iconlist__left .in-icon {
  width: 7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .sustainability-com-iconlist__left .in-icon {
    width: 6rem;
  }
}
.sustainability-com-iconlist__left .in-text {
  width: calc(100% - 8rem);
  font-weight: 500;
}

.sustainability-com-iconlist__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 31.5rem);
  padding: 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .sustainability-com-iconlist__right {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}

/*************************************************

sustainability-com-tablestyle

*************************************************/
.sustainability-com-tablestyle th {
  width: 31.5rem;
}
@media screen and (max-width: 767px) {
  .sustainability-com-tablestyle th {
    width: 12rem;
  }
}