@charset "utf-8";

.feature__flex-main {
  overflow: hidden;
}

.feature__inner {
  margin-inline: auto;
}

.feature__main-inner.page__flex-main-inner {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .feature__main-inner.page__flex-main-inner {
    padding-inline: 40px;
  }
}

@media screen and (min-width: 900px) {
  .feature__main-inner.page__flex-main-inner {
    /* max-width: calc(769px + 40px * 2); */
    margin-inline: auto;
  }
}

@media screen and (min-width: 1200px) {
  .feature__main-inner.page__flex-main-inner {
    padding-inline: 109px 120px;
  }
}

.features__content {
  position: relative;
  padding-block: 50px 100px;
}

.features__content3 {
  margin-top: 80px;
  padding-block: 50px 0;
}

.features__content::before {
  content: "";
  position: absolute;
  width: 6.5%;
  height: 2px;
  background: var(--color-title-ja);
  top: 0;
  left: 0;
}
.features__content::after {
  content: "";
  position: absolute;
  width: 90.8%;
  height: 2px;
  background: #d2d9e0;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .features__content3 {
    margin-top: 100px;
  }
}

.features__content-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.features__content-title-ja {
  font-size: clamp(18px, 1.76vw, 24px);
  font-weight: 700;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: 1.2;
}

.features__content-title-en {
  height: 11px;
  width: auto;
}

.features__content-title-en img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.features__content-text {
  margin-top: 40px;
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.features__content-download {
  margin-top: 40px;
}

.features__content-image--mobile {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.features__content-image--mobile img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 550px) {
  .features__content-image--mobile {
    display: none;
  }
}

.features__content-image {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: none;
}

.features__content-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 550px) {
  .features__content-image {
    display: block;
  }
}

.features__gray-container {
  padding-block: 100px;
  background: url(../images/gray-filter.jpg) no-repeat center center/cover;
}

.features__gray-content {
  padding-top: 50px;
  position: relative;
}
.features__gray-content::before {
  content: "";
  position: absolute;
  width: 6.5%;
  height: 2px;
  background: var(--color-title-ja);
  top: 0;
  left: 0;
}
.features__gray-content::after {
  content: "";
  position: absolute;
  width: 90.8%;
  height: 2px;
  background: #d2d9e0;
  top: 0;
  right: 0;
}

.features__gray-content-flex {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .features__gray-content-flex {
    flex-direction: row;
    gap: 40px;
  }
  .features__gray-content-flex--02 {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1000px) {
  .features__gray-content-flex {
    gap: 64px;
  }
}

.features__gray-content-image {
  height: auto;
  width: 100%;
  aspect-ratio: 305/200;
  overflow: hidden;
}

.features__gray-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .features__gray-content-image {
    width: clamp(200px, 22.33vw, 305px);
    aspect-ratio: 305/555;
  }
}

.features__gray-content-box {
  flex: 1;
}

.features__gray-content-card:nth-of-type(2) {
  margin-top: 63px;
}

.features__gray-content-card-title-en {
  height: 11px;
  width: auto;
}

.features__gray-content-card-title-en img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}

.features__gray-content-card-title-ja {
  margin-top: 19px;
  padding-top: 40px;
  border-top: 1px solid #d2d9e0;
  font-size: clamp(16px, 1.33vw, 18px);
  font-weight: 500;
  letter-spacing: calc(60 / 1000 * 1em);
}

.features__gray-content-card-text {
  margin-top: 40px;
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.feature__content-box {
  overflow: hidden;
}

.features__content-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 900px) {
  .features__content-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.features__content-row-text {
  max-width: 469px;
}

.features__content-slider {
  padding: 50px 0 76px 20px;
  width: 100%;
  margin-inline: auto 0;
  background: var(--color-white);
  position: relative;
}

@media screen and (min-width: 768px) {
  .features__content-slider {
    padding: 50px 0 76px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .features__content-slider {
    padding: 50px 0 76px 109px;
  }
}

.top__voice-item-image {
  aspect-ratio: 350/210;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.top__voice-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__voice-item-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(22.4 / 14);
}

.feature__navigation {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .feature__navigation {
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__navigation {
    left: 109px;
  }
}

/* 専用のボタンスタイル */
.feature__swiper-button-prev,
.feature__swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #dd4487;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.feature__swiper-button-prev::after,
.feature__swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.feature__swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.feature__swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.feature__swiper-button-prev.swiper-button-disabled,
.feature__swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.feature__swiper-progressbar {
  position: absolute;
  top: auto !important;
  bottom: 18px;
  width: 60% !important;
  right: 0 !important;
  left: auto !important;
  height: 3px;
  background-color: #d2d9e0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .feature__swiper-progressbar {
    width: 80% !important;
  }
}

@media screen and (min-width: 1200px) {
  .feature__swiper-progressbar {
    width: 70% !important;
  }
}

.feature__swiper-progressbar .swiper-pagination-progressbar-fill {
  background-color: #dd4486;
  height: 100%;
}
