.content__box .section__inner.bg__box {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__inner.bg__box {
    padding-bottom: 100px;
  }
}
.content__box .section__inner.bg__box {
  position: relative;
}
.content__box .section__inner.bg__box:before {
  content: "";
  display: block;
  position: absolute;
}
.content__box .section__inner.bg__box:before {
  width: 214px;
  height: 160px;
  background: url(/assets/images/common/cow03.avif) center center/contain no-repeat;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__inner.bg__box:before {
    width: 160px;
    height: 120px;
    bottom: -40px;
    left: 20px;
  }
}
.content__box .sec__ttl + .text__box {
  margin-block: 32px;
}
.content__box section:nth-child(3) .section__box {
  position: relative;
}
.content__box section:nth-child(3) .section__box:before {
  content: "";
  display: block;
  position: absolute;
}
.content__box section:nth-child(3) .section__box:before {
  width: 160px;
  height: 110px;
  background: url(/assets/images/common/ai-gun02.avif) center center/contain no-repeat;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box section:nth-child(3) .section__box:before {
    width: 120px;
    height: 70px;
    right: 20px;
    top: 40px;
  }
}/*# sourceMappingURL=tyosa_jutai.css.map */