/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  background-color: #E8E2DA;
}

/* p-guarantee
---------------------------------------------------------------------------- */
.p-guarantee {
  padding-block: 7.8rem 8rem;
}

.p-guarantee-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-guarantee-container {
  padding-block: 8rem;
  padding-inline: 10rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 4rem;
}

.p-guarantee-blocks {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.p-guarantee-block-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 2.5rem;
}

.p-guarantee-block-items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
}

.p-guarantee-block-item {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.p-guarantee-block-item-ttlBox {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8E8E4;
}

.p-guarantee-block-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-guarantee-block-item-wrap-txtSmall {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-top: 1.8rem;
}

.p-guarantee-block-item-wrap-list {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-guarantee-block-linkBox {
  width: fit-content;
  margin-left: auto;
  margin-top: 3rem;
}

.p-guarantee-block-link {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.p-guarantee-block-link ._txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #C90909;
  text-decoration: underline;
  text-align: right;
}
.p-guarantee-block-link:hover ._txt {
  text-decoration: none;
}
.p-guarantee-block-link:hover ._arrow {
  background-color: #fff;
}
.p-guarantee-block-link:hover ._arrow::before {
  border-color: #C90909;
}

.p-guarantee-block-link ._arrow {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C90909;
  border: 1px solid #C90909;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.p-guarantee-block-link ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.55rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .p-guarantee {
    padding-block: 10.1333333333vw 10.6666666667vw;
  }
  .p-guarantee-txt {
    font-size: 4.2666666667vw;
  }
  .p-guarantee-container {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-guarantee-blocks {
    gap: 8vw;
  }
  .p-guarantee-block-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-guarantee-block-items {
    gap: 7.4666666667vw;
    margin-top: 7.2vw;
  }
  .p-guarantee-block-item {
    gap: 4vw;
  }
  .p-guarantee-block-item-ttlBox {
    padding-bottom: 2.6666666667vw;
  }
  .p-guarantee-block-item-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-guarantee-block-item-wrap-txtSmall {
    font-size: 4vw;
    margin-top: 4.8vw;
  }
  .p-guarantee-block-item-wrap-list {
    font-size: 4.2666666667vw;
  }
  .p-guarantee-block-linkBox {
    margin-top: 5.3333333333vw;
  }
  .p-guarantee-block-link {
    gap: 0 2.6666666667vw;
  }
  .p-guarantee-block-link ._txt {
    font-size: 4.2666666667vw;
  }
  .p-guarantee-block-link ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-guarantee-block-link ._arrow::before {
    width: 1.2vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
