.about-story-inner,
.about-value-inner,
.about-sustainable-inner,
.about-partner-box {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.about-story-inner.is-visible,
.about-value-inner.is-visible,
.about-sustainable-inner.is-visible,
.about-partner-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-strength-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.3s ease;
}
.about-strength-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about-strength-card:nth-child(2) {
  transition-delay: 0.1s;
}
.about-strength-card:nth-child(3) {
  transition-delay: 0.2s;
}
.about-strength-card:nth-child(4) {
  transition-delay: 0.3s;
}

.cta-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.cta-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cta-card:nth-child(2) {
  transition-delay: 0.15s;
}

.about-page {
  max-width: 1080px;
  margin: 0 auto;
}

.about-sub-nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding: 15px 0;
  font-size: 1.5rem;
}
.about-sub-nav a {
  position: relative;
  padding: 5px 0;
  color: #231815;
  text-decoration: none;
  transition: color 0.3s;
}
.about-sub-nav a:hover {
  color: #9e9278;
}
.about-sub-nav a.active::after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  width: calc(100% + 6px);
  height: 1px;
  background-color: #231815;
}
@media (min-width: 769px) {
  .about-sub-nav {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

.about-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px 40px;
  text-align: center;
}
.about-hero .hero-label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #9e9278;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.about-hero .hero-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .about-hero {
    padding: 50px 20px 60px;
  }
  .about-hero .hero-label {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .about-hero .hero-title {
    font-size: 4rem;
  }
}

.about-story-section {
  position: relative;
  background-color: #f5ede1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px 0;
}
.about-story-section .wave-svg {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
}
.about-story-section .wave-svg-top {
  top: -1px;
  height: 40px;
}
.about-story-section .wave-svg-bottom {
  bottom: -1px;
  height: 40px;
}
@media (min-width: 769px) {
  .about-story-section {
    padding: 100px 0;
  }
  .about-story-section .wave-svg-top {
    height: 80px;
  }
  .about-story-section .wave-svg-bottom {
    height: 80px;
  }
}

.about-story-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .about-story-inner {
    padding: 40px 20px;
  }
}

.about-story-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.about-story-title .title-accent {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #9e9278;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .about-story-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .about-story-title .title-accent {
    font-size: 2rem;
    margin-top: 10px;
  }
}

.about-story-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #231815;
  text-align: left;
}
@media (min-width: 769px) {
  .about-story-text {
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: center;
  }
}

.about-value-section {
  padding: 60px 0;
}
@media (min-width: 769px) {
  .about-value-section {
    padding: 100px 0;
  }
}

.about-value-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.about-value-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .about-value-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.about-value-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #231815;
  text-align: left;
}
@media (min-width: 769px) {
  .about-value-text {
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: center;
  }
}

.about-sustainable-section {
  position: relative;
  background-color: #f5ede1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px 0;
}
.about-sustainable-section .wave-svg {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
}
.about-sustainable-section .wave-svg-top {
  top: -1px;
  height: 40px;
}
.about-sustainable-section .wave-svg-bottom {
  bottom: -1px;
  height: 40px;
}
@media (min-width: 769px) {
  .about-sustainable-section {
    padding: 100px 0;
  }
  .about-sustainable-section .wave-svg-top {
    height: 80px;
  }
  .about-sustainable-section .wave-svg-bottom {
    height: 80px;
  }
}

.about-sustainable-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .about-sustainable-inner {
    padding: 40px 20px;
  }
}

.about-sustainable-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .about-sustainable-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.about-sustainable-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #231815;
  text-align: left;
}
@media (min-width: 769px) {
  .about-sustainable-text {
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: center;
  }
}

.about-strength-section {
  padding: 60px 15px 0;
}
@media (min-width: 769px) {
  .about-strength-section {
    padding: 100px 20px 0;
  }
}

.about-strength-title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .about-strength-title {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}

.about-strength-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .about-strength-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.about-strength-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px 30px;
  border: 1px solid #d5cfc3;
  border-radius: 12px;
  text-align: center;
}
.about-strength-card.is-visible:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.about-strength-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
  background-color: #f5ede1;
  border-radius: 50%;
}
.about-strength-card .card-icon img {
  width: 50px;
  height: auto;
}
.about-strength-card .card-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #231815;
}
.about-strength-card .card-desc {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #555;
}
@media (min-width: 769px) {
  .about-strength-card {
    padding: 45px 30px 40px;
  }
  .about-strength-card .card-icon {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
  }
  .about-strength-card .card-icon img {
    width: 60px;
    height: auto;
  }
  .about-strength-card .card-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .about-strength-card .card-desc {
    font-size: 1.4rem;
  }
}

.about-partner-box {
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: center;
}
.about-partner-box .partner-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-partner-box .partner-border {
  width: 100%;
  height: 1px;
  background-color: #d5cfc3;
  margin-bottom: 25px;
}
.about-partner-box .partner-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #231815;
}
.about-partner-box .partner-text + .partner-text {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .about-partner-box {
    margin-top: 70px;
  }
  .about-partner-box .partner-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .about-partner-box .partner-text {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.about-cta-section {
  margin-top: 60px;
  padding: 50px 20px;
  background-color: #9e9278;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .about-cta-section {
    margin-top: 90px;
    padding: 70px 20px 60px;
  }
}

.cta-heading {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .cta-heading {
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
}

.cta-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .cta-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px 30px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
.cta-card .cta-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
}
.cta-card .cta-card-icon svg {
  width: 44px;
  height: 44px;
  stroke: #9e9278;
}
.cta-card .cta-card-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #231815;
  margin-bottom: 12px;
}
.cta-card .cta-card-desc {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  flex: 1;
}
.cta-card .cta-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 44px;
  background-color: #9e9278;
  border: 1px solid #9e9278;
  border-radius: 99em;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.cta-card .cta-card-btn:hover {
  background-color: #fff;
  color: #9e9278;
}
.cta-card .cta-card-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  right: 14px;
}
@media (min-width: 769px) {
  .cta-card {
    padding: 45px 30px 35px;
  }
  .cta-card .cta-card-title {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .cta-card .cta-card-desc {
    font-size: 1.4rem;
  }
  .cta-card .cta-card-btn {
    width: 200px;
    height: 48px;
    font-size: 1.5rem;
  }
}

.cta-back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .cta-back {
    margin-top: 50px;
  }
}

.cta-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 54px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99em;
  font-size: 1.4rem;
  color: #9e9278;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.cta-back-btn:hover {
  background-color: #9e9278;
  color: #fff;
  border-color: #fff;
}
.cta-back-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .cta-back-btn {
    width: 320px;
    height: 60px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=about.css.map */