/* ============================
.p-home-funeral-safety
============================ */
@media (min-width: 768px) {
  .p-home-funeral-safety__media__body {
    order: 2;
  }
}

@media (min-width: 768px) {
  .p-home-funeral-safety__media__image {
    order: 1;
  }
}

/* ============================
.p-home-funeral-proposal
============================ */
.p-home-funeral-proposal {
  position: relative;
}

.p-home-funeral-proposal__inner {
  position: relative;
  z-index: 1;
}

.p-home-funeral-proposal__images {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-home-funeral-proposal__image {
  position: absolute;
  opacity: 0.3;
}
@media (min-width: 1536px) {
  .p-home-funeral-proposal__image {
    opacity: 1;
  }
}
.p-home-funeral-proposal__image:nth-of-type(1) {
  top: 7%;
  left: 10%;
  width: clamp(10rem, 12.5vw, 16rem);
}
.p-home-funeral-proposal__image:nth-of-type(2) {
  top: 36%;
  left: 2%;
  width: clamp(12rem, 18.75vw, 24rem);
}
.p-home-funeral-proposal__image:nth-of-type(3) {
  bottom: 14%;
  left: 14.5%;
  width: clamp(8rem, 12.5vw, 16rem);
}
.p-home-funeral-proposal__image:nth-of-type(4) {
  top: 19%;
  right: 4%;
  width: clamp(11rem, 17.1875vw, 22rem);
}
.p-home-funeral-proposal__image:nth-of-type(5) {
  right: 11%;
  bottom: 21%;
  width: clamp(10rem, 14.0625vw, 18rem);
}

/* ============================
.p-home-funeral-phone
============================ */
.p-home-funeral-phone__title {
  margin-bottom: 2rem;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2vw, 3.2rem);
  font-weight: 500;
  color: #09064c;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-home-funeral-phone__tags {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(2rem, 2.8125vw, 4.5rem);
}

.p-home-funeral-phone__tag {
  min-width: 12rem;
  padding-inline: 0.5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 3rem;
  color: #09064c;
  text-align: center;
  letter-spacing: 0.12em;
  background-color: #fff;
  border: 1px solid rgba(9, 6, 76, 0.5);
}

/*# sourceMappingURL=home-funeral.css.map */
