.single-recruit__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  padding: 24px;
  border: 2px dashed #c9c9c9;
  border-radius: 8px;
  background-color: #fff;
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.single-recruit__placeholder-label {
  display: inline-block;
}

.single-recruit__hero {
  overflow-x: clip;
}
.single-recruit__hero-stage {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.single-recruit__hero-backdrop {
  grid-area: stack;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1280px + 24px * 2);
  margin-inline: auto;
  padding-inline: 24px;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .single-recruit__hero-backdrop {
    align-self: stretch;
  }
}
.single-recruit__hero-band {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  min-height: 12.66cqw;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .single-recruit__hero-band {
    min-height: 0;
    flex: 1;
  }
}
.single-recruit__hero-wave {
  display: block;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  height: auto;
}
.single-recruit__hero-fg {
  grid-area: stack;
  display: grid;
}
.single-recruit__hero-inner {
  width: 100%;
  max-width: calc(1280px + 24px * 2);
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .single-recruit__hero-inner {
    grid-template-columns: 1fr;
    padding-block: 32px 48px;
    row-gap: 24px;
  }
}
.single-recruit__hero-body {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.25cqw, 16px);
}
@media (max-width: 768px) {
  .single-recruit__hero-body {
    gap: 16px;
  }
}
.single-recruit__hero-en {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(12px, 1.09cqw, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e76ca1;
}
@media (max-width: 768px) {
  .single-recruit__hero-en {
    font-size: 12px;
  }
}
.single-recruit__hero-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(30px, 3.28cqw, 42px);
  font-weight: 700;
  line-height: 1.3;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__hero-title {
    font-size: 30px;
  }
}
.single-recruit__hero-lead {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(16px, 1.41cqw, 18px);
  line-height: 1.556;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__hero-lead {
    font-size: 16px;
  }
}
.single-recruit__hero-visual {
  grid-column: 2;
  align-self: stretch;
  position: relative;
  min-width: 0;
}
@media (max-width: 768px) {
  .single-recruit__hero-visual {
    grid-column: 1;
    align-self: auto;
  }
}
.single-recruit__hero-picture {
  display: contents;
}
.single-recruit__hero-image {
  position: absolute;
  top: -2.19cqw;
  right: 0;
  display: block;
  width: 48cqw;
  height: auto;
  max-width: none;
}
@media (max-width: 768px) {
  .single-recruit__hero-image {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.single-recruit__contents-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .single-recruit__contents-inner {
    gap: 40px;
  }
}

.single-recruit__content-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #3b3c3c;
}
.single-recruit__content-body > :first-child {
  margin-top: 0;
}
.single-recruit__content-body > :last-child {
  margin-bottom: 0;
}
.single-recruit__content-body h2 {
  margin: 60px 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #3b3c3c;
}
.single-recruit__content-body h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin-top: 16px;
  background-color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__content-body h2 {
    margin-top: 40px;
  }
}
.single-recruit__content-body > h2:last-child {
  margin-bottom: 24px;
}
.single-recruit__content-body h3 {
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #3b3c3c;
}
.single-recruit__content-body h4 {
  margin: 24px 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #3b3c3c;
}
.single-recruit__content-body p {
  margin: 0 0 24px;
}
.single-recruit__content-body ul,
.single-recruit__content-body ol {
  margin: 0 0 24px;
  padding-left: 1.5em;
}
.single-recruit__content-body li {
  margin-bottom: 8px;
}
.single-recruit__content-body a {
  color: #e76ca1;
  text-decoration: underline;
}
.single-recruit__content-body strong {
  font-weight: 700;
}
.single-recruit__content-body img {
  max-width: 100%;
  height: auto;
}

.single-recruit__growth {
  background-color: #f9f9fa;
}
.single-recruit__growth-band {
  background-image: url("../images/recruit-growth-bubbles.svg"), linear-gradient(90deg, #fff0f0 0%, #fff4ef 21.6%, #dceff8 50%, #f5deff 75%, #fcfcfc 100%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(100%, 1920px) auto, auto;
  padding-top: calc(24px * 2);
  padding-bottom: 260px;
}
@media (max-width: 768px) {
  .single-recruit__growth-band {
    padding-bottom: 228px;
  }
}
.single-recruit__growth-entry {
  margin-top: -180px;
  padding-bottom: calc(24px * 2);
}

.single-recruit__vision {
  display: grid;
  grid-template-areas: "stack";
  align-items: center;
}
@media (max-width: 768px) {
  .single-recruit__vision {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.single-recruit__vision-body {
  grid-area: stack;
  justify-self: start;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-recruit__vision-body {
    grid-area: auto;
    width: 100%;
  }
}
.single-recruit__vision-eyebrow {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  color: #e8496b;
}
.single-recruit__vision-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__vision-title {
    font-size: 30px;
  }
}
.single-recruit__vision-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 601px;
  aspect-ratio: 601/12;
  background: url("../images/vision-underline.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .single-recruit__vision-title::after {
    width: 220px;
  }
}
.single-recruit__vision-title-break {
  display: none;
}
@media (max-width: 768px) {
  .single-recruit__vision-title-break {
    display: inline;
  }
}
.single-recruit__vision-text {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__vision-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.single-recruit__vision-visual {
  grid-area: stack;
  justify-self: end;
  width: 60%;
  min-width: 0;
}
@media (max-width: 768px) {
  .single-recruit__vision-visual {
    grid-area: auto;
    width: 100%;
  }
}
.single-recruit__vision-picture {
  display: contents;
}
.single-recruit__vision-image {
  width: 100%;
  aspect-ratio: 733/458;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .single-recruit__vision-image {
    aspect-ratio: auto;
  }
}

.single-recruit__entry-card {
  background-color: #fff;
  border-radius: 44px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  padding: 80px 60px;
}
@media (max-width: 768px) {
  .single-recruit__entry-card {
    padding: 40px 20px;
    border-radius: 24px;
  }
}

.single-recruit__entry-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.single-recruit__entry-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .single-recruit__entry-title {
    font-size: 26px;
  }
}

.single-recruit__entry-line {
  width: 64px;
  height: 5px;
  background-color: #3b3c3c;
}

.single-recruit__entry-form {
  max-width: 970px;
  margin-inline: auto;
}

.entry-form__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  color: #3b3c3c;
}
.entry-form__lead br {
  display: none;
}
@media (max-width: 768px) {
  .entry-form__lead br {
    display: inline;
  }
}
.entry-form__table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .entry-form__table {
    gap: 22px;
  }
}
.entry-form__row {
  display: flex;
  align-items: stretch;
  border: 1px solid #d0d0d0;
}
@media (max-width: 768px) {
  .entry-form__row {
    flex-direction: column;
    gap: 10px;
    border: none;
  }
}
.entry-form__label {
  display: flex;
  flex: 0 0 211px;
  align-items: center;
  gap: 4px;
  padding: 14px 19px;
  background-color: #f5f8fd;
  border-right: 1px solid #d0d0d0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .entry-form__label {
    flex: 0 0 auto;
    min-height: 31px;
    padding: 6px 19px;
    border: 1px solid #d0d0d0;
  }
}
.entry-form__required {
  font-weight: 500;
  color: #d40000;
}
@media (max-width: 768px) {
  .entry-form__required {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.entry-form__field {
  flex: 1 1 auto;
  padding: 13px 19px;
  background-color: #fff;
}
.entry-form__field--split {
  display: flex;
  gap: 19px;
}
.entry-form__field--stack {
  display: grid;
  grid-template-columns: minmax(0, 529px) auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 11px;
}
.entry-form__field--stack > .wpcf7-form-control-wrap {
  grid-column: 1;
}
@media (max-width: 768px) {
  .entry-form__field {
    padding: 0;
  }
}
.entry-form .wpcf7-form-control-wrap {
  display: block;
}
.entry-form__field--split .wpcf7-form-control-wrap {
  flex: 0 1 200px;
}
@media (max-width: 768px) {
  .entry-form__field--split .wpcf7-form-control-wrap {
    flex: 1 1 0;
  }
}
.entry-form__input, .entry-form__textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 529px;
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #3b3c3c;
}
.entry-form__input::placeholder, .entry-form__textarea::placeholder {
  color: #d0d0d0;
}
@media (max-width: 768px) {
  .entry-form__input, .entry-form__textarea {
    max-width: none;
  }
}
.entry-form__textarea {
  height: 122px;
  resize: vertical;
}
@media (max-width: 768px) {
  .entry-form__textarea {
    height: 115px;
  }
}
.entry-form__radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 196px));
  gap: 8px 32px;
}
@media (max-width: 768px) {
  .entry-form__radio {
    grid-template-columns: repeat(2, max-content);
    gap: 8px 16px;
  }
}
.entry-form__radio .wpcf7-list-item {
  margin: 0;
}
.entry-form__radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #3b3c3c;
  cursor: pointer;
}
.entry-form__confirm {
  display: contents;
}
.entry-form__confirm .wpcf7-form-control-wrap {
  grid-column: 1;
}
.entry-form__note {
  grid-column: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #3b3c3c;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .entry-form__note {
    font-size: 8px;
  }
}
.entry-form__row--agreement .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.entry-form__row--agreement .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3b3c3c;
  cursor: pointer;
}
.entry-form__agreement-link {
  color: #0a6cff;
  text-decoration: underline;
}
.entry-form__agreement-link:hover {
  opacity: 0.7;
}
.entry-form__response .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 14px 19px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.entry-form__response .wpcf7-response-output[aria-hidden=true] {
  margin: 0;
  padding: 0;
}
.entry-form__actions {
  margin-top: 32px;
  text-align: center;
}
.entry-form__submit {
  display: block;
  width: 233px;
  max-width: 100%;
  height: 62px;
  margin-inline: auto;
  border: 1px solid #afafaf;
  border-radius: 10px;
  background-color: #f2f2f2;
  background-image: url("../images/goto-genre-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 19.5px 19.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #3b3c3c;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.entry-form__submit:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .entry-form__submit {
    height: 56px;
    font-size: 16px;
  }
}
