.page-title {
  padding: 12.4rem 0 10.5rem;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 3.6rem 0 5.7rem;
  }
  .page-title .page-title__heading {
    letter-spacing: 0.04em;
  }
}

.doc-download {
  padding: 8.5rem 0 12rem;
}

.doc-download__inner {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
}

.doc-download__image {
  width: 47rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.doc-download__image img {
  width: 100%;
  max-width: 22.6rem;
  height: auto;
  display: block;
}
.doc-download__image .doc-download__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.6rem;
  background-color: #0027ff;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.doc-download__content {
  flex: 1;
}

.doc-download__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.08em;
  margin: 0 0 1.6rem;
  line-height: 1.3;
}

.doc-download__desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000000;
  letter-spacing: 0.04em;
  margin: 0 0 4rem;
}

.doc-download__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.4rem 2.4rem 1.8rem 2.4rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.doc-download__btn img {
  width: 1.5rem;
  height: auto;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .doc-download__btn:hover {
    background-color: #E50011;
    opacity: 1;
  }
}

.doc-download__note {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.04em;
  margin: 1.5rem 0 0 -0.9rem;
}

@media screen and (max-width: 768px) {
  .doc-download {
    padding: 2rem 0 8rem;
  }
  .doc-download__inner {
    flex-direction: column;
    gap: 3.3rem;
    padding: 0 1.8rem;
  }
  .doc-download__image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .doc-download__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .doc-download__desc {
    font-size: 1.6rem;
    margin-bottom: 3.3rem;
    line-height: 2.7rem;
  }
  .doc-download__btn {
    font-size: 1.5rem;
    padding: 1.4rem 2.4rem 1.7rem 2.5rem;
    letter-spacing: 0.1em;
  }
}
