/* p-warranty
---------------------------------------------------------------------------- */
.p-warranty {
  padding-block: 10rem;
}

.p-warranty-read {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-warranty {
    padding-block: 13.3333333333vw 16vw;
  }
  .p-warranty-read {
    font-size: 5.3333333333vw;
    text-align: left;
  }
}
/* p-warranty-sec
---------------------------------------------------------------------------- */
.p-warranty-sec {
  margin-top: 9.5rem;
}

.p-warranty-sec-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

.p-warranty-sec-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-top: 5.5rem;
}

.p-warranty-sec-item {
  padding-block: 3rem 2.8rem;
  padding-inline: 4rem;
  background-color: #EEF2F6;
}

.p-warranty-sec-item-box {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0 1.5rem;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D7D8DA;
}

.p-warranty-sec-item-img {
  width: 100%;
  aspect-ratio: 1;
}
.p-warranty-sec-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-warranty-sec-item-box-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-warranty-sec-item-lists {
  margin-top: 1.8rem;
}

.p-warranty-sec-item-list {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.7rem;
}

.p-warranty-sec-item-list::before {
  content: "";
  width: 0.7rem;
  aspect-ratio: 1;
  background-color: #8BA3BA;
  border-radius: 50%;
}

.p-warranty-sec-group {
  width: 100%;
  max-width: 100rem;
  border: 1px solid #8BA3BA;
  margin-inline: auto;
  margin-top: 5rem;
}

.p-warranty-sec-group-ttl {
  padding-block: 1.1rem 1.2rem;
  padding-inline: 2rem;
  background-color: #8BA3BA;
}

.p-warranty-sec-group-ttl span {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 1.2rem;
}

.p-warranty-sec-group-ttl span::before {
  content: "";
  width: 2.9rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/support/warranty/icn_warranty_group.svg);
}

.p-warranty-sec-group-box {
  padding-block: 2.7rem 3.7rem;
  padding-inline: 8rem;
  background-color: #fff;
}

.p-warranty-sec-group-box-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-warranty-sec {
    margin-top: 10.6666666667vw;
  }
  .p-warranty-sec-txt {
    font-size: 4.2666666667vw;
  }
  .p-warranty-sec-items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .p-warranty-sec-item {
    padding-block: 8vw 6.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-warranty-sec-item-box {
    grid-template-columns: 14.6666666667vw 1fr;
    gap: 0 4vw;
    padding-bottom: 4vw;
  }
  .p-warranty-sec-item-box-ttl {
    font-size: 4.8vw;
  }
  .p-warranty-sec-item-lists {
    margin-top: 5.3333333333vw;
  }
  .p-warranty-sec-item-list {
    font-size: 4.2666666667vw;
    column-gap: 1.8666666667vw;
  }
  .p-warranty-sec-item-list::before {
    width: 1.8666666667vw;
  }
  .p-warranty-sec-group {
    max-width: initial;
    margin-top: 10.6666666667vw;
  }
  .p-warranty-sec-group-ttl {
    padding-block: 1.1rem 3.2vw;
    padding-inline: 5.3333333333vw;
  }
  .p-warranty-sec-group-ttl span {
    font-size: 4.8vw;
    column-gap: 2.6666666667vw;
  }
  .p-warranty-sec-group-ttl span::before {
    width: 6.4vw;
  }
  .p-warranty-sec-group-box {
    padding-block: 5.3333333333vw 6.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-warranty-sec-group-box-txt {
    font-size: 4.2666666667vw;
  }
}
/* p-warranty-contact
---------------------------------------------------------------------------- */
.p-warranty-contact {
  width: 100%;
  padding-block: 8rem;
  margin-top: 12rem;
  position: relative;
}

.p-warranty-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../../images/support/warranty/bg_warranty_contact_pc.png);
}

.p-warranty-contact-wrapper {
  display: flex;
  align-items: center;
  gap: 0 5rem;
}

.p-warranty-contact-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-warranty-contact-box-ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  padding-bottom: 2rem;
  position: relative;
}

.p-warranty-contact-box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 1px;
  background-color: currentColor;
}

.p-warranty-contact-box-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
}

.p-warranty-contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

.p-warranty-contact-wrap-tel-txt {
  padding-left: 5.5rem;
}

.p-warranty-contact-wrap-tel-txt span {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  column-gap: 0.3rem;
}

.p-warranty-contact-wrap-tel-txt span::before,
.p-warranty-contact-wrap-tel-txt span::after {
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #fff;
}

.p-warranty-contact-wrap-tel-txt span::before {
  transform: rotate(65deg);
}

.p-warranty-contact-wrap-tel-txt span::after {
  transform: rotate(-65deg);
}

.p-warranty-contact-wrap-tel-button {
  margin-top: 0.8rem;
}

.p-warranty-contact-wrap-tel-btn {
  pointer-events: none;
}

.p-warranty-contact-wrap-tel-btn span {
  font-family: "Poppins", serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 1.7rem;
}

.p-warranty-contact-wrap-tel-btn span::before {
  content: "";
  width: 3.75rem;
  aspect-ratio: 1;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../../images/support/warranty/icn_warranty_contact_tel.svg);
  background-color: currentColor;
}

.p-warranty-contact-wrap-tel-box {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1.5rem;
}

.p-warranty-contact-wrap-tel-box-txt01 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #8BA3BA;
  background-color: #fff;
  padding-block: 0.15rem;
  padding-inline: 0.7rem;
}

.p-warranty-contact-wrap-tel-box-txt02 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
}

.p-warranty-contact-wrap-mail-button {
  width: 52rem;
}

.p-warranty-contact-wrap-mail-btn {
  display: block;
  padding-block: 2.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10vmax;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-warranty-contact-wrap-mail-btn:hover {
    background-color: #8BA3BA;
  }
  .p-warranty-contact-wrap-mail-btn:hover span {
    color: #fff;
  }
}

.p-warranty-contact-wrap-mail-btn span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #8BA3BA;
  transition: color 0.3s ease 0s;
}

.p-warranty-contact-wrap-mail-btn span::before {
  content: "";
  width: 3.35rem;
  aspect-ratio: 33.5/25;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../../images/support/warranty/icn_warranty_contact_mail.svg);
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .p-warranty-contact {
    padding-block: 12.5333333333vw 13.3333333333vw;
    margin-top: 16vw;
  }
  .p-warranty-contact::after {
    background-image: url(./../../../images/support/warranty/bg_warranty_contact_sp.png);
  }
  .p-warranty-contact-wrapper {
    flex-direction: column;
    gap: 5.8666666667vw;
  }
  .p-warranty-contact-box {
    gap: 4.8vw;
  }
  .p-warranty-contact-box-ttl {
    font-size: 7.4666666667vw;
    text-align: center;
    padding-bottom: 5.0666666667vw;
  }
  .p-warranty-contact-box-ttl::after {
    left: 50%;
    transform: translateX(-50%);
    width: 10.6666666667vw;
  }
  .p-warranty-contact-box-txt {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .p-warranty-contact-wrap {
    width: 100%;
    gap: 7.4666666667vw;
  }
  .p-warranty-contact-wrap-tel {
    width: 100%;
  }
  .p-warranty-contact-wrap-tel-txt {
    padding-left: initial;
  }
  .p-warranty-contact-wrap-tel-txt span {
    font-size: 3.7333333333vw;
    column-gap: 2.1333333333vw;
  }
  .p-warranty-contact-wrap-tel-txt span::before,
  .p-warranty-contact-wrap-tel-txt span::after {
    width: 4vw;
  }
  .p-warranty-contact-wrap-tel-button {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  .p-warranty-contact-wrap-tel-btn {
    pointer-events: auto;
    display: block;
    padding-block: 4.5333333333vw;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10vmax;
    transition: background-color 0.3s ease 0s;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-warranty-contact-wrap-tel-btn:hover {
    background-color: #8BA3BA;
  }
  .p-warranty-contact-wrap-tel-btn:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-warranty-contact-wrap-tel-btn span {
    font-size: 7.4666666667vw;
    color: #8BA3BA;
    justify-content: center;
    column-gap: 4vw;
  }
  .p-warranty-contact-wrap-tel-btn span::before {
    width: 6.9333333333vw;
  }
  .p-warranty-contact-wrap-tel-box {
    justify-content: center;
    column-gap: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .p-warranty-contact-wrap-tel-box-txt01 {
    font-size: 3.7333333333vw;
    padding-block: 0.4vw;
    padding-inline: 1.8666666667vw;
  }
  .p-warranty-contact-wrap-tel-box-txt02 {
    font-size: 3.7333333333vw;
  }
  .p-warranty-contact-wrap-mail-button {
    width: 100%;
  }
  .p-warranty-contact-wrap-mail-btn {
    padding-block: 2.9333333333vw;
  }
  .p-warranty-contact-wrap-mail-btn span {
    column-gap: 4vw;
    font-size: 4.8vw;
  }
  .p-warranty-contact-wrap-mail-btn span::before {
    width: 8.9333333333vw;
  }
}
