.what-we-value-index-card__image {
  background: transparent;
}

.what-we-value-index-card__thumbnail {
  grid-area: 1 / 1;
}

.what-we-value-detail .block__text p {
  text-align: left;
}

.what-we-value-detail .business-gallery {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 60px;
}

/* 画像1枚のみのギャラリーはスライダー化せず単一画像で表示する */
.what-we-value-detail .business-gallery__single {
  width: 100%;
  margin: 0;
}

.what-we-value-detail .business-gallery__single img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.what-we-value-detail .business-gallery__slider {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
  background: transparent;
}

.what-we-value-detail .business-gallery__slider .splide__list,
.what-we-value-detail .business-gallery__slider .splide__slide {
  height: 100%;
}

.what-we-value-detail .business-gallery__slider .splide__track {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
}

.what-we-value-detail .business-gallery__slider .splide__slide {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.what-we-value-detail .business-gallery__slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-value-detail .business-gallery__slider .splide__pagination {
  position: static;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.what-we-value-detail .business-gallery__slider .splide__pagination li {
  display: flex;
}

.what-we-value-detail .business-gallery__slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(40, 127, 193, 0.24);
}

.what-we-value-detail .business-gallery__slider .splide__pagination__page.is-active {
  background: var(--muted-blue);
}

.what-we-value-detail .business-gallery__slider .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  pointer-events: none;
}

.what-we-value-detail .business-gallery__slider .splide__arrow {
  position: static;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-blue);
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: color 180ms ease, transform 140ms ease;
}

.what-we-value-detail .business-gallery__slider .splide__arrow:hover,
.what-we-value-detail .business-gallery__slider .splide__arrow:focus-visible {
  color: color-mix(in srgb, var(--muted-blue) 78%, var(--ink) 22%);
  transform: scale(1.08);
}

.what-we-value-detail .business-gallery__slider .splide__arrow:active {
  transform: scale(0.94);
}

.what-we-value-detail .business-gallery__slider .splide__arrow--prev {
  grid-column: 1;
}

.what-we-value-detail .business-gallery__slider .splide__arrow--next {
  grid-column: 3;
}

.what-we-value-detail .business-gallery__slider .sustainability-social__slider-pagination {
  grid-column: 2;
  align-self: center;
  justify-self: center;
}

.what-we-value-detail .business-gallery__slider .splide__arrow svg {
  display: none;
}

.what-we-value-detail .business-gallery__slider .splide__arrow::before {
  width: 24px;
  height: 24px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  content: "";
}

.what-we-value-detail .business-gallery__slider .splide__arrow--prev::before {
  transform: rotate(-135deg);
}

.what-we-value-detail .business-gallery__slider .splide__arrow--next::before {
  transform: rotate(45deg);
}

.what-we-value-detail__certificate {
  display: grid;
  gap: 22px;
  max-width: 560px;
  margin: 36px auto 0;
}

.what-we-value-detail__certificate-image {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(40, 127, 193, 0.18);
  background: #fff;
}

.what-we-value-detail__certificate-image img {
  display: block;
  width: 100%;
  height: auto;
}

.what-we-value-detail__certificate figcaption {
  display: flex;
  justify-content: center;
}

@media (max-width: 820px) {
  .what-we-value-detail__certificate {
    max-width: 100%;
    margin-top: 28px;
  }

  .what-we-value-detail__certificate figcaption,
  .what-we-value-detail__certificate figcaption .c-button {
    width: 100%;
  }

  .what-we-value-detail .business-gallery {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .what-we-value-detail .business-gallery__slider .splide__arrows {
    gap: 14px;
  }
}
