.sideImg__title {
  color: #000;
}

.voice__contentInner {
  margin: 162px auto 0;
  max-width: 680px;
  overflow: unset;
  width: 100%;
}

.page__minTitle {
  border: 1px solid #aec4dd;
  color: #353436;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.7;
  padding-block: 8px;
  text-align: center;
  width: 100%;
}

.page__title {
  margin-top: 24px;
  text-align: center;
}

.page__text {
  text-align: center;
}

.point__inner {
  margin-top: 120px;
}
.point__inner:nth-child(1) {
  margin-top: 80px;
}

.point__bgBlueTitle {
  background: #aec4dd;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.7;
  padding-block: 8px;
  text-align: center;
  width: 100%;
}

.point__title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 38px;
  text-align: center;
}

.point__text {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .02em;
  line-height: 1.75;
  margin-top: 30px;
  text-align: center;
}

.point__img {
  margin-top: 40px;
  position: relative;
}

.sideImg__anime {
  animation: sideImgAnimation 10s ease-in-out;
}

@keyframes sideImgAnimation {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

.point__img--cap {
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px;
  position: absolute;
  right: 0;
}

.point__img--notes {
  bottom: 0;
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px;
  position: absolute;
  right: 0;
}

.voice__inner {
  margin-top: 30px;
}

.voice__title {
  color: #333;
  font-family: "Cormorant", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.71;
  text-align: center;
}

.voice__minTItle {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.71;
  text-align: center;
}

.voice__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

.voice__listItem {
  background: #fff;
  padding: 16px;
  position: relative;
}

.voice__listItem--imgColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.voice__listItem--img {
  position: relative;
}

.voice__listItem--imgCap {
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.71;
  padding: 4px;
  position: absolute;
  right: 0;
}

.voice__listItem--cap {
  align-items: center;
  bottom: 16px;
  color: #333;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 200;
  left: 16px;
  line-height: 1.46;
  position: absolute;
}

.voice__listItem--notes {
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  text-align: end;
}

.voice__listItem--speech {
  margin-top: 16px;
}

.voice__listItem--illuest {
  bottom: 16px;
  position: absolute;
  right: 16px;
}
.voice__listItem--illuest img {
  height: 80px;
  width: auto;
}

.voice__listItem--cap::before {
  background: #aec4dd;
  border-radius: 50%;
  content: "";
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.voice__linkInner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
}

.voice__link {
  background: #b6ad8d;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-block: 16px;
  text-align: center;
  width: 100%;
}

.page__btn--container {
  margin: 0 auto;
  max-width: 504px;
}

.disclaimer__group {
  margin-top: 120px;
}

.for-sp {
  display: none;
}
.for-pc {
  display: block;
}

.page__fullBtn {
  border: transparent;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .voice__contentInner {
    max-width: 768px;
    padding: 0 20px;
    width: auto;
  }

  .voice__list {
    gap: 20px;
  }

  .voice__listItem--illuest img {
    height: 60px;
  }

  .voice__listItem--speech {
    width: 80%;
  }
}

/* @media screen and (max-width: 820px) and (min-width: 768px) {
    .voice__listItem {
        height: 330px;
    }
} */

@media screen and (max-width: 1024px) {
  .voice__linkInner {
    grid-template-columns: 1fr;
    margin: 56px auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .voice__contentInner {
    margin-top: 0;
    max-width: 768px;
    padding: 0 20px;
    width: auto;
  }

  .main__content {
    margin-top: 100px;
  }

  .point__inner {
    margin-top: 80px;
  }

  .point__inne:nth-child(1) {
    margin-top: 60px;
  }

  .point__bgBlueTitle {
    font-size: 16px;
  }

  .point__title {
    font-size: 23.3px;
  }

  .point__text {
    font-size: 13.3px;
    text-align: center;
  }

  .voice__list {
    grid-template-columns: 1fr;
  }

  .voice__listItem--imgCap {
    font-size: 10px;
  }

  .voice__title {
    font-size: 30px;
  }

  .voice__minTItle {
    font-size: 13.3px;
  }

  .voice__listItem--cap {
    font-size: 15px;
  }

  .voice__listItem--speech {
    width: 100%;
  }

  .voice__listItem--illuest {
    right: 20px;
  }

  .voice__link {
    font-size: 15px;
  }

  .voice__linkInner {
    gap: 16px;
    margin: 40px auto 0;
    width: 300px;
  }

  .for-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }

  body #container {
    padding-bottom: 0 !important;
  }
}
