#sub_other_service .sub_other_content::after {
  background: url(../img/assembly/assembly_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/assembly/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;
}

#intro .note_box {
  margin-top: 30px;
  padding: 27px 0 27px 30%;
}

#intro .note_box p {
  font-size: 17px;
}

#intro .note_box p::before {
  /* left: 260px; */
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  #intro .note_box {
    padding: 16px 3% 16px 16%;
  }
  .needs_box ul li .txt_box {
    padding: 2.5vw 3vw;
  }
  .needs_box ul li .txt_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 568px) {
  #intro .note_box p::before {
    left: initial;
    top: 7px;
}
  #intro .note_box {
    text-align: start;
    padding: 16px 20px 16px;
  }
  #intro .note_box p {
    font-size: 13px;
  }
  #sub_other_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.5em 0 0.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .needs_box .ttl_stripe span::before {
    display: none;
  }
  .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;
  }
}
/*# sourceMappingURL=assembly.css.map */