@import url("https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-intro .c-box {
  padding: 6.6rem 7.4rem 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro .c-box {
    padding: 4rem 2.4rem 5.3rem;
  }
}
.p-intro .btns {
  display: flex;
  justify-content: space-between;
  padding: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro .btns {
    gap: 2rem;
    flex-direction: column;
    padding: 3.3rem 0 0;
  }
}
.p-intro .btns .c-btn-1 {
  width: 46.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro .btns .c-btn-1 {
    width: 100%;
  }
}
.p-intro .btns .c-btn-1 .c-icon-arrow {
  right: 2.3rem;
  transform: rotate(90deg);
}

.p-section .c-ttl-2 {
  margin: 0 0 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-section .c-ttl-2 {
    margin: 0 0 2.6rem;
  }
}
.p-section-img {
  width: 45.1rem;
}
@media screen and (max-width: 767px) {
  .p-section-img {
    width: 100%;
  }
}
.p-section-list {
  margin-top: -0.8rem;
  width: 59.1rem;
}
@media screen and (max-width: 767px) {
  .p-section-list {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-section-list dt {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
  padding: 1.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-section-list dt {
    font-size: 1.6rem;
  }
}
.p-section-list dt:first-child {
  padding-top: 0;
}
.p-section-list dd {
  border-bottom: 1px solid #D7D7D7;
  line-height: 150%;
  padding: 0.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section-list dd {
    line-height: 157.143%;
    padding: 0 0 1.1rem;
  }
}
.p-section.business {
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-section.business {
    padding: 6.5rem 0 0;
  }
}
.p-section.technology {
  padding: 9rem 0 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-section.technology {
    padding: 6.3rem 0 8.2rem;
  }
}/*# sourceMappingURL=service.css.map */