.color01 {
  color: #0086d1;
}

.p_greeting {
  padding: 30px 0 60px;
}
.p_greeting_intro {
  margin-top: 50px;
}
.p_greeting_img {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  aspect-ratio: 1;
}
.p_greeting_img::after {
  content: "";
  width: 90%;
  right: 0;
  top: 12%;
  bottom: 0;
  background-color: #f2f7fb;
  position: absolute;
  z-index: -1;
}
.p_greeting_img img {
  width: 90%;
}
.p_greeting_ct {
  margin-top: 20px;
}
.p_greeting_ttl {
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #0085d1;
  padding-bottom: 0.4722222222em;
  margin-bottom: 15px;
}
.p_greeting_sign {
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_greeting {
    padding: 44px 0 107px;
  }
  .p_greeting .c_heading {
    padding-top: 55px;
  }
  .p_greeting .c_ttl01_ja {
    margin-top: -4px;
  }
  .p_greeting_intro {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 96px;
    gap: clamp(1.875rem, 7.8125vw + -1.875rem, 3.125rem);
  }
  .p_greeting_img {
    margin: 0;
    max-width: unset;
    max-width: 404px;
    max-width: clamp(18.75rem, 40.625vw + -0.75rem, 25.25rem);
    flex-shrink: 0;
    aspect-ratio: 404/417;
    width: 100%;
  }
  .p_greeting_ct {
    margin-top: -12px;
  }
  .p_greeting_ttl {
    margin-bottom: 26px;
  }
  .p_greeting_sign {
    margin-top: 27px;
  }
}
/*# sourceMappingURL=maps/greeting.css.map */
