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

.greeting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  background-image: url(/assets/images/greeting-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.greeting .img {
  aspect-ratio: 449/335;
  max-width: 411px;
  width: 100%;
  height: auto;
}
.greeting .img img {
  width: 100%;
  height: 100%;
}
.greeting .text-content {
  max-width: 552px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.greeting .text-content .desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 10px;
}
.greeting .text-content .signature {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: fit-content;
  margin-left: auto;
}
.greeting .text-content .signature .signature__text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 164%; /* 29.52px */
  letter-spacing: 0.9px;
}
.greeting .text-content .signature .signature__text2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 2.25px;
}

.outline .outline__inner .text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.outline .outline__inner .gmap {
  width: 100%;
  height: 320px;
}
.outline .outline__inner .gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .greeting {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 20px;
    background-image: url(/assets/images/greeting-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .greeting .img {
    aspect-ratio: 449/335;
    max-width: none;
    width: 100%;
    height: auto;
  }
  .greeting .img img {
    width: 100%;
    height: 100%;
  }
  .greeting .text-content {
    max-width: none;
    width: 100%;
    height: auto;
    margin-top: auto;
  }
  .greeting .text-content .desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 10px;
  }
  .greeting .text-content .signature {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
  }
  .greeting .text-content .signature .signature__text1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%; /* 29.52px */
    letter-spacing: 0.9px;
  }
  .greeting .text-content .signature .signature__text2 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    letter-spacing: 2.25px;
  }
  .outline .outline__inner .text1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
  }
  .outline .outline__inner .gmap {
    width: 100%;
    height: 240px;
  }
  .outline .outline__inner .gmap iframe {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=company.css.map */