/* p-safe
---------------------------------------------------------------------------- */
.p-safe {
  padding-block: 8.5rem 10rem;
}

.p-safe-sections {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.p-safe-section-blocks {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 6rem;
}

.p-safe-section-block-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 4rem;
  margin-top: 3rem;
}

.p-safe-section-block-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}

.p-safe-section-block-wrap-items {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}

.p-safe-section-block-wrap-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-safe-section-block-wrap-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  padding-left: 1.8rem;
  position: relative;
}

.p-safe-section-block-wrap-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #073190;
  border-radius: 50%;
}

.p-safe-section-block-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-safe-section-block-img {
  width: 26rem;
  aspect-ratio: 260/195;
}
.p-safe-section-block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-safe-section-block-img._mark {
  width: 16.2rem;
  aspect-ratio: 162/205;
  margin-right: 5rem;
}

.p-safe-section-block-wrap-list {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

.p-safe-section-block-wrap-txt-link {
  color: #073190;
  text-decoration: underline;
  padding-right: 2rem;
  position: relative;
}

.p-safe-section-block-wrap-txt-link::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../../images/common/icn_blank.svg);
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .p-safe {
    padding-block: 13.3333333333vw;
  }
  .p-safe-sections {
    gap: 13.3333333333vw;
  }
  .p-safe-section-blocks {
    gap: 13.0666666667vw;
    margin-top: 8vw;
  }
  .p-safe-section-block-wrapper {
    flex-direction: column;
    gap: 7.4666666667vw;
    margin-top: 6.4vw;
  }
  .p-safe-section-block-wrap {
    gap: 5.3333333333vw;
  }
  .p-safe-section-block-wrap-items {
    gap: 4.8vw;
  }
  .p-safe-section-block-wrap-item {
    gap: 3.7333333333vw;
  }
  .p-safe-section-block-wrap-ttl {
    font-size: 4.8vw;
    padding-left: 4.2666666667vw;
  }
  .p-safe-section-block-wrap-ttl::before {
    width: 1.6vw;
    top: 2.9333333333vw;
  }
  .p-safe-section-block-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-safe-section-block-img {
    width: 68vw;
    aspect-ratio: 255/191;
    margin-inline: auto;
  }
  .p-safe-section-block-img._mark {
    width: 43.2vw;
    margin-inline: auto;
  }
  .p-safe-section-block-wrap-list {
    font-size: 4.2666666667vw;
  }
  .p-safe-section-block-wrap-txt-link {
    padding-right: 4vw;
  }
  .p-safe-section-block-wrap-txt-link::after {
    bottom: 1.3333333333vw;
    width: 4vw;
  }
}
