.section-mv-inner::before,
.section-mv-inner::after,
.section-merit::before,
.section-merit::after,
.section-point::before,
.section-point::after,
.section-voice::before,
.section-voice::after,
.section-complete::before,
.section-complete::after {
  background: var(--assort-color);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: -10;
}
.bg-mv::before,
.bg-mv::after,
.bg-merit::before,
.bg-merit::after,
.bg-point::before,
.bg-point::after,
.bg-voice::before,
.bg-voice::after,
.bg-complete::before,
.bg-complete::after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

/* ============================================================
        ファーストビュー
============================================================ */
.section-mv-inner::before,
.section-mv-inner::after {
  background: var(--base-color);
  opacity: 50%;
  z-index: 1;
}
.bg-mv::before,
.bg-mv::after {
  z-index: 1;
}
.section-mv-inner::before {
  height: 485px;
  min-width: 485px;
  top: -130px;
  right: -20%;
}
.bg-mv::before {
  border: solid var(--assort-color) 2px;
  height: 465px;
  width: 465px;
  top: -120px;
  right: -10%;
}
@media screen and (min-width: 768px) {
  .section-mv-inner::before {
    height: 530px;
    width: 530px;
  }
  .section-mv-inner::after {
    height: 510px;
    width: 510px;
    top: 520px;
    right: 60%;
  }
  .bg-mv::before {
    height: 550px;
    width: 550px;
    top: -130px;
    right: -20%;
  }
  .bg-mv::after {
    border: solid var(--base-color) 3px;
    height: 580px;
    width: 580px;
    top: 530px;
    right: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .section-mv-inner::before {
    top: -110px;
    right: -5%;
  }
  .section-mv-inner::after {
    height: 610px;
    width: 610px;
    top: 390px;
    left: -100px;
  }
  .bg-mv::before {
    top: -140px;
    right: -3%;
  }
  .bg-mv::after {
    height: 771px;
    width: 771px;
    top: 420px;
    left: -190px;
  }
}

/* ============================================================
        選ばれる理由
============================================================ */
.section-merit::before {
  height: 414px;
  min-width: 414px;
  top: -40px;
  right: 35%;
}
.section-merit::after {
  min-height: 337px;
  min-width: 337px;
  top: 600px;
  right: -35px;
}
.bg-merit::before {
  background: var(--accent-color);
  min-height: 227px;
  min-width: 227px;
  top: 340px;
  left: 70%;
  z-index: -10;
}
.bg-merit::after {
  border: solid #333333 2px;
  min-height: 323px;
  min-width: 323px;
  top: 140px;
  right: 45%;
  z-index: -11;
}

/* ============================================================
        アドバイザーの強み
============================================================ */
.section-point::before {
  min-height: 722px;
  min-width: 722px;
  top: 0;
  right: -13%;
}
.section-point::after {
  min-height: 404px;
  min-width: 404px;
  top: 1100px;
  right: -120px;
}
.bg-point::before {
  background: var(--accent-color);
  min-height: 396px;
  min-width: 396px;
  top: 470px;
  right: 55%;
  z-index: -11;
}
.bg-point::after {
  border: solid var(--accent-color) 3px;
  min-height: 315px;
  min-width: 315px;
  top: 1320px;
  right: -20%;
  z-index: -9;
}
@media screen and (min-width: 768px) {
  .section-point::before {
    right: 43%;
  }
  .bg-point::after {
    height: 415px;
    width: 415px;
    top: 1100px;
  }
}

/* ============================================================
        転職事例
============================================================ */
.section-voice::before {
  min-height: 550px;
  min-width: 550px;
  top: 0;
  right: 70px;
}
.section-voice::after {
  min-height: 391px;
  min-width: 391px;
  top: 1300px;
  right: 170px;
}
.bg-voice::before {
  background: var(--accent-color);
  min-height: 254px;
  min-width: 254px;
  top: 340px;
  right: -50px;
  z-index: -11;
}
.bg-voice::after {
  border: solid #333333 3px;
  min-height: 312px;
  min-width: 312px;
  top: 460px;
  right: -40px;
  z-index: -9;
}

/* ============================================================
        完了画面
============================================================ */
.section-complete::before {
  min-height: 170px;
  min-width: 170px;
  top: 15%;
  left: -15%;
  z-index: -11;
}
.section-complete::after {
  min-height: 248px;
  min-width: 248px;
  bottom: 22%;
  left: -8%;
  z-index: -11;
}
.bg-complete::before {
  background: var(--accent-color);
  min-height: 330px;
  min-width: 330px;
  top: -4%;
  right: -10%;
  z-index: -11;
}
.bg-complete::after {
  border: solid var(--accent-color) 1px;
  min-height: 502px;
  min-width: 502px;
  top: 13%;
  right: 20%;
  z-index: -11;
}
@media screen and (min-width: 768px) {
  .section-complete::before {
    height: 800px;
    width: 800px;
    top: -15%;
    left: -38%;
  }
  .section-complete::after {
    height: 554px;
    width: 554px;
    bottom: -20%;
    left: 60%;
  }
  .bg-complete::before {
    height: 443px;
    width: 443px;
    top: 9%;
    right: -5%;
  }
  .bg-complete::after {
    height: 738px;
    width: 738px;
    top: 10%;
    right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .section-complete::before {
    top: -3%;
    left: -15%;
  }
  .section-complete::after {
    height: 574px;
    width: 574px;
    bottom: -15%;
    left: 60%;
  }
  .bg-complete::before {
    top: 14%;
    right: -5%;
  }
  .bg-complete::after {
    top: 25%;
    right: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .section-complete::before {
    top: -40%;
  }
  .section-complete::after {
    bottom: -40%;
  }
  .bg-complete::before {
    top: 5%;
    right: 2%;
  }
  .bg-complete::after {
    top: 10%;
    right: 40%;
  }
}
