.cBreadcrumbs {
  bottom: calc(100% + 160rem);
}

.pThanks__inner {
  padding: 160rem 30rem 226rem;
}
.pThanks__title {
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
.pThanks__title_ja {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.pThanks__text {
  margin-top: 28rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.pThanks__link {
  gap: 42rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 189rem;
  margin-top: 32rem;
  margin-left: auto;
  background: #dde5e6;
}
.pThanks__linkLabel {
  width: 21px;
  height: 20px;
}
.pThanks__arrow {
  color: var(--color-white);
}
.pThanks__birdContent {
  position: absolute;
  bottom: 141rem;
  left: 20rem;
  width: 77rem;
  height: 81rem;
}
.pThanks__bird {
  position: absolute;
}
.pThanks__bird--1 {
  top: 134rem;
  right: 119rem;
  width: 34rem;
  height: 24rem;
}
.pThanks__bird--2 {
  top: 0;
  left: 0;
  z-index: -1;
  width: 52rem;
  height: 52rem;
}
.pThanks__bird--3 {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 29rem;
  height: 29rem;
}
.pThanks__item {
  position: absolute;
}
.pThanks__item--1 {
  top: 100rem;
  right: -94rem;
  width: 264rem;
  height: 128rem;
}
.pThanks__item--3 {
  bottom: 84rem;
  left: -82rem;
  width: 312rem;
  height: 81rem;
}

@media screen and (min-width: 768px) {
  .pThanks__inner {
    padding: 234rem 96rem 446rem;
  }
  .pThanks__title {
    gap: 12rem;
  }
  .pThanks__title_ja {
    flex-direction: row;
    line-height: 1.8;
  }
  .pThanks__text {
    margin-top: 32rem;
    font-size: 16px;
    line-height: 1.7;
  }
  .pThanks__link {
    gap: 42rem;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 238rem;
    margin-top: 40rem;
    margin-left: 0;
  }
  .pThanks__linkLabel {
    width: 27px;
    height: 26px;
  }
  .pThanks__birdContent {
    top: 459rem;
    right: 305rem;
    bottom: unset;
    left: unset;
    width: 87rem;
    height: 98rem;
  }
  .pThanks__bird {
    position: absolute;
    z-index: -2;
  }
  .pThanks__bird--1 {
    top: 91rem;
    right: unset;
    left: 369rem;
    width: 34rem;
    height: 27rem;
  }
  .pThanks__bird--2 {
    width: 57rem;
    height: 58rem;
  }
  .pThanks__item {
    position: absolute;
    z-index: -1;
  }
  .pThanks__item--1 {
    top: 46rem;
    right: unset;
    left: 344rem;
    width: 310rem;
    height: 142rem;
  }
  .pThanks__item--2 {
    top: 613rem;
    left: -81rem;
    width: 464rem;
    height: 165rem;
  }
  .pThanks__item--3 {
    top: 528rem;
    right: 160rem;
    bottom: unset;
    left: unset;
    width: 366rem;
    height: 98rem;
  }
}