.aidia-customer-voice {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #242528;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 0;
  width: 100%;
  font-family: Poppins, Arial, "Noto Sans JP", sans-serif;
}

.aidia-customer-voice * { box-sizing: border-box; }
.aidia-customer-voice p,
.aidia-customer-voice h2 { margin: 0; }

.aidia-customer-voice__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.aidia-customer-voice__brand {
  align-items: center;
  display: flex;
  gap: 2px;
  justify-content: center;
}

.aidia-customer-voice__brand img { display: block; height: auto; }
.aidia-customer-voice__brand img:nth-child(2) { margin-top: -2px; }
.aidia-customer-voice__brand span { color: #ff6f61; font-size: 18px; font-weight: 700; line-height: 1.4; }
.aidia-customer-voice__heading h2 { font-size: 40px; font-weight: 700; line-height: 1.35; text-align: center; }

.aidia-customer-voice__list {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 100px;
  width: 100%;
}

.aidia-customer-voice__item {
  display: flex;
  flex: 0 0 520px;
  justify-content: center;
  max-width: 100%;
}

.aidia-customer-voice__item-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.aidia-customer-voice__badge { display: block; height: auto; width: 120px; }
.aidia-customer-voice__title { color: #ff6f61; font-size: 28px; font-weight: 700; line-height: 1.4; text-align: center; }

.aidia-customer-voice__person {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 233px;
  justify-content: flex-end;
  width: 100%;
}

.aidia-customer-voice__role,
.aidia-customer-voice__name { background: #fef5ee; color: #ff6f61; font-weight: 700; line-height: 1.4; padding: 4px 8px; }
.aidia-customer-voice__role { font-size: 16px; text-align: right; }
.aidia-customer-voice__name { font-size: 20px; text-align: left; }

.aidia-customer-voice__effect {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 94%;
}

.aidia-customer-voice__effect-label { color: #ff6f61; flex: none; font-size: 18px; font-weight: 800; line-height: 1.4; }
.aidia-customer-voice__effect-divider { background: #ff6f61; flex: none; height: 80px; width: 2px; }
.aidia-customer-voice__effect-body { color: #333; flex: 1; font-size: 18px; line-height: 1.4; min-width: 0; }

@media (max-width: 1100px) {
  .aidia-customer-voice__list { padding: 0 40px; }
  .aidia-customer-voice__item { flex-basis: 480px; }
  .aidia-customer-voice__item-main { gap: 24px; }
  .aidia-customer-voice__effect { gap: 24px; }
}

@media (max-width: 720px) {
  .aidia-customer-voice { gap: 16px; padding: 32px 0; }
  .aidia-customer-voice__heading h2 { font-size: 24px; }
  .aidia-customer-voice__brand { gap: 5px; }
  .aidia-customer-voice__brand img:first-child { width: 16px; }
  .aidia-customer-voice__brand img:nth-child(2) { width: 40px; }
  .aidia-customer-voice__brand span { font-size: 14px; }
  .aidia-customer-voice__list { gap: 16px; padding: 0 16px; }
  .aidia-customer-voice__item { flex-basis: 320px; }
  .aidia-customer-voice__item-main { gap: 8px; padding: 10px; }
  .aidia-customer-voice__badge { width: 80px; }
  .aidia-customer-voice__title { font-size: 18px; }
  .aidia-customer-voice__person { height: 160px; }
  .aidia-customer-voice__role { font-size: 12px; }
  .aidia-customer-voice__name { font-size: 14px; }
  .aidia-customer-voice__effect { gap: 8px; padding: 16px 0; }
  .aidia-customer-voice__effect-label { font-size: 12px; width: 60px; }
  .aidia-customer-voice__effect-divider { height: 240px; }
  .aidia-customer-voice__effect-body { font-size: 13px; }
}
