.mv-breadcrumb br {
  display: none;
}

.voices-single-content {
  background: var(--main-color-gradatio);
  padding: 13rem 0;
  border-radius: 0px 122px 0px 0px;
}
@media screen and (max-width: 750px) {
  .voices-single-content {
    border-radius: 0px 50px 0px 0px;
  }
}

.voices-single-content-wrap {
  position: relative;
  width: 136rem;
  background: #fff;
  margin: 0 auto;
  padding: 12rem 14rem;
  border-radius: 0px 110px 0px 0px;
}

.voices-single-content-wrap::before, .voices-single-content-wrap::after {
  content: "";
  position: absolute;
  background: url(../images/voices/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  display: block;
}

.voices-single-content-wrap::before {
  left: 0;
  top: 0;
}

.voices-single-content-wrap::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
  .voices-single-content-wrap {
    width: 67.5rem;
    padding: 12rem 5rem;
    border-radius: 0px 50px 0px 0px;
  }
}
.voices-single-content-wrap .voices-content-ttl {
  font-family: "LineSeedJP";
  letter-spacing: 0.15em;
  font-size: 4.8rem;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin: 0 0 7rem;
}

.voices-contentwrap {
  width: 136rem;
  margin: 15rem auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .voices-contentwrap {
    width: 67.5rem;
  }
}
.voices-info {
  position: relative;
}

.voices-info-ttl {
  align-items: baseline;
  gap: 1.2rem;
  width: 56.8rem;
}
@media screen and (max-width: 750px) {
  .voices-info-ttl {
    width: 100%;
  }
}

.voices-info-ttl h4 {
  font-family: "LineSeedJP";
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .voices-info-ttl h4 {
    font-size: 2.2rem;
  }
}
.voices-info-ttl span {
  display: block;
  width: 1px;
  height: 1.5rem;
  background: #707070;
  transform: rotate(30deg);
}

.voices-info-ttl h5 {
  font-size: 1.8rem;
  font-family: "LineSeedJP", sans-serif;
  font-weight: normal;
  color: var(--color-green-700);
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  .voices-info-ttl h5 {
    font-size: 2.6rem;
  }
}
.voices-info-mainttl {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-weight: 600;
  margin: 1rem 0 10rem;
}

@media screen and (max-width: 750px) {
  .voices-info-mainttl {
    font-size: 4rem;
  }
}
.voices-info-form {
  position: relative;
  width: 56.8rem;
}

@media screen and (max-width: 750px) {
  .voices-info-form {
    width: 100%;
    margin: 0 0 5rem;
  }
}
.voices-info-form::before {
  position: absolute;
  content: "";
  font-family: "quentin";
  font-size: 6rem;
  letter-spacing: 0;
  right: 0;
  top: -5rem;
  color: #FFEE55;
}

.voices-info-form table {
  border-spacing: 0.5rem;
  width: 100%;
}

.voices-info-form thead {
  background: var(--color-green-700);
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .voices-info-form thead {
    font-size: 3.2rem;
  }
}
.voices-info-form thead th {
  padding: 1.5rem;
  font-weight: 500;
}

.voices-info-form tbody tr td {
  text-align: center;
  padding: 1rem;
}

@media screen and (max-width: 750px) {
  .voices-info-form tbody tr td {
    padding: 1rem 0.5rem;
  }
}
.voices-info-form tbody tr td:first-child {
  width: 33%;
  background: var(--color-green-100);
}

@media screen and (max-width: 750px) {
  .voices-info-form tbody tr td:first-child {
    width: 43%;
  }
}
.voices-info-form tbody tr td:nth-child(2) {
  background: #F6F6F6;
}

.voices-slidewrap {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 458px;
}

@media screen and (max-width: 750px) {
  .voices-slidewrap {
    position: relative;
    top: auto;
    right: auto;
    min-height: auto;
    margin: 0 0 15rem;
  }
}
.voices-slide {
  position: relative;
}

.voices-slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color-yellow);
  top: 4rem;
  left: 4rem;
  z-index: -1;
  border-radius: 25px;
}

.voice-slide {
  width: 64.8rem;
}

@media screen and (max-width: 750px) {
  .voice-slide {
    width: 67.5rem;
  }
}
.voice-slide img,
.voice-slide .slick-slide img {
  width: 100%;
  height: 64.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .voice-slide img,
  .voice-slide .slick-slide img {
    height: 67.5rem;
  }
}
.voice-slide .slick-dots {
  width: auto;
  right: 0;
  transform: scale(0.8);
}

.voice-slide .slick-dots li {
  margin: 0;
}

.voice-slide .slick-dots li.slick-active button:before {
  color: var(--color-green-700);
}

.main-btn {
  margin: 15rem auto;
}

.main-ttl {
  color: var(--color-green-700);
  text-align: center;
}

.btn-y {
  margin: 0 auto;
  margin: 5rem auto;
}

.slick-list {
  border-radius: 25px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}/*# sourceMappingURL=voices-ttl.css.map */