@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

main {
  overflow: hidden;
}

a {
  color: #222;
}

img {
  vertical-align: bottom;
}

.l-inner {
  max-width: 848px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 575px) {
  .l-inner {
    padding: 0 16px;
  }
}

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

.br-sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .br-sp {
    display: block;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 24px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C82C0), to(#063F90));
  background: linear-gradient(180deg, #0C82C0 0%, #063F90 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-title {
    padding: 16px 10px;
  }
}
.section-title::after {
  content: "";
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 14px solid #064091;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-title small {
  font-size: 1.8rem;
}

.note {
  background-color: #E5F0F4;
}

.note .l-inner {
  padding: 29px 40px 24px;
}
@media screen and (max-width: 575px) {
  .note .l-inner {
    padding: 32px 16px 24px;
  }
}

.note_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.note_image img {
  width: 304px;
  z-index: 1;
}

.note_image p {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #EA592E;
  line-height: 1.3;
  /* padding: 10px 30px 24px 38px; */
  padding: 6px 30px 0px 38px;
  position: relative;
  margin-left: -124px;
}
@media screen and (max-width: 575px) {
  .note_image p {
    margin-left: -210px;
  }
}

.note_image p small {
  font-size: 1.2rem;
  line-height: 1;
}

.note_image p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.note_image p span img {
  width: 137px;
}

.note_image p strong {
  font-size: 2rem;
}

.note_box {
  border: 2px solid #000;
  border-radius: 4px;
}

.note_box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
  padding: 16px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #CC0101;
}
@media screen and (max-width: 575px) {
  .note_box h3 {
    padding: 8px 0;
  }
}

.note_box h3 strong {
  font-size: 2.4rem;
  display: inline-block;
}

.note_box h3 img {
  width: 33px;
}
@media screen and (max-width: 575px) {
  .note_box h3 img {
    padding-top: 8px;
  }
}

.note_box p {
  font-weight: 500;
  background-color: #fff;
  padding: 18px 24px 24px;
}
@media screen and (max-width: 575px) {
  .note_box p {
    padding: 10px 12px 16px;
  }
}

.note_box p strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.red {
  color: #cc0101;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  background-color: #fff;
}

.logo {
  width: 166px;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  gap: 4px;
}

.tel img {
  width: 20px;
}

.fv img {
  width: 100%;
}

.price {
  background-color: #FFA601;
  padding: 32px 0;
}
@media screen and (max-width: 575px) {
  .price {
    padding: 16px 0;
  }
}

.price .l-inner div {
  background-color: #fff;
  padding: 24px 80px;
}
@media screen and (max-width: 575px) {
  .price .l-inner div {
    padding: 12px;
  }
}

.price_desc {
  color: #fff;
  background-color: #EA592E;
  border-radius: 100px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}

.price_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  margin-top: 12px;
  color: #EA592E;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .price_copy {
    margin-top: 6px;
  }
}

.price_copy strong {
  font-size: 5.6rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.price_copy strong small {
  font-size: 3.2rem;
}

.price_copy span {
  font-size: 1.8rem;
}

.price-detail {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7A00), to(#FFB800));
  background: linear-gradient(0deg, #FF7A00 0%, #FFB800 100%);
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .price-detail {
    padding: 16px 0;
  }
}

.price_box {
  background-color: #fff;
  padding: 16px 0 16px 80px;
}
@media screen and (max-width: 767px) {
  .price_box {
    padding: 16px 12px;
    width: 283px;
  }
}

.price_box .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #fff;
}

.price_box .tag li {
  font-size: 1.2rem;
  background: #FFA601;
  padding: 2px 6px;
  margin-bottom: 12px;
}

.price-detail_desc {
  background: #E5F0F4;
  border-radius: 100px;
  padding: 4px 10px;
  text-align: center;
}

.price_box_text {
  max-width: 448px;
}
@media screen and (max-width: 767px) {
  .price_box_text {
    width: 100%;
  }
}

.price-detail .price_copy strong {
  font-size: 4rem;
}

.price-detail .price_copy span {
  font-size: 1.2rem;
}

.price-checklist {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .price-checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.price-checklist li {
  font-size: 1.2rem;
}
.price-checklist li::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 18px;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: -2px;
}

.price-checklist li strong {
  font-size: 1.6rem;
}

.price_note {
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_note {
    display: none;
  }
}

.price-detail img {
  position: absolute;
  width: 196px;
  height: 215px;
  left: calc(50% - 98px + 214px);
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .price-detail img {
    left: 225px;
    bottom: -32px;
  }
}
@media screen and (max-width: 575px) {
  .price-detail img {
    bottom: -16px;
  }
}

@media screen and (max-width: 767px) {
  .price-detail .l-inner {
    max-width: 423px;
    position: relative;
  }
}

.cta {
  width: 100%;
  margin: 0 auto;
  padding: 35px 32px;
}
@media screen and (max-width: 575px) {
  .cta {
    padding: 27px 16px 24px;
  }
}

.cta a {
  display: block;
  margin: 0 auto;
  max-width: 344px;
  width: 100%;
  height: 68px;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #319900;
          box-shadow: 0 4px 0 #319900;
}
.cta a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 4px;
}

.btn-main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  gap: 16px;
  padding-top: 21.5px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(44.17%, #33BC02), color-stop(173.53%, rgba(6, 199, 85, 0)));
  background: linear-gradient(0deg, #33BC02 44.17%, rgba(6, 199, 85, 0) 173.53%);
  border: 1px solid #319900;
  position: absolute;
  top: 0px;
  left: 0;
}

.btn-main img {
  width: 40px;
}

.cta a p {
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  padding: 8px 16px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0C883F;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #06C755;
  z-index: 2;
}

.fix_cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .fix_cta {
    display: block;
  }
}

.feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#0C82C0), to(#063F90));
  background: linear-gradient(180deg, #0C82C0 0%, #063F90 100%);
  padding: 56px 0;
}
@media screen and (max-width: 575px) {
  .feature {
    padding: 40px 0;
  }
}

.feature .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 5.7%;
}
@media screen and (max-width: 767px) {
  .feature .l-inner {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    max-width: 376px;
  }
}
@media screen and (max-width: 575px) {
  .feature .l-inner {
    max-width: 327px;
  }
}

.feature section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 136px;
  height: 136px;
  background-color: #fff;
  border-radius: 50%;
}

.feature section p {
  font-size: 2.8rem;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  color: #063F90;
  position: relative;
}
.feature section p::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 16px;
  border-top: 2px solid #063F90;
  -webkit-transform: rotate(-12deg) translateX(-50%);
          transform: rotate(-12deg) translateX(-50%);
}

.feature section h2 {
  padding-bottom: 16px;
}

.pay {
  padding: 16px 0 32px;
  background-color: #E5F0F4;
}

.pay .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .pay .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pay section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 0px #C6C6C6;
          box-shadow: 2px 3px 0px #C6C6C6;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .pay section {
    max-width: 343px;
    width: 100%;
  }
}

.pay section h2 {
  font-size: 1.4rem;
  max-width: 86px;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C82C0), to(#063F90));
  background: linear-gradient(180deg, #0C82C0 0%, #063F90 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px 0px 0px 4px;
}

.pay section ul {
  font-weight: 500;
  background-color: #fff;
  padding: 12px;
  border-radius: 0px 4px 4px 0px;
  font-size: 1.3rem;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pay section ul {
    width: 257px;
  }
}

.pay section:nth-of-type(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 25px;
  gap: 10px;
}

.pay section:nth-of-type(2) img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .pay section:nth-of-type(2) img {
    width: 32px;
  }
}

.point .l-inner {
  padding: 44px 40px 32px;
}
@media screen and (max-width: 575px) {
  .point .l-inner {
    padding: 38px 19.5px 24px;
  }
}

.point .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .point .l-inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .point .l-inner {
    row-gap: 16px 24px;
  }
}

.point section {
  width: 20.8%;
}
@media screen and (max-width: 767px) {
  .point section {
    width: 45.6%;
  }
}
.point section .point_number {
  line-height: 1.2;
  color: #EA592E;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 2.4rem;
}

.point section .point_number span {
  line-height: 1;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 6px;
}

.point section h3 {
  color: #EA592E;
  text-align: center;
  margin-bottom: 8px;
}

.point section p {
  font-size: 1.4rem;
  font-weight: 500;
}

.flow {
  background: #E5F0F4;
}

.flow .cta {
  padding: 0;
}

.flow .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 45px;
  padding: 72px 40px 32px;
}
@media screen and (max-width: 575px) {
  .flow .l-inner {
    padding: 66px 24px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow section {
  text-align: center;
  width: 42.6%;
  border-radius: 4px;
  border: 3px solid #EA592E;
  background-color: #fff;
  position: relative;
  padding: 48px 0 24px;
}
@media screen and (max-width: 767px) {
  .flow section {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .flow section {
    max-width: 327px;
    width: 100%;
  }
}

.flow section h3 {
  color: #EA592E;
  font-size: 2rem;
  margin-bottom: 16px;
}

.flow section p {
  font-size: 2.4rem;
  color: #fff;
  background-color: #EA592E;
  border-radius: 50%;
  width: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flow section p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
}

.faq .l-inner {
  padding: 45px 40px 32px;
}
@media screen and (max-width: 575px) {
  .faq .l-inner {
    padding: 38px 24px 24px;
  }
}

.faq h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  padding: 12px;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 575px) {
  .faq h3 {
    padding-right: 32px;
  }
}
.faq h3::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #EA592E;
  font-size: 2.4rem;
  margin-top: -6px;
  margin-right: 12px;
}

.faq h3 span {
  font-size: 0;
}
@media screen and (max-width: 575px) {
  .faq h3 span {
    width: 16px;
  }
}
.faq h3 span::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #222;
  position: absolute;
  top: calc(50% - 1.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 90deg;
  right: 21.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .faq h3 span::before {
    width: 16px;
    top: calc(50% - 1px);
    height: 2px;
    right: 17px;
  }
}
.faq h3 span::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #222;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 575px) {
  .faq h3 span::after {
    width: 16px;
    height: 2px;
    right: 16px;
  }
}

.faq p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 12px;
  position: relative;
  background: #F9F9F9;
  border-radius: 4px;
  margin-bottom: 16px;
}
.faq p::before {
  line-height: 1.3;
  content: "A.";
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #FFA601;
  font-size: 2.4rem;
  margin-right: 12px;
}
.faq p:last-of-type {
  margin-bottom: 0;
}

.faq p.is-open {
  padding: 12px;
  height: auto;
  line-height: 1.5;
  overflow: visible;
  opacity: 1;
}

.faq h3.is-active span::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 0deg;
  right: 20px;
}

.comparison .l-inner {
  padding: 48px 40px 32px;
}
@media screen and (max-width: 575px) {
  .comparison .l-inner {
    padding: 38px 13.5px 24px;
  }
}

.comparison table {
  width: 100%;
  border: 1px solid #C5C6C8;
}

.comparison table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison table th:nth-of-type(1),
.comparison table td:nth-of-type(1) {
  width: 128px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .comparison table th:nth-of-type(1),
  .comparison table td:nth-of-type(1) {
    width: 68px;
    padding: 10px;
  }
}

.comparison table th,
.comparison table td {
  width: calc((100% - 128px) / 4);
  text-align: center;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .comparison table th,
  .comparison table td {
    width: calc((100% - 68px) / 4);
  }
}

.comparison table th {
  font-size: 1.2rem;
  font-weight: 500;
  background: #E5F0F4;
}

.comparison table th.pickup {
  background-color: #EA592E;
  color: #fff;
}

.comparison table .table_strong {
  border: 2px solid #FFA601;
  position: relative;
}

.comparison table td.pickup {
  background: #FFEFEA;
  color: #EA592E;
}

.comparison .table_price {
  border-top: 1px solid #C5C6C8;
}

.comparison .table_price td {
  font-size: 1.3rem;
  text-align: right;
}

.table_note::before {
  content: "※交渉権を持たない業者は対応不可です。";
  white-space: nowrap;
  font-size: 1.1rem;
  position: absolute;
  bottom: 4px;
  font-weight: 500;
  left: calc(50% + 64px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #CC0101;
}

footer {
  background: #043a7c;
  padding: 10px;
}

footer p {
  font-family: "Open Sans", "Noto Sans Japanese", -apple-system, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 2.4;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

footer p a {
  font-weight: normal;
  color: #fff;
}

@media screen and (max-width: 575px) {
  footer {
    margin-bottom: 105px;
  }
}

script+img {
  display: none;
}

/* 以下追加250116 */
/* 
.review h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.review h3 span {
  font-size: 20px;
}

.reviewerType {
  font-family: "myFont", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.0079385042px;
  text-align: left;
}

.catchCP-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8819462061px;
  text-align: center;
}

.review {
  margin-bottom: 91px;
}
@media screen and (max-width: 576px) {
  .review {
    margin-bottom: 40px;
  }
}
.review .review__reviewerListItem.slick__slide {
  margin-top: 50px;
  margin-bottom: 50px;
}
.review__title {
  margin-bottom: 36px;
}
.review__catchCP {
  text-align: center;
  margin-bottom: 19px;
}
.review__reviewer {
  background-image: url(../img/pseudo.png);
  background-size: 100%;
  position: relative;
}
.review__reviewerListBox {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 37px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .review__reviewerListBox {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .review__reviewerListBox {
    padding: 0;
  }
}
.review__reviewerListBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.review__reviewerListItem {
  background-color: #fff;
  padding: 33px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2.5198462009px 3.7797691822px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.5198462009px 3.7797691822px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .review__reviewerListItem {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .review__reviewerListItem {
    padding: 28px;
  }
}
.review__reviewerListItem h3 {
  margin-bottom: 17px;
}
@media screen and (max-width: 576px) {
  .review__reviewerListItem h3 {
    margin-bottom: 13px;
  }
}
.review__reviewerListItem img {
  margin: 0 auto 25.8px;
}  */