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

.greeting {
  padding: 52px 110px;
  border: 5px solid #1e80b6;
  position: relative;
  background-color: #ebebeb;
  overflow: hidden;
}
.greeting .greeting-letter {
  position: absolute;
  bottom: -6px;
  left: -8px;
  text-align: right;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  letter-spacing: 2.4px;
}
.greeting__head {
  color: #000;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 7.5px 0;
  line-height: 160%; /* 38.4px */
}
.greeting__head img {
    aspect-ratio: 104.72/22.88;
    width: 104.72px;
    height: 22.88px;
    object-fit: contain;
}
.greeting__desc {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.greeting__signature {
  color: #000;
  margin-bottom: 1rem;
  text-align: right;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}


@media (min-width: 769px) {
.pchd {
display: none;
}
.greeting__signature img {
    width: 380px;
    object-fit: contain;
}
}


@media (max-width: 768px) {
.sphd {
display: none;
}
  .greeting {
    padding: 24px;
    border: 5px solid #1e80b6;
    position: relative;
    background-color: #ebebeb;
    overflow: hidden;
  }
  .greeting .greeting-letter {
    position: absolute;
    bottom: -6px;
    left: -8px;
    text-align: right;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: 2.4px;
  }
  .greeting__head {
    color: #000;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
  }
 .greeting__head img {
    aspect-ratio: 104.72/22.88;
    max-width: 104px;
    width: calc(80 / 320 * 100vw);
    height: auto;
    object-fit: contain;
}
  .greeting__desc {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  .greeting__signature {
    color: #000;
    text-align: right;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    width: fit-content;
    text-align: left;
    margin-left: auto;
  }
    .greeting__signature img {
    aspect-ratio: 297.88/102.52;
    max-width: 297px;
    width: calc(214 / 320 * 100vw);
    height: auto;
}
}
.two-col-table .table-row {
  color: #222;
  display: flex;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}
.two-col-table .table-row .key {
  width: 260px;
  min-width: 260px;
  margin-right: 40px;
  color: #0c476a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.two-col-table .table-row .value {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  width: fit-content;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .two-col-table .table-row {
    flex-direction: column;
  }
}
.info-desc {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.gmap-and-street {
  display: flex;
}
.gmap-and-street__gmap {
  width: 50%;
}
.gmap-and-street__gmap iframe {
  width: 100%;
  height: 450px;
}
.gmap-and-street__street {
  width: 50%;
}
.gmap-and-street__street img {
  width: 100%;
  height: 450px;
}

@media (max-width: 768px) {
  .gmap-and-street {
    display: flex;
    flex-direction: column;
  }
  .gmap-and-street__gmap {
    width: 100%;
  }
  .gmap-and-street__gmap iframe {
    width: 100%;
    height: 250px;
  }
  .gmap-and-street__street {
    width: 100%;
  }
  .gmap-and-street__street img {
    width: 100%;
    height: 250px;
  }
}
.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
  span {
    display: none;
  }
}/*# sourceMappingURL=company.css.map */