@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .sustainability a.arrow__btn span.icon {
    font-size: 12px;
    width: 48px;
    height: 48px;
  }
}
.sustainability__lead {
  position: relative;
  padding: 48px 0 0;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead {
    margin: 0 0 62px;
  }
}
.sustainability__lead:before {
  content: "TOP MESSAGE";
  color: #f0f0f0;
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .sustainability__lead:before {
    font-size: 14vw;
    -webkit-transform: translate(-52%, -58%);
            transform: translate(-52%, -58%);
  }
}
.sustainability__lead-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}
.sustainability__lead-wrap p.en {
  color: #e03100;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead-wrap p.en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .sustainability__lead-wrap p.en {
    font-size: 18px;
  }
}
.sustainability__lead-wrap h2 {
  display: table;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.8;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead-wrap h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .sustainability__lead-wrap h2 {
    font-size: 20px;
  }
}
.sustainability__lead-wrap h2:before, .sustainability__lead-wrap h2:after {
  display: block;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
}
.sustainability__lead-wrap h2:before {
  content: "“";
  text-align: left;
  -webkit-transform: translateX(-0.3em);
          transform: translateX(-0.3em);
  margin: 0 0 -0.5em;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead-wrap h2:before {
    -webkit-transform: translateX(-0.2em);
            transform: translateX(-0.2em);
  }
}
.sustainability__lead-wrap h2:after {
  content: "”";
  text-align: right;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
  margin: -0.1em 0 0;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead-wrap h2:after {
    -webkit-transform: translateX(0.2em);
            transform: translateX(0.2em);
  }
}
.sustainability__lead-wrap a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sustainability__lead-wrap a {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
.sustainability__navi {
  overflow: hidden;
  position: relative;
  padding: 0 0 104px;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi {
    padding: 0 0 30px;
  }
}
.sustainability__navi::before {
  background-color: #f0f0f0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 182px;
  left: 0;
}
.sustainability__navi-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 68px 50px 109px;
}
@media only screen and (max-width: 1100px) {
  .sustainability__navi-wrap {
    padding: 0px 30px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap {
    padding: 15px 24px 33px;
  }
}
.sustainability__navi-wrap--set {
  border-top: 1px #d6d6d6 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1010px;
  position: relative;
  padding: 56px 0 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap--set {
    display: block;
    padding: 43px 0 0;
  }
}
.sustainability__navi-wrap--set + .sustainability__navi-wrap--set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 41px auto 0;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap--set + .sustainability__navi-wrap--set h2 {
    margin: 0 0 24px;
  }
}
.sustainability__navi-wrap--set:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 10em;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap--set:before {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    height: 10px;
  }
}
.sustainability__navi-wrap--set h2 {
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 800;
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap--set h2 {
    margin: 0 0 30px;
  }
}
.sustainability__navi-wrap--set .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 628px;
}
.sustainability__navi-wrap--set .info p {
  line-height: 1.8;
}
.sustainability__navi-wrap--set .info .btn {
  margin: 8px 0 0;
}
@media only screen and (max-width: 768px) {
  .sustainability__navi-wrap--set .info .btn {
    margin: 20px 0 0;
  }
}
.sustainability__navi-wrap--set .info .btn a + a {
  margin: 8px 0 0;
}
.sustainability__navi-wrap--set .info a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sustainability__esg {
  padding: 100px 0 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .sustainability__esg {
    padding: 75px 0 0;
  }
}
.sustainability__esg h2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 88px;
}
.sustainability__esg h2:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 2.3em;
  height: 14px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 768px) {
  .sustainability__esg h2:before {
    height: 12px;
    margin: 0 0 14px 0;
  }
}
.sustainability__esg-set {
  margin: 0 0 -50px;
}
@media only screen and (max-width: 900px) {
  .sustainability__esg-set {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability__esg-set {
    margin: 0 0 -30px;
  }
}
.sustainability__esg-set .title {
  position: relative;
}
.sustainability__esg-set .title:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
  display: block;
  width: 348px;
  height: 32px;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .sustainability__esg-set .title:after {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability__esg-set .title:after {
    display: none;
  }
}
.sustainability__esg-set .title img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sustainability__esg-set .title_wrap {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .sustainability__esg-set .title_wrap {
    top: 45%;
  }
}
.sustainability__esg-set .title_wrap p.en {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .sustainability__esg-set .title_wrap p.en {
    font-size: 36px;
  }
}
.sustainability__esg-set .title_wrap h3 {
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .sustainability__esg-set .title_wrap h3 {
    font-size: 18px;
  }
}
.sustainability__esg-set .navi {
  position: relative;
  z-index: 2;
}
.sustainability__esg-set .navi ul {
  background-color: #fff;
  width: 485px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  padding: 40px 65px 0 104px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1100px) {
  .sustainability__esg-set .navi ul {
    width: 400px;
    padding: 20px 35px 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .sustainability__esg-set .navi ul {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media only screen and (max-width: 768px) {
  .sustainability__esg-set .navi ul {
    width: 100%;
    padding: 44px 0 0 42px;
  }
  .sustainability__esg-set .navi ul:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e03100;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    display: block;
    width: 50%;
    height: 16px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 10;
  }
}
@media only screen and (max-width: 640px) {
  .sustainability__esg-set .navi ul {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    padding: 44px 16px 0 42px;
    margin: 0 0 0 16px;
  }
}
.sustainability__esg-set .navi ul:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 100000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.sustainability__esg-set .navi ul li {
  border-bottom: 1px #d6d6d6 solid;
}
.sustainability__esg-set .navi ul li a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
@media only screen and (max-width: 640px) {
  .sustainability__esg-set .navi ul li a {
    padding: 12px 0;
  }
}