#sub_main_service .sub_main_content::before {
  background: url(../img/moving/moving_top.jpg) no-repeat top right;
  background-size: cover;
}

#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.needs_box {
  margin-top: 50px;
}

.needs_box .ttl_stripe span {
  position: relative;
}

.needs_box .ttl_stripe span::before {
  content: '';
  background: url(../img/moving/icon_check_yellow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -60px;
  top: 3px;
}

.needs_box .bg_white {
  border-radius: 0 0 20px 20px;
}

.needs_box ul {
  gap: 30px 0;
  margin-top: 50px;
}

.needs_box ul li {
  width: 48%;
}

.needs_box ul li .txt_box {
  padding: 22px 40px 32px;
}

.needs_box ul li .txt_box .ttl {
  font-size: 27px;
  margin-bottom: 15px;
}

.supports {
  padding-top: 70px;
}

.supports li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% auto;
      grid-template-columns: 35% auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-column-gap: 3.7%;
          column-gap: 3.7%;
  position: relative;
  padding: 40px 0 36px;
}

.supports li img {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1 / -1;
}

.supports li .ttl {
  font-size: 27px;
  margin: -10px 0 10px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.supports li p {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.supports li::after {
  content: '';
  background: url(../img/common/line_dot.png) repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.supports li:nth-child(1) {
  padding-top: 0;
}

.supports li:nth-child(3) {
  padding-bottom: 0;
}

.supports li:nth-child(3)::after {
  content: none;
}

#appeal .ttl_section_top {
  margin: -25px 0 22px;
  line-height: 1.85;
}

#appeal .ttl_section_top .num {
  font-size: 2.12em;
  font-family: 'Robot';
}

#appeal ul {
  gap: 26px 0;
  margin-top: 46px;
}

#appeal ul li {
  border: 4px solid #88c7ff;
  font-size: 23px;
  font-weight: bold;
  width: 31.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#appeal ul li span {
  padding-left: 27px;
}

#appeal .btn_wrapper {
  gap: 0 30px;
}

#appeal .btn_wrapper .btn {
  width: 400px;
  margin: 0;
}

.moving_case_box.case_01 {
  margin-bottom: 40px;
}

.moving_case_box .case_single span {
  position: relative;
  margin-left: 42px;
}

.moving_case_box .case_single span::before {
  content: '';
  background: url(../img/moving/icon_box.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -65px;
  top: 1px;
}

.moving_case_box .case_family span {
  position: relative;
  margin-left: 42px;
}

.moving_case_box .case_family span::before {
  content: '';
  background: url(../img/moving/icon_boxes.png) no-repeat;
  background-size: contain;
  width: 49px;
  height: 45px;
  position: absolute;
  left: -69px;
  top: 1px;
}

.moving_case_box .bg_white {
  padding: 40px 54px 42px;
  border-radius: 0 0 20px 20px;
  border: 4px solid #2d89f8;
  border-top: none;
}

.moving_case_box ul {
  gap: 0 35px;
  margin-bottom: 24px;
  position: relative;
}

.moving_case_box ul li {
  max-width: 43.4%;
  position: relative;
}

.moving_case_box ul li:first-child::before {
  content: '';
  background: url(../img/top/label_before.svg) no-repeat;
  width: 134px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.moving_case_box ul li:nth-child(2)::before {
  content: '';
  background: url(../img/top/label_after.svg) no-repeat;
  width: 134px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.moving_case_box ul li:nth-child(2)::after {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid var(--site-secondary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.moving_case_box ul::after {
  content: '';
  background: url(../img/common/icon_sankaku_right_orange.svg) no-repeat;
  width: 25px;
  height: 41px;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
  #appeal ul li {
    font-size: 20px;
  }
  #appeal ul li span {
    padding-left: 16px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .needs_box ul li .txt_box {
    padding: 2.5vw 3vw;
  }
  .needs_box ul li .txt_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .supports {
    padding-top: 5vw;
  }
  .supports li .ttl {
    font-size: 21px;
    margin: -8px 0 8px;
  }
  #appeal ul {
    margin-top: 25px;
  }
  #appeal ul li {
    font-size: 17px;
  }
  #appeal ul li picture {
    width: 80px;
  }
  #appeal ul li span {
    padding-left: 1vw;
  }
  .moving_case_box.case01 {
    margin-bottom: 35px;
  }
  .moving_case_box .bg_white {
    padding: 4vw 4vw;
  }
  .moving_case_box ul {
    margin-bottom: 18px;
  }
  .moving_case_box ul li:nth-child(1)::before, .moving_case_box ul li:nth-child(2)::before {
    width: calc(134px * 0.75);
    height: calc(40px * 0.75);
  }
}

@media screen and (max-width: 568px) {
  #sub_main_service .content_box {
    padding: 30px 5.3vw 38px;
  }
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .needs_box {
    margin: 35px -5.3vw 0;
  }
  .needs_box .ttl_stripe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.3em 0 0.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .needs_box .ttl_stripe span::before {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    left: initial;
    top: 5px;
  }
  .needs_box .bg_white {
    border-radius: 0;
  }
  .needs_box .half_box {
    margin-top: -15px;
  }
  .needs_box .half_box .ttl {
    text-align: center;
    margin: 5px 0 8px;
  }
  .needs_box ul {
    margin: 25px 0 5px;
    gap: 20px 0;
  }
  .needs_box ul li {
    width: 100%;
  }
  .needs_box ul li .txt_box {
    padding: 14px 20px 20px;
  }
  .needs_box ul li .txt_box .ttl {
    margin-bottom: 8px;
  }
  .supports {
    padding-top: 40px;
  }
  .supports li {
    -ms-grid-columns: 47.5% 47.5%;
        grid-template-columns: 47.5% 47.5%;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    padding: 25px 0;
  }
  .supports li img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    border-radius: 5px;
  }
  .supports li .ttl {
    font-size: 19px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .supports li p {
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 12px;
  }
  #appeal .ttl_section_top {
    margin: -25px 0 5px;
    line-height: 2.1;
  }
  #appeal .ttl_section_top .size_large {
    font-size: 1.35em;
  }
  #appeal ul {
    margin-top: 20px;
    gap: 15px 0;
  }
  #appeal ul li {
    width: 47.8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #appeal ul li picture {
    width: 100%;
  }
  #appeal ul li span {
    padding: 12px 0 13px;
  }
  #appeal .btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  #appeal .btn_wrapper .btn {
    width: 74.6vw;
    margin: 0 auto;
  }
  #appeal .btn_wrapper .btn:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .moving_case_box.case_01 {
    margin-bottom: 30px;
  }
  .moving_case_box .case_single span {
    margin-left: 22px;
  }
  .moving_case_box .case_single span::before {
    width: 30px;
    height: 30px;
    left: -40px;
    top: 4px;
  }
  .moving_case_box .case_family span {
    margin-left: 22px;
  }
  .moving_case_box .case_family span::before {
    width: 30px;
    height: 28px;
    left: -40px;
    top: 4px;
  }
  .moving_case_box .bg_white {
    border-radius: 0;
    border-right: none;
    border-left: none;
    padding: 20px 5.3vw;
  }
  .moving_case_box ul {
    -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;
    gap: 35px 0;
    margin-bottom: 15px;
  }
  .moving_case_box ul li {
    max-width: 83%;
  }
  .moving_case_box ul li:first-child::after {
    background: url(../img/common/icon_sankaku_down_orange.svg) no-repeat;
    width: 38px;
    height: 20px;
    top: initial;
    right: initial;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .moving_case_box ul::after {
    background: url(../img/common/icon_sankaku_down_orange.svg) no-repeat;
    width: 38px;
    height: 20px;
    top: initial;
    right: initial;
    bottom: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=moving.css.map */