@charset "UTF-8";
@media screen and (max-width: 767.98px) {
  .p-business__title {
    font-size: 20rem;
  }
}
.p-business__figure {
  margin: 0;
}
.p-business__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-business__intro {
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  .p-business__intro {
    padding: 76rem 0;
  }
}
.p-business__intro-grid {
  margin-bottom: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-business__intro-grid {
    display: grid;
    margin-bottom: 70rem;
    grid-template-columns: 1fr 644rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-business__intro-title {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-business__intro-title {
    margin-bottom: 0;
  }
}
.p-business__organization {
  background: radial-gradient(#edbc4d 0%, #e67b35 90.68%, #d55613 100%);
  color: #171717;
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  .p-business__organization {
    padding: 90rem 0;
  }
}
.p-business__organization-grid {
  display: grid;
  gap: 32rem;
}
@media screen and (min-width: 768px), print {
  .p-business__organization-grid {
    grid-template-columns: 306rem 940rem;
    justify-content: space-between;
    gap: 64rem;
  }
}
.p-business__department {
  background: #373737;
  color: #ffffff;
  padding: 60rem 0;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px), print {
  .p-business__department {
    padding: 90rem 0 40rem;
  }
}
.p-business__department-title {
  margin-bottom: 32rem;
}
.p-business__department-item {
  display: grid;
  grid-template-columns: 80rem 1fr;
  padding: 40rem 0;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}
@media screen and (min-width: 768px), print {
  .p-business__department-item {
    grid-template-columns: 200rem 1fr;
    padding: 56rem 0;
  }
}
.p-business__department-number {
  font-size: 17rem;
  font-weight: 500;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-business__department-number {
    font-size: 17rem;
    padding-top: 24rem;
  }
}
.p-business__department-desc {
  position: relative;
}
.p-business__department-heading-en {
  font-size: 28rem;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: 1;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-business__department-heading-en {
    font-size: 36rem;
  }
}
.p-business__department-heading-ja {
  font-size: 20rem;
  font-weight: 600;
  color: #EA9900;
  margin: 24rem 0;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-business__department-heading-ja {
    font-size: 28rem;
    margin: 60rem 0 24rem;
  }
}
.p-business__department-text {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-business__department-text {
    font-size: 17rem;
    margin-right: 615rem;
  }
}
.p-business__department-photo {
  margin-top: 16rem;
}
@media screen and (min-width: 768px), print {
  .p-business__department-photo {
    margin: 0;
    width: 530rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-business__consulting-list {
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-business__consulting-list {
    margin-top: 40rem;
  }
}
.p-business__consulting-item {
  display: grid;
  padding: 16rem 0;
  gap: 13rem;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}
@media screen and (min-width: 768px), print {
  .p-business__consulting-item {
    grid-template-columns: 340rem 1fr;
    align-items: start;
    padding: 24rem 0;
  }
}
.p-business__consulting-term {
  color: #EA9900;
  font-size: 16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .p-business__consulting-term {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-business__consulting-desc {
    font-size: 17rem;
  }
}/*# sourceMappingURL=business.css.map */