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

#greeting {
  margin-top: -90px;
  padding-top: 90px;
}

#overview {
  margin-top: -90px;
  padding-top: 90px;
}

#access {
  margin-top: -90px;
  padding-top: 90px;
}

.greeting-desc {
  color: #4c4c4c;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}

.signature {
  max-width: 200px;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
}
.signature img {
  width: 100%;
}

.en-signature {
  aspect-ratio: 145/96;
  max-width: 145px;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
}
.en-signature img {
  width: 100%;
  height: auto;
}

.signature-text {
  color: #4C4C4C;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  .signature {
    max-width: 240px;
  }
  .en-signature {
    max-width: 120px;
  }
}
.two-col-table--en .table-row {
  align-items: center;
}
.two-col-table .table-row {
  display: flex;
  color: #4c4c4c;
  /* 16 - SemiBold -1.5 - 0.02 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #03004C;
}
.two-col-table .table-row .key {
  width: 120px;
  min-width: 120px;
  margin-right: 80px;
  white-space: nowrap;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .two-col-table .table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #03004C;
  }
  .two-col-table .table-row .key {
    width: auto;
    margin-right: 0px;
  }
  .two-col-table .table-row:first-child {
    padding-top: 0;
  }
}
.access-info {
  margin-bottom: 24px;
}
.access-info__head {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.access-info .infos {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.access-info .infos p {
  margin-bottom: 2px;
}
.access-info .infos p:last-child {
  margin-bottom: 0;
}
.access-info .gmap {
  width: 100%;
}
.access-info .gmap iframe {
  width: 100%;
  height: 320px;
}

.access-info:last-child {
  margin-bottom: 0;
}

.first-access-info-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
.first-access-info-wrap .access-info {
  margin-bottom: 0;
  width: 50%;
}
.first-access-info-wrap .access-info__head {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.first-access-info-wrap .access-info .infos {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 25px;
}
.first-access-info-wrap .access-info .infos p {
  margin-bottom: 2px;
}
.first-access-info-wrap .access-info .infos p:last-child {
  margin-bottom: 0;
}
.first-access-info-wrap .access-info .gmap {
  width: 100%;
}
.first-access-info-wrap .access-info .gmap iframe {
  width: 100%;
  height: 350px;
}
.first-access-info-wrap .company-img {
  max-width: 561px;
  width: 50%;
  aspect-ratio: 561/520;
}
.first-access-info-wrap .company-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .first-access-info-wrap {
    flex-direction: column;
  }
  .first-access-info-wrap .access-info {
    width: 100%;
  }
  .first-access-info-wrap .access-info .infos {
    max-width: none;
  }
  .first-access-info-wrap .access-info .gmap {
    height: 267px;
    max-width: none;
  }
  .first-access-info-wrap .access-info .gmap iframe {
    height: 100%;
    width: 100%;
  }
  .first-access-info-wrap .company-img {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=company.css.map */