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

.full_wide_ttl {
  margin-top: 10px;
}

.full_wide_ttl .txt_white {
  padding-left: 0;
}

.full_wide_ttl .txt_white::before {
  background: url(../img/haihin/ttl_staff.png) no-repeat;
  background-size: contain;
}

.full_wide_ttl .txt_white::after {
  content: '';
  background: url(../img/home-appliances/ttl_staff.png) no-repeat;
  background-size: contain;
  width: 155px;
  height: 192px;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.main_list {
  margin-top: 40px;
}

.main_list li .ttl::before {
  content: '';
  background: url(../img/advantage/icon_reason01.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -25px;
  left: 50px;
}

.main_list li:nth-child(2) .ttl::before {
  background: url(../img/advantage/icon_reason02.svg) no-repeat;
  background-size: contain;
}

.main_list li:nth-child(3) .ttl::before {
  background: url(../img/advantage/icon_reason03.svg) no-repeat;
  background-size: contain;
}

.main_list li:nth-child(4) .ttl::before {
  background: url(../img/advantage/icon_reason04.svg) no-repeat;
  background-size: contain;
}

.main_list li:nth-child(5) .ttl::before {
  background: url(../img/advantage/icon_reason05.svg) no-repeat;
  background-size: contain;
}

.main_list li:nth-child(6) .ttl::before {
  background: url(../img/advantage/icon_reason06.svg) no-repeat;
  background-size: contain;
}

.main_list li:nth-child(7) {
  margin-bottom: 30px;
}

.main_list li:nth-child(7) .ttl::before {
  background: url(../img/advantage/icon_reason07.svg) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .full_wide_ttl .txt_white::after {
    width: calc(155px * 0.85);
    height: calc(192px * 0.85);
  }
}

@media only screen and (max-width: 960px) {
  .full_wide_ttl .txt_white::after {
    width: calc(155px * 0.7);
    height: calc(192px * 0.7);
    right: 0;
  }
  .main_list {
    margin-top: 30px;
  }
  .main_list li .ttl::before {
    width: 65px;
    height: 65px;
    top: -15px;
    left: 35px;
  }
}

@media only screen and (max-width: 568px) {
  .full_wide_ttl .txt_white {
    text-align: center;
  }
  .full_wide_ttl .txt_white::after {
    width: calc(155px * 0.5);
    height: calc(192px * 0.5);
    right: 7px;
  }
  .about_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_intro img {
    width: 78%;
    margin: 0 0 14px;
  }
  .main_list {
    margin-top: 18px;
  }
  .main_list li .ttl {
    line-height: 1.4;
  }
  .main_list li .ttl::before {
    width: 50px;
    height: 50px;
    left: -10px;
  }
  .main_list li:last-child {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=advantage.css.map */