@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.sec-company {
  padding-top: 52px;
  padding-bottom: 124px;
}
@media screen and (max-width: 600px) {
  .sec-company {
    padding-bottom: 90px;
  }
}

.company-wrapper {
  max-width: 835px;
  margin: 0 auto;
}
.company-wrapper dl {
  display: flex;
}
@media screen and (max-width: 600px) {
  .company-wrapper dl {
    flex-wrap: wrap;
  }
}
.company-wrapper dl:first-of-type {
  margin-top: 52px;
}
.company-wrapper dl:not(:first-of-type) dt, .company-wrapper dl:not(:first-of-type) dd {
  padding-top: 34px;
}
@media screen and (max-width: 600px) {
  .company-wrapper dl:not(:first-of-type) dt, .company-wrapper dl:not(:first-of-type) dd {
    padding-top: 19px;
  }
}
@media screen and (max-width: 600px) {
  .company-wrapper dl:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
.company-wrapper dl dt, .company-wrapper dl dd {
  font-size: 0.9375rem;
  padding-bottom: 19px;
  line-height: 1.4;
}
.company-wrapper dl dt {
  width: 199px;
  border-bottom: 2px solid #55A86C;
}
@media screen and (max-width: 768px) {
  .company-wrapper dl dt {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .company-wrapper dl dt {
    width: 100%;
  }
}
.company-wrapper dl dd {
  width: calc(100% - 199px);
  padding-left: 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-wrapper dl dd {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 600px) {
  .company-wrapper dl dd {
    width: 100%;
    padding-left: 0;
    padding-top: 19px;
  }
}
.company-wrapper dl dd::before {
  content: "";
  width: calc(100% - 21px);
  height: 2px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 0;
  left: 21px;
}
@media screen and (max-width: 600px) {
  .company-wrapper dl dd::before {
    width: 100%;
    left: 0;
  }
}
.company .dd-inner {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}
.company .dd-cta-wrapper {
  width: 200px;
  margin-top: -14px;
}
.company .dd-cta-wrapper .line-btn {
  border-radius: 100vw;
  border: 2px solid #FFFFFF;
  font-size: 0.9375rem;
  padding: 10.5px 0;
}
.company .dd-cta-wrapper .line-btn span {
  padding-left: 27.5px;
}
.company .dd-cta-wrapper .line-btn span::before {
  width: 24px;
  height: 23px;
}/*# sourceMappingURL=style-company.css.map */