@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-overview {
  padding: 5.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding: 2.8rem 0 0;
    text-align: left;
  }
}
.p-overview .ttl {
  color: var(--blue);
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.6071428571;
  padding: 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-overview .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    line-height: 1.6666666667;
    padding: 0 0 1.5rem;
  }
}
.p-overview .txt {
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-overview .txt {
    letter-spacing: 0.07rem;
    line-height: 1.5714285714;
  }
}

.p-works {
  padding: 9.7rem 0 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 7rem 0 7.6rem;
  }
}
.p-works-item {
  align-items: stretch;
  background: var(--white);
  display: flex;
  margin: 5.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-works-item {
    flex-direction: column;
    margin: 4rem 0 0;
  }
}
.p-works-item > img {
  flex-shrink: 0;
  width: 54.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-item > img {
    width: 100%;
  }
}
.p-works-item-body {
  border: 1px solid var(--light-blue);
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-works-item-body {
    align-items: start;
    border: 1px solid var(--light-blue);
    border-top: none;
    justify-content: start;
    padding: 2rem 2.3rem;
  }
}
.p-works-item-body .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  margin-top: 1.5rem;
  padding: 0 0 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-works-item-body .ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
    margin: 0;
    padding: 0 0 0.2rem;
    white-space: unset;
  }
}
.p-works-item-body .txt {
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-works-item-body .txt {
    line-height: 1.5714285714;
  }
}/*# sourceMappingURL=business.css.map */