@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #f1f1f1;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.l-container {
  width: min(100vw - 2rem, 1280px);
  margin: 0 auto;
  position: relative;
}
.l-container-medium {
  width: min(100vw - 2rem, 1024px);
  margin: 0 auto;
  position: relative;
}
.l-container-small {
  width: min(100vw - 2rem, 768px);
  margin: 0 auto;
  position: relative;
}

.l-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width:1199px) {
  .l-header {
    padding: 0.5rem 0;
    transition: height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-header:has(input[type=checkbox]:checked) {
    height: 100dvh;
    background-color: #ffffff;
  }
  .l-header:has(input[type=checkbox]:checked) .l-header-nav-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 2rem;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .l-header:has(input[type=checkbox]:checked) .l-header-nav-sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .l-header:has(input[type=checkbox]:checked) .l-header-nav-sp ul a {
    color: black;
    font-size: 5vw;
    font-weight: 700;
  }
  .l-header:has(input[type=checkbox]:checked) .l-header-nav-sp li {
    margin-bottom: 1.5rem;
  }
}
.l-header-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 200;
}
.l-header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 112px;
  margin: 1rem 2rem;
}
@media screen and (max-width:991px) {
  .l-header-logo {
    margin: 0.25rem 1rem;
    width: 80px;
  }
}
.l-header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.l-header-nav-pc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width:1199px) {
  .l-header-nav-pc {
    display: none;
  }
}
.l-header-nav-pc ul {
  margin: 0 3rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.75rem;
}
.l-header-nav-pc ul a,
.l-header-nav-pc ul a:visited {
  color: #252525;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-header-nav-pc ul a:hover,
.l-header-nav-pc ul a:visited:hover {
  opacity: 0.25;
}
@media screen and (min-width:1400px) {
  .l-header-nav-pc ul a,
  .l-header-nav-pc ul a:visited {
    font-size: 1.05rem;
  }
}
.l-header-nav-sp {
  display: none;
  width: 100%;
}
.l-header-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.l-header-download a,
.l-header-download a:visited {
  height: 96px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  gap: 0.5rem;
  padding: 0 2.5rem;
  background-color: #a7a7a7;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width:1400px) {
  .l-header-download a,
  .l-header-download a:visited {
    font-size: 1.05rem;
  }
}
.l-header-download a:before,
.l-header-download a:visited:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon_download.svg");
  background-size: contain;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.l-header-download a:hover,
.l-header-download a:visited:hover {
  background-color: rgb(192.5, 192.5, 192.5);
  color: #ffffff;
}
.l-header-download-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.l-header-download-sp a,
.l-header-download-sp a:visited {
  width: 100%;
  height: 96px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 0.5rem;
  background-color: #a7a7a7;
}
.l-header-download-sp a:before,
.l-header-download-sp a:visited:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon_download.svg");
  background-size: contain;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.l-header-language {
  margin: 0;
}
.l-header-language a,
.l-header-language a:visited {
  height: 96px;
  width: 96px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  padding: 1.5rem;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-header-language a:hover,
.l-header-language a:visited:hover {
  background-color: rgb(62.5, 62.5, 62.5);
}
.l-header-language-sp {
  margin: 0;
  padding: 0;
}
.l-header-language-sp a,
.l-header-language-sp a:visited {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background-color: #a7a7a7;
  color: #ffffff;
  font-size: 0.75rem;
}
.l-header-toggle {
  padding: 0;
  margin: 0 1rem;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.l-header-toggle span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: black;
}
.l-header-toggle span:nth-of-type(1) {
  top: 6px;
  animation: menu-open01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header-toggle span:nth-of-type(2) {
  top: 14px;
  animation: menu-open02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header-toggle-sp {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width:1200px) {
  .l-header-toggle-sp {
    display: none;
  }
}
.l-header input[type=checkbox] {
  display: none !important;
}
.l-header input[type=checkbox]:checked + label span:nth-of-type(1) {
  animation: menu-close01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header input[type=checkbox]:checked + label span:nth-of-type(2) {
  animation: menu-close02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width:1200px) {
  .l-header input[type=checkbox] {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .l-header label {
    display: none;
  }
}
.l-header__language {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  background-color: #252525;
  height: 40px;
  border-radius: 20px;
  padding: 2px 4px;
  margin-bottom: 2rem;
}
.l-header__language li a,
.l-header__language li a:visited {
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  color: #ffffff;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-header__language li a:hover,
.l-header__language li a:visited:hover {
  color: rgba(255, 255, 255, 0.5);
}
.l-header__language li.is-active a,
.l-header__language li.is-active a:visited {
  background-color: #ffffff;
  color: #252525;
  height: 30px;
  border-radius: 15px;
  pointer-events: none;
}

@keyframes menu-open01 {
  0% {
    transform: translateY(4px) rotate(45deg);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-open02 {
  0% {
    transform: translateY(-4px) rotate(-45deg);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-close01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(4px) rotate(45deg);
  }
}
@keyframes menu-close02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(-4px) rotate(-45deg);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
.l-footer {
  background-color: #252525;
  color: #ffffff;
  padding: 4rem 0;
}
.l-footer-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:991px) {
  .l-footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer-flex > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width:991px) {
  .l-footer-flex > div:last-child {
    margin-top: 1.5rem;
    align-items: flex-start;
  }
}
.l-footer p {
  margin-bottom: 0;
}
.l-footer h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 0.25em;
  padding: 0;
}
@media screen and (max-width:575px) {
  .l-footer h2 {
    font-size: 6.2vw;
  }
}
.l-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width:575px) {
  .l-footer ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.l-footer ul a,
.l-footer ul a:visited {
  color: #ffffff;
  font-size: 0.875rem;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-footer ul a:hover,
.l-footer ul a:visited:hover {
  opacity: 0.25;
}
.l-footer-insta {
  font-size: 0.75rem;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-footer-insta:hover {
  opacity: 0.25;
}
.l-footer-insta:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer-copyright {
  font-size: 0.75rem;
}
.l-footer-company {
  margin-top: 0;
}

.l-main {
  padding: 6rem 0 4rem;
}
@media screen and (min-width:1200px) {
  .l-main {
    padding: 8rem 0;
  }
}

.c-title {
  position: relative;
  line-height: 1.2;
  margin-bottom: 3rem;
  color: #252525;
}
@media screen and (max-width:991px) {
  .c-title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width:992px) {
  .c-title:before {
    content: "";
    background-color: #252525;
    height: 1px;
    width: max(1rem, (100vw - 1280px) / 2 - 1rem);
    left: min(-1rem, (100vw - 1280px) / 2 * -1 - 1rem);
    position: absolute;
    top: 25%;
    display: block;
  }
}
.c-title-en {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:991px) {
  .c-title-en {
    font-size: 0.875rem;
  }
}
.c-title-ja {
  font-size: 3.5rem;
}
@media screen and (max-width:991px) {
  .c-title-ja {
    font-size: 2rem;
  }
}

html[lang=en-US] .c-title:before {
  top: 50%;
}
html[lang=en-US] .c-title-en {
  font-size: 3.5rem;
}
@media screen and (max-width:991px) {
  html[lang=en-US] .c-title-en {
    font-size: 3rem;
  }
}
html[lang=en-US] .c-title-ja {
  display: none;
}

.p-top-cover {
  position: relative;
  height: 300vh;
}

.p-top-cover-layer {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.p-top-cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.p-top-cover-bg-1 {
  width: 100%;
  height: 100%;
  background-image: url("../images/cover_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-cover-bg-2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/cover_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-cover-bg-3 {
  width: 100%;
  height: 100%;
  background-image: url("../images/cover_3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-cover-bg-3-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.25;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
}

.p-top-cover-bg-3-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-cover-scroll {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  z-index: 10;
}

.p-top-cover-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.p-top-cover-text a {
  color: #ffffff;
  position: absolute;
  bottom: 10%;
  right: 0;
  font-size: 1.5rem;
  text-align: right;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.p-top-cover-text a:after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid #ffffff;
  border-radius: 41px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .p-top-cover-text a:after {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-cover-text a {
    font-size: 0.875rem;
  }
}
.p-top-cover-text-1,
.p-top-cover-text-2,
.p-top-cover-text-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-cover-text-1 h2,
.p-top-cover-text-2 h2,
.p-top-cover-text-3 h2 {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 0;
  opacity: 0;
  transition: transform 0.75s 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.75s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 991px) {
  .p-top-cover-text-1 h2,
  .p-top-cover-text-2 h2,
  .p-top-cover-text-3 h2 {
    font-size: 8vw;
  }
}
.p-top-cover-text-1 p,
.p-top-cover-text-2 p,
.p-top-cover-text-3 p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: transform 0.75s 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.75s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 991px) {
  .p-top-cover-text-1 p,
  .p-top-cover-text-2 p,
  .p-top-cover-text-3 p {
    font-size: 3.5vw;
  }
}
.p-top-cover-text-1.is-active h2,
.p-top-cover-text-2.is-active h2,
.p-top-cover-text-3.is-active h2 {
  opacity: 1;
  transform: translateX(0);
}

.p-top-cover-text-1.is-active p,
.p-top-cover-text-2.is-active p,
.p-top-cover-text-3.is-active p {
  opacity: 1;
  transform: translateX(0);
}

.p-top-cover-text-1 h2,
.p-top-cover-text-1 p,
.p-top-cover-text-3 h2,
.p-top-cover-text-3 p {
  transform: translateX(100px);
}

.p-top-cover-text-2 .l-container {
  align-items: flex-end !important;
}

.p-top-cover-text-2 h2 {
  margin-right: -1em;
}

.p-top-cover-text-2 h2,
.p-top-cover-text-2 p {
  transform: translateX(-100px);
}

.p-top-cover-text .l-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.p-top-cover-1 {
  top: 0;
}

.p-top-cover-2 {
  top: 100vh;
}

.p-top-cover-2 .l-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.p-top-cover-3 {
  top: 200vh;
}

.p-top-nfwhmg {
  background-color: #252525;
  padding: 6rem 0 0;
}

@media screen and (min-width: 992px) {
  .p-top-nfwhmg {
    padding: 6rem 0 4rem;
  }
}
.p-top-nfwhmg-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-top-nfwhmg-flex img {
  width: min(80vw, 550px);
  height: auto;
}

@media screen and (max-width: 991px) {
  .p-top-nfwhmg-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }
}
.p-top-nfwhmg-download a,
.p-top-nfwhmg-download a:visited {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-top-nfwhmg-download a:hover,
.p-top-nfwhmg-download a:visited:hover {
  opacity: 0.25;
}

.p-top-nfwhmg-download a:after,
.p-top-nfwhmg-download a:visited:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #ffffff;
  border-radius: 36px;
  background-image: url("../images/arrow.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-slogan {
  background-color: #a7a7a7;
  color: #ffffff;
  padding: 4rem 0;
}

@media screen and (min-width: 992px) {
  .p-top-slogan {
    padding: 8rem 0;
  }
}
.p-top-slogan-logo {
  width: min(350px, 50%);
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-top-slogan-logo {
    margin-bottom: 4rem;
  }
}
.p-top-slogan-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-slogan h2 {
  font-size: 3.75rem;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .p-top-slogan h2 {
    font-size: 9vw;
  }
}
.p-top-slogan p {
  line-height: 2;
  margin: 0 2rem;
}

@media screen and (min-width: 992px) {
  .p-top-slogan p {
    margin: 0;
    font-size: 1.5rem;
  }
}
.p-top-recycling {
  background-color: #252525;
  padding: 2rem 0 4rem;
  background-image: url("../images/bg_recycling.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .p-top-recycling {
    padding: 4rem 0 8rem;
  }
}
.p-top-recycling h2 {
  color: #ffffff;
  font-size: 1.65rem;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .p-top-recycling h2 {
    font-size: 3.5rem;
  }
}
.p-top-recycling-image {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .p-top-recycling-image {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
.p-top-recycling-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .p-top-recycling-image img.pc {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-top-recycling-image img.sp {
    display: none;
  }
}
.p-top-recycling-chart {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 4rem;
  color: #ffffff;
  font-weight: 700;
}

.p-top-recycling-chart-l,
.p-top-recycling-chart-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.p-top-recycling-chart-l h2,
.p-top-recycling-chart-r h2 {
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l h2,
  .p-top-recycling-chart-r h2 {
    height: 120px;
    font-size: 2rem;
  }
}
.p-top-recycling-chart-l h2 img,
.p-top-recycling-chart-r h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-recycling-chart-l ul,
.p-top-recycling-chart-r ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.p-top-recycling-chart-l ul li,
.p-top-recycling-chart-r ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  height: 70px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l ul li,
  .p-top-recycling-chart-r ul li {
    font-size: 3rem;
    height: 180px;
  }
}
.p-top-recycling-chart-l ul li img,
.p-top-recycling-chart-r ul li img {
  width: 15px;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l ul li img,
  .p-top-recycling-chart-r ul li img {
    width: 30px;
  }
}
.p-top-recycling-chart-l ul li:not(:last-child),
.p-top-recycling-chart-r ul li:not(:last-child) {
  border-bottom: 1px dotted #ffffff;
}

.p-top-recycling-chart-l ul li small,
.p-top-recycling-chart-r ul li small {
  font-size: 0.45rem;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l ul li small,
  .p-top-recycling-chart-r ul li small {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l ul li span,
  .p-top-recycling-chart-r ul li span {
    font-size: 2rem;
  }
}
.p-top-recycling-chart-l ul li strong,
.p-top-recycling-chart-r ul li strong {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l ul li strong,
  .p-top-recycling-chart-r ul li strong {
    font-size: 6rem;
  }
}
.p-top-recycling-chart-l p,
.p-top-recycling-chart-r p {
  width: 80%;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-l p,
  .p-top-recycling-chart-r p {
    font-size: 1.5rem;
  }
}
.p-top-recycling-chart-l {
  width: 42%;
  background-color: #3a3a3a;
}

.p-top-recycling-chart-c {
  width: 16%;
  padding: 4rem 0;
  background-color: rgba(58, 58, 58, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-recycling-chart-c ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  transform: translateY(-28px);
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-c ul {
    transform: translateY(20px);
  }
}
.p-top-recycling-chart-c ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  height: 70px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-top-recycling-chart-c ul li {
    font-size: 1.5rem;
    height: 180px;
  }
}
.p-top-recycling-chart-r {
  width: 42%;
  background-color: #00beae;
  position: relative;
}

.p-top-recycling-chart-r:before,
.p-top-recycling-chart-r:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -50px;
  display: block;
  background-color: #00beae;
}

@media screen and (max-width: 991px) {
  .p-top-recycling-chart-r:before,
  .p-top-recycling-chart-r:after {
    height: 20px;
    top: -20px;
  }
}
.p-top-recycling-chart-r:after {
  top: inherit;
  bottom: -50px;
}

@media screen and (max-width: 991px) {
  .p-top-recycling-chart-r:after {
    bottom: -20px;
  }
}
.p-top-movie {
  background-color: #252525;
  width: 100%;
  aspect-ratio: 16/8;
  display: block;
  position: relative;
}

.p-top-movie img,
.p-top-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-movie:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(70% + 1.75rem);
  height: 30px;
  display: block;
  background-color: #252525;
}

@media screen and (min-width: 576px) {
  .p-top-movie:after {
    height: 50px;
    width: calc(50% + 1.75rem);
  }
}
.p-top-issues {
  padding: 0 0 2rem 0;
  margin-bottom: 0;
  background-color: #252525;
}

@media screen and (min-width: 992px) {
  .p-top-issues {
    padding: 2rem 0;
  }
}
.p-top-issues-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 2rem;
  color: #ffffff;
}

.p-top-issues-text h2 {
  font-size: 1.65rem;
  margin: 0;
  width: calc(75% - 2rem);
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .p-top-issues-text h2 {
    width: calc(50% - 2rem);
    margin-top: -0.5em;
    margin-bottom: 0.75em;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-issues-text h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .p-top-issues-text h2 br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-issues-text h2 br {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .p-top-issues-text p {
    width: calc(50% - 2rem);
    margin-left: auto;
  }
}
.p-top-issues-data {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
}

.p-top-issues-data > div {
  width: 50%;
  display: flex;
  justify-content: center;
}

.p-top-issues-data > div:first-child {
  border-right: 1px solid #ffffff;
}

.p-top-issues-data p {
  font-size: 4vw;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .p-top-issues-data p {
    font-size: 2rem;
  }
}
.p-top-issues-data h3 {
  line-height: 1;
  margin: 0;
  font-size: 15vw;
}

.p-top-issues-data h3 small {
  font-size: 4vw;
}

@media screen and (min-width: 992px) {
  .p-top-issues-data h3 {
    font-size: 10rem;
  }
  .p-top-issues-data h3 small {
    font-size: 2rem;
  }
}
.p-top-co2 {
  padding-bottom: 2rem;
  background-color: #252525;
  transition: background-color 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 992px) {
  .p-top-co2 {
    padding-bottom: 4rem;
  }
}
.p-top-co2.is-light {
  background-color: #f1f1f1;
}

.p-top-co2-photo {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
  aspect-ratio: 16/9;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .p-top-co2-photo {
    transform: translateX(-1rem);
  }
}
.p-top-co2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-co2-flex {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.p-top-co2-flex-photo > div {
  width: 40%;
  aspect-ratio: 16/14;
  display: block;
  margin-left: auto;
}

.p-top-co2-flex-photo > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .p-top-co2-flex-photo {
    transform: translateX(1rem);
  }
}
.p-top-co2-flex-text {
  color: #ffffff;
}

.p-top-co2-flex-text h2 {
  font-size: 1.75rem;
  margin-bottom: 0.25em;
}

@media screen and (min-width: 992px) {
  .p-top-co2-flex-text h2 {
    margin-top: 1.5em;
  }
}
.is-light .p-top-co2-flex-text p {
  color: #252525;
}

@media screen and (min-width: 992px) {
  .p-top-co2-flex-text {
    width: 60%;
    padding-left: 4rem;
  }
  .p-top-co2-flex-text h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
  .p-top-co2-flex-text p {
    font-size: 1.5rem;
  }
}
.p-top-80p {
  padding: 0 0 4rem 0;
}

@media screen and (min-width: 992px) {
  .p-top-80p {
    padding: 0 0 8rem 0;
  }
}
.p-top-80p-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin: 2rem 0;
}

@media screen and (min-width: 992px) {
  .p-top-80p-flex {
    gap: 4rem;
  }
}
.p-top-80p-flex > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-80p-recycle {
  background-image: url("../images/mark_recycle.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.p-top-80p-recycle p {
  color: #ffffff;
  margin-bottom: 0;
}

.is-light .p-top-80p-recycle p {
  color: #252525;
}

@media screen and (min-width: 992px) {
  .p-top-80p-recycle p {
    font-size: 1.5rem;
  }
}
.p-top-recycle {
  padding: 4rem 0;
  color: #ffffff;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.p-top-recycle h2 {
  line-height: 1.5;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-top-recycle h2 {
    font-size: 3rem;
  }
  .p-top-recycle h2 br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-top-recycle {
    padding: 8rem 0;
  }
}
.p-top-recycle-bg {
  width: 100%;
  height: 130%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.p-top-recycle-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-recycle-text {
  width: min(600px, 90%);
}

.p-top-recycle-logo {
  width: min(320px, 50%);
}

.p-top-recycle-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-process {
  background-color: #9e9e9e;
  padding: 4rem 0 0;
}

@media screen and (min-width: 992px) {
  .p-top-process {
    padding: 6rem 0 0;
  }
}
.p-top-process-image {
  width: 100%;
  margin: 0 auto;
  transform: translateX(2%);
}

@media screen and (min-width: 992px) {
  .p-top-process-image {
    width: 80%;
  }
}
.p-top-process-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-process-text {
  color: #ffffff;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .p-top-process-text {
    width: 60%;
    margin-left: auto;
    margin-bottom: 4rem;
    border-left: 1px solid #ffffff;
    padding-left: 2rem;
  }
  .p-top-process-text p {
    font-size: 1.5rem;
  }
}
.p-top-process-title {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .p-top-process-title {
    margin-bottom: 6rem;
  }
}
.p-top-process-title h2 {
  color: #ffffff;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 10;
  transform: translateY(0.5em);
}

@media screen and (max-width: 991px) {
  .p-top-process-title h2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-process-title h2 br.sp {
    display: none;
  }
}
.p-top-process-en {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

@media screen and (min-width: 992px) {
  .p-top-process-en {
    width: 45%;
  }
}
.p-top-process-en img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-carbonization {
  background-color: #9e9e9e;
  padding: 0 0 2rem 0;
}

@media screen and (min-width: 992px) {
  .p-top-carbonization {
    padding: 0 0 4rem 0;
  }
}
.p-top-carbonization-title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .p-top-carbonization-title {
    margin-bottom: 8rem;
  }
}
.p-top-carbonization-title h2 {
  color: #ffffff;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 10;
  margin-left: 0.3em;
  margin-bottom: -0.35em;
  margin-top: 1.2em;
}

@media screen and (max-width: 991px) {
  .p-top-carbonization-title h2 {
    font-size: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-carbonization-title h2 {
    margin-right: 0.5em;
  }
}
.p-top-carbonization-en {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

.p-top-carbonization-en img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-carbonization-text {
  color: #ffffff;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .p-top-carbonization-text {
    width: 60%;
    margin-bottom: 4rem;
    border-right: 1px solid #ffffff;
    padding-right: 2rem;
  }
  .p-top-carbonization-text p {
    font-size: 1.5rem;
  }
}
.p-top-carbonization-image {
  width: 100%;
}

.p-top-carbonization-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .p-top-carbonization-image img.pc {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-top-carbonization-image img.sp {
    display: none;
  }
}
.p-top-worth {
  background-color: #9e9e9e;
  padding: 0 0 2rem 0;
}

@media screen and (min-width: 992px) {
  .p-top-worth {
    padding: 0 0 4rem 0;
  }
}
.p-top-worth-en {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .p-top-worth-en {
    top: 3%;
  }
}
.p-top-worth-en img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-worth h2 {
  color: #ffffff;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 10;
  margin-left: 0.3em;
  margin-bottom: -0.35em;
}

@media screen and (max-width: 991px) {
  .p-top-worth h2 {
    font-size: 9vw;
  }
}
.p-top-worth-image {
  display: flex;
  flex-wrap: wrap;
}

.p-top-worth-image > div {
  width: 50%;
  aspect-ratio: 64/57;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-top-worth-image > div p {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .p-top-worth-image > div p {
    font-size: 5vw;
  }
}
.p-top-worth-image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.p-top-news {
  padding: 2rem 0 4rem;
}

@media screen and (min-width: 992px) {
  .p-top-news {
    padding: 4rem 0 8rem;
  }
}
.p-top-news-index {
  display: flex;
}

@media screen and (max-width: 991px) {
  .p-top-news-index {
    flex-direction: column;
  }
}
.p-top-news-item {
  padding: 1rem 0 0.5rem;
}

@media screen and (min-width: 992px) {
  .p-top-news-item {
    flex: 1;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-news-item:not(:last-child) {
    border-right: 1px solid #252525;
  }
}
@media screen and (max-width: 991px) {
  .p-top-news-item:not(:last-child) {
    border-bottom: 1px solid #252525;
  }
}
.p-top-news-item a,
.p-top-news-item a:visited {
  color: #252525;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .p-top-news-item a,
  .p-top-news-item a:visited {
    display: flex;
    gap: 1rem;
  }
}
.p-top-news-item a:hover,
.p-top-news-item a:visited:hover {
  color: #252525;
}

.p-top-news-item a:hover .p-top-news-thumbnail,
.p-top-news-item a:visited:hover .p-top-news-thumbnail {
  filter: brightness(1.3);
}

.p-top-news-item h2 {
  font-size: 1rem;
}

.p-top-news-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-top-news-category {
  background-color: #252525;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .p-top-news-category {
    padding: 0.05rem 0.25rem;
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
  }
}
.p-top-news-date {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .p-top-news-date {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
}
.p-top-news-thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-top-news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .p-top-news-thumbnail {
    width: 30%;
  }
}
.p-top-news-thumbnail + div {
  flex: 1;
}

.p-news-download {
  background-color: #252525;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bg_download.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width:991px) {
  .p-news-download {
    padding: 4rem 0;
  }
}
.p-news-download > a,
.p-news-download a:visited {
  background-color: #ffffff;
  aspect-ratio: 1/1;
  width: min(480px, 70%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  color: #252525;
}
.p-news-download > a img,
.p-news-download a:visited img {
  width: 120px;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-news-download > a span,
.p-news-download a:visited span {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:991px) {
  .p-news-download > a span,
  .p-news-download a:visited span {
    font-size: 1rem;
  }
}
.p-news-download > a:after,
.p-news-download a:visited:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #252525;
  border-radius: 36px;
  background-image: url("../images/arrow-black.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:991px) {
  .p-news-download > a:after,
  .p-news-download a:visited:after {
    width: 48px;
    height: 48px;
    background-size: 24px;
  }
}
.p-news-download > a:hover img,
.p-news-download > a:hover span, .p-news-download > a:hover:after,
.p-news-download a:visited:hover img,
.p-news-download a:visited:hover span,
.p-news-download a:visited:hover:after {
  opacity: 0.25;
}
.p-news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:991px) {
  .p-news-title {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.p-news-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width:991px) {
  .p-news-title ul {
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.p-news-title ul a,
.p-news-title ul a:visited {
  font-size: 1.25rem;
  font-weight: 700;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-news-title ul a span,
.p-news-title ul a:visited span {
  font-size: 0.75rem;
  font-weight: 400;
}
.p-news-title ul a:hover,
.p-news-title ul a:visited:hover {
  opacity: 0.25;
}
.p-news-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #252525;
}
.p-news-item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.p-news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-news-item-thumbnail {
  width: 240px;
  aspect-ratio: 16/10;
  flex-shrink: 0;
  transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width:991px) {
  .p-news-item-thumbnail {
    width: 20%;
    aspect-ratio: 4/3;
  }
}
.p-news-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-item-content {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-news-item-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width:991px) {
  .p-news-item-content h2 {
    font-size: 0.875rem;
  }
}
.p-news-item-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-news-item-category {
  background-color: #252525;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media screen and (max-width:991px) {
  .p-news-item-category {
    padding: 0.05rem 0.25rem;
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
  }
}
.p-news-item-date {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media screen and (max-width:991px) {
  .p-news-item-date {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
}
.p-news-item > a,
.p-news-item a:visited {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #252525;
}
@media screen and (max-width:991px) {
  .p-news-item > a,
  .p-news-item a:visited {
    gap: 1rem;
  }
}
.p-news-item > a:hover,
.p-news-item a:visited:hover {
  color: #252525;
}
.p-news-item > a:hover .p-news-item-thumbnail,
.p-news-item a:visited:hover .p-news-item-thumbnail {
  filter: brightness(1.3);
}
.p-news-item > a:hover .p-news-item-content,
.p-news-item a:visited:hover .p-news-item-content {
  opacity: 0.5;
}
.p-news-article {
  margin-bottom: 6rem;
}
@media screen and (max-width:991px) {
  .p-news-article {
    margin-bottom: 4rem;
  }
}
.p-news-article-date {
  margin-bottom: 1rem;
  color: #252525;
}
@media screen and (max-width:991px) {
  .p-news-article-date {
    font-size: 0.75rem;
    margin-bottom: 0.5em;
  }
}
.p-news-article-title {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 2rem;
}
@media screen and (max-width:991px) {
  .p-news-article-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.p-news-article-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
}
@media screen and (max-width:991px) {
  .p-news-article-thumbnail {
    margin-bottom: 2rem;
  }
}
.p-news-article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-download-form {
  width: 100%;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width:991px) {
  .p-download-form {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (min-width:992px) {
  .p-download-form-desc {
    width: 40%;
  }
}
.p-download-form-desc ul {
  margin-left: 0;
  padding-left: 1.5rem;
}
.p-download-form-input {
  flex: 1;
  background-color: #a7a7a7;
  padding: 2rem;
}
.p-download-header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-download-header {
    margin-top: -2rem;
  }
}
.p-download-logo {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 8rem 0;
}
@media screen and (max-width:991px) {
  .p-download-logo {
    width: 30%;
    margin: 8vw 0;
  }
}
.p-download-logo > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-download-logo img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width:991px) {
  .p-download-logo img {
    width: 20vw;
  }
}
.p-download-logo p {
  margin-top: 0.75rem;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:991px) {
  .p-download-logo p {
    font-size: 1rem;
  }
}
@media screen and (min-width:992px) {
  .p-download-logo p br {
    display: none;
  }
}
.p-download-img {
  display: block;
  flex: 1;
  position: relative;
}
.p-download-img-1, .p-download-img-2 {
  position: absolute;
  display: block;
}
.p-download-img-1 img, .p-download-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-download-img-1 {
  width: 75%;
  top: 0;
  right: 0;
  aspect-ratio: 16/9;
}
.p-download-img-2 {
  width: 35%;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
}
.p-download .wpcf7-form {
  width: 100%;
}
.p-download .wpcf7-form input[type=text],
.p-download .wpcf7-form input[type=email] {
  width: 100%;
  padding: 0.5rem 1rem;
}
.p-download .wpcf7-form input[type=submit] {
  opacity: 1;
  cursor: pointer;
  background-color: #252525;
  color: #ffffff;
  border: none;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
}
.p-download .wpcf7-form input[type=submit]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.p-download .wpcf7-form a,
.p-download .wpcf7-form a:visited {
  color: #252525;
  text-decoration: underline;
}

.p-contact dl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:991px) {
  .p-contact dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact dl dt {
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .p-contact dl dt {
    width: 15%;
  }
}
.p-contact dl dd {
  margin-left: 0;
  width: 100%;
}
.p-contact dl dd input[type=text],
.p-contact dl dd input[type=email],
.p-contact dl dd input[type=url],
.p-contact dl dd input[type=tel],
.p-contact dl dd textarea {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media screen and (min-width:992px) {
  .p-contact dl dd {
    width: 85%;
  }
}
.p-contact dl dt p,
.p-contact dl dd p {
  margin: 0;
}
.p-contact .wpcf7-radio {
  line-height: 2;
}
.p-contact .wpcf7-acceptance {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-contact .wpcf7-acceptance a {
  color: #252525;
  text-decoration: underline;
}
.p-contact .wpcf7-list-item {
  margin-left: 0;
}
.p-contact input[type=submit] {
  opacity: 1;
  cursor: pointer;
  background-color: #252525;
  color: #ffffff;
  border: none;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
}
.p-contact input[type=submit]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.p-about-aboutus {
  padding-bottom: 4rem;
}
@media screen and (min-width:992px) {
  .p-about-aboutus {
    padding-bottom: 8rem;
  }
}
.p-about-aboutus-flex {
  display: flex;
  justify-content: flex-end;
}
.p-about-aboutus table {
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width:992px) {
  .p-about-aboutus table {
    width: 60%;
  }
}
.p-about-aboutus table th,
.p-about-aboutus table td {
  padding: 1rem;
}
@media screen and (max-width:991px) {
  .p-about-aboutus table th,
  .p-about-aboutus table td {
    font-size: 0.875rem;
  }
}
.p-about-aboutus table th {
  border-bottom: 3px solid #a7a7a7;
  white-space: nowrap;
}
.p-about-aboutus table td {
  border-bottom: 1px solid #a7a7a7;
}
.p-about-works {
  padding-bottom: 4rem;
}
@media screen and (min-width:992px) {
  .p-about-works {
    padding-bottom: 8rem;
  }
}
.p-about-works-lead {
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-about-works-lead {
    width: 60%;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 4rem;
  }
}
.p-about-works-segment {
  border: 1px solid #a7a7a7;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width:992px) {
  .p-about-works-segment {
    padding: 4rem 8rem 3rem;
  }
}
.p-about-works-segment-flex {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .p-about-works-segment-flex {
    flex-wrap: wrap;
  }
}
.p-about-works-segment-flex > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width:991px) {
  .p-about-works-segment-flex > div {
    width: calc(50% - 0.5rem);
  }
}
.p-about-works-segment-flex h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:992px) {
  .p-about-works-segment-flex h4 {
    font-size: 1.25rem;
  }
}
.p-about-works-segment-flex p {
  margin: 0;
}
@media screen and (max-width:991px) {
  .p-about-works-segment-flex p {
    font-size: 0.75rem;
  }
}
.p-about-works-segment-photo {
  overflow: hidden;
}
.p-about-works-segment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:992px) {
  .p-about-works-segment-photo {
    aspect-ratio: 27/40;
    display: block;
  }
}
@media screen and (max-width:991px) {
  .p-about-works-segment-photo {
    aspect-ratio: 12/10;
    display: block;
  }
}
.p-about-works h3 {
  line-height: 1;
  margin-top: calc(-2rem - 0.5em);
  background-color: #f1f1f1;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-about-works h3 {
    margin-top: calc(-4rem - 0.5em);
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}
.p-about-recycle {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #a7a7a7;
  margin-bottom: 4rem;
}
@media screen and (min-width:576px) {
  .p-about-recycle {
    padding: 4rem 0;
    margin-bottom: 8rem;
    background-color: #a7a7a7;
  }
}
.p-about-recycle h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 0 2rem;
  z-index: 10;
}
@media screen and (min-width:576px) {
  .p-about-recycle h3 {
    transform: translateY(0.75em);
    font-size: 2rem;
    margin: 0;
  }
}
.p-about-recycle-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
  position: relative;
}
.p-about-recycle-image-1, .p-about-recycle-image-2 {
  width: 100%;
}
@media screen and (max-width:575px) {
  .p-about-recycle-image .pc {
    display: none;
  }
}
.p-about-recycle-image .sp {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width:576px) {
  .p-about-recycle-image .sp {
    display: none;
  }
}
.p-about-companies-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:575px) {
  .p-about-companies-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-about-companies-item-logo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/10;
}
@media screen and (min-width:576px) {
  .p-about-companies-item-logo {
    width: 200px;
  }
}
.p-about-companies-item-logo a {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-about-companies-item-logo a:hover {
  opacity: 0.5;
}
.p-about-companies-item-logo p {
  width: 70%;
  text-align: center;
  margin: 0;
  display: block;
}
.p-about-companies-item-text {
  flex: 1;
}
.p-about-companies-item-text a,
.p-about-companies-item-text a:visited {
  color: #252525;
  text-decoration: none;
}
.p-about-companies-item-text h3 {
  font-size: 2rem;
  margin: 0.5em 0;
}
.p-about-companies-item-segment {
  background-color: #252525;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.1rem 0.5rem;
}

.p-sustainability-lead {
  margin-bottom: 2rem;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .p-sustainability-lead {
    width: 60%;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 4rem;
  }
}
.p-sustainability-rd {
  background-color: #a7a7a7;
  width: 100%;
  padding: 1.5rem;
}
.p-sustainability-rd h3 {
  color: #ffffff;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width:992px) {
  .p-sustainability-rd h3 {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width:992px) {
  .p-sustainability-rd {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
  }
}
.p-sustainability-rd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:991px) {
  .p-sustainability-rd-pc {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .p-sustainability-rd-sp {
    display: none;
  }
}
.p-sustainability-toyotaarena {
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-sustainability-toyotaarena {
    margin-bottom: 4rem;
  }
}
.p-sustainability-toyotaarena-title {
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  .p-sustainability-toyotaarena-title {
    display: flex;
    gap: 5rem;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
}
.p-sustainability-toyotaarena-title h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .p-sustainability-toyotaarena-title h2 {
    font-size: 2.5rem;
  }
}
.p-sustainability-toyotaarena-title p {
  margin-bottom: 0;
}
.p-sustainability-toyotaarena-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #a7a7a7;
}
.p-sustainability-southgarden {
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-sustainability-southgarden {
    margin-bottom: 4rem;
  }
}
.p-sustainability-southgarden-title {
  margin-bottom: 1rem;
}
.p-sustainability-southgarden-title h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  text-indent: -0.5em;
}
@media screen and (min-width:992px) {
  .p-sustainability-southgarden-title h2 {
    font-size: 2.5rem;
  }
}
.p-sustainability-southgarden-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #a7a7a7;
}
.p-sustainability-southgarden-partner {
  width: 100%;
}
@media screen and (min-width:992px) {
  .p-sustainability-southgarden-partner {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .p-sustainability-southgarden-partner > div:first-child {
    width: calc(60% - 0.5rem);
  }
  .p-sustainability-southgarden-partner > div:last-child {
    width: calc(40% - 0.5rem);
  }
}
@media screen and (max-width:991px) {
  .p-sustainability-southgarden-partner > div:first-child {
    margin: 1rem auto 0;
    width: 80%;
  }
}
.p-sustainability-southgarden-partner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability-project-title {
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .p-sustainability-project-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-sustainability-project-title h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-indent: -0.5em;
}
@media screen and (min-width:992px) {
  .p-sustainability-project-title h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width:992px) {
  .p-sustainability-project-photo {
    width: 50%;
  }
}
@media screen and (min-width:992px) {
  .p-sustainability-project-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.swiper {
  width: 100%;
}
.swiper-slide {
  background-color: white;
  aspect-ratio: 10/16;
  position: relative;
}
.swiper-slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: white;
  padding: 1rem;
  align-items: center;
}
.swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.75);
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-button-next, .swiper-button-prev {
  color: white;
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.swiper-button-next:hover {
  transform: translateX(8px);
}
.swiper-button-prev:hover {
  transform: translateX(-8px);
}