/* cta */
.p-cta {
  display: none;
}
.p-cta__wrap {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  background: rgba(0,0,0,0.6);
}
.p-cta__copy {
  font-size: 14px;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cta .c-btn-cv,
.p-cta .c-btn {
  margin-bottom: 0;
}
.p-cta__close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.p-cta__close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767.9px) {
  .p-cta__wrap {
    padding: 15px 0;
    gap: 10px;
  }
  .p-cta__copy {
    margin-bottom: 5px;
  }
  .p-cta .c-btn-cv,
  .p-cta .c-btn {
    max-width: 200px;
    font-size: 14px;
  }
  .p-cta .c-btn-cv a,
  .p-cta .c-btn a {
    padding: 13px 42px 13px 14px;
  }
  .p-cta .c-btn--01::after {
    width: 28px;
    height: 28px;
    background-size: contain;
    right: 12px;
  }
  .p-cta__close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 32px;
    margin: auto 0;
  }
  .p-cta .c-btn-cv, .p-cta .c-btn {
      max-width: 240px;
      font-size: 14px;
  }

}
