@font-face {
  font-family: "Helvetica.ttc";
  src: url("../font/Helvetica.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ===============================
  company
=============================== */
/*------------------------------
service
------------------------------*/
.service__description {
  margin-top: 3%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: -0.01em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .service__description {
    font-size: 3.0666666667vw;
  }
}

.service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 8%;
  margin-top: 10%;
}
@media (max-width: 767px) {
  .service__list {
    display: block;
  }
}

.service__item {
  width: 46%;
}
@media (max-width: 767px) {
  .service__item {
    width: 100%;
  }
  .service__item:nth-child(n+2) {
    margin-top: 5.3333333333%;
  }
}

.service__item-body {
  margin-top: 5%;
}

.service__item-heading {
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.7368421053;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #000;
  padding-bottom: 0.7em;
}
@media (max-width: 999px) {
  .service__item-heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .service__item-heading {
    font-size: 3.3333333333vw;
  }
}

.service__item-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  margin-top: 1em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .service__item-description {
    font-size: 3.0666666667vw;
  }
}

/*------------------------------
company-info
------------------------------*/
.company-info {
  padding: min(110px, 7.6388888889vw) 0 min(150px, 10.4166666667vw);
}

.company-info__list {
  display: flex;
  flex-wrap: wrap;
}
.company-info__list dt, .company-info__list dd {
  padding: 3% 0;
  padding: 2% 0;
  border-bottom: 1px solid #000;
}
.company-info__list dt {
  width: 24%;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-info__list dd {
  width: 76%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8125;
}
@media (max-width: 999px) {
  .company-info__list dd {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .company-info__list dt {
    font-size: 3.3333333333vw;
  }
  .company-info__list dd {
    font-size: 3.0666666667vw;
  }
}
/*# sourceMappingURL=company.css.map */