.page-sustainability .main {
  margin: 0 auto 235px;
}
.page-sustainability .page {
  margin: 40px auto 0;
}
.page-sustainability .page-head {
  padding: 0 40px;
  width: 1060px;
  max-width: 100%;
  margin: auto;
}
.page-sustainability .page-header-wrapper {
  position: relative;
}
.page-sustainability .page-header {
  padding: 0 40px;
  width: 1060px;
  max-width: 100%;
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-sustainability .page-header-left {
  width: 43.8775510204%;
  padding-top: 70px;
}
.page-sustainability .page-header-right {
  width: 46.8571428571vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  position: absolute;
}
.page-sustainability .page-header-right img {
  display: inline-block;
  width: 100%;
}
.page-sustainability .page-title {
  color: #1e277e;
}
.page-sustainability .page-title .en {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
.page-sustainability .page-title .ja {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
}
.page-sustainability .page-catch {
  color: #00afec;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 38px;
}
.page-sustainability .page-lead {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
}
.page-sustainability .content-main {
  position: relative;
}
.page-sustainability .content-item {
  position: relative;
  padding: 0 40px;
  width: 1060px;
  max-width: 100%;
  margin: auto;
}
.page-sustainability .content-item:nth-child(2n+1) {
  padding-left: 215px;
}
.page-sustainability .content-item:nth-child(2n) {
  padding-right: 215px;
}
.page-sustainability .content-item:not(:first-child) {
  margin-top: 90px;
}
.page-sustainability .content-header {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.page-sustainability .content-header .ja {
  color: #1e277e;
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  margin-right: 12px;
}
.page-sustainability .content-header .en {
  font-family: "Roboto Slab", serif;
  color: #808080;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.page-sustainability .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-sustainability .content-box .box-left {
  width: 48.5312899106%;
}
.page-sustainability .content-box .box-left img {
  display: block;
  width: 100%;
}
.page-sustainability .content-box .box-right {
  width: 43.4227330779%;
}
.page-sustainability .content-box .box-right .lead {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
}
.page-sustainability .common-link {
  margin-top: 30px;
}
.page-sustainability .bg-01 {
  background-color: #e0f5fd;
  width: 482px;
  height: 782px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 282px;
}
.page-sustainability .bg-02 {
  background-color: #f0f5f5;
  width: 482px;
  height: 782px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 142px;
}

@media (max-width: 768px) {
  .page-sustainability .main {
    margin: 0 auto 28vw;
  }
  .page-sustainability .page-head {
    width: 80vw;
    margin: 8.75vw auto 0;
    padding: 0;
  }
  .page-sustainability .page-header {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .page-sustainability .page-header-left {
    width: 100%;
    margin: auto;
    padding-top: 0;
  }
  .page-sustainability .page-header-right {
    width: 80vw;
    margin: auto;
    position: relative;
  }
  .page-sustainability .page-header .pc-none img {
    display: block;
    width: 100%;
  }
  .page-sustainability .page-title {
    width: 80vw;
    margin: auto;
    margin-bottom: 9.5vw;
  }
  .page-sustainability .page-title .en {
    font-size: 7vw;
    line-height: 9vw;
    margin-bottom: 0.5vw;
  }
  .page-sustainability .page-title .ja {
    font-size: 4vw;
    line-height: 6vw;
  }
  .page-sustainability .page-catch {
    width: 80vw;
    margin: 10vw auto 8.75vw;
    padding-top: 0;
  }
  .page-sustainability .page-lead {
    width: 80vw;
    margin: 0 auto 20vw;
    font-size: 3.5vw;
    line-height: 6.5vw;
  }
  .page-sustainability .content-header {
    margin-bottom: 7.5vw;
    padding-bottom: 2.5vw;
  }
  .page-sustainability .content-header .ja {
    margin: 0 0 2vw;
    display: block;
    font-size: 4.25vw;
  }
  .page-sustainability .content-header .en {
    font-size: 3.25vw;
    line-height: 5.75vw;
    margin: 0;
    display: block;
  }
  .page-sustainability .content-item {
    width: 80vw;
    margin: auto;
  }
  .page-sustainability .content-item:not(:first-child) {
    margin-top: 18.75vw;
  }
  .page-sustainability .content-item:nth-child(2n+1) {
    padding: 0;
  }
  .page-sustainability .content-item:nth-child(2n) {
    padding: 0;
  }
  .page-sustainability .content-box {
    display: block;
  }
  .page-sustainability .content-box .box-left {
    width: 100%;
    margin-bottom: 7.5vw;
  }
  .page-sustainability .content-box .box-right {
    width: 100%;
  }
  .page-sustainability .content-box .box-right .lead {
    font-size: 3.5vw;
    line-height: 6.5vw;
  }
  .page-sustainability .common-link {
    margin: 7.5vw auto 0;
  }
  .page-sustainability .bg-01 {
    width: 56.75vw;
    height: 213.25vw;
    top: 15%;
  }
  .page-sustainability .bg-02 {
    width: 56.75vw;
    height: 213.25vw;
    bottom: 5%;
  }
}