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

.text-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.text-img .text {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 56px */
}
.text-img .img {
  aspect-ratio: 480/280;
  max-width: 480px;
  width: 100%;
}
.text-img .img img {
  width: 100%;
  height: auto;
}

.two-col-table .table-row {
  color: #222;
  display: flex;
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
.two-col-table .table-row .key {
  width: 260px;
  color: var(--navyvlue, #003391);
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  margin-right: 40px;
}
.two-col-table .table-row .value {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  width: 100%;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}

.text1 {
  color: var(--navyvlue, #003391);
  font-family: "BIZ UDGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}

.text2 {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.gmap-and-street {
  display: flex;
  height: 320px;
}
.gmap-and-street .gmap {
  width: 50%;
}
.gmap-and-street .gmap iframe {
  height: 100%;
  width: 100%;
}
.gmap-and-street .street {
  width: 50%;
}
.gmap-and-street .street iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }
  .text-img .text {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 56px */
  }
  .text-img .img {
    aspect-ratio: 480/280;
    max-width: 480px;
    width: 100%;
  }
  .text-img .img img {
    width: 100%;
    height: auto;
  }
  .two-col-table .table-row {
    color: #222;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
  }
  .two-col-table .table-row .key {
    width: 260px;
    color: var(--navyvlue, #003391);
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    margin-right: 40px;
  }
  .two-col-table .table-row .value {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    width: 100%;
  }
  .two-col-table .table-row:first-child {
    padding-top: 0;
  }
  .text1 {
    color: var(--navyvlue, #003391);
    font-family: "BIZ UDGothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
  }
  .text2 {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .gmap-and-street {
    display: flex;
    height: 320px;
  }
  .gmap-and-street .gmap {
    width: 50%;
  }
  .gmap-and-street .gmap iframe {
    height: 100%;
    width: 100%;
  }
  .gmap-and-street .street {
    width: 50%;
  }
  .gmap-and-street .street iframe {
    height: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=company.css.map */