@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
:root {
  --white: #fdfdfd;
  --black: #000000;
  --primary: #a59a93;
  --secondary: #d6d2cf;
  --accent: #ff8d4a;
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@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: 1.5vw 0 0 0;
  position: relative;
  min-height: 100vh;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: var(--secondary);
}

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

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

* {
  box-sizing: border-box;
}

/* WordPress 管理バー表示時の上余白 */
.admin-bar body {
  padding-top: 32px;
}

/* モバイル対応 */
@media (max-width: 782px) {
  .admin-bar body {
    padding-top: 46px;
  }
}
.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-overflow-hidden {
  overflow: hidden;
}

figcaption {
  font-size: 0.875rem;
  color: #7a7a7a;
  text-align: center;
  font-style: italic;
  inline-size: 0;
  min-inline-size: fit-content;
  margin-inline: auto;
}

.l-header {
  position: absolute;
  top: 1.5vw;
  left: 0;
  width: 100%;
  z-index: 300;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .l-header {
    position: fixed;
  }
}
.l-header a,
.l-header button {
  pointer-events: auto;
}
.l-header .l-container, .l-header .l-container-full {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .l-header .l-container, .l-header .l-container-full {
    align-items: center;
  }
}
.l-header-logo {
  width: min(140px, 22vw);
  display: block;
  padding: 1rem 0;
}
.l-header-logo .is-white {
  display: none;
}
.l-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header nav {
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .l-header nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
}
.l-header nav a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header nav a {
    font-size: 1rem;
  }
}
.l-header-lang {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .l-header-lang {
    margin-bottom: 2rem;
  }
}
.l-header-lang a.is-active {
  text-decoration: underline;
}
.l-header-lang li:first-child:after {
  content: "/";
  margin-left: 0.5rem;
}
.l-header-nav-pc {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 991px) {
  .l-header-nav-pc {
    display: none;
  }
}
.l-header-nav-pc a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
.l-header-nav-pc a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-header-nav-pc a:hover::after {
  transform: scaleX(1);
}
.l-header-nav-sp {
  width: 100vw;
  height: 100vh;
  background-color: var(--secondary);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  padding: 0 1rem;
}
.l-header-nav-sp.is-ready {
  transition: transform 0.5s var(--ease-out-expo), opacity 0.4s ease, visibility 0.4s ease;
}
.l-header-nav-sp.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .l-header-nav-sp {
    display: none;
  }
}
.l-header-nav-sp__logo {
  width: min(140px, 22vw);
  display: block;
}
.l-header-nav-sp__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header-nav-sp__close {
  position: static;
}
.l-header-nav-sp ul {
  list-style: none;
  padding: 0;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header-nav-sp ul a {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  color: var(--black);
  text-decoration: none;
}
.l-header-nav-sp__contact-link {
  color: var(--black);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.1875rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.l-header-nav-sp__contact-link:after {
  content: "";
  width: min(4rem, 10vw);
  height: min(4rem, 10vw);
  display: block;
  background-image: url("../images/arrow_contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.l-header-nav-sp__contact-link:hover:after {
  transform: translateX(1rem);
}
.l-header-nav-sp__contact-text {
  font-size: 0.6875rem;
  color: var(--black);
  margin: 0.75rem 0 0;
  line-height: 1.6;
}
.l-header-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-header-toggle {
    display: none;
  }
}
.l-header-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.l-header-toggle.is-active {
  gap: 0;
}
.l-header-toggle.is-active span {
  background-color: var(--black) !important;
}
.l-header-toggle.is-active span:first-child {
  transform: translateY(1px) rotate(45deg);
}
.l-header-toggle.is-active span:last-child {
  transform: translateY(-1px) rotate(-45deg);
}

body.is-covered .l-header nav a {
  color: var(--white);
}
body.is-covered .l-header-logo .is-black {
  display: none;
}
body.is-covered .l-header-logo .is-white {
  display: block;
}
body.is-covered .l-header-lang li:first-child:after {
  color: var(--white);
}
body.is-covered .l-header-toggle span {
  background-color: var(--white);
}

body.is-nav-open .l-header-logo .is-black {
  display: block !important;
}
body.is-nav-open .l-header-logo .is-white {
  display: none !important;
}
body.is-nav-open .l-header-lang a {
  color: var(--black) !important;
}
body.is-nav-open .l-header-lang li:first-child:after {
  color: var(--black) !important;
}

.l-footer {
  background-color: var(--primary);
  width: 100%;
  padding: 6rem 0 42px;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (max-width: 991px) {
  .l-footer {
    border-radius: 2rem 2rem 0 0;
    padding: 3rem 0 3rem;
  }
}
.l-footer nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .l-footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 2rem;
  }
  .l-footer nav ul {
    align-self: flex-end;
  }
}
.l-footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.l-footer nav ul a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-footer nav ul a {
    font-size: 1.0625rem;
  }
}
.l-footer nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-footer nav ul a:hover::after {
  transform: scaleX(1);
}
.l-footer-slogan {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 6.125rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .l-footer-slogan {
    font-size: 2.125rem;
  }
}
.l-footer .l-container,
.l-footer .l-container-full {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .l-footer .l-container,
  .l-footer .l-container-full {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.l-footer-company h3 {
  font-size: 2.1875rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .l-footer-company h3 {
    font-size: 1rem;
  }
}
.l-footer-company h3 + p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.375rem;
}
@media screen and (max-width: 991px) {
  .l-footer-company h3 + p {
    font-size: 0.625rem;
  }
}
.l-footer-company address {
  font-style: normal;
  font-size: 0.9375rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .l-footer-company address {
    font-size: 0.625rem;
  }
}
.l-footer-copyright {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .l-footer-copyright {
    font-size: 0.4375rem;
    text-align: left;
  }
}
.l-footer-contact {
  padding: 6rem 0;
}
@media screen and (max-width: 991px) {
  .l-footer-contact {
    padding: 3rem 0;
  }
}
.l-footer-contact a {
  color: var(--black);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 7.8125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .l-footer-contact a {
    font-size: 3.5rem;
  }
}
.l-footer-contact a:after {
  content: "";
  width: min(4rem, 10vw);
  height: min(4rem, 10vw);
  display: block;
  background-image: url("../images/arrow_contact.png");
  background-size: contain;
  transition: transform 0.3s ease;
}
.l-footer-contact a:hover {
  color: var(--accent);
}
.l-footer-contact a:hover:after {
  background-image: url("../images/arrow_contact_alt.png");
  transform: translateX(1rem);
}
.l-footer-contact a p {
  font-weight: 600;
}
.l-footer-contact a + p {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .l-footer-contact a + p {
    font-size: 0.6875rem;
  }
}

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

.l-cover {
  width: 100%;
  height: min(90vh, 990px);
  position: relative;
  overflow: hidden;
  margin-top: -1.5vw;
}
.l-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
}
.l-cover-img-1, .l-cover-img-2, .l-cover-img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: coverDissolve 12s infinite;
}
.l-cover-img-1 img, .l-cover-img-2 img, .l-cover-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cover-img-1 {
  animation-delay: 0s;
}
.l-cover-img-2 {
  animation-delay: 4s;
}
.l-cover-img-3 {
  animation-delay: 8s;
}
@media screen and (max-width: 991px) {
  .l-cover-img .pc {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .l-cover-img .sp {
    display: none;
  }
}
.l-cover-slogan {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.l-cover-slogan-wrapper {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: sloganReveal 1.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 991px) {
  .l-cover-slogan {
    bottom: 5px;
  }
}
.l-cover-slogan img {
  width: 100%;
  object-fit: cover;
}
.l-cover-copyright {
  text-align: right;
  font-family: "Instrument Sans", sans-serif;
  color: var(--white);
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .l-cover-copyright {
    font-size: 0.5625rem;
  }
}
.l-cover-text {
  position: absolute;
  top: 45%;
  left: 2vw;
  z-index: 3;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  opacity: 0;
  transform: translateY(-45%);
  animation: textFadeIn 1.2s ease-out forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 991px) {
  .l-cover-text {
    top: 20%;
  }
}
.l-cover.p-sustainability-new {
  height: auto;
}
.l-cover--static .l-cover-img-1, .l-cover--static .l-cover-img-2, .l-cover--static .l-cover-img-3 {
  opacity: 1;
  animation: none;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes sloganReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes sloganImgSlide {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes coverDissolve {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body:not(:has(.l-cover)) .l-main {
  padding-top: 12rem;
}
@media screen and (max-width: 991px) {
  body:not(:has(.l-cover)) .l-main {
    padding-top: 7rem;
  }
}

.l-main:has(.wpcf7-form) {
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .l-main:has(.wpcf7-form) {
    padding-bottom: 3rem;
  }
}
.l-main:has(.wpcf7-form) dl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .l-main:has(.wpcf7-form) dl {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
.l-main:has(.wpcf7-form) dl dt {
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .l-main:has(.wpcf7-form) dl dt {
    width: 15%;
  }
}
.l-main:has(.wpcf7-form) dl dd {
  margin-left: 0;
  width: 100%;
}
.l-main:has(.wpcf7-form) dl dd input[type=text],
.l-main:has(.wpcf7-form) dl dd input[type=email],
.l-main:has(.wpcf7-form) dl dd input[type=url],
.l-main:has(.wpcf7-form) dl dd input[type=tel],
.l-main:has(.wpcf7-form) dl dd textarea {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .l-main:has(.wpcf7-form) dl dd {
    width: 85%;
  }
}
.l-main:has(.wpcf7-form) dl dt p,
.l-main:has(.wpcf7-form) dl dd p {
  margin: 0;
}
.l-main:has(.wpcf7-form) .wpcf7-radio {
  line-height: 2;
}
.l-main:has(.wpcf7-form) .wpcf7-acceptance {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main:has(.wpcf7-form) .wpcf7-acceptance a {
  color: var(--black);
  text-decoration: underline;
}
.l-main:has(.wpcf7-form) .wpcf7-list-item {
  margin-left: 0;
}
.l-main:has(.wpcf7-form) + .l-footer-contact {
  display: none;
}

.c-btn-more {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 30px 53px 30px 74px;
  border: 1px solid var(--black);
  border-radius: 9999px;
  color: var(--black);
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .c-btn-more {
    padding: 20px 30px 20px 41px;
    font-size: 0.875rem;
  }
}
.c-btn-more:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-image: url("../images/arrow_contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.c-btn-more:hover {
  background-color: var(--accent);
}
.c-btn-more:hover:after {
  transform: translateX(0.4rem);
}

.wpcf7-submit {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 30px 53px;
  border: 1px solid var(--black);
  border-radius: 9999px;
  color: var(--black);
  background-color: transparent;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem !important;
  font-weight: 500;
  cursor: pointer;
  min-width: 280px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .wpcf7-submit {
    padding: 20px 30px;
    font-size: 0.875rem;
  }
}
.wpcf7-submit:hover {
  background-color: var(--accent);
}
.wpcf7-submit:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.c-table table {
  width: 100%;
}
.c-table table tr td {
  border: none;
  padding: 1rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .c-table table tr td {
    display: block;
  }
}
.c-table table tr td:nth-child(1) {
  border-bottom: 2px solid var(--black);
  width: 20% !important;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .c-table table tr td:nth-child(1) {
    border-bottom: none;
    width: 100% !important;
    padding-bottom: 0;
  }
}
.c-table table tr td:nth-child(2) {
  border-bottom: 1px solid var(--black);
  width: 80% !important;
}
@media screen and (max-width: 991px) {
  .c-table table tr td:nth-child(2) {
    width: 100% !important;
  }
}

.c-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .c-title-section {
    font-size: 2.1875rem;
  }
}
.c-title-section small {
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .c-title-section small {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .c-title-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-top-cc {
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 575px) {
  .p-top-cc {
    padding: 3rem 0 2rem;
  }
}
.p-top-cc__label {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .p-top-cc__label {
    max-width: 388px;
    margin-bottom: 26px;
  }
}
.p-top-cc__title {
  font-size: 57.98px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .p-top-cc__title {
    font-size: 1.375rem;
  }
}
.p-top-cc__text {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--black);
  margin: 0 0 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-top-cc__text {
    font-size: 0.875rem;
  }
  .p-top-cc__text br {
    display: none;
  }
}
.p-top-news {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-top-news {
    padding: 2rem 0;
  }
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .p-top-news__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-top-news__item {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s var(--ease-out-quint), box-shadow 0.3s;
}
.p-top-news__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.p-top-news__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .p-top-news__link {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-top-news__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-news__thumb {
    width: 30%;
    aspect-ratio: 4/3;
    flex-shrink: 0;
  }
}
.p-top-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out-quint);
}
.p-top-news__item:hover .p-top-news__thumb img {
  transform: scale(1.05);
}
.p-top-news__body {
  padding: 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-top-news__body {
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.p-top-news__cat {
  background: var(--black);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.05em;
}
.p-top-news__date {
  font-size: 0.875rem;
  font-weight: 700;
}
.p-top-news__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
.p-top-qa {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-top-qa {
    padding: 2rem 0;
  }
}
.p-top-qa .p-qa {
  margin-bottom: 2.5rem;
}
.p-top-qa .p-qa__category {
  display: none;
}
.p-top-comparison {
  padding: 4rem 0;
}
.p-top-comparison h3 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 575px) {
  .p-top-comparison h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .p-top-comparison {
    padding: 2rem 0;
  }
  .p-top-comparison p {
    font-size: 0.875rem;
  }
}
.p-top-corevalue {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-top-corevalue {
    padding: 2rem 0;
  }
}
.p-top-partners {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-top-partners {
    padding: 2rem 0;
  }
}
.p-top-partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .p-top-partners ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .p-top-partners ul li {
    flex: 0 0 calc(50% - 1.5rem);
    display: flex;
    justify-content: center;
  }
}
.p-top-partners ul img {
  mix-blend-mode: multiply;
  max-width: 135px;
}

.p-corevalue {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
.p-corevalue__item {
  border: 1px solid #000;
  padding: 3rem;
  margin-bottom: 1.5rem;
}
.p-corevalue__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-corevalue__item {
    padding: 29px 42px;
  }
}
.p-corevalue__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .p-corevalue__title {
    font-size: 1.125rem;
  }
}
.p-corevalue__text {
  margin: 0;
  line-height: 1.7;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-corevalue__text {
    font-size: 0.875rem;
  }
}

.p-comparison__table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-comparison__table-wrapper {
    overflow: visible;
  }
}
.p-comparison__table-wrapper {
  /* Add a subtle shadow to indicate scroll on mobile */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background-attachment: local;
}
.p-comparison__table {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 0.875rem;
  background-color: var(--secondary); /* Fallback background */
}
.p-comparison__table th,
.p-comparison__table td {
  padding: 1.5rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary);
  line-height: 1.6;
}
.p-comparison__table th {
  font-weight: 500;
}
.p-comparison__table thead th {
  border-bottom: none;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 2rem;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .p-comparison__table thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: var(--secondary);
  }
}
.p-comparison__table {
  /* Mask bottom sub-pixel bleed from border-radius since there's no bottom border */
}
.p-comparison__table thead th:first-child {
  border-bottom: 1px solid var(--secondary);
}
@media screen and (min-width: 992px) {
  .p-comparison__table thead th:first-child {
    z-index: 4;
  }
}
.p-comparison__table {
  /* Fixed first column (Mobile Scroll support) */
}
.p-comparison__table th:first-child {
  position: sticky;
  left: 0;
  background-color: var(--secondary);
  z-index: 2;
  text-align: left;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
  /* Mask side sub-pixel bleed from adjacent orange highlight */
  border-right: 1px solid var(--secondary);
  background-clip: padding-box;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .p-comparison__table th:first-child br {
    display: none;
  }
}
.p-comparison__table {
  /* Arrow row */
}
.p-comparison__table .p-comparison__row-arrow th,
.p-comparison__table .p-comparison__row-arrow td {
  font-size: 1.5rem;
  padding: 1rem 0;
}
.p-comparison__table {
  /* The Highlighted Column (Orange) */
}
.p-comparison__table .is-highlight {
  background-color: var(--accent);
  color: var(--black);
  position: relative;
  z-index: 1;
}
.p-comparison__table {
  /* Round corners for the highlighted col */
}
.p-comparison__table thead th.is-highlight {
  border-radius: 20px 20px 0 0;
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-comparison__table thead th.is-highlight {
    position: sticky;
    background-color: var(--accent);
    z-index: 3;
  }
}
.p-comparison__table tbody tr:last-child td.is-highlight {
  border-radius: 0 0 20px 20px;
}
.p-comparison__table {
  /* Remove bottom border on the last row */
}
.p-comparison__table tbody tr:last-child th,
.p-comparison__table tbody tr:last-child td {
  border-bottom: none;
}
.p-comparison__table .c-mark {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
  font-family: Arial, sans-serif;
}
.p-comparison__table .c-mark--circle {
  color: var(--black);
}
.p-comparison__table .c-mark--triangle {
  color: #888;
}
.p-comparison__table .c-mark--cross {
  color: #888;
}
.p-comparison__table .is-highlight .c-mark {
  color: var(--black);
}

.p-qa-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-qa-filter__btn {
  padding: 0.35em 1em;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-qa-filter__btn:hover, .p-qa-filter__btn.is-active {
  background-color: #000;
  border-color: #000;
  color: var(--white);
}

.p-qa {
  margin-top: 2rem;
}
.p-qa__item {
  border-bottom: 1px solid var(--primary);
}
.p-qa__item:first-child {
  border-top: 1px solid var(--primary);
}
.p-qa__question {
  padding: 1.5rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none; /* Hide default triangle */
  font-weight: 500; /* or bold */
}
.p-qa__question::-webkit-details-marker {
  display: none; /* Hide default triangle in Safari */
}
.p-qa__question-text {
  flex: 1;
}
.p-qa__category {
  display: inline-block;
  padding: 0.35em 1em;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 2em;
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  .p-qa__category {
    display: none;
  }
}
.p-qa__icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 1rem;
}
.p-qa__icon::before, .p-qa__icon::after {
  content: "";
  position: absolute;
  background-color: var(--black);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease-out-quint);
}
.p-qa__icon::before {
  width: 100%;
  height: 1px;
}
.p-qa__icon::after {
  width: 1px;
  height: 100%;
}
.p-qa__answer {
  padding-bottom: 1.5rem;
  line-height: 1.6;
}
.p-qa__item[open] .p-qa__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-page-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 0;
}
.p-page-title small {
  display: block;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}

.p-aboutus {
  margin-bottom: 62px;
}
.p-aboutus .c-table table {
  width: auto;
}
@media screen and (min-width: 992px) {
  .p-aboutus .c-table {
    margin-left: 70px;
  }
}

.p-news-header {
  margin-bottom: 1rem;
}
.p-news-categories {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .p-news-categories {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}
.p-news-categories li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--black);
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-news-categories li a:hover {
  opacity: 0.6;
}
.p-news-categories li a span {
  font-size: 0.75rem;
  font-weight: 400;
}
.p-news-index {
  margin-bottom: 6rem;
}
.p-news-item {
  border-bottom: 1px dotted var(--black);
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .p-news-item {
    padding: 1rem 0;
  }
}
.p-news-item:first-child {
  border-top: 1px dotted var(--black);
}
.p-news-item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .p-news-item a {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0.5rem 1rem;
  }
}
.p-news-item a:hover .p-news-item-thumbnail img {
  transform: scale(1.05);
}
.p-news-item a:hover .p-news-item-title {
  opacity: 0.6;
}
.p-news-item-thumbnail {
  width: 240px;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-news-item-thumbnail {
    width: 100px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.p-news-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out-quint);
}
.p-news-item-content {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-news-item-content {
    display: contents;
  }
}
.p-news-item-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .p-news-item-meta {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
    align-self: center;
  }
}
.p-news-item-category {
  background: var(--black);
  color: var(--white);
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin: 0;
}
.p-news-item-date {
  font-size: 0.875rem;
  margin: 0;
}
.p-news-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 991px) {
  .p-news-item-title {
    font-size: 1rem;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.p-news-pagination {
  margin-top: 4rem;
}
.p-news-pagination .pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.p-news-pagination .pagination .nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-news-pagination .pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s;
}
.p-news-pagination .pagination .page-numbers.current, .p-news-pagination .pagination .page-numbers:hover {
  background: var(--black);
  color: var(--white);
}
.p-news-detail .p-news-item-date {
  text-align: left;
}
.p-news-detail-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
}
.p-news-detail-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-detail-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0.5rem 0 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .p-news-detail-title {
    font-size: 1.8rem;
  }
}
.p-news-detail-content {
  padding: 2rem 0;
}

.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: #7a7a7a;
  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: #7a7a7a;
}
.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: #7a7a7a;
}
.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;
  }
}

/* Sustainability V2 Styles */
.p-sustainability-new {
  --accent-lt: rgba(0, 190, 174, 0.08);
  --accent-glow: rgba(0, 190, 174, 0.15);
  --dk: #252525;
  --dk2: #2a2a2a;
  --dk3: #3a3a3a;
  --g8: #252525;
  --g6: #7a7a7a;
  --g4: #9e9e9e;
  --g2: #e0e0e0;
  --g1: #f1f1f1;
  --w: #ffffff;
  --ja: 'Zen Kaku Gothic Antique', 'Hiragino Sans', sans-serif;
  --en: 'Inter', sans-serif;
  --sp: 100px 0;
  font-family: var(--ja);
  color: var(--g8);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.p-sustainability-new .ctn-large {
  width: min(100vw - 2rem, 1280px);
  margin: 0 auto;
  position: relative;
}
.p-sustainability-new .ctn-normal {
  width: min(100vw - 2rem, 1024px);
  margin: 0 auto;
  position: relative;
}
.p-sustainability-new .sec {
  padding: var(--sp);
}
.p-sustainability-new {
  /* HERO */
}
.p-sustainability-new .hero {
  position: relative;
  background: var(--dk);
  color: var(--w);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 60px;
}
.p-sustainability-new .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 80%, rgba(0, 190, 174, 0.06) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 80% 20%, rgba(0, 190, 174, 0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}
.p-sustainability-new .hero-c {
  position: relative;
  z-index: 3;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-sustainability-new .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
}
.p-sustainability-new .hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.p-sustainability-new .hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.p-sustainability-new .hero-slider img.active {
  opacity: 1;
}
.p-sustainability-new .hero-lb {
  font-family: var(--en);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-sustainability-new .hero-lb::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--accent);
}
.p-sustainability-new .hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.p-sustainability-new .hero h1 .ac {
  color: var(--accent);
}
.p-sustainability-new .hero-desc {
  font-size: 1rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.75);
  max-width: 700px;
  margin-bottom: 48px;
}
.p-sustainability-new .hero-sts {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.p-sustainability-new .hero-deco {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.15;
  z-index: 0;
}
.p-sustainability-new .h-st {
  display: flex;
  flex-direction: column;
}
.p-sustainability-new .h-st-n {
  font-family: var(--en);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}
.p-sustainability-new .h-st-n span {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.p-sustainability-new .h-st-l {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
.p-sustainability-new {
  /* SECTION COMMON */
}
.p-sustainability-new .s-hd {
  margin-bottom: 64px;
}
.p-sustainability-new .s-lb {
  font-family: var(--en);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-sustainability-new .s-lb-center {
  justify-content: center;
}
.p-sustainability-new .s-lb::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.p-sustainability-new .s-tt {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-sustainability-new .s-st {
  font-size: 0.95rem;
  color: var(--g6);
  margin-top: 16px;
  max-width: 700px;
  line-height: 1.9;
}
.p-sustainability-new {
  /* INDUSTRY USE CASES */
}
.p-sustainability-new .ind {
  background: var(--g1);
}
.p-sustainability-new .ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-sustainability-new .ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .ind-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-sustainability-new .ind-card {
  background: var(--w);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.p-sustainability-new .ind-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-glow);
}
.p-sustainability-new .ind-card-top {
  padding: 48px 28px 32px;
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  color: var(--w);
}
.p-sustainability-new .ind-card-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: -1;
}
.p-sustainability-new .ind-card--apparel .ind-card-top {
  background-image: url("../images/photo_fiber.jpg");
}
.p-sustainability-new .ind-card--uniform .ind-card-top {
  background-image: url("../images/Uniforms_and_work_202602191656.jpeg");
}
.p-sustainability-new .ind-card--construction .ind-card-top {
  background-image: url("../images/Work_clothes_protective_202602191658.jpeg");
}
.p-sustainability-new .ind-card--commercial .ind-card-top {
  background-image: url("../images/Curtains_and_cloths_202602191700.jpeg");
}
.p-sustainability-new .ind-card--interior .ind-card-top {
  background-image: url("../images/Interior_202602191701.jpeg");
}
.p-sustainability-new .ind-card--sports .ind-card-top {
  background-image: url("../images/toyota-arena.jpg");
}
.p-sustainability-new .ind-card .ind-en {
  font-family: var(--en);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.p-sustainability-new .ind-card .ind-nm {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--w);
}
.p-sustainability-new .ind-card .ind-waste {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 0;
}
.p-sustainability-new .ind-card .ind-waste strong {
  color: var(--w);
  font-weight: 600;
}
.p-sustainability-new .ind-card-bottom {
  background: white;
  padding: 24px 28px 32px;
  flex: 1;
}
.p-sustainability-new .ind-card .ind-benefit-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-sustainability-new .ind-card .ind-benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-sustainability-new .ind-card .ind-ben {
  font-size: 0.8rem;
  color: var(--g8);
  line-height: 1.6;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.p-sustainability-new .ind-card .ind-ben::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 6px;
}
.p-sustainability-new .ind-footer {
  margin-top: 48px;
  text-align: center;
}
.p-sustainability-new .ind-footer p {
  font-size: 0.85rem;
  color: var(--g6);
  line-height: 1.8;
}
.p-sustainability-new {
  /* R&D */
}
.p-sustainability-new .rd-sec {
  background: var(--w);
  border-bottom: 1px solid var(--g2);
}
.p-sustainability-new .rd-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .rd-g {
    grid-template-columns: 1fr;
  }
}
.p-sustainability-new .rd-c {
  border-radius: 16px;
  overflow: hidden;
  background: var(--w);
  border: 1px solid var(--g2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.p-sustainability-new .rd-cv {
  height: 200px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--dk);
  background: var(--w);
  font-size: 0.9rem;
  padding: 32px;
  text-align: center;
  border-bottom: 1px solid var(--g2);
}
.p-sustainability-new .rd-cv img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}
.p-sustainability-new .rd-cb {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-sustainability-new .rd-co {
  font-family: var(--en);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--w);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  opacity: 0.8;
}
.p-sustainability-new .rd-cn {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--w);
}
.p-sustainability-new .rd-cd {
  font-size: 0.82rem;
  color: var(--w);
  opacity: 0.9;
  line-height: 1.7;
}
.p-sustainability-new {
  /* FILTER */
}
.p-sustainability-new .f-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.p-sustainability-new .f-btn {
  font-family: var(--ja);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid var(--g2);
  background: var(--w);
  color: var(--g6);
  cursor: pointer;
  transition: all 0.2s;
}
.p-sustainability-new .f-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.p-sustainability-new .f-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--w);
}
.p-sustainability-new {
  /* ARCHIVE */
}
.p-sustainability-new .arc {
  background: var(--w);
}
.p-sustainability-new .arc-list {
  display: flex;
  flex-direction: column;
}
.p-sustainability-new .arc-i {
  display: grid;
  grid-template-columns: 140px 320px 1fr;
  gap: 32px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--g2);
  transition: all 0.3s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.p-sustainability-new .arc-i:first-child {
  border-top: 1px solid var(--g2);
}
.p-sustainability-new .arc-i:hover {
  background: var(--g2);
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.p-sustainability-new .arc-i:hover .arc-th img {
  transform: scale(1.05);
}
.p-sustainability-new .arc-i:hover .arc-lk svg {
  transform: translateX(4px);
}
@media screen and (max-width: 1199px) {
  .p-sustainability-new .arc-i {
    grid-template-columns: 120px 240px 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .arc-i {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }
  .p-sustainability-new .arc-i:hover {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-sustainability-new .arc-meta {
  padding-top: 4px;
}
.p-sustainability-new .arc-dt {
  font-family: var(--en);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--g4);
  margin-bottom: 8px;
}
.p-sustainability-new .arc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-sustainability-new .arc-tag {
  font-size: 0.68rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  color: var(--accent);
  white-space: nowrap;
}
.p-sustainability-new .arc-th {
  width: 320px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--g1);
  flex-shrink: 0;
}
.p-sustainability-new .arc-th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media screen and (max-width: 1199px) {
  .p-sustainability-new .arc-th {
    width: 240px;
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .arc-th {
    width: 100%;
    height: 200px;
  }
}
.p-sustainability-new .arc-bd {
  padding-top: 4px;
}
.p-sustainability-new .arc-tt {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.p-sustainability-new .arc-ex {
  font-size: 0.85rem;
  color: var(--g6);
  line-height: 1.8;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-sustainability-new .arc-sig {
  margin-top: 16px;
  padding: 12px 16px;
  background: var(--accent-lt);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 500;
  line-height: 1.7;
}
.p-sustainability-new .arc-lk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  font-family: var(--en);
  letter-spacing: 0.05em;
}
.p-sustainability-new .arc-lk svg {
  transition: transform 0.2s;
}
.p-sustainability-new {
  /* RESULTS */
}
.p-sustainability-new .res {
  background: var(--dk);
  color: var(--w);
  position: relative;
  overflow: hidden;
}
.p-sustainability-new .res::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 70% 50%, rgba(0, 190, 174, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.p-sustainability-new .res-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .p-sustainability-new .res-g {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .res-g {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.p-sustainability-new .res-c {
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .res-c {
    padding: 28px 16px;
  }
}
.p-sustainability-new .res-n {
  font-family: var(--en);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
}
.p-sustainability-new .res-u {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.p-sustainability-new .res-l {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  line-height: 1.6;
}
.p-sustainability-new .res-nt {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 8px;
}
.p-sustainability-new .res-ft {
  text-align: center;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.p-sustainability-new .res-ft p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.p-sustainability-new {
  /* CTA */
}
.p-sustainability-new .cta {
  background: var(--g1);
  text-align: center;
}
.p-sustainability-new .cta-c {
  max-width: 700px;
  margin: 0 auto;
}
.p-sustainability-new .cta h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-sustainability-new .cta-ds {
  font-size: 0.95rem;
  color: var(--g6);
  margin-bottom: 40px;
  line-height: 1.9;
}
.p-sustainability-new .cta-bts {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .p-sustainability-new .cta-bts {
    flex-direction: column;
    align-items: center;
  }
}
.p-sustainability-new .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 100px;
  font-family: var(--ja);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.p-sustainability-new .btn-p {
  background: var(--accent);
  color: var(--w);
}
.p-sustainability-new .btn-p:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(171, 173, 173, 0.3);
  color: var(--w);
}
.p-sustainability-new .btn-s {
  background: var(--w);
  color: var(--g8);
  border: 1px solid var(--g2);
}
.p-sustainability-new .btn-s:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.p-sustainability-new {
  /* ANIMATIONS */
}
.p-sustainability-new .fi {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s, transform 0.6s;
}
.p-sustainability-new .fi.vis {
  opacity: 1;
  transform: translateY(0);
}
.p-sustainability-new .fi-d1 {
  transition-delay: 0.1s;
}
.p-sustainability-new .fi-d2 {
  transition-delay: 0.2s;
}
.p-sustainability-new .fi-d3 {
  transition-delay: 0.3s;
}
.p-sustainability-new .fi-d4 {
  transition-delay: 0.4s;
}

.p-service-cover {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  color: var(--white);
  z-index: 2;
}
.p-service-cover .l-container, .p-service-cover .l-container-full {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-service-cover .l-container, .p-service-cover .l-container-full {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-service-cover-text {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-service-cover-text {
    font-size: 1.125rem;
    margin-top: 0.5em;
  }
}
.p-service-cover-title {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-service-cover-title {
    order: -1;
    font-size: 3.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1;
  }
}
.p-service-vision {
  padding: 6rem 0 0;
}
@media screen and (max-width: 575px) {
  .p-service-vision {
    padding: 3rem 0 0;
  }
}
.p-service-vision-text {
  font-size: 2.4375rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .p-service-vision-text {
    font-size: 1.3125rem;
  }
}
.p-service-vision-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-service-vision-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-service-vision-flex img {
  width: min(400px, 70%);
}
@media screen and (max-width: 991px) {
  .p-service-vision-flex img {
    margin: 1rem auto 0;
  }
}
.p-service-mission {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-service-mission {
    padding: 2rem 0;
  }
}
.p-service-mission ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-service-mission ul li {
  font-size: 1.75rem;
  font-weight: 600;
  padding: 1em 0;
}
.p-service-mission ul li:not(:last-child) {
  border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 575px) {
  .p-service-mission ul li {
    font-size: 1rem;
  }
}
.p-service-process {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-service-process {
    padding: 2rem 0;
  }
}
.p-service-process h3 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 575px) {
  .p-service-process h3 {
    font-size: 1.125rem;
  }
}
.p-service-process-copy {
  max-width: 535px;
}
@media screen and (max-width: 575px) {
  .p-service-process-copy {
    font-size: 0.875rem;
  }
}
.p-service-process-icon {
  width: min(300px, 40%);
}
.p-service-process-flex {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-service-process-flex .sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .p-service-process-flex .pc {
    display: none;
  }
}
.p-service-process-flex + p {
  font-size: 2.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-service-process-flex + p {
    font-size: 1.6875rem;
  }
}
.p-service-process-1, .p-service-process-2 {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-service-process-1, .p-service-process-2 {
    flex-direction: row;
    width: 100%;
  }
}
.p-service-process-1 > div, .p-service-process-2 > div {
  background-color: var(--primary);
  flex: 1;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-service-process-1 > div, .p-service-process-2 > div {
    flex-direction: column;
  }
}
.p-service-process-1 > div {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-service-process-1 > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .p-service-process-img {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.p-service-process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service-process-text {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .p-service-process-text {
    width: 50%;
  }
}
.p-service-process-text h3 {
  font-size: 1.25rem;
  margin: 0;
}
.p-service-process-text p {
  margin: 0;
}
.p-service-process-arrow {
  width: 36px;
  margin: 0 auto 1rem auto;
}
.p-service-process-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service-solution {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .p-service-solution {
    padding: 2rem 0;
  }
}
.p-service-solution h3 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 575px) {
  .p-service-solution h3 {
    font-size: 1.125rem;
  }
}
.p-service-solution-copy {
  max-width: 535px;
}
@media screen and (max-width: 575px) {
  .p-service-solution-copy {
    font-size: 0.875rem;
  }
}
.p-service-solution-flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.p-service-solution-flex > div {
  aspect-ratio: 16/10;
  background-color: black;
  width: calc(50% - 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--white);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
}
.p-service-solution-flex > div p {
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-service-solution-flex > div {
    width: 100%;
  }
}
.p-service-solution-flex > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0.75;
}
