@charset "UTF-8";
section.rakuraku-doument-request {
  width: 90%;
  margin: 80px auto 40px;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}
.document-sample {
  width: 60%;
}
.fomr-area {
  width: 35%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.document-slider {
  width: 100%;
  max-width: 800px; /* Adjust as needed */
  margin: 0 auto 30px;
  padding-bottom: 40px;
  border: 1px solid #2389ca3b;
  box-shadow: 0px 5px 20px 0px rgb(35 137 203 / 32%);
  animation: slide-up-fade 0.6s ease-out forwards;
  border-radius: 16px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ea580c; /* Matches orange theme */
}

.swiper-pagination-bullet-active {
  background: #ea580c;
}


@media screen and (max-width: 640px) {
  section.rakuraku-doument-request {
    flex-direction: column;
  }
  .document-sample,
  .fomr-area {
    width: 100%;
  }
  .fomr-area {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}