/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: normal;
}

body {
  background-color: #f2f0eb;
  font-feature-settings: normal;
}

.u-lt-3 {
  letter-spacing: -0.03em !important;
}

.u-lt-5 {
  letter-spacing: -0.05em !important;
}

.u-sp-only {
  display: inline-block;
}

.u-pc-only {
  display: none;
}

.animation {
  opacity: 0;
}

.animation.run {
  opacity: 1;
  animation: fadeInUp 0.8s ease-in-out 0s 1 both;
}

/* KV Section */
.c-about-kv {
  padding: 20vw 0 16.5333333333vw;
}

.c-about-kv__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 2.6666666667vw;
}

.c-about-kv__title {
  margin-bottom: 6.4vw;
}

.c-about-kv__title img {
  width: 59.7333333333vw;
  margin: 0 auto;
}

.c-about-kv__text {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  color: #1e3932;
  line-height: 1.61;
}

/* Section Common Styles */
.c-about-commitment {
  padding-bottom: 14.1333333333vw;
}

.c-about-commitment__title {
}

.c-about-commitment__title {
  position: relative;
  width: 80vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto;
}

.c-about-commitment__title::before {
  content: "";
  position: absolute;
  top: 0.6666666667vw;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4vw;
  margin: auto;
  background-color: #000000;
}

.c-about-commitment__title span {
  position: relative;
  padding: 0 2vw;
  background: #f2f0ea;
}

.c-about-carousel {
  padding: 8vw 0 4.5333333333vw;
}

.c-about-carousel__inner {
}

.c-about-carousel__title {
  font-size: 2.5rem;
  color: #00704a;
  text-align: center;
  margin-bottom: 6.6666666667vw;
  font-weight: 700;
  position: relative;
}

.c-about-carousel__title::after {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10.6666666667vw;
  height: 0.4vw;
  background-color: #00704a;
}

.carousel-container {
  position: relative;
  padding: 0 2.6666666667vw;
}

.carousel-dots {
  text-align: center;
  margin-top: 5.4666666667vw;
}

.carousel-dots .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 6.4vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-dots .slick-dots li {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: 0;
}

.carousel-dots .slick-dots li button {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-dots .slick-dots li.slick-active button {
  background-color: #00704a;
}

.carousel-dots .slick-dots li button:before {
  display: none;
}

.c-about-carousel__button {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}

.c-about-carousel__subtitle {
  padding: 0 10.1333333333vw;
}

.c-about-carousel__subtitle h3 {
  background: #d9ece6;
  border: solid 0.2666666667vw #006241;
  color: #006241;
  min-width: 50.4vw;
  height: 10.4vw;
  padding-inline: 5.7333333333vw;
  border-radius: 3.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
}

.c-about-carousel__subtitle-icon {
}

.c-about-carousel:nth-of-type(1) .c-about-carousel__subtitle-icon img {
  width: 5.4666666667vw;
}

.c-about-carousel:nth-of-type(2) .c-about-carousel__subtitle-icon img {
  width: 7.4666666667vw;
}

.c-about-carousel:nth-of-type(3) .c-about-carousel__subtitle-icon img {
  width: 7.4666666667vw;
}

/* Content Grid */
.c-about-carousel__content {
  margin-top: 6vw !important;
}

.c-about-carousel__item {
  position: relative;
  width: 81.7333333333vw !important;
  margin-right: 4.6666666667vw;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c-about-carousel__item-content {
  position: absolute;
  bottom: 1.7333333333vw;
  left: 0;
  padding: 8.6666666667vw;
  width: calc(100% - 1.7333333333vw);
  height: calc(100% - 46.4vw);
}

.c-about-carousel__item-content h3 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1e3932;
  margin-bottom: 5.8666666667vw;
}

.c-about-carousel__item-content p {
  font-size: 3.2vw;
  line-height: 1.58;
  letter-spacing: 0.03em;
  color: #1e3932;
}

/* Lineup Section */
.c-about-lineup {
  padding: 10.6666666667vw 0 24.1333333333vw;
  background-color: #ffffff;
}

.c-about-lineup__inner {
  padding: 0 10.1333333333vw;
}

.c-about-lineup__title {
  margin-bottom: 8.5333333333vw;
}

.c-about-lineup__title img {
  width: 62.4vw;
}

.c-about-lineup__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(53.3333333333vw, 1fr));
  gap: 5.3333333333vw;
}

.c-about-lineup__item {
  position: relative;
  width: 79.7333333333vw;
  height: 83.3333333333vw;
  overflow: hidden;
}

.c-about-lineup__item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-about-lineup__item-image img {
  width: 100%;
  height: 100%;
}

.c-about-lineup__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28.4vw;
  padding: 6.2666666667vw 6.6666666667vw;
}

.c-about-lineup__item-content h3 {
  margin-bottom: 3.2vw;
}

.c-about-lineup__item-content h3 img {
}

.c-about-lineup__item:nth-of-type(1) .c-about-lineup__item-content h3 img {
  width: 45.3333333333vw;
}

.c-about-lineup__item:nth-of-type(2) .c-about-lineup__item-content h3 img {
  width: 34.1333333333vw;
}

.c-about-lineup__item-content p {
  font-size: 3.0666666667vw;
  line-height: 1.41;
  color: #ffffff;
}

/* Message Section */
.c-about-message {
  padding: 11.0666666667vw 0 17.7333333333vw;
}

.c-about-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 9.3333333333vw;
}

.c-about-message__title {
  font-size: 4.2666666667vw;
  color: #006241;
  margin-bottom: 8.1333333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-about-message__content {
}

.c-about-message__content p {
  font-size: 3.4666666667vw;
  margin-bottom: 2vw;
  letter-spacing: -0.02em;
  line-height: 1.38;
  color: #006241;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }

  .u-pc-only {
    display: inline-block;
  }

  .c-about-kv {
    padding: 6.9270833333vw 0 5.6770833333vw;
  }

  .c-about-kv__title {
    margin-bottom: 2.5vw;
  }

  .c-about-kv__title img {
    width: 25vw;
  }

  .c-about-commitment__title {
    width: 73.5416666667vw;
    font-size: 1.9791666667vw;
  }

  .c-about-kv__text {
    font-size: 1.5625vw;
  }

  .c-about-commitment {
    padding-bottom: 8.8541666667vw;
  }

  .c-about-commitment__title::before {
    height: 0.1041666667vw;
  }

  .c-about-commitment__title span {
    padding: 0 0.78125vw;
  }

  .c-about-carousel {
    padding: 3.90625vw 0 0.4166666667vw;
  }

  .c-about-carousel__subtitle {
    padding: 0 13.1770833333vw;
    text-align: center;
  }

  .c-about-carousel__subtitle h3 {
    min-width: 19.6875vw;
    height: 4.0625vw;
    padding-inline: 2.2395833333vw;
    border-radius: 1.3020833333vw;
    font-size: 1.3541666667vw;
    gap: 1.0416666667vw;
  }

  .c-about-carousel:nth-of-type(1) .c-about-carousel__subtitle-icon img {
    width: 2.1354166667vw;
  }

  .c-about-carousel:nth-of-type(2) .c-about-carousel__subtitle-icon img {
    width: 2.9166666667vw;
  }

  .c-about-carousel:nth-of-type(3) .c-about-carousel__subtitle-icon img {
    width: 2.9166666667vw;
  }

  .c-about-carousel__content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(18.2291666667vw, 1fr));
    gap: 3.125vw;
    margin-top: 2.6041666667vw !important;
    padding: 0 13.1770833333vw;
  }

  .c-about-carousel__item {
    width: 22.65625vw !important;
    margin-right: 0;
  }

  .c-about-carousel__item-content {
    bottom: 0.4166666667vw;
    padding: 2.3958333333vw 2.65625vw 0 2.9166666667vw;
    padding-bottom: 0;
    width: calc(100% - 0.4166666667vw);
    height: calc(100% - 12.9166666667vw);
  }

  .c-about-carousel__item-content h3 {
    font-size: 1.1979166667vw;
    margin-bottom: 1.6145833333vw;
  }

  .c-about-carousel__item-content p {
    font-size: 0.8854166667vw;
  }

  .c-about-carousel__button {
    display: block;
  }

  .carousel-dots {
    display: none;
  }

  .c-about-lineup {
    padding: 7.2395833333vw 0 8.8020833333vw;
  }

  .c-about-lineup__inner {
    padding: 0 17.5520833333vw;
  }

  .c-about-lineup__title {
    margin-bottom: 2.96875vw;
  }

  .c-about-lineup__title img {
    width: 40.3125vw;
    margin: 0 auto;
  }

  .c-about-lineup__items {
    grid-template-columns: repeat(auto-fit, minmax(20.8333333333vw, 1fr));
    gap: 3.0208333333vw;
  }

  .c-about-lineup__item {
    width: 30.625vw;
    height: 31.9791666667vw;
  }

  .c-about-lineup__item-content {
    height: 10.8333333333vw;
    padding: 2.4479166667vw 2.2916666667vw 2.4479166667vw 2.1875vw;
  }

  .c-about-lineup__item-content h3 {
    margin-bottom: 1.1979166667vw;
  }

  .c-about-lineup__item:nth-of-type(1) .c-about-lineup__item-content h3 img {
    width: 15.8854166667vw;
  }
  .c-about-lineup__item:nth-of-type(2) .c-about-lineup__item-content h3 img {
    width: 11.9270833333vw;
  }

  .c-about-lineup__item-content p {
    font-size: 1.1458333333vw;
    line-height: 1.5;
  }

  .c-about-message {
    padding: 5.9895833333vw 0 7.2916666667vw;
  }

  .c-about-message__title {
    font-size: 1.5625vw;
    margin-bottom: 2.4479166667vw;
  }

  .c-about-message__content p {
    font-size: 1.25vw;
  }
}
