@charset "UTF-8";
body.is-locked {
  overflow: hidden;
  height: 100vh;
}
.login-button {
  display: none !important;
}
.moving-lp {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 60px auto;
  color: #313131;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .moving-lp {
    margin: 80px auto;
    font-size: 16px;
  }
}
.moving-lp img {
  max-width: 100%;
  height: auto;
  margin: auto;
  vertical-align: bottom;
}
.moving-lp a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.moving-lp a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .moving-lp a:hover {
    opacity: 0.8;
  }
}
.moving-lp__text-link-wrapper {
  text-align: center;
  margin-top: 5.33333333333333vw;
}
.moving-lp__text-link {
  text-decoration: underline !important;
  font-size: 2.666666667vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .moving-lp__text-link-wrapper {
    text-align: center;
    margin-top: 40px;
  }
  .moving-lp__text-link {
    font-size: 14px;
  }
}
.moving-lp__note {
  margin: 0;
  font-size: 2.666666667vw;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .moving-lp__note {
    font-size: 14px;
  }
}
.moving-lp__btn-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .moving-lp__btn-container {
    padding: 0 76px;
  }
}
.moving-lp__btn {
  width: 100%;
  max-width: 92vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #eb1e1e;
  color: #fff !important;
  font-weight: bold;
  padding: 3.333333333vw 12.4vw 3.333333333vw 12.4vw;
  border-radius: 99999px;
  font-size: 4vw;
  box-shadow: 0px 1.333333333vw 0px 0px rgba(0, 0, 0, 1);
  transition: transform 0.2s;
  box-sizing: border-box;
  white-space: nowrap;
}
.moving-lp__btn::after {
  content: "";
  display: inline-block;
  width: 5.333333333vw;
  height: 5.333333333vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/ep/private/moving/ad/images/cta-arrow-white-sp.png");
}
@media screen and (min-width: 768px) {
  .moving-lp__btn {
    width: 100%;
    max-width: 800px;
    padding: 20px 80px 20px 80px;
    font-size: 30px;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 1);
    transition: all 0.3s;
  }
  .moving-lp__btn:hover {
    transform: translateY(10px);
    box-shadow: none;
    opacity: 1;
  }
  .moving-lp__btn::after {
    width: 40px;
    height: 40px;
    right: 30px;
    background-image: url("/ep/private/moving/ad/images/cta-arrow-white.png");
  }
  .moving-lp__sec06 .moving-lp__btn {
    width: 100%;
    max-width: 800px;
    padding: 20px 80px 20px 80px;
    font-size: 22px;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 1);
  }
  .moving-lp__sec06 .moving-lp__btn:hover {
    transform: translateY(10px);
    box-shadow: none;
  }
}
@media screen and (min-width: 1000px) {
  .moving-lp__sec06 .moving-lp__btn {
    font-size: 30px;
  }
}
/* =========================================
   FV
   ========================================= */
.moving-lp__fv {
  position: relative;
  text-align: center;
  padding-bottom: 6.666666667vw;
}
.moving-lp__fv-btn-wrapper {
  margin-top: 5.333333333vw;
}
.moving-lp__fv-h1 {
  width: 92vw;
  margin: 0 auto -1.466666667vw;
}
@media screen and (min-width: 768px) {
  .moving-lp__fv {
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .moving-lp__fv-btn-wrapper {
    margin-top: 4.5%;
  }
  .moving-lp__fv-h1 {
    width: 73.40425%;
    margin: 0 auto -11px;
  }
}
.moving-lp__deco-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.066666667vw;
  font-size: 3.866666667vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.moving-lp__deco-text::before, .moving-lp__deco-text::after {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 4.266666667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.moving-lp__deco-text::before {
  background-image: url("/ep/private/moving/ad/images/cta-left-sp.png");
}
.moving-lp__deco-text::after {
  background-image: url("/ep/private/moving/ad/images/cta-right-sp.png");
}
@media screen and (min-width: 768px) {
  .moving-lp__deco-text {
    gap: 20px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .moving-lp__deco-text::before, .moving-lp__deco-text::after {
    width: 30px;
    height: 30px;
  }
  .moving-lp__deco-text::before {
    background-image: url("/ep/private/moving/ad/images/cta-left.png");
  }
  .moving-lp__deco-text::after {
    background-image: url("/ep/private/moving/ad/images/cta-right.png");
  }
}
/* =========================================
   Sec01
   ========================================= */
.moving-lp__sec01 {
  text-align: center;
  margin: 0 0 6.666666667vw;
  padding: 9.466666667vw 0 6.666666667vw;
  background: #fff0f0;
}
.moving-lp__sec01-copy {
  width: 90.26666667vw;
  margin: 0 auto 5.733333333vw;
}
.moving-lp__sec01-image {
  width: 58.93333333vw;
  margin: 0 auto 5.333333333vw;
}
.moving-lp__sec01-balloon {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec01 {
    margin: 0 0 80px;
    padding: 80px 0 60px;
  }
  .moving-lp__sec01-copy {
    width: 70.428571%;
    max-width: 680px;
    margin: 0 auto 40px;
  }
  .moving-lp__sec01-image {
    width: 46.218487%;
    max-width: 440px;
    margin: 0 auto 40px;
  }
  .moving-lp__sec01-balloon {
    width: 66.176471%;
    max-width: 630px;
  }
}
/* =========================================
   sprocket
   ========================================= */
.moving-lp__sprocket {
  width: 84.033613%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .moving-lp__sprocket {
    width: 92vw;
    margin: 0 auto;
  }
}
/* =========================================
   CTA
   ========================================= */
.moving-lp__cta-area {
  text-align: center;
}
/* =========================================
   Sec02
   ========================================= */
.moving-lp__sec02 {
  position: relative;
  z-index: 1;
  margin: 13.33333333vw 0;
  padding: 6.666666667vw 0 13.33333333vw;
  background: #b7ebff;
}
.moving-lp__sec02::before, .moving-lp__sec02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("/ep/private/moving/ad/images/sec02-bg-sp.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 10vw;
  z-index: 2;
}
.moving-lp__sec02::before {
  top: 0;
  transform: translateY(-50%);
}
.moving-lp__sec02::after {
  bottom: 0;
  transform: translateY(50%);
}
.moving-lp__sec02-header {
  width: 92vw;
  margin: 0 auto 2.666666667vw;
  gap: 2.4vw;
  text-align: center;
}
.moving-lp__sec02-icon {
  width: 37.3333333333333vw;
  margin: 5.33333333333333vw auto;
}
.moving-lp__sec02-title-copy {
  width: 77.3333333333333vw;
  margin: 0 auto 5.33333333333333vw;
}
.moving-lp__sec02-body-copy {
  width: 92vw;
  margin: 0 auto 5.333333333vw;
}
.moving-lp__sec02-boxes {
  width: 92vw;
  margin: 0 auto;
  display: flex;
}
.moving-lp__sec02-box {
  padding: 5.333333333vw 1.666666667vw;
  margin: 0 2.666666667vw;
  background: #fff;
  flex: 1;
  text-align: center;
  border-radius: 6.666666667vw;
  display: flex;
  flex-direction: column;
}
.moving-lp__sec02-box-top {
  padding: 0 0 4vw;
}
.moving-lp__sec02-box-middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.6vw;
}
.moving-lp__sec02-box--left .moving-lp__sec02-box-top img {
  width: 29.86666667vw;
}
.moving-lp__sec02-box--left .moving-lp__sec02-box-middle img {
  width: 35.33333333vw;
}
.moving-lp__sec02-box--right .moving-lp__sec02-box-top img {
  width: 34.26666667vw;
}
.moving-lp__sec02-box--right .moving-lp__sec02-box-middle img {
  width: 35.33333333vw;
}
.moving-lp__sec02-box-bottom .moving-lp__note {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 2.666666667vw;
}
.moving-lp__sec02 .moving-lp__note {
  margin: 4vw;
  font-size: 2.666666667vw;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec02 {
    margin: 100px 0;
    padding: 60px 0 100px;
  }
  .moving-lp__sec02::before, .moving-lp__sec02::after {
    height: 50px;
    background-image: url("/ep/private/moving/ad/images/sec02-bg.png");
    background-repeat: repeat-x;
    background-size: auto 50px;
  }
  .moving-lp__sec02-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    gap: 30px;
  }
  .moving-lp__sec02-icon {
    width: 28%;
    margin: 20px auto 40px;
  }
  .moving-lp__sec02-title-copy {
    width: 60%;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .moving-lp__sec02-body-copy {
    width: 84.033613%;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .moving-lp__sec02-boxes {
    width: 75.630252%;
    max-width: 720px;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .moving-lp__sec02-box {
    margin: 0;
    padding: 40px 30px;
    border-radius: 40px;
  }
  .moving-lp__sec02-box-top {
    padding: 0 0 20px;
  }
  .moving-lp__sec02-box-middle {
    margin-bottom: 30px;
  }
  .moving-lp__sec02-box--left .moving-lp__sec02-box-top img {
    width: 80%;
    max-width: 250px;
  }
  .moving-lp__sec02-box--left .moving-lp__sec02-box-middle img {
    width: 90%;
    max-width: 300px;
  }
  .moving-lp__sec02-box--right .moving-lp__sec02-box-top img {
    width: 90%;
    max-width: 280px;
  }
  .moving-lp__sec02-box--right .moving-lp__sec02-box-middle img {
    width: 90%;
    max-width: 300px;
  }
  .moving-lp__sec02-box-bottom .moving-lp__note {
    font-size: 14px;
  }
  .moving-lp__sec02 .moving-lp__note {
    width: 84.033613%;
    max-width: 800px;
    margin: 20px auto;
    font-size: 14px;
    text-align: left;
  }
}
/* =========================================
   Sec03 - Sec06 Common
   ========================================= */
.moving-lp__sec03, .moving-lp__sec04, .moving-lp__sec05, .moving-lp__sec07 {
  width: 92vw;
  margin: 0 auto 13.33333333vw;
}
.moving-lp__sec06 {
  width: 92vw;
  margin: 0 auto 6.66666666666667vw;
}
.moving-lp__sec03-title, .moving-lp__sec04-title, .moving-lp__sec05-title {
  margin: 0;
  padding: 5.333333333vw 0;
  border-radius: 5.6vw 5.6vw 0 0;
  display: flex;
  justify-content: center;
}
.moving-lp__sec06-title {
  margin: 0;
  padding: 4vw 0;
  border-radius: 5.6vw 5.6vw 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec03, .moving-lp__sec04, .moving-lp__sec05, .moving-lp__sec06 {
    width: 84.033613%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .moving-lp__sec07 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 100px;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .moving-lp__sec03-title, .moving-lp__sec04-title, .moving-lp__sec05-title, .moving-lp__sec06-title {
    text-align: center;
    padding: 40px 0;
    border-radius: 50px 50px 0 0;
  }
  .moving-lp__sec06-title {
    text-align: center;
    padding: 30px 0;
    border-radius: 50px 50px 0 0;
  }
}
/* =========================================
   Sec03
   ========================================= */
.moving-lp__sec03-title {
  background: #06c755;
}
.moving-lp__sec03-title img {
  width: 73.6vw;
}
.moving-lp__sec03 .moving-lp__content-box {
  padding: 5.333333333vw 4vw 5.333333333vw;
  border: 1.066666667vw solid #06c755;
  border-top: none;
  border-radius: 0 0 5.6vw 5.6vw;
}
.moving-lp__sec03-image {
  width: 88.483146%;
  margin: 0 auto;
}
.moving-lp__sec03 .moving-lp__note {
  margin: 4vw 0 0;
  font-size: 2.666666667vw;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec03-title img {
    width: 69.25%;
  }
  .moving-lp__sec03 .moving-lp__content-box {
    padding: 40px 40px;
    border-width: 0 8px 8px 8px;
    border-radius: 0 0 50px 50px;
  }
  .moving-lp__sec03 .moving-lp__note {
    width: 88.483146%;
    margin: 40px auto 0;
    font-size: 14px;
  }
}
/* =========================================
   Sec04
   ========================================= */
.moving-lp__sec04-title {
  background: #00b6eb;
}
.moving-lp__sec04-title img {
  width: 66.66666667vw;
}
.moving-lp__sec04 .moving-lp__content-box {
  padding: 5.333333333vw 4vw 5.333333333vw;
  border: 1.066666667vw solid #00b6eb;
  border-top: none;
  border-radius: 0 0 5.6vw 5.6vw;
}
.moving-lp__sec04-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.moving-lp__sec04-image-plus {
  width: 6.66666666666667vw;
  margin: 0 auto;
}
.moving-lp__sec04 .moving-lp__note {
  margin: 4vw 0 0;
  font-size: 2.666666667vw;
}
.moving-lp__note + .moving-lp__note {
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec04-title img {
    width: 62.5%;
  }
  .moving-lp__sec04 .moving-lp__content-box {
    padding: 40px 40px;
    border-width: 0 8px 8px 8px;
    border-radius: 0 0 50px 50px;
  }
  .moving-lp__sec04-images {
    width: 88.483146%;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
  }
  .moving-lp__sec04-image-plus {
    width: 50px;
    margin: 0 auto;
  }
  .moving-lp__sec04-balloon {
    width: 88.483146%;
    margin: 30px auto 0;
  }
  .moving-lp__sec04 .moving-lp__note {
    width: 88.483146%;
    margin: 40px auto 0;
    font-size: 14px;
  }
  .moving-lp__note + .moving-lp__note {
    margin: 0 auto 0;
  }
}
/* =========================================
   Sec05
   ========================================= */
.moving-lp__sec05-title {
  background: #ff7917;
}
.moving-lp__sec05-title img {
  width: 50.533333vw;
  transform: translateX(1.46666666666667vw);
}
.moving-lp__sec05 .moving-lp__content-box {
  padding: 5.333333333vw 4vw 5.333333333vw;
  border: 1.066666667vw solid #ff7917;
  border-top: none;
  border-radius: 0 0 5.6vw 5.6vw;
}
.moving-lp__sec05-icons {
  margin: 0 0 5.33333333333333vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.33333333333333vw;
}
.moving-lp__sec05-icon-item {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec05-title img {
    width: 54.75%;
    transform: translateX(4.5%);
  }
  .moving-lp__sec05 .moving-lp__content-box {
    padding: 40px 40px;
    border-width: 0 8px 8px 8px;
    border-radius: 0 0 50px 50px;
  }
  .moving-lp__sec05-icons {
    width: 88.483146%;
    margin: 0 auto 40px;
    gap: 20px;
  }
  .moving-lp__sec05-icon-item {
    width: 180px;
  }
  .moving-lp__sec05 .moving-lp__note {
    width: 88.483146%;
    margin: 40px auto 0;
    font-size: 14px;
  }
}
/* =========================================
   Sec06
   ========================================= */
.moving-lp__sec06-title {
  font-size: 4.26666666666667vw;
  background: #dddddd;
}
.moving-lp__sec06-title img {
  width: 36.9333333333333vw;
}
.moving-lp__sec06 .moving-lp__content-box {
  padding: 8.4vw 4vw 5.333333333vw;
  border: 1.066666667vw solid #dddddd;
  border-top: none;
  border-radius: 0 0 5.6vw 5.6vw;
}
.moving-lp__sec06-step-box {
  background: #f7f7f7;
  border-radius: 4vw;
  padding: 8vw 2.66666666666667vw 6.66666666666667vw;
  position: relative;
}
.moving-lp__sec06-step-box .moving-lp__btn-container {
  padding: 0;
}
.moving-lp__sec06-step-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #dddddd;
  font-weight: bold;
  font-size: 3.2vw;
  padding: 1.06666666666667vw 4vw;
  border-radius: 99999px;
}
.moving-lp__sec06-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3vw solid transparent;
  border-left: 3vw solid transparent;
  border-top: 5vw solid #f1f1f1;
  border-bottom: 0;
  margin: 5.33333333333333vw auto 8vw;
}
.moving-lp__sec06-step-title {
  font-size: 4.26666666666667vw;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.moving-lp__sec06-content-block {
  margin: 5.33333333333333vw 0 0;
  text-align: left;
}
.moving-lp__sec06-content-block:first-of-type {
  border-top: none;
}
.moving-lp__sec06-sub-heading {
  font-size: 3.73333333333333vw;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4vw;
  padding: 1.33333333333333vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px;
}
.moving-lp__sec06-sub-heading::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 5.333vw;
  height: 5.333vw;
  margin-right: 2.26666666666667vw;
  flex-shrink: 0;
}
.moving-lp__sec06-sub-heading.is-gas {
  background-color: #0087cd;
}
.moving-lp__sec06-sub-heading.is-gas::before {
  background-image: url("/ep/private/moving/ad/images/icon-gas-sp.png");
}
.moving-lp__sec06-sub-heading.is-elec {
  background-color: #eb1e1e;
}
.moving-lp__sec06-sub-heading.is-elec::before {
  background-image: url("/ep/private/moving/ad/images/icon-el-sp.png");
}
.moving-lp__sec06-desc {
  margin: 0 1.33333333333333vw;
  font-size: 3.2vw;
}
.moving-lp__sec06 .moving-lp__note {
  margin: 4vw 1.33333333333333vw -1.33333333333333vw 1.33333333333333vw;
  font-size: 2.666666667vw;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec06-title {
    font-size: 32px;
    font-weight: bold;
  }
  .moving-lp__sec06 .moving-lp__content-box {
    padding: 60px 40px;
    border-width: 0 8px 8px 8px;
    border-radius: 0 0 50px 50px;
  }
  .moving-lp__sec06-step-box {
    width: 88.483146%;
    margin: 0 auto;
    padding: 60px 20px 40px;
    border-radius: 30px;
  }
  .moving-lp__sec06-step-badge {
    top: 0;
    font-size: 24px;
    padding: 5px 30px;
  }
  .moving-lp__sec06-arrow {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 28px solid #f1f1f1;
    margin: 40px auto 60px;
  }
  .moving-lp__sec06-step-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .moving-lp__sec06-content-block {
    margin-top: 40px;
    padding-top: 0;
  }
  .moving-lp__sec06-sub-heading {
    margin: 0 0 30px;
    width: 100%;
    flex-shrink: 0;
    font-size: 28px;
    padding: 10px 0;
  }
  .moving-lp__sec06-sub-heading::before {
    width: 50px;
    height: 50px;
    margin-right: 17px;
    background-image: url("/ep/private/moving/ad/images/icon-gas.png");
  }
  .moving-lp__sec06-sub-heading.is-elec::before {
    background-image: url("/ep/private/moving/ad/images/icon-el.png");
  }
  .moving-lp__sec06-desc {
    flex: 1;
    font-size: 24px;
    margin: 0 0 0 15px;
  }
  .moving-lp__sec06 .moving-lp__note {
    margin: 20px 0 0 15px;
    font-size: 14px;
  }
}
/* =========================================
   Sec07
   ========================================= */
.moving-lp__sec07-header {}
.moving-lp__sec07-title {
  font-size: 4.26666666666667vw;
  font-weight: bold;
  text-align: center;
  margin: 10.6666666666667vw 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .moving-lp__sec07-header {}
  .moving-lp__sec07-title {
    font-size: 32px;
    margin-bottom: 0;
    margin: 80px 0 0;
    padding: 0;
  }
}
/* =========================================
   Modal & Wizard
   ========================================= */
.open-modal-btn {
  display: block;
  margin: 50px auto;
  padding: 15px 40px;
  background: #eb1e1e;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.wizard-container {
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 4vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.wizard-slider {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.wizard-container.is-slided .wizard-slider {
  transform: translateX(-50%);
}
.wizard-step {
  width: 50%;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 6.66666666666667vw 0 2.66666666666667vw;
  padding: 13.3333333333333vw 2.66666666666667vw 5.33333333333333vw;
  box-sizing: border-box;
}
.wizard-single {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 6.66666666666667vw 0 2.66666666666667vw;
  padding: 0 2.66666666666667vw 5.33333333333333vw;
  box-sizing: border-box;
}
.wizard-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  color: #313131;
  z-index: 20;
}
.wizard-close-btn:hover {
  color: #333;
}
.wizard-title {
  text-align: center;
  font-size: 5.33333333333333vw;
  font-weight: bold;
  margin: 0 0 5.33333333333333vw;
}
.wizard-subtitle {
  text-align: center;
  font-weight: bold;
  background: #f7f7f7;
  padding: 3.6vw;
  border-radius: 99999px;
  margin-bottom: 8.93333333333333vw;
  font-size: 4vw;
}
.wizard-note {
  font-size: 2.666666667vw;
  margin-bottom: 5.33333333333333vw;
}
.wizard-footer-link {
  text-align: center;
  font-size: 3.2vw;
  text-decoration: underline;
}
.wizard-footer-link a {
  text-decoration: underline;
}
.wizard-btn-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.46666666666667vw 0;
  margin-bottom: 8.93333333333333vw;
  background: #fff;
  border: 0.533333333333333vw solid #eb1e1e;
  border-radius: 99999px;
  font-weight: bold;
  font-size: 4vw;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: background 0.2s;
  box-shadow: 0 1.33333333333333vw 0 0 rgba(235, 30, 30, 1);
}
.wizard-btn-lg:hover {
  background: #fff5f5;
}
.wizard-btn-lg::after {
  content: "";
  display: inline-block;
  width: 5.333333333vw;
  height: 5.333333333vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/ep/private/moving/ad/images/cta-arrow-red-sp.png");
}
.wizard-btn-lg.is-icon {
  justify-content: center;
}
.wizard-btn-lg.is-icon .icon-arrow {
  position: absolute;
  right: 20px;
}
.icon-arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #eb1e1e;
  border-right: 2px solid #eb1e1e;
  transform: rotate(45deg);
}
.text-red {
  color: #eb1e1e;
}
.text-blue {
  color: #0087cd;
}
.text-large {
  font-size: 5.2vw;
}
.wizard-back-btn {
  display: block;
  width: 26.6666666666667vw;
  margin: 13.3333333333333vw auto 0;
  padding: 1.33333333333333vw;
  background: none;
  border: 1px solid #dddddd;
  border-radius: 99999px;
  cursor: pointer;
  font-size: 2.66666666666667vw;
  position: relative;
  text-align: center;
}
.wizard-back-btn:hover {
  color: #333;
}
.wizard-back-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2vw;
  width: 3.2vw;
  height: 3.2vw;
  background-image: url("/ep/private/moving/ad/images/back-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-gas, .icon-elec {
  display: inline-block;
  width: 5.33333333333333vw;
  height: 5.33333333333333vw;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  margin-right: 0.533333333333333vw;
}
.icon-gas {
  background-image: url("/ep/private/moving/ad/images/icon-gas-sp.png");
}
.icon-elec {
  background-image: url("/ep/private/moving/ad/images/icon-el-sp.png");
}
.modal-info-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 40px 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.modal-img {
  width: 100%;
}
.popup__note-item--wrap {
  display: flex;
  gap: 1em;
  text-align: start;
}
.popup__note-list {
  margin: 5.33333333333333vw 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 2.666666667vw;
}
.wizard-single h2 {
  margin: 0 0 5.33333333333333vw;
  font-size: 5.33333333333333vw;
  font-weight: bold;
  text-align: center;
}
h2.modal-img {
  width: 100%;
  margin: 0 auto 5.33333333333333vw;
}
.wizard-single h2 .text-small {
  font-size: 3.73333333333333vw;
}
h3.index {
  font-size: 3.73333333333333vw;
  font-weight: bold;
}
.note-list {
  margin: 0 auto 5.33333333333333vw;
  font-size: 3.2vw;
}
.note-list h3 {
  margin: 1.5em 0 1em;
  font-weight: bold;
  color: #eb1e1e;
}
.note-txt {
  font-size: 2.666666667vw;
}
/* Modal PC */
@media screen and (min-width: 768px) {
  .wizard-container {
    width: 90%;
    max-width: 800px;
    border-radius: 30px;
    height: 80vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
  }
  .wizard-slider {
    display: flex;
    width: 200%;
    height: 100%;
  }
  .wizard-step {
    width: 50%;
    height: auto;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #ccc #ffffff;
    margin: 50px 0 20px;
    padding: 0 20px 0;
  }
  .wizard-single {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #ccc #ffffff;
    margin: 50px 0 20px;
    padding: 0 20px 0;
  }
  .wizard-step::-webkit-scrollbar, .wizard-single::-webkit-scrollbar {
    width: 8px;
  }
  .wizard-step::-webkit-scrollbar-track, .wizard-single::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
    margin: 10px 0;
  }
  .wizard-step::-webkit-scrollbar-thumb, .wizard-single::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
  }
  .wizard-close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 20;
  }
  .wizard-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .wizard-subtitle {
    width: 80%;
    margin: 0 auto 30px;
    padding: 20px;
    font-size: 24px;
    box-sizing: border-box;
  }
  .wizard-note {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 14px;
  }
  .wizard-footer-link {
    font-size: 20px;
  }
  .wizard-btn-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 16px 0;
    margin: 0 auto 30px;
    background: #fff;
    border: 4px solid #eb1e1e;
    border-radius: 99999px;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: background 0.2s;
    box-shadow: 0 5px 0 0 rgba(235, 30, 30, 1);
  }
  .wizard-btn-lg::after {
    width: 40px;
    height: 40px;
    right: 30px;
    background-image: url("/ep/private/moving/ad/images/cta-arrow-red.png");
  }
  .wizard-btn-lg:hover {
    transform: translateY(10px);
    box-shadow: none;
  }
  .text-large {
    font-size: 30px;
  }
  .wizard-back-btn {
    display: block;
    width: 200px;
    margin: 100px auto 0;
    padding: 10px;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 99999px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-align: center;
  }
  .wizard-back-btn:hover {
    opacity: 0.8;
  }
  .wizard-back-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 24px;
    height: 24px;
    background-image: url("/ep/private/moving/ad/images/back-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon-gas, .icon-elec {
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }
  .icon-gas {
    background-image: url("/ep/private/moving/ad/images/icon-gas.png");
  }
  .icon-elec {
    background-image: url("/ep/private/moving/ad/images/icon-el.png");
  }
  .modal-img {
    width: 80%;
    margin: 0 auto;
  }
  .popup__note-list {
    width: 80%;
    margin: 60px auto;
    font-size: 14px;
  }
  .wizard-single h2 {
    margin: 0 auto 60px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .wizard-single h2 .text-small {
    font-size: 28px;
  }
  h2.modal-img {
    width: 80%;
    margin: 0 auto 20px;
  }
  h3.index {
    width: 80%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
  }
  .note-list {
    width: 80%;
    margin: 0 auto 60px;
    font-size: 20px;
  }
  .note-txt {
    font-size: 14px;
  }
}
/* =========================================
   Footer CTA
   ========================================= */
.moving-lp__fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
}
.moving-lp__fixed-footer.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.3);
}
.moving-lp__fixed-footer .moving-lp__cta-area {
  margin: 0;
  padding: 15px 10px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .moving-lp__fixed-footer .moving-lp__cta-area {
    padding: 15px 10px 25px;
  }
}
/* =========================================
   FAQ
   ========================================= */
.question-list__wrap {
  background-color: #f8f8f8;
}
.question-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 48px 10px 88px;
}
.question-list__item {
  position: relative;
}
.question-list__item a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 48px 20px 56px;
  position: relative;
  cursor: pointer;
  color: #313131;
  background: url(/ep/private/moving/ad/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
  border: solid #DDDDDD 1px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: .3s;
}
.question-list__item a::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;
  height: 24px;
  width: 26px;
  background: url(/ep/private/moving/ad/images/icon_question.svg);
  background-size: 100% 100%;
}
.question-list__link-button {
  position: relative;
  width: 460px;
  height: 70px;
  margin: 40px auto 0;
  border: 4px solid #E62E2C;
  border-radius: 99999px;
  background: url(/ep/private/moving/ad/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-color: #FFFFFF;
  background-size: 11px 18px;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
}
.question-list__link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  font-size: min(2vw, 24px);
}
.question-list__link-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .question-list {
    padding: 7.2vw 0 11.733333vw;
  }
  .question-list__item a {
    font-size: 4vw;
    padding: 2.666667vw 8.533333vw 2.666667vw 9.6vw;
    background: url(/ep/private/moving/ad/images/icon_arrow_right_r.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    border-radius: 1.333333vw;
    background-color: #fff;
  }
  .question-list__item a::before {
    top: 4vw;
    left: 3.2vw;
    height: 4.533333vw;
    width: 4.533333vw;
  }
  .question-list__link-button {
    width: 80vw;
    height: auto;
    margin: 2.66666666666667vw auto 0;
    border-radius: 99999vw;
    background: url(/ep/private/moving/ad/images/icon_arrow_right_r.svg) no-repeat center right 4vw;
    background-color: #FFFFFF;
    background-size: 1.733333vw 2.933333vw;
    font-size: 3.733333vw;
  }
  .question-list__link-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    min-height: 13.333333vw;
    padding: 2.133333vw;
    box-sizing: border-box;
    font-size: 3.733333vw;
  }
  .question-list__link-button:hover {
    top: 0.666667vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
  }
}