.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
@media (max-width: 768px) {
  .pg-environmental-policy .kv-inner__breadcrumb-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pg-environmental-policy .kv-inner__title-dot {
    right: 2.2rem;
  }
}

.pg-environmental-policy__content {
  padding: 10rem 0;
  background-color: #ffffff;
}

.pg-environmental-policy__inner {
  max-width: 104.8rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.pg-environmental-policy__intro {
  margin-bottom: 4rem;
}

.pg-environmental-policy__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #1c2a52;
  margin: 0;
}

.pg-environmental-policy__section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 100rem;
}

.pg-environmental-policy__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
  text-transform: capitalize;
}

.pg-environmental-policy__guidelines {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.pg-environmental-policy__guideline-text, .pg-environmental-policy__guidelines {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #1c2a52;
  margin: 0;
}

.pg-environmental-policy__guideline-list {
  list-style: none;
}

.pg-environmental-policy__image-wrapper {
  width: 100%;
  aspect-ratio: 718/707;
  overflow: hidden;
}
.pg-environmental-policy__image-wrapper img {
  width: 100%;
}

.pg-environmental-policy__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-environmental-policy__signature {
  display: flex;
  flex-direction: column;
  text-align: right;
  max-width: 100rem;
}

.pg-environmental-policy__signature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #1c2a52;
  margin: 0;
}

@media (max-width: 768px) {
  .pg-environmental-policy__content {
    padding: 4rem 0;
  }
  .pg-environmental-policy__inner {
    gap: 3.2rem;
  }
  .pg-environmental-policy__intro-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pg-environmental-policy__section-title {
    font-size: 1.8rem;
  }
  .pg-environmental-policy__guidelines {
    gap: 1.2rem;
  }
  .pg-environmental-policy__guideline-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pg-environmental-policy__signature-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.pg-environmental-policy__pdf-wrapper {
  margin-top: 1.6rem;
}

/*# sourceMappingURL=environmental-policy.css.map */
