.recruit-chapter > .inner {
  position: relative;
  padding-right: 0.313rem;
  padding-left: 0.313rem;
  width: 100%;
}
.recruit-chapter > .inner > .image > .group {
  display: flex;
  gap: 0.313rem;
}
.recruit-chapter > .inner > .image > .group img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}
.recruit-chapter > .inner > .image > .group picture:nth-child(even) {
  margin-top: 6%;
}
.recruit-chapter > .inner > .text {
  margin-top: 2rem;
}

.recruit-chapter-text {
  color: var(--color-project-blue);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.556;
  text-align: center;
}
.recruit-chapter-text > .text {
  background-color: var(--color-white);
  display: inline;
}

.recruit-content {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-top: 3.5rem;
}

.recruit-point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.recruit-ornament {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
}
.recruit-ornament > .logo {
  display: block;
  padding-bottom: 0.25rem;
}
.recruit-ornament > .logo img {
  width: 3.75rem;
}

.recruit-entry {
  background-color: var(--color-project-lavender);
  border-radius: 5px;
  padding: 1.5rem var(--margin-side-small);
  overflow: hidden;
  position: relative;
}
.recruit-entry > .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.recruit-entry > .inner > .text {
  text-align: center;
}
.recruit-entry > .inner > .text > .site-heading-combi {
  margin-bottom: 0.25rem;
}

.recruit-entry-wait{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.recruit-entry-wait > p{
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.55;
  width: 100%;
  text-align: center;
}
