@media screen and (min-width: 769px) {
  .pTop .feedback {
    background: url("../img/feedbackBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 65px 0 84px;
  }
  .pTop .feedback::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
    pointer-events: none;
  }
  .pTop .feedback__main h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    font-family: var(--serif);
  }
  .pTop .feedback__main--list {
    margin: 40px auto 0;
    max-width: 906px;
    width: 100%;
  }
  .pTop .feedback__main--list dl {
    font-family: var(--serif);
    font-weight: 700;
    color: #fff;
    padding-bottom: 26px;
    border-bottom: 1px solid #fff;
  }
  .pTop .feedback__main--list dl + dl {
    margin-top: 26px;
  }
  .pTop .feedback__main--list dl dt {
    font-size: 14px;
    line-height: 32px;
  }
  .pTop .feedback__main--list dl dd {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .pTop .feedback {
    background: url("../img/feedbackBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 13.76812vw 0 12.56039vw;
  }
  .pTop .feedback::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
    pointer-events: none;
  }
  .pTop .feedback__main h2 {
    text-align: center;
    color: #fff;
    font-size: 8.69565vw;
    line-height: 12.56039vw;
    font-weight: 700;
    font-family: var(--serif);
  }
  .pTop .feedback__main--list {
    margin: 8.69565vw auto 0;
    max-width: 88.64734vw;
    width: 100%;
  }
  .pTop .feedback__main--list dl {
    font-family: var(--serif);
    font-weight: 700;
    color: #fff;
    padding-bottom: 5.55556vw;
    border-bottom: 1px solid #fff;
  }
  .pTop .feedback__main--list dl + dl {
    margin-top: 4.34783vw;
  }
  .pTop .feedback__main--list dl dt {
    font-size: 3.38164vw;
    line-height: 7.72947vw;
  }
  .pTop .feedback__main--list dl dd {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
  }
}
