/*=============================
// voice archive
===============================*/
/* variables
---------------------------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* voice
---------------------------------------------------------- */
.voice {
  margin-bottom: 15rem;
  padding: 8rem 5rem 0;
}
.voice_inner {
  max-width: 120rem;
  margin: 0 auto;
}
.voice .heading01 {
  margin-bottom: 4rem;
}
.voice_description {
  margin-bottom: 5.2rem;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #1C1C1C;
}
.voice_contact {
  margin-bottom: 8rem;
}
.voice_contact .button01 {
  width: 39.5rem;
}
.voice_list {
  margin-bottom: 5.2rem;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem 3.4rem;
}
.voice_list-item {
  padding: 2.4rem;
  width: calc(50% - 1.7rem);
  background: #F5F5F5;
  border-radius: 1rem;
}
.voice_list-item a {
  transition: opacity 0.3s linear;
}
@media (hover: hover) {
  .voice_list-item a:hover {
    opacity: 0.6;
  }
}
.voice_list-item_head {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 2rem;
  border-bottom: 0.1rem solid #707070;
}
.voice_list-item_head-image {
  width: 8.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.voice_list-item_head-wrapper {
  width: calc(100% - 8.9rem - 2rem);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.6rem 1.6rem;
}
.voice_list-item_head-name {
  font-size: 1.2rem;
  line-height: 1;
}
.voice_list-item_head-review {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #21429D;
  background: #fff;
}
.voice_list-item_head-title {
  font-weight: 700;
}
.voice_list-item_content .desc {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
}
.voice_list-item_content .link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #21429D;
}
.voice_list-item_content .link::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../../img/voice/icon_more_arrow.png") no-repeat center;
  background-size: contain;
}
.voice_button {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 39.5rem;
}

@media only screen and (max-width: 768px) {
  .voice {
    margin-bottom: 5.2rem;
    padding: 4rem 2rem 0;
  }
  .voice .heading01 {
    margin-bottom: 2.4rem;
  }
  .voice_description {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .voice_contact {
    margin-bottom: 3.2rem;
  }
  .voice_contact .button01 {
    width: 25.5rem;
  }
  .voice_list {
    margin-bottom: 2.8rem;
    flex-flow: column;
    gap: 1.6rem;
  }
  .voice_list-item {
    width: 100%;
    padding: 1.6rem;
  }
  .voice_list-item_head {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    gap: 0 1.2rem;
  }
  .voice_list-item_head-image {
    width: 7.4rem;
    aspect-ratio: 1/1;
  }
  .voice_list-item_head-wrapper {
    width: calc(100% - 7.4rem - 1.2rem);
    gap: 0.4rem 0.8rem;
  }
  .voice_list-item_head-name {
    font-size: 1rem;
  }
  .voice_list-item_head-review {
    font-size: 1rem;
  }
  .voice_list-item_content .desc {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .voice_list-item_content .link {
    gap: 0 0.4rem;
    font-size: 1.4rem;
  }
  .voice_list-item_content .link::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .voice_button {
    width: 23.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
