:root {
  --mv_bg: #91DAFB;
  --bg_gradation: linear-gradient(to bottom, #F0FDFD 0%, #E0F8FB 100%);
  --voice_mds: #37BEF0;
  --qualifications_color: #F29A63;
}
.mv .wrapper {
  gap: min(calc(40 / 1366 * 100vw), 40px);
}
.mv .wrapper .ttl {
  width: calc(666 / 1366 * 100vw);
  margin-top: calc(97 / 1366 * 100vw);
}
.mv .amazing_wrap {
  padding-right: calc(21 / 1366 * 100vw);
}
.mv .amazing {
  width: calc(286 / 1366 * 100vw);
  margin-left: calc(68 / 1366 * 100vw);
}
.mv .amazing_list {
  width: calc(455 / 1366 * 100vw);
}
.mv .comment {
  width: calc(382 / 1366 * 100vw);
  aspect-ratio: 382 / 347;
  position: absolute;
  bottom: 0;
  right: calc(68 / 1366 * 100vw);
}

.professional_sec .mds {
  width: min(calc(618 / 1366 * 100vw), 618px);
  margin-top: min(calc(29 / 1366 * 100vw), 29px);
}
.professional_sec .mds_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -157px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.professional_sec .mds_deco {
  max-width: 372px;
}
.pick_up .img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/* .qualifications .bubble {
  top: clamp(calc(-49 / 1366 * 100vw), -49px, 0px);
  right: clamp(calc(-55 / 1366 * 100vw), -55px, 0px);
  width: min(calc(245 / 1366 * 100vw), 245px);
  left: auto;
} */

@media (max-width: 480px) {
  .professional_sec .mds_wrap {
    top: -60px;
    width: calc(100% - 40px);
    gap: 0;
    flex-direction: column;
  }
  .professional_sec .mds {
    width: 100%;
  }
  .professional_sec .mds_deco {
    display: none;
  }
}