.bg-beige {
  background-color: #fcfbf9;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.bg-beige::before {
  position: absolute;
  content: "";
  width: 93.4%;
  height: 975px;
  bottom: 215px;
  left: 123px;
  background-image: url(../img/lp/lp-bg_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.moving-fv {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.moving-fv::before {
  position: absolute;
  content: "";
  bottom: -140px;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  background-image: url(../img/lp/lp-bg_01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-fv__img {
  margin-bottom: 0;
  width: 100%;
  max-width: 1400px;
  /* height: 700px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.moving-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.moving-read {
  margin-top: 60px;
  position: relative;
}
.moving-read__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.moving-read p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}
.moving-read p + p {
  margin-top: 38px;
}
.moving-read p span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #a1302d;
}
.moving-point {
  margin-top: 90px;
}
.moving-point__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.moving-point__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #323232;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
.moving-point__heading span {
  color: #cea464;
  position: relative;
}
.moving-point__heading:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.moving-point__heading:before {
  left: 0;
}
.moving-point__heading:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.moving-point__heading::after {
  right: 0;
}
.moving-point__list-wrap {
  position: relative;
  z-index: 1;
}
.moving-imgBox {
  display: flex;
  background-color: #fcfbf9;
  width: 100%;
  max-width: 1155px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.moving-imgBox-wrap {
  width: 23.31%;
  aspect-ratio: 1 / 1;
}
.moving-imgBox-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.moving-imgBox-wrap + .moving-imgBox-wrap {
  margin-left: 25px;
}
.moving-intro {
  width: 100%;
  max-width: 1240px;
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moving-intro__heading {
  background-color: #fcfbf9;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 106px 80px;
  position: relative;
}
.moving-intro__heading::before {
  position: absolute;
  content: "";
  top: 220px;
  left: -360px;
  width: 360px;
  height: 345px;
  background-image: url(../img/lp/lp-bg_07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-intro__heading::after {
  position: absolute;
  content: "";
  top: -65px;
  right: -360px;
  width: 360px;
  height: 345px;
  background-image: url(../img/lp/lp-bg_07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-intro__heading span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
  margin-left: 60px;
}
.moving-intro__heading span:last-child {
  margin-left: 0;
}
.moving-content-inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.moving-content-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 540px;
  height: 580px;
  background-image: url(../img/lp/lp-bg_04.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.moving-content__img {
  width: 45.833%;
  aspect-ratio: 550 / 330;
  flex-shrink: 0;
}
.moving-content__img img {
  width: 100%;
  height: 100%;
}
.moving-content__text-area {
  width: 45.833%;
  margin-left: 8.333%;
  flex-shrink: 1;
}
.moving-content__text-area h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #a1302d;
}
.moving-content__text-area p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}
.moving-content--re {
  flex-direction: row-reverse;
}
.moving-content--re .moving-content__text-area {
  margin-left: 0;
  margin-right: 8.333%;
}
.moving-content + .moving-content {
  margin-top: 50px;
}

.moving-about {
  background: #fcfbf9;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 90px;
}
.moving-about__inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}
.moving-about__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.moving-about__list {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5.38%;
}
.moving-about__item {
  width: calc((100% - (5.38% * 2)) / 3);
}
.moving-about__text {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  text-align: center;
}
.moving-linkBox {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.moving-btn {
  background: #f95c47;
  border: 1px solid #f95c47;
  font-size: 2rem;
  font-weight: 900;
  min-width: 500px;
  padding: 25px 30px;
}
.moving-btn::before {
  background: #dcbd8f;
}
.moving-btn__badge {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  background-color: #dcbd8f;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.moving-btn__badge span {
  color: #f95c47;
}

.moving-failure {
  background: #fcfbf9;
  padding-top: 40px;
  padding-bottom: 110px;
}
.moving-failure__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moving-failure__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.moving-failure__list {
  margin-top: 50px;
  width: 100%;
}
.moving-failure__item {
  width: 100%;
  display: flex;
  align-items: center;
  border-right: 3px solid #000000;
  background: #ffffff;
  position: relative;
}
.moving-failure__item + .moving-failure__item {
  margin-top: 50px;
}
.moving-failure__img {
  width: 41.666%;
  max-width: 500px;
  min-width: 350px;
  aspect-ratio: 500 / 300;
  position: relative;
}
.moving-failure__img img {
  width: 100%;
  height: 100%;
}
.moving-failure__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  max-width: 296px;
  background: #000000;
  text-align: center;
}
.moving-failure__title h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.444;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  color: #ffffff;
}
.moving-failure__text {
  width: 58.333%;
  max-width: 700px;
  padding: 20px 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}
.moving-failure__text span {
  color: #f95c47;
  text-decoration: underline;
  font-weight: 700;
}
.moving-failure__item:nth-child(1) {
  border-right: 3px solid #e9c72c;
}
.moving-failure__item:nth-child(1) .moving-failure__title {
  background-color: #e9c72c;
}
.moving-failure__item:nth-child(2) {
  border-right: 3px solid #2bc8c8;
}
.moving-failure__item:nth-child(2) .moving-failure__title {
  background-color: #2bc8c8;
}
.moving-failure__item:nth-child(3) {
  border-right: 3px solid #1bb91f;
}
.moving-failure__item:nth-child(3) .moving-failure__title {
  background-color: #1bb91f;
}

.moving-flow {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.moving-flow::before {
  position: absolute;
  content: "";
  top: 190px;
  left: 0;
  width: 100%;
  max-width: 460px;
  height: 460px;
  background-image: url(../img/lp/lp-bg_05.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-flow::after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 106px;
  right: -75px;
  width: 100%;
  max-width: 435px;
  height: 444px;
  background-image: url(../img/lp/lp-bg_06.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.moving-flow__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moving-flow__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.moving-flow__list {
  width: 100%;
  max-width: 1000px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.moving-flow__item {
  width: 100%;
  border: 3px solid #cea464;
  background: #fcfbf9;
  display: flex;
  align-items: flex-start;
  padding: 40px 45px;
  position: relative;
}
.moving-flow__item::after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #dcbd8f transparent transparent transparent;
}
.moving-flow__item:last-child::after {
  display: none;
}
.moving-flow__item + .moving-flow__item {
  margin-top: 50px;
}
.moving-flow-img {
  width: 31.318%;
  min-width: 250px;
  aspect-ratio: 285 / 220;
  border: 2px solid #000000;
  flex-shrink: 0;
}
.moving-flow-img img {
  width: 100%;
  height: 100%;
}
.moving-flow__text-area {
  width: 64.28%;
  margin-left: 4.39%;
  flex-shrink: 1;
}
.moving-flow__number {
  border-bottom: 1px solid #000000;
  line-height: 1.3;
}
.moving-flow__number span {
  display: inline-block;
  font-size: 2.4rem;
  font-style: italic;
  font-family: "Courier Prime";
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 5px 15px 2px 15px;
  background-color: #000000;
}
.moving-flow__title {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.moving-flow__title h3 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #727272;
}
.moving-flow__title span {
  display: block;
  font-size: 2.5rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: american-scribe, sans-serif;
  margin-left: 20px;
}
.moving-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  margin-top: 24px;
}
.moving-flow__tel {
  margin-top: 10px;
}
.moving-flow__tel a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP";
  color: #f95c47;
}
.moving-flow__tel a img {
  width: 21.3px;
  height: 28.39px;
  margin: 0;
  margin-right: 8px;
}
.moving-flow__item:nth-child(1) .moving-flow-img {
  border: 2px solid #fc6163;
}
.moving-flow__item:nth-child(1) .moving-flow__number {
  border-bottom: 1px solid #fc6163;
}
.moving-flow__item:nth-child(1) .moving-flow__number span {
  background-color: #fc6163;
}
.moving-flow__item:nth-child(1) .moving-flow__title span {
  color: #fc6163;
}
.moving-flow__item:nth-child(2) .moving-flow-img {
  border: 2px solid #2bc8c8;
}
.moving-flow__item:nth-child(2) .moving-flow__number {
  border-bottom: 1px solid #2bc8c8;
}
.moving-flow__item:nth-child(2) .moving-flow__number span {
  background-color: #2bc8c8;
}
.moving-flow__item:nth-child(2) .moving-flow__title span {
  color: #2bc8c8;
}

.moving-flow__item:nth-child(3) .moving-flow-img {
  border: 2px solid #1bb91f;
}
.moving-flow__item:nth-child(3) .moving-flow__number {
  border-bottom: 1px solid #1bb91f;
}
.moving-flow__item:nth-child(3) .moving-flow__number span {
  background-color: #1bb91f;
}
.moving-flow__item:nth-child(3) .moving-flow__title span {
  color: #1bb91f;
}
.moving-flow__item:nth-child(4) .moving-flow-img {
  border: 2px solid #e9c72c;
}
.moving-flow__item:nth-child(4) .moving-flow__number {
  border-bottom: 1px solid #e9c72c;
}
.moving-flow__item:nth-child(4) .moving-flow__number span {
  background-color: #e9c72c;
}
.moving-flow__item:nth-child(4) .moving-flow__title span {
  color: #e9c72c;
}

.moving-faq {
  padding-top: 95px;
  padding-bottom: 110px;
  background: #fcfbf9;
}
.moving-faq__inner {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moving-faq__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.moving-faq__list {
  margin-top: 45px;
  width: 100%;
}
.moving-faq__item {
  width: 100%;
  border: 2px solid #cea464;
}
.moving-faq__item + .moving-faq__item {
  margin-top: 20px;
}
.moving-faq__question {
  padding-left: 85px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #cea464;
}
.moving-faq__question p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #ffffff;
  position: relative;
}
.moving-faq__question p::before {
  position: absolute;
  top: 0;
  left: -38px;
  content: "Q.";
  font-size: 2rem;
  font-weight: 400;
  font-family: "Abril Fatface";
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.moving-faq__answer {
  padding-left: 85px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffffff;
}
.moving-faq__answer p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  position: relative;
}
.moving-faq__answer p::before {
  position: absolute;
  top: 0;
  left: -38px;
  content: "A.";
  font-size: 2rem;
  font-weight: 400;
  font-family: "Abril Fatface";
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f95c47;
}
.moving-price {
  padding-top: 95px;
  padding-bottom: 100px;
}
.moving-price__inner {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moving-price__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.moving-price__read {
  margin-top: 45px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  text-align: center;
}
.moving-price__notice {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #a1302d;
  text-align: center;
}
.moving-price__table-title {
  margin-top: 50px;
  margin-bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #ffffff;
  text-align: center;
  background: #a1302d;
}
.moving-price__table {
  display: flex;
}
.moving-price__table-col01 {
  width: 20%;
}
.moving-price__table-col02 {
  width: 50%;
}
.moving-price__table-col03 {
  width: 30%;
}
.moving-price__table dt {
  font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    color: #a1302d;
    text-align: center;
    padding: 15px 10px;
    background: rgba(206, 164, 100, 0.2);
    height: 80px;
}
dt.middle {
    padding: 30px 0;
}
.moving-price__table dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #727272;
  text-align: center;
  padding: 20px 10px;
}
.moving-price__table dd:nth-child(2n + 1) {
  background: rgba(114, 114, 114, 0.06);
}
.moving-price__text {
  margin-top: 55px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  text-align: center;
}

table.moving_price,table.moving_price2 {
    width: 100%;
}
tr.title th{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    color: #a1302d;
    text-align: center;
    padding: 15px 10px;
    background: rgba(206, 164, 100, 0.2);
}
table.moving_price th, table.moving_price td,table.moving_price2 th, table.moving_price2 td {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    color: #727272;
    text-align: center;
    padding: 20px 10px;
}
table.moving_price th, table.moving_price td {
    width: 33%;
}
table.moving_price2 th, table.moving_price2 td {
    width: 50%;
}
table.moving_price tr:nth-child(2n + 1), table.moving_price2 tr:nth-child(2n + 1) {
    background: rgba(114, 114, 114, 0.06);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .bg-beige {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .moving-fv {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .moving-fv::before {
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/lp/lp-bg_01_sp.png);
  }
  .moving-read {
    margin-top: 30px;
    position: relative;
  }
  .moving-read__inner {
    max-width: 600px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .moving-read p + p {
    margin-top: 18px;
  }
  .moving-point {
    margin-top: 40px;
  }
  .moving-point__inner {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .moving-point__heading {
    font-size: 1.8rem;
  }
  .moving-imgBox {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 30px;
    justify-content: center;
  }
  .moving-imgBox-wrap {
    width: 24.15%;
    aspect-ratio: 1 / 1;
  }
  .moving-imgBox-wrap + .moving-imgBox-wrap {
    margin-left: 5px;
  }
  .moving-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 4px;
    padding-right: 92px;
  }
  .moving-intro__heading {
    width: 275px;
    height: 275px;
    padding: 49px;
    margin-bottom: 0;
  }
  .moving-intro__heading::before {
    display: none;
  }
  .moving-intro__heading::after {
    top: 0;
    right: -95px;
    width: 150px;
    height: 144px;
    z-index: 1;
  }
  .moving-intro__heading span {
    display: block;
    writing-mode: vertical-rl;
    font-size: 1.9rem;
    margin-left: 25px;
  }
  .moving-content-inner {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .moving-content {
    flex-direction: column;
  }
  .moving-content__img {
    width: 100%;
  }
  .moving-content__text-area {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 0;
    margin-top: 15px;
  }
  .moving-content__text-area h3 {
    font-size: 2rem;
  }
  .moving-content--re {
    flex-direction: column;
  }
  .moving-content--re .moving-content__text-area {
    margin-left: 0;
    margin-right: 0;
  }
  .moving-content + .moving-content {
    margin-top: 25px;
  }
  .moving-about {
    background: #fcfbf9;
    padding-top: 35px;
    padding-bottom: 50px;
    margin-top: 10px;
  }
  .moving-about__inner {
    max-width: 600px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .moving-about__heading {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .moving-about__list {
    margin-top: 22px;
    gap: 18px 15px;
    justify-content: center;
  }
  .moving-about__item {
    width: calc((100% - (15px * 1)) / 2);
  }
  .moving-about__text {
    margin-top: 25px;
    text-align: start;
    padding-left: 11px;
    padding-right: 11px;
  }
  .moving-linkBox {
    position: relative;
    margin-top: 36px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .moving-btn {
    font-size: 1.6rem;
    min-width: 300px;
    width: 300px;
    padding: 20px 30px 20px 50px;
    text-align: start;
  }
  .moving-btn__badge {
    width: 90px;
    height: 90px;
    top: 50%;
    right: -20px;
    font-size: 1.6rem;
    text-align: center;
  }
  .moving-failure {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .moving-failure__inner {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .moving-failure__heading {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .moving-failure__list {
    margin-top: 15px;
  }
  .moving-failure__item {
    flex-direction: column;
    border-top: 3px solid #000000;
  }
  .moving-failure__item + .moving-failure__item {
    margin-top: 25px;
  }
  .moving-failure__img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 375 / 225;
  }
  .moving-failure__title {
    max-width: 100%;
    padding: 5px;
    top: auto;
    bottom: -31.77px;
    left: 0;
  }
  .moving-failure__title h3 {
    font-size: 2.2rem;
  }
  .moving-failure__text {
    width: 100%;
    max-width: 100%;
    padding-top: 48.77px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 23px;
  }
  .moving-failure__item:nth-child(1) {
    border-top: 3px solid #e9c72c;
    border-right: none;
  }
  .moving-failure__item:nth-child(1) .moving-failure__title {
    background-color: #e9c72c;
  }
  .moving-failure__item:nth-child(2) {
    border-top: 3px solid #2bc8c8;
    border-right: none;
  }
  .moving-failure__item:nth-child(2) .moving-failure__title {
    background-color: #2bc8c8;
  }
  .moving-failure__item:nth-child(3) {
    border-top: 3px solid #1bb91f;
    border-right: none;
  }
  .moving-failure__item:nth-child(3) .moving-failure__title {
    background-color: #1bb91f;
  }

  .moving-flow {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .moving-flow__inner {
    max-width: 600px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .moving-flow__heading {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .moving-flow__list {
    margin-top: 20px;
  }
  .moving-flow__item {
    padding: 25px 35px;
    flex-direction: column;
  }
  .moving-flow__item::after {
    bottom: -28px;
    border-width: 25px 37.5px 0 37.5px;
  }
  .moving-flow__item:last-child::after {
    display: none;
  }
  .moving-flow__item + .moving-flow__item {
    margin-top: 50px;
  }
  .moving-flow-img {
    width: 100%;
  }
  .moving-flow-img img {
    width: 100%;
    height: 100%;
  }
  .moving-flow__text-area {
    width: 100%;
    margin-left: 0;
    margin-top: 17px;
  }
  .moving-flow__title {
    margin-top: 13px;
  }
  .moving-flow__title h3 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .moving-flow__text {
    margin-top: 13px;
  }
  .moving-flow__tel {
    margin-top: 5px;
  }
  .moving-flow__tel a {
    font-size: 2.8rem;
  }
  .moving-flow__tel a img {
    width: 25px;
    height: 33px;
    margin-right: 10px;
  }
  .moving-faq {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .moving-faq__inner {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .moving-faq__heading {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .moving-faq__list {
    margin-top: 15px;
  }
  .moving-faq__item + .moving-faq__item {
    margin-top: 10px;
  }
  .moving-faq__question {
    padding-left: 52px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .moving-faq__answer {
    padding-left: 52px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .moving-price {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .moving-price__inner {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .moving-price__heading {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .moving-price__read {
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: start;
  }
  .moving-price__notice {
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: start;
  }
  .moving-price__table-title {
    margin-top: 30px;
    padding: 15px;
  }
  .moving-price__table {
    flex-direction: column;
  }
  .moving-price__table-col01 {
    width: 100%;
  }
  .moving-price__table-col02 {
    width: 100%;
  }
  .moving-price__table-col03 {
    width: 100%;
  }
 .tekkyo .moving-price__table-col01, .tekkyo .moving-price__table-col02 {
    width: 100%;
}
  .moving-price__table dt {
    letter-spacing: 0;
    text-align: start;
    padding: 15px 15px;
  }
  .moving-price__table dt.middle {
    height: auto;
}
  .moving-price__table dd {
    text-align: start;
    padding: 15px 15px;
  }
  .moving-price__text {
    margin-top: 25px;
    text-align: start;
    padding-left: 12px;
    padding-right: 12px;
  }
	table.moving_price th, table.moving_price td, table.moving_price2 th, table.moving_price2 td {
    width: 100%;
    display: -webkit-box;
    letter-spacing: 0;
    text-align: start;
    padding: 15px 15px;
}
table.moving_price tr:nth-child(2n + 1), table.moving_price2 tr:nth-child(2n + 1) {
    background: none;
}
table.moving_price th, table.moving_price2 th {
    background: rgba(114, 114, 114, 0.06);
}
tr.title th {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    color: #a1302d;
    padding: 15px 10px;
    background: rgba(206, 164, 100, 0.2);
    border-bottom: 1px solid #FFF;
    text-align: left;
}
}

@media screen and (max-width: 530px) {
  .moving-flow__item:nth-child(4) .moving-flow__title {
    display: block;
  }
  .moving-flow__item:nth-child(4) .moving-flow__title span {
    text-align: end;
  }
}
@media screen and (max-width: 500px) {
  .moving-flow__item:nth-child(3) .moving-flow__title {
    display: block;
  }
  .moving-flow__item:nth-child(3) .moving-flow__title span {
    margin-top: 5px;
    text-align: end;
  }
}
@media screen and (min-width: 430px) {
  .hidden-430 {
    display: none;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  .moving-btn:hover {
    color: #f95c47;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  .moving-price__table dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1100px) {
}
