/* =========================================================
company
========================================================= */
.p-company-table {
  margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-company-table {
    margin-top: 100px 0px;
  }
}
.p-company-table::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-company-table::before {
    top: 700px;
    left: -73%;
    background-position: right;
    height: 500px;
  }
}
.p-company-table::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-company-table::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-company-table--box {
  margin-top: 30px;
}
.p-company-table--item {
  display: block;
  position: relative;
  padding: 20px 15px 25px 15px;
  border-bottom: 1px solid #8AE1FF;
  font-size: 14px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-company-table--item {
    display: flex;
    font-size: 16px;
    gap: 20px;
  }
}
.p-company-table--item dt {
  color: #007FCD;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-company-table--item dt {
    width: 200px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
.p-company-table--item dd {
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 992px) {
  .p-company-table--item dd {
    width: calc(100% - 200px);
  }
}
.p-company-table--item dd p {
  padding: 5px 0;
}
.p-company-table--item dd strong {
  font-weight: bold;
}
.p-company-table--item dd ul li {
  padding-bottom: 5px;
}
.p-company-table--business {
  margin-bottom: 15px;
}
/*# sourceMappingURL=style-company.css.map */