.opinionbnr {
  padding: 15px 0;
  display: flex;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 320px;
  background-position: 100% 15%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .opinionbnr {
    max-height: 400px;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .opinionbnr {
    max-height: 478px;
  }
}
@media (min-width: 1601px) {
  .opinionbnr {
    max-height: 640px;
  }
}
@media (max-width: 480px) {
  .opinionbnr {
    background-position: 70%;
  }
}
.opinionbnr .bnrtext {
  max-width: 230px;
  margin: auto;
}
@media (min-width: 768px) {
  .opinionbnr .bnrtext {
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .opinionbnr .bnrtext {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .opinionbnr .bnrtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

.opinionbnr .bnrtext h1 {
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 25px;
}
@media (min-width: 768px) {
  .opinionbnr .bnrtext h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .opinionbnr .bnrtext h1 {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .opinionbnr .bnrtext h1 {
    font-size: 60px;
  }
}

.need-secopinion {
  display: flex;
  background: #fff;
  padding: 20px 50px;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  width: calc(100% - 30px);
  overflow-x: auto;
  left: 15px;
}
.need-secopinion::-webkit-scrollbar {
  width: 0;
  display: none;
  scrollbar-width: none;
}
@media (max-width: 767.98px) {
  .need-secopinion {
    width: 94%;
    left: 3%;
  }
}
@media (max-width: 1199.98px) {
  .need-secopinion {
    bottom: 0px;
    padding: 10px 20px;
  }
}
.need-secopinion .box {
  display: flex;
  align-items: center;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .need-secopinion .box {
    white-space: nowrap;
    margin-right: 30px;
  }
}
.need-secopinion .box figure {
  margin: 0;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
}
.need-secopinion .box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.need-secopinion .box p {
  margin: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .need-secopinion .box p {
    font-size: 12px;
  }
}
.need-secopinion .box:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: -40px;
  top: calc(50% - 4px);
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  transform: rotate(-45deg);
}
@media (max-width: 1599.98px) {
  .need-secopinion .box:after {
    right: -20px;
  }
}
@media (max-width: 1199.98px) {
  .need-secopinion .box:after {
    right: -18px;
    width: 8px;
    height: 8px;
  }
}
.need-secopinion .box:nth-last-child(1) {
  margin: 0;
}
.need-secopinion .box:nth-last-child(1):after {
  display: none;
}