@charset "UTF-8";
/* --------------------
section
-------------------- */
.section {
  padding: 48px var(--contentsPadding);
}

@media screen and (min-width: 769px) {
  .section {
    padding: 96px var(--contentsPaddingPC);
  }
}

/* --------------------
voice
-------------------- */
.section__voice {
  border-bottom: 1px solid #ccc;
}

.voice__lead__wrapper {
  text-align: center;
}

.voice__lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7; /* 18px */
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-family: "Noto Serif JP";
}

.voice__lead::before {
  content: "";
  display: inline;
  width: 10%;
  height: 1px;
  background-color: var(--primary-black);
  position: absolute;
  top: 50%;
  left: -15%;
  transform: rotate(45deg);
}

.voice__lead::after {
  content: "";
  display: inline;
  width: 10%;
  height: 1px;
  background-color: var(--primary-black);
  position: absolute;
  top: 50%;
  right: -14%;
  transform: rotate(-45deg);
}

.voice__group {
  max-width: 1150px;
  margin: 0 auto;
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.voice__item {
  padding: 24px 5.3%;
  box-shadow: 2px 2px 20px 0px rgba(30, 30, 30, 0.1);
}

.voice__heading {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 24px;
}

.voice__img {
  max-width: 80px;
}

.voice__title {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.voice__property {
  font-size: 1.4rem;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.7px;
  padding: 4px 10px;
  background-color: #f1f2f4;
  margin-top: 8px;
  display: inline-block;
}

.voice__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}

.voice__detail {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.voice__product {
}

.voice__info {
}

/* voice pc */

@media screen and (min-width: 769px) {
  .voice__lead {
    margin-bottom: 64px;
  }

  .voice__list {
    flex-direction: row;
    gap: 60px;
  }

  .voice__item {
    padding: 24px 1.7%;
    flex: 1;
  }
}

/* --------------------
case
-------------------- */
.section__case {
  padding: 64px 14% 64px;
}

.section__title {
  text-align: center;
}

.case__card {
  margin-top: 36px;
  position: relative;
}

.case__img {
  margin: 0 auto;
}

.case__detail {
  margin-top: 24px;
}

.case__category {
  font-family: "Noto Serif JP";
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.case__text {
  font-size: 1.6rem;
  margin-top: 24px;
  letter-spacing: 0.05em;
}

.case__btn {
  margin-top: 24px;
  text-align: center;
  padding: 14px 28px 14px 14px;
  text-align: center;
  font-family: Lora;
  font-size: 1.6rem;
  line-height: 1; /* 16px */
  display: inline-block;
  border-bottom: 1px solid var(--primary-black);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.case__btn:hover {
  opacity: 0.7;
}

.case__btn span {
  position: absolute;
  top: 60%;
  transform: translateY(-70%);
  right: 0px;
}

.case__btn svg {
  stroke: #000;
}

/* modal */
.hide-area {
  display: none;
}

.case__modal {
}

.modal__img {
  text-align: center;
}

.modaal-container {
  /* border-radius: 16px; */
}

.modaal-content-container {
  padding: 48px 16px;
}

.case__modal img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.modal__detail {
  margin-top: 24px;
  padding: 0 16px;
}

.modal__title {
  font-family: "Noto Serif JP";
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.7;
}

.modal__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
/* slick */
.prev_icon,
.next_icon {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
  cursor: pointer;
  z-index: 10;
  right: -10%;
}

.prev_icon {
  left: -10%;
}

/* case pc */
@media screen and (min-width: 769px) {
  .section__case {
    padding: 64px var(--contentsPaddingPC) 108px;
  }

  .case__container {
    margin: 64px auto 0;
    max-width: 1000px;
    /* display: flex; */
  }

  .case__wrapper {
    display: flex;
  }

  .case__card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    /* max-width: 1000px; */
    margin: 0 auto;
  }

  .case__img {
    width: 35%;
    aspect-ratio: 3 /2;
  }

  .case__detail {
    margin: 0;
  }

  .case__btn {
    margin-top: 36px;
    left: 0;
    transform: translate(0);
  }

  /* modal */
  .modaal-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 64px 113px;
  }

  .case__card img {
    width: 35%;
  }

  .hide-area {
    display: none;
  }
}
