.wrap__recruitment-event-content {
  position: relative;
}

.wrap__fixed-content-page {
  padding-top: 29.4rem;
}

.wrap__recruitment-event-details {
  padding-left: 35.2rem;
  padding-right: 12rem;
}

.wrap__recruitment-event-detail {
  position: relative;
  padding-top: 21.8rem;
}

.wrap__recruitment-event-detail-open-company {
  padding-top: 29.4rem;
}

.wrap__recruitment-event-detail-internship {
  padding-top: 22rem;
}

.wrap__head-title {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 3.1rem;
  border-bottom: 1px solid var(--color-light-gray);
}

.wrap__head-title .wrap__content-vertical {
  position: absolute;
  bottom: 5.1rem;
  right: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  height: max-content;
  font-size: 1.8rem;
  line-height: 3.4rem;
  letter-spacing: 0.02em;
  color: var(--color-gray);
}

.wrap__content-detail {
  display: flex;
  gap: 2.8rem;
}

.wrap__content-detail .wrap__content {
  flex: 1;
}

.wrap__content-detail .wrap__content p {
  font-size: 1.4rem;
  line-height: 3.2rem;
  min-height: 3.2rem;
  margin-block: 0;
}

.wrap__content-detail .wrap__content .wrap__link-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  min-height: 6.4rem;
  background-color: white;
  font-size: 1.4rem;
  line-height: 1.7rem;
  border-radius: 100em;
  padding-left: 1.2rem;
  margin-top: 3rem;
}

.wrap__recruitment-event-detail-company-presentation .wrap__content-detail .wrap__content .wrap__link-more {
  margin-top: 3.5rem;
}

.wrap__recruitment-event-detail-internship .wrap__content-detail .wrap__content .wrap__link-more {
  margin-top: 3.2rem;
}

/* .wrap__content-detail .wrap__content .wrap__link-more:before {
  content: "";
  position: absolute;
  top: 2.7rem;
  right: 2.4rem;
  width: .7rem;
  height: .7rem;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%208%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1.10693%200.740234H6.50696V5.88025'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1.00684%206.14041L6.50684%200.900391'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.layout-footer {
  margin-top: -6.2rem;
}