<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headline__inner {
  background: url(../img/headline_business.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .headline__inner {
    background: url(../img/headline_business-sp.jpg) no-repeat center center/cover;
  }
}

.business_03 {
  margin-bottom: 3em;
}
.business__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
.business__title {
  margin-bottom: 2.5rem;
}
.business__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .business__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3em;
  }
}
.business__box:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .business__box:nth-child(2n-1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__box:last-child {
  margin-bottom: 3em;
}
.business__box-img, .business__box-contents {
  width: 46.667%;
}
@media (max-width: 768px) {
  .business__box-img, .business__box-contents {
    width: 100%;
  }
}
.business__box-img {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .business__box-img {
    margin-bottom: 2em;
  }
}
.business__btn {
  margin-top: 3em;
}
.business__btn.maw_286 {
  max-width: 17.875em;
}
@media (max-width: 768px) {
  .business__btn.maw_286 {
    max-width: inherit;
  }
  .business__btn.maw_286 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.business__btn.maw_318 {
  max-width: 19.875em;
}
@media (max-width: 768px) {
  .business__btn.maw_318 {
    max-width: inherit;
  }
  .business__btn.maw_318 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}</pre></body></html>