@charset "utf-8";

.company__head-title {
  color: #272a2c;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2194413717rem + 0.6637168142vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.company__body {
  margin-block-start: clamp(1.875rem, 0.8379424779rem + 4.4247787611vw, 4.375rem);
}

.access__head-title {
  color: #272a2c;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2194413717rem + 0.6637168142vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.access__body {
  margin-block-start: clamp(1.875rem, 0.8379424779rem + 4.4247787611vw, 4.375rem);
}

.access__map .access__map-iframe {
  aspect-ratio: 940/400;
  border: none;
  border-radius: 10px;
  height: auto;
  width: min(100%, 940px);
}

.greeting__head-title {
  color: #272a2c;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2194413717rem + 0.6637168142vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.greeting__body {
  margin-block-start: clamp(1.875rem, 0.8379424779rem + 4.4247787611vw, 4.375rem);
}

.greeting__media {
  display: grid;
  grid-template-areas: "title2" "imgWrap2" "body2";
  grid-template-columns: auto;
  row-gap: 1.5rem;
}

@media screen and (width >= 768px) {
  .greeting__media {
    display: flex;
  }
}

.greeting__media-imgWrap {
  grid-row: 3;
  grid-column: 1;
  aspect-ratio: 288/330;
  border-radius: 10px;
  grid-area: imgWrap2;
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  width: min(100%, 288px);
}

@media screen and (width >= 768px) {
  .greeting__media-imgWrap {
    width: 288px;
  }
}

.greeting__media-title-body {
  display: contents;
}

@media screen and (width >= 768px) {
  .greeting__media-title-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-width: 0;
    padding-left: 5rem;
    row-gap: 2.1875rem;
  }
}

.greeting__media-title {
  grid-row: 1;
  grid-column: 1;
  color: #272a2c;
  font-family: "Noto Serif JP";
  font-size: clamp(1.125rem, 0.9694413717rem + 0.6637168142vw, 1.5rem);
  font-weight: 600;
  grid-area: title2;
  letter-spacing: 0.1em;
  line-height: 43.2px;
  text-align: left;
}

.greeting__media-body {
  grid-row: 5;
  grid-column: 1;
  grid-area: body2;
}

.greeting__media-text {
  font-feature-settings: "halt" on;
  color: #272a2c;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: justify;
}

.greeting__media-text:not(:first-of-type) {
  margin-block-start: 0.6875rem;
}

.greeting__signature {
  color: #272a2c;
  display: block;
  font-family: "Noto Serif JP";
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-block-start: 0.875rem;
  margin-left: auto;
  text-align: right;
  width: fit-content;
  width: fit-content;
}
