#customer #main span,
#customer #interview span {
  display: block;
}
#customer #main img,
#customer #interview img {
  display: block;
  max-width: 100%;
}
#customer #main .main-column {
  display: flex;
}
#customer #main .main-left,
#customer #main .main-right {
  padding: 60px 0 10px;
}
#customer #main .main-left {
  width: 50%;
  max-width: 650px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#customer #main .main-right {
  position: relative;
  z-index: -1;
  width: 50%;
  background-image: url(../img/customer-interview/customer-main.webp);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
#customer #main .main-title {
  color: #89df5c;
  margin-bottom: 0px;
  margin-top: 0;
}
#customer #main .main-title .main-subtitle {
  display: block;
  width: 70%;
  margin: 20px 0 10px;
  padding: clamp(6px, 0.8vw, 10px) clamp(30px, 2vw, 50px);
  background-color: #4ace04;
}
#customer #main .main-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #89df5c;
  word-break: keep-all;
}
#customer #interview {
  padding-top: 50px;
}
#customer #interview .interview-block {
  position: relative;
  margin-bottom: 50px;
}
#customer #interview .interview-head {
  pointer-events: none;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#customer #interview .interview-head-left,
#customer #interview .interview-head-right {
  width: 50%;
}
#customer #interview .interview-head-img {
  max-width: 550px;
  margin: 0 auto;
}
#customer #interview .interview-title {
  transform: scaleY(1.8);
  margin-top: 80px;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -2px;
  color: #4ace04;
}
#customer #interview .interview-title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 75px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
#customer #interview .interview-company {
  width: 100%;
  max-width: 450px;
  padding: 7px 10px;
  margin: 30px auto 10px;
  border: 3px solid #4ace04;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #4ace04;
}
#customer #interview .interview-lead {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #4ace04;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
#customer #interview .interview-body {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: -180px;
  padding-top: 80px;
  background-color: #bff4a2;
}
#customer #interview .interview-body.open,
#customer #interview .interview-body.animation {
  padding-bottom: 50px;
}
#customer #interview .interview-body.open .interview-readmore,
#customer #interview .interview-body.animation .interview-readmore {
  display: none;
}
#customer #interview .interview-body.open .accordion-body,
#customer #interview .interview-body.animation .accordion-body {
  height: auto;
}
#customer #interview .interview-body.open .accordion-body .interview-qa,
#customer #interview .interview-body.animation .accordion-body .interview-qa {
  opacity: 1;
}
#customer #interview .interview-body-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#customer #interview .accordion-body {
  height: 0;
  transition: height 0.5s;
}
#customer #interview .interview-qa {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #535353;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.5s;
}
#customer #interview .interview-qa.first {
  width: 50%;
  max-width: 700px;
  padding-right: 10px;
  opacity: 1;
}
#customer #interview .interview-qa:last-child {
  margin-bottom: 0;
}
#customer #interview .interview-qa .interview-question {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  word-break: keep-all;
}
#customer #interview .interview-qa .interview-answer {
  font-size: 20px;
  font-weight: 500;
}
#customer #interview .interview-qa .interview-readmore,
#customer #interview .interview-qa .interview-close {
  cursor: pointer;
  display: block;
  border: none;
  background-color: #bff4a2;
  font-size: 18px;
  font-weight: 600;
  color: #44a1f6;
}
#customer #interview .interview-qa .interview-readmore {
  position: absolute;
  bottom: 0;
  right: 25px;
  padding-left: 20px;
}
#customer #interview .interview-qa .interview-close {
  margin-left: auto;
}
#customer #interview02 .interview-qa {
  margin-left: auto;
}
#customer #interview02 .interview-qa .first {
  padding-right: 10px;
}
#customer #interview02 .interview-qa:last-child {
  margin-bottom: 0;
}
#customer #interview02 .interview-qa .interview-readmore {
  position: absolute;
  right: 25px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  #customer #main .main-right {
    width: 70%;
    height: 400px;
  }
  #customer #interview {
    padding-top: 0;
  }
  #customer #interview .interview-head {
    align-items: end;
  }
  #customer #interview .interview-head-img {
    width: 100%;
    max-width: 450px;
  }
  #customer #interview .interview-title {
    font-size: 32px;
  }
  #customer #interview .interview-title span {
    margin-left: 10px;
    font-size: 60px;
  }
  #customer #interview .interview-company {
    max-width: 450px;
    font-size: 20px;
  }
  #customer #interview .interview-lead {
    max-width: 500px;
    font-size: clamp(24px, 28px - (1000px - 100vw) / 10, 28px);
    padding: 5px 5px 5px 20px;
  }
  #customer #interview .interview-body {
    padding-top: 80px;
    margin-top: -50px;
  }
  #customer #interview .interview-qa.first {
    width: 100%;
    max-width: 1200px;
  }
  #customer #interview .interview-qa .interview-question {
    font-size: 22px;
  }
  #customer #interview .interview-qa .interview-answer {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  #customer #main .main-column {
    flex-direction: column-reverse;
  }
  #customer #main .main-left,
  #customer #main .main-right {
    width: 100%;
  }
  #customer #main .main-left {
    margin-right: auto;
    text-align: center;
  }
  #customer #main .main-left img {
    width: 40%;
    height: auto;
  }
  #customer #main .main-left .main-award {
    margin: 0 auto;
  }
  #customer #main .main-right {
    background-position: 40%;
  }
  #customer #main .main-title .main-subtitle {
    max-width: 360px;
    margin: 10px auto 20px;
  }
  #customer #interview .interview-head {
    flex-direction: column;
  }
  #customer #interview .interview-head-left,
  #customer #interview .interview-head-right {
    width: 100%;
  }
  #customer #interview .interview-title {
    margin-top: 30px;
  }
  #customer #interview .interview-lead {
    max-width: 600px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
  }
  #customer #interview .interview-head-img {
    max-width: 550px;
  }
  #customer #interview .interview-body-wrapper {
    max-width: 650px;
  }
  #customer #interview .interview-qa .interview-answer {
    font-size: 18px;
  }
  #customer #interview .interview-qa .interview-readmore {
    position: static;
    padding: 0 10px;
    margin: 10px 0 0 auto;
  }
  #customer #interview #interview02 .interview-head {
    flex-direction: column-reverse;
  }
}
@media (max-width: 489px) {
  #customer #main .main-right {
    height: 300px;
  }
  #customer #main .main-left img {
    width: 70%;
    height: auto;
  }
  #customer #main .main-title {
    text-align: left;
  }
  #customer #main .main-title .main-subtitle {
    max-width: 300px;
    margin-left: 0;
  }
  #customer #main .main-text {
    text-align: left;
    font-size: 20px;
    word-break: normal;
  }
  #customer #interview .interview-company {
    word-break: keep-all;
  }
  #customer #interview .interview-lead {
    font-size: 24px;
  }
  #customer #interview .interview-qa .interview-question {
    font-size: 20px;
    font-weight: 700;
    word-break: normal;
  }
  #customer #interview .interview-qa .interview-answer {
    font-size: 18px;
    font-weight: 400;
  }
}/*# sourceMappingURL=customer-interview.css.map */