@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
#company .page__title {
  background: url(../images/company/img_company_title_01@2x.png) center/auto 205px no-repeat;
}
@media screen and (max-width: 1050px) {
  #company .page__title {
    background-size: auto 19.4603381014vw;
  }
}
@media screen and (max-width: 768px) {
  #company .page__title {
    background-size: auto 21.3333333333vw;
  }
}

.company__table {
  margin: -72px 0 0;
}
@media screen and (max-width: 1050px) {
  .company__table {
    margin: -6.8348504551vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .company__table {
    margin: -9.6vw 0 0;
  }
}
.company__table table {
  width: 100%;
  border-spacing: 4px;
}
@media screen and (max-width: 1050px) {
  .company__table table {
    border-spacing: 0.3797139142vw;
  }
}
@media screen and (max-width: 768px) {
  .company__table table {
    border-spacing: 0.8vw;
  }
}
.company__table table tbody tr th {
  font-size: 16px;
  font-weight: 500;
  width: 192px;
  padding: 27px 44px;
  line-height: 25px;
}
@media screen and (max-width: 1050px) {
  .company__table table tbody tr th {
    font-size: 1.5188556567vw;
    width: 18.2262678804vw;
    padding: 2.5630689207vw 4.1768530559vw;
    line-height: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .company__table table tbody tr th {
    font-size: 3.4666666667vw;
    width: 24vw;
    padding: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.company__table table tbody tr:nth-of-type(odd) th {
  background: #f1f7e4;
}
.company__table table tbody tr:nth-of-type(even) th {
  background: #e9f5e7;
}
.company__table table tbody tr td {
  font-size: 16px;
  line-height: 25px;
  padding: 27px 44px;
  background: #fafafa;
}
@media screen and (max-width: 1050px) {
  .company__table table tbody tr td {
    font-size: 1.5188556567vw;
    line-height: 2.3732119636vw;
    padding: 2.5630689207vw 4.1768530559vw;
  }
}
@media screen and (max-width: 768px) {
  .company__table table tbody tr td {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    padding: 4.2666666667vw;
  }
}

.company__table-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 1050px) {
  .company__table-list {
    gap: 0.9492847854vw 0;
  }
}
@media screen and (max-width: 768px) {
  .company__table-list {
    gap: 3.2vw 0;
  }
}
.company__table-list li {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 1050px) {
  .company__table-list li {
    gap: 0 3.0377113134vw;
  }
}
@media screen and (max-width: 768px) {
  .company__table-list li {
    flex-direction: column;
    gap: 0;
  }
}
.company__table-list li > span {
  display: flex;
  min-width: 95px;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .company__table-list li > span {
    min-width: 9.0182054616vw;
  }
}
@media screen and (max-width: 768px) {
  .company__table-list li > span {
    min-width: 25.3333333333vw;
    justify-content: flex-start;
    align-items: center;
    line-height: 5.3333333333vw;
  }
}
/*# sourceMappingURL=company.css.map */