html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sec1__inner .wrap1 {
  background-image: url(/assets/images/company1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
  border: 6px solid var(--BLUE, #3b54f6);
  padding: 80px 160px 242px;
}
.sec1__inner .wrap1 .text1 {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
}
.sec1__inner .wrap1 .text2 {
  text-align: right;
  color: #000;
  font-family: "Zen Kurenaido";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.sec1__inner .wrap1 .text2 span {
  font-size: 26px;
  font-style: normal;
}

.sec2__inner .wrap1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
.sec2__inner .wrap1 .img1 {
  max-width: 594px;
  width: 100%;
}
.sec2__inner .wrap1 .img2 {
  max-width: 330px;
  width: 100%;
}

.two-col-table .table-row {
  color: #222;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}
.two-col-table .table-row .key {
  color: var(--BLUE, #3b54f6);
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  width: 260px;
  margin-right: 80px;
}
.two-col-table .table-row .value {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.two-col-table .table-row .value span {
  font-weight: 700;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .sec1__inner .wrap1 {
    background-image: url(/assets/images/company1.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0px;
    border: 6px solid var(--BLUE, #3b54f6);
    padding: 24px 24px 60px;
  }
  .sec1__inner .wrap1 .text1 {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 35.2px */
  }
  .sec1__inner .wrap1 .text2 {
    text-align: right;
    color: #000;
    font-family: "Zen Kurenaido";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .sec1__inner .wrap1 .text2 span {
    font-size: 18px;
    font-style: normal;
  }
  .sec2__inner .wrap1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .sec2__inner .wrap1 .img1 {
    max-width: 594px;
    width: 100%;
  }
  .sec2__inner .wrap1 .img2 {
    max-width: 330px;
    width: 100%;
  }
  .two-col-table .table-row {
    color: #222;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
  }
  .two-col-table .table-row .key {
    color: var(--BLUE, #3b54f6);
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    width: 260px;
    margin-right: none;
  }
  .two-col-table .table-row .value {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  .two-col-table .table-row .value span {
    font-weight: 700;
  }
  .two-col-table .table-row:first-child {
    padding-top: 0;
  }
}/*# sourceMappingURL=company.css.map */