.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.survey__sub {
  margin-top: 40px;
}

.survey__sub p {
  margin-top: 24px;
  text-align: center;
}

.survey__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.survey__graph .graph__item {
  background-color: var(--v-color-white);
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 40px;
  width: 49%;
}

.survey__graph .graph__item img {
  width: 100%;
}

.start {
  margin-top: 96px;
}

.start__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 2%;
  width: 1080px;
}

.start__lists .start__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--v-color-white);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  width: 49%;
}

.start__lists .start__item:nth-child(1) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.start__lists .start__item:nth-child(1) .start__details {
  width: 500px;
}

.start__lists .start__item:nth-child(1) .start__cover {
  width: 450px;
}

.start__lists .start__item:nth-child(1) .start__cover img {
  width: 100%;
}

.start__lists .start__item .start__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}

.start__lists .start__item .start__details .start__rank {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.start__lists .start__item .start__details .start__rank {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.start__lists .start__item .start__details .start__rank .start__title {
  font-size: var(--v-fs-h4);
}

.start__lists .start__item .start__details .start__rank img {
  width: 114px;
}

.start__lists .start__item .start__details .start__rank img.w150 {
  width: 150px;
}

.start__lists .start__item .start__details .start__info {
  border: 1px solid var(--v-color-green);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
  position: relative;
}

.start__lists .start__item .start__details .start__info .start__person {
  border-radius: 50%;
  height: 72px;
  overflow: hidden;
  width: 72px;
}

.start__lists .start__item .start__details .start__info .start__person img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.start__lists .start__item .start__details .start__info .start__desc {
  width: 300px;
}

.start__lists .start__item .start__details .start__info .txt__voice {
  background-color: var(--v-color-white);
  color: var(--v-color-green);
  font-size: var(--v-fs-main-big);
  padding: 0 8px;
  position: absolute;
  top: -16px;
  left: 9px;
}

.heading__testimonial-h3-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.heading__testimonial-h3-wrap::before,
.heading__testimonial-h3-wrap::after {
  content: "";
  background-color: var(--v-color-red);
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  width: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.heading__testimonial-h3-wrap::before {
  margin-right: 17px;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}

.heading__testimonial-h3-wrap::after {
  margin-left: 17px;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.heading__testimonial-h3 {
  font-size: var(--v-fs-h3);
  text-align: center;
}

.realistic .realistic__cover {
  margin-top: 64px;
}

.realistic .realistic__cover img {
  width: 100%;
}

.slide.slick-dotted.slick-slider,
.weeksmenu__spslide.slick-dotted.slick-slider {
  margin-bottom: 104px;
}

.slide .slick-next,
.slide .slick-prev,
.weeksmenu__spslide .slick-next,
.weeksmenu__spslide .slick-prev {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  background-color: rgba(218, 53, 70, 0.8);
  z-index: 9;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide .slick-next::before,
.slide .slick-prev::before,
.weeksmenu__spslide .slick-next::before,
.weeksmenu__spslide .slick-prev::before {
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  background-color: var(--v-color-white);
  -webkit-mask: url("./icn-slide-arrow.svg") no-repeat center/contain;
          mask: url("./icn-slide-arrow.svg") no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide .slick-next:hover,
.slide .slick-next:focus,
.slide .slick-prev:hover,
.slide .slick-prev:focus,
.weeksmenu__spslide .slick-next:hover,
.weeksmenu__spslide .slick-next:focus,
.weeksmenu__spslide .slick-prev:hover,
.weeksmenu__spslide .slick-prev:focus {
  color: initial;
  outline: initial;
  background: initial;
  background-color: rgba(218, 53, 70, 0.7);
}

.slide .slick-next,
.weeksmenu__spslide .slick-next {
  right: 40px;
}

.slide .slick-next::before,
.weeksmenu__spslide .slick-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  right: -1px;
}

.slide .slick-prev,
.weeksmenu__spslide .slick-prev {
  left: 40px;
}

.slide .slick-prev::before,
.weeksmenu__spslide .slick-prev::before {
  position: relative;
  left: -1px;
}

.slide .slick-dots,
.weeksmenu__spslide .slick-dots {
  bottom: -40px;
}

.slide .slick-dots li,
.weeksmenu__spslide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slide .slick-dots li button,
.weeksmenu__spslide .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #d8d8d8;
}

.slide .slick-dots li button:before,
.weeksmenu__spslide .slick-dots li button:before {
  content: none;
}

.slide .slick-dots li.slick-active button,
.weeksmenu__spslide .slick-dots li.slick-active button {
  background-color: #9b9b9b;
}

.weeksmenu__spslide .slick-next,
.weeksmenu__spslide .slick-prev {
  background-color: rgba(197, 175, 147, 0.8);
}

.weeksmenu__spslide .slick-next:hover,
.weeksmenu__spslide .slick-next:focus,
.weeksmenu__spslide .slick-prev:hover,
.weeksmenu__spslide .slick-prev:focus {
  background-color: rgba(197, 175, 147, 0.7);
}

.slick-slide {
  margin: 0 12px; /* Adjust left and right spacing */
}

.slick-list {
  margin: 0 -12px; /* Negative value to prevent overflow */
}

.slide__item .slide__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--v-color-white);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 360px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px;
}

@media screen and (max-width: 1200px) {
  .slide__item .slide__wrap {
    min-height: 420px;
  }
}
.slide__item .slide__wrap img {
  height: 96px;
  margin-bottom: 24px;
  width: 96px;
}

.slide__item .slide__wrap p {
  display: block;
  font-size: var(--v-fs-main-big);
  text-align: left;
  width: 100%;
}

.slide__item .slide__wrap span {
  display: block;
  text-align: left;
  font-size: var(--v-fs-main);
  width: 100%;
}

.reason__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.reason__wrap .reason__list {
  width: 701px;
}

.reason__wrap .reason__list img {
  width: 100%;
}

.reason__wrap .reason__cover {
  width: 331px;
}

.reason__wrap .reason__cover img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .heading__testimonial-h3 span {
    display: block;
  }
  .survey__graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .survey__graph .graph__item {
    width: 100%;
  }
  .start {
    margin-top: 56px;
  }
  .start__lists {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .start__lists .start__item {
    padding: 16px;
    width: 100%;
  }
  .start__lists .start__item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .start__lists .start__item:nth-child(1) .start__details {
    width: 100%;
  }
  .start__lists .start__item:nth-child(1) .start__cover {
    width: 100%;
  }
  .start__lists .start__item:nth-child(1) .start__details .start__rank {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .start__lists .start__item:nth-child(1) .start__details .start__rank img {
    width: 150px;
  }
  .start__lists .start__item .start__details .start__info {
    padding: 20px;
  }
  .start__lists .start__item .start__details .start__info .start__desc {
    width: 96%;
  }
  .slide__item .slide__wrap {
    margin: 0 auto;
    padding: 16px;
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slide .slick-next,
  .slide .slick-prev,
  .weeksmenu__spslide .slick-next,
  .weeksmenu__spslide .slick-prev {
    height: 24px;
    width: 24px;
  }
  .slide .slick-next::before,
  .slide .slick-prev::before,
  .weeksmenu__spslide .slick-next::before,
  .weeksmenu__spslide .slick-prev::before {
    width: 8px;
    height: 14px;
  }
  .slide .slick-prev,
  .weeksmenu__spslide .slick-prev {
    left: 20px;
  }
  .slide .slick-next,
  .weeksmenu__spslide .slick-next {
    right: 20px;
  }
  .slide__item .slide__wrap p {
    margin-bottom: 8px;
  }
  .reason__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .reason__wrap .reason__list {
    width: 100%;
  }
  .slick-list {
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
}