#sub_main .ttl span::before {
  background: url(../img/moving/icon_moving.svg) no-repeat;
  background-size: contain;
}

.wide_box {
  margin-top: 70px;
}

.wide_box .md_inner_space {
  padding-top: 5px;
}

.wide_box li {
  padding: 54px 0 42px;
}

.wide_box li .image {
  margin-left: 35px;
  position: relative;
}

.wide_box li .image::before {
  content: '';
  width: 85px;
  height: 85px;
  position: absolute;
  top: -35px;
  left: -35px;
}

.wide_box li:first-child .image::before {
  background: url(../img/moving/needs_icon01.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(2) .image {
  margin-left: 0;
}

.wide_box li:nth-child(2) .image::before {
  background: url(../img/moving/needs_icon02.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(3) .image::before {
  background: url(../img/moving/needs_icon03.svg) no-repeat;
  background-size: contain;
}

.wide_box li .txt_box {
  width: 57%;
}

.charms ul {
  gap: 35px 45px;
  width: 80%;
  margin: 0 auto;
}

.charms li {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.charms li img {
  width: 70%;
  margin: 25px 0 0;
}

.charms li p {
  font-size: 20px;
  font-weight: bold;
}

.charms .under_box {
  border-radius: 20px;
  width: 85%;
  margin: 80px auto 0;
}

.charms .under_box .ttl {
  font-size: 26px;
  padding: 20px 0 22px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.charms .under_box .ttl::before {
  content: '';
  background: url(../img/common/label_check.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 15%;
  top: -30px;
}

.charms .under_box .row {
  padding: 30px 40px;
}

.charms .under_box img {
  width: 25%;
}

.charms .under_box p {
  width: 71%;
  margin-top: -5px;
}

.voice_main_box {
  margin: 40px 0 30px;
}

.voice_main_box .item_ttl {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .charms ul {
    width: 100%;
  }
  .charms .under_box {
    width: 95%;
  }
  .charms .under_box .ttl {
    font-size: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .wide_box {
    margin-top: 50px;
  }
  .wide_box li {
    padding: 36px 0 28px;
  }
  .wide_box li .image {
    margin-left: 20px;
  }
  .wide_box li .image::before {
    width: 60px;
    height: 60px;
    top: -25px;
    left: -30px;
  }
  .charms ul {
    gap: 30px 25px;
  }
  .charms li {
    width: 210px;
    height: 210px;
  }
  .charms li p {
    font-size: 18px;
  }
  .charms .under_box {
    margin-top: 65px;
  }
  .charms .under_box .ttl {
    font-size: 21px;
    padding: 16px 0 18px;
  }
  .charms .under_box .ttl::before {
    width: 70px;
    height: 70px;
    left: 8%;
  }
  .charms .under_box .row {
    padding: 3vw 4vw;
  }
  .voice_main_box {
    margin: 28px 0 35px;
  }
}

@media only screen and (max-width: 568px) {
  .wide_box {
    margin-top: 30px;
  }
  .wide_box .md_inner_space {
    padding-top: 0;
  }
  .wide_box li {
    padding: 30px 0 25px;
  }
  .wide_box li .image::before {
    top: -20px;
    left: -10px;
  }
  .charms ul {
    gap: 20px 20px;
  }
  .charms li {
    width: 140px;
    height: 140px;
  }
  .charms li img {
    margin: 13px 0 0;
  }
  .charms li p {
    font-size: 16px;
    line-height: 1.4;
  }
  .charms .under_box {
    border-radius: 10px;
    margin-top: 45px;
  }
  .charms .under_box .ttl {
    font-size: 18px;
    line-height: 1.45;
    padding: 10px 0 12px;
    border-radius: 10px 10px 0 0;
  }
  .charms .under_box .ttl::before {
    width: 65px;
    height: 65px;
    left: -15px;
    top: -25px;
  }
  .charms .under_box .row {
    display: block;
    padding: 20px 18px;
  }
  .charms .under_box img {
    width: 47.8%;
    float: left;
    margin: 0 4.5% 8px 0;
  }
  .charms .under_box p {
    width: 100%;
  }
  .voice_main_box {
    margin: 25px 0 30px;
  }
  .voice_main_box .item_ttl {
    display: block;
    text-align: center;
  }
  .voice_main_box .item_ttl .txt_primarycolor {
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=moving.css.map */