@charset "UTF-8";
/* 共通カラー */
/* テンプレート共通カラー */
/* タグ */
/* ブレイクポイント */
/* メディアクエリ */
.business__box {
  display: block;
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .business__box {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
}
.business__box figure {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .business__box figure {
    width: 45%;
    margin-top: 0;
  }
}
.business__box figure img {
  width: 100%;
  object-fit: cover;
}
.business__box--top {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 960px) {
  .business__box--top {
    padding: 0 0 80px 0;
  }
}
.business__box--reverse {
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width: 960px) {
  .business__box--reverse {
    flex-flow: unset;
  }
}
.business__unit {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .business__unit {
    width: 50%;
  }
}
.business__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #77C4AE;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .business__title {
    margin-bottom: 40px;
  }
}
.business__title span {
  color: #77C4AE;
  font-size: 1.3rem;
  margin-left: 20px;
}
.business__catch {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .business__catch {
    margin-bottom: 40px;
  }
}
.business__texterea p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1.5px;
}
.business--bg {
  background-color: #F2F9FD;
}/*# sourceMappingURL=business.css.map */