.voice-page {
  padding: 0;
  background: #FFFFFF;
}
.voice-page__copy {
  display: flex;
  justify-content: center;
  margin-bottom: 170px;
  padding: 0 72px;
}
.voice-page__copy h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .voice-page__copy h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .voice-page__copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .voice-page__copy h2 {
    font-size: 24px;
  }
}
.voice-page__copy h2 {
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: left;
}
.voice-page .container {
  padding: 0;
  margin: 0 auto;
  max-width: none;
}
.voice-page__buttons {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 0 0 170px;
}
.voice-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E62327;
  color: #FFFFFF;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .voice-page__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .voice-page__btn {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .voice-page__btn {
    font-size: 12px;
  }
}
.voice-page__btn {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 50px;
  text-decoration: none;
  min-width: 360px;
}
.voice-page__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 18px;
  background-image: url("../images/common/arr_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.voice-page__btn:hover {
  background: #CC1F22;
  transform: translateX(5px);
}

.voice-cardlist {
  margin-bottom: 170px;
  margin-left: 144px;
  background-color: #F8F4EE;
}
.voice-cardlist__header {
  position: relative;
  display: flex;
  align-items: center;
}
.voice-cardlist__header__child {
  width: 50%;
  position: relative;
  top: -72px;
  left: -72px;
}
.voice-cardlist__header__content {
  width: 50%;
  padding-right: 72px;
}
.voice-cardlist__header__image {
  width: 50%;
  position: relative;
  top: -72px;
  left: -72px;
}
.voice-cardlist__header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-cardlist__header__company {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .voice-cardlist__header__company {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .voice-cardlist__header__company {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist__header__company {
    font-size: 16px;
  }
}
.voice-cardlist__header__company {
  margin-bottom: 20px;
  line-height: 1.3;
}
.voice-cardlist__header__point-badge {
  display: inline-block;
  background: #E62327;
  color: #FFFFFF;
  padding: 6px 12px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .voice-cardlist__header__point-badge {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .voice-cardlist__header__point-badge {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist__header__point-badge {
    font-size: 10px;
  }
}
.voice-cardlist__header__point-badge {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.voice-cardlist__footer {
  padding: 0 72px 72px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.voice-cardlist__footer__image {
  width: 42%;
  position: relative;
}
.voice-cardlist__footer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-cardlist__footer__content {
  width: 58%;
  padding-right: 72px;
}
.voice-cardlist:last-child {
  margin-bottom: 90px;
}
.voice-cardlist.reverse {
  margin-left: 0;
  margin-right: 144px;
}
.voice-cardlist.reverse .voice-cardlist__header {
  flex-direction: row-reverse;
  top: 0;
  left: 0;
  right: -72px;
}
.voice-cardlist.reverse .voice-cardlist__header__child {
  left: 0;
  right: -72px;
}
.voice-cardlist.reverse .voice-cardlist__header__image {
  left: auto;
  right: -72px;
}
.voice-cardlist.reverse .voice-cardlist__header__content {
  width: 50%;
  padding-right: 0;
  padding-left: 72px;
}
.voice-cardlist.reverse .voice-cardlist__footer {
  padding: 0 72px 72px;
  flex-direction: row;
}
.voice-cardlist.reverse .voice-cardlist__footer__content {
  width: 58%;
  padding-right: 0;
  padding-left: 72px;
}

@media (max-width: 1024px) {
  .voice-page__copy {
    margin-bottom: 170px;
  }
  .voice-page__copy h2 {
    line-height: 1.6;
  }
  .voice-page__copy h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .voice-page__copy {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .voice-page__copy h2 {
    line-height: 1.6;
  }
  .voice-page__buttons {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px 100px;
  }
  .voice-page__btn {
    min-width: 100%;
    max-width: 400px;
  }
  .voice-cardlist {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .voice-cardlist__header {
    flex-direction: column;
  }
  .voice-cardlist__header__child, .voice-cardlist__header__image {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .voice-cardlist__header__content {
    width: 100%;
    padding: 30px;
  }
  .voice-cardlist__header__company {
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .voice-cardlist__header__company {
    font-size: 19px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .voice-cardlist__header__company {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .voice-cardlist__header__company {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .voice-cardlist__header__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .voice-cardlist__header__text {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .voice-cardlist__header__text {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .voice-cardlist__header__text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .voice-cardlist__footer {
    flex-direction: column;
    padding: 0 30px 30px;
  }
  .voice-cardlist__footer__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice-cardlist__footer__content {
    width: 100%;
    padding: 0;
  }
  .voice-cardlist__footer__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .voice-cardlist__footer__text {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .voice-cardlist__footer__text {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .voice-cardlist__footer__text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .voice-cardlist.reverse {
    margin-left: 0;
    margin-right: 0;
  }
  .voice-cardlist.reverse .voice-cardlist__header {
    flex-direction: column;
  }
  .voice-cardlist.reverse .voice-cardlist__header__child, .voice-cardlist.reverse .voice-cardlist__header__image {
    position: static;
    right: 0;
    left: 0;
  }
  .voice-cardlist.reverse .voice-cardlist__header__content {
    padding: 30px;
    width: 100%;
  }
  .voice-cardlist.reverse .voice-cardlist__footer {
    flex-direction: column;
    padding: 0 30px 30px;
  }
  .voice-cardlist.reverse .voice-cardlist__footer__content {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice-page__copy {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .voice-page__copy h2 {
    line-height: 1.4;
  }
  .voice-page__buttons {
    padding: 0 16px 40px;
    gap: 12px;
  }
  .voice-page__btn {
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 40px;
    min-width: auto;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .voice-page__btn {
    font-size: 13px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .voice-page__btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .voice-page__btn {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .voice-page__btn::after {
    right: 15px;
    width: 5px;
    height: 12px;
  }
  .voice-cardlist {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    border-radius: 0;
  }
  .voice-cardlist__header__content {
    padding: 20px;
  }
  .voice-cardlist__header__company {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .voice-cardlist__header__company {
    font-size: 15px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .voice-cardlist__header__company {
    font-size: 14px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .voice-cardlist__header__company {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist__header__point-badge {
    font-size: 11px;
    padding: 4px 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .voice-cardlist__header__point-badge {
    font-size: 11px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .voice-cardlist__header__point-badge {
    font-size: 11px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .voice-cardlist__header__point-badge {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist__header__text {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .voice-cardlist__header__text {
    font-size: 12px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .voice-cardlist__header__text {
    font-size: 11px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .voice-cardlist__header__text {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist__footer {
    padding: 0 20px 20px;
  }
  .voice-cardlist__footer__text {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .voice-cardlist__footer__text {
    font-size: 12px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .voice-cardlist__footer__text {
    font-size: 11px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .voice-cardlist__footer__text {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .voice-cardlist.reverse {
    margin-left: 0;
    margin-right: 0;
  }
  .voice-cardlist.reverse .voice-cardlist__header__content {
    padding: 20px;
  }
  .voice-cardlist.reverse .voice-cardlist__footer {
    padding: 0 20px 20px;
  }
}