@charset "UTF-8";
body.is-fixed {
  overflow: hidden;
}

.recruit {
  background-color: #f2f4f5;
}
@media screen and (min-width: 768px) {
  .recruit .l-nav {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .recruit .l-header__logo-normal {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .recruit .l-header__logo-white {
    display: block;
  }
}

.recruit-mv {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 10.625rem;
  padding-right: 2rem;
  padding-bottom: 11.25rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-mv {
    flex-direction: column;
    row-gap: 7.1794871795vw;
    padding-top: 22.5641025641vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 54.358974359vw;
    padding-left: 5.1282051282vw;
    background-image: url("/assets/img/page/recruit/mv_bg_sp.webp");
    background-size: 100% auto;
    background-position: center top -5.1282051282vw;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .recruit-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65.75vw;
    height: auto;
    aspect-ratio: 1052/1074;
    background-image: image-set(url("/assets/img/page/recruit/mv_bg_left.png") 1x, url("/assets/img/page/recruit/mv_bg_left@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: left -17.5vw top;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1840px) {
  .recruit-mv::before {
    background-position: left -17.5vw top -2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit-mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40.5vw;
    height: auto;
    aspect-ratio: 648/1270;
    background-image: image-set(url("/assets/img/page/recruit/mv_bg_right.webp") 1x, url("/assets/img/page/recruit/mv_bg_right@2x.webp") 2x);
    background-repeat: no-repeat;
    background-position: right top -1.5vw;
    background-size: auto 100%;
  }
}
.recruit-mv__inner {
  position: relative;
  z-index: 4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit-mv__inner {
    padding-top: 7.5vw;
  }
}
.recruit-mv__meta {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-mv__meta {
    margin-bottom: 4.1025641026vw;
  }
}
.recruit-mv__meta-en {
  font-size: 1.75rem;
  font-family: var(--en-sans);
}
@media screen and (max-width: 767px) {
  .recruit-mv__meta-en {
    font-size: 6.1538461538vw;
  }
}
.recruit-mv__meta-jp {
  margin-left: 1rem;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit-mv__meta-jp {
    font-size: 4.1025641026vw;
  }
}
.recruit-mv__catchphrase {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-mv__catchphrase {
    margin-bottom: 0.5em;
    font-size: 8.2051282051vw;
  }
}
.recruit-mv__text {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit-mv__text {
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
.recruit-mv__image {
  position: relative;
  z-index: 4;
  border-radius: 1rem;
  width: 53.125vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-mv__image {
    border-radius: 2.0512820513vw;
    width: 100%;
  }
}

.recruit-section__header {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-section__header {
    margin-bottom: 7.6923076923vw;
  }
}
.recruit-section__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-section__title {
    margin-bottom: 5.1282051282vw;
  }
}
.recruit-section__title-sub {
  display: block;
  font-family: var(--en-sans);
  font-size: 1rem;
  color: var(--accent);
}
@media screen and (max-width: 767px) {
  .recruit-section__title-sub {
    font-size: 4.1025641026vw;
  }
}
.recruit-section__title-main {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-section__title-main {
    font-size: 8.2051282051vw;
    letter-spacing: 0.05em;
  }
}
.recruit-section__intro {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit-section__intro {
    font-size: 4.1025641026vw;
    letter-spacing: -0.01em;
    line-height: 1.75;
  }
}

.recruit-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .recruit-nav {
    position: sticky;
    top: 30px;
    z-index: 128;
  }
}
@media screen and (max-width: 767px) {
  .recruit-nav {
    grid-template-columns: 100%;
    grid-row-gap: 5.1282051282vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.recruit-nav__list {
  display: flex;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .recruit-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5.1282051282vw;
    grid-row-gap: 4.1025641026vw;
    grid-column-gap: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit-nav__item-link::after {
    content: "";
    height: 2rem;
    margin-left: 2.75rem;
    border-right: 1px solid var(--border-color);
  }
}
.recruit-nav__item:not(:last-child) {
  --border-color: #ddd;
}
.recruit-nav__item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .recruit-nav__item-link {
    padding-top: 1rem;
    padding-left: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-nav__item-link {
    border-bottom: 1px solid #ddd;
    padding-right: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
@media (hover: hover) {
  .recruit-nav__item-link {
    transition-property: color;
    transition-duration: 300ms;
  }
  .recruit-nav__item-link:hover {
    color: var(--accent);
  }
}
.recruit-nav__item-link:active {
  translate: 0.0625rem 0.0625rem;
}
.recruit-nav__item-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-nav__item-icon {
    display: flex;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    rotate: 90deg;
  }
}
.recruit-nav__item-svg {
  width: 100%;
  fill: var(--accent);
}
.recruit-nav__entry {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--accent);
  height: 4rem;
  color: #fff;
  font-size: 0.9375rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .recruit-nav__entry {
    height: 12.8205128205vw;
  }
}
@media (hover: hover) {
  .recruit-nav__entry {
    transition-property: background-color;
    transition-duration: 300ms;
  }
  .recruit-nav__entry:hover {
    background-color: #008000;
  }
  .recruit-nav__entry:hover .recruit-nav__entry-icon {
    translate: 0.1875rem 0;
  }
}
.recruit-nav__entry:active {
  translate: 0.0625rem 0.0625rem;
}
.recruit-nav__entry-icon {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  width: 0.625rem;
  transition-property: translate;
  transition-duration: 300ms;
}
.recruit-nav__entry-svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.recruit-about {
  position: relative;
  z-index: 8;
  padding-top: 8.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-about {
    padding-top: 15.3846153846vw;
    padding-right: 5.1282051282vw;
    padding-left: 5.1282051282vw;
  }
}
.recruit-about__inner {
  position: relative;
  display: grid;
  padding: 5rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit-about__inner {
    grid-row-gap: 4.75rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-about__inner {
    grid-template-columns: 100%;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
  }
}
.recruit-about__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1.875rem);
  right: 0;
  width: 41.125rem;
  height: auto;
  aspect-ratio: 1316/412;
  background-image: url("/assets/img/page/recruit/illust_about.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-about__inner::before {
    width: 31.2820512821vw;
    bottom: calc(100% + 37.9487179487vw);
    aspect-ratio: 244/184;
    background-image: url("/assets/img/page/recruit/illust_about_sp.webp");
  }
}
.recruit-about__features {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  counter-reset: features;
}
@media screen and (max-width: 767px) {
  .recruit-about__features {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 12.8205128205vw;
    row-gap: 7.6923076923vw;
  }
}
.recruit-about__features-title {
  counter-increment: features;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.recruit-about__features-title::before {
  content: "Feature " counter(features);
  display: block;
  margin-bottom: 0.5rem;
  color: var(--accent);
  font-family: var(--en-sans);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.recruit-about__slider {
  max-width: 38.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-about__slider {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 100%;
    margin-bottom: 7.6923076923vw;
  }
}
.recruit-about__slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.875rem;
  column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-about__slider-pagination {
    margin-top: 3.5897435897vw;
    grid-column: 2.5641025641vw;
  }
}
.recruit-about__slider-dot {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #E7ECEF;
  border-radius: 50%;
}
.recruit-about__slider-image {
  display: block;
  border-radius: 0.5rem;
}
.recruit-about__slider-dot--active {
  background-color: var(--accent);
}
.recruit-about__videos {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruit-about__videos {
    grid-template-columns: 100%;
    grid-row-gap: 10.2564102564vw;
  }
}
.recruit-about__videos-embed {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-about__videos-embed {
    margin-bottom: 3.0769230769vw;
  }
}
.recruit-about__videos-caption {
  font-size: 1rem;
  text-align: center;
}

.recruit-member {
  position: relative;
  padding-top: 7.75rem;
  margin-bottom: 7.75rem;
  overflow: hidden;
  /**
  &__active {
    min-height: rem(454);
    grid-row: 1/3;

    @include ltSP {
      display: none;
    }
  }

  &__active &__item {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 0;
    animation-duration: 240ms;
    animation-name: scaleIn;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    scale: 0.75;
    transform-origin: top center;
  }

  &__active &__item-role {
    font-size: fs(18);
  }

  &__active &__item-jp {
    font-size: fs(20);
  }

  &__active &__item-en {
    font-size: fs(14);
  }

  @keyframes scaleIn {
    0% {
      opacity: 0;
      scale: 0.75
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      scale: 1;
    }
  }
  */
}
@media screen and (max-width: 767px) {
  .recruit-member {
    margin-bottom: 20.5128205128vw;
    padding-top: 15.3846153846vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.recruit-member::before {
  content: "";
  position: absolute;
  top: 3.125rem;
  right: 7.75rem;
  width: 24.375rem;
  height: auto;
  aspect-ratio: 780/444;
  background-image: url("/assets/img/page/recruit/illust_member.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-member::before {
    width: 40.5128205128vw;
    top: 8.2051282051vw;
    right: 5.1282051282vw;
    aspect-ratio: 316/208;
    background-image: url("/assets/img/page/recruit/illust_member_sp.webp");
  }
}
@media screen and (max-width: 767px) {
  .recruit-member__slider {
    display: flex;
    flex-direction: column;
    row-gap: 6.1538461538vw;
  }
}
.recruit-member .swiper {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-member .swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .recruit-member__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }
}
.recruit-member__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (hover: hover) {
  .recruit-member__item:hover .recruit-member__item-image {
    scale: 1.1;
  }
}
.recruit-member__item-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  transition-property: scale;
  transition-duration: 300ms;
}
.recruit-member__item-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to top, #262728, transparent);
  background-size: 100% 9.375rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-member__item-overlay {
    padding: 4.1025641026vw 5.1282051282vw;
  }
}
.recruit-member__item-avatar {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-member__item-avatar {
    width: 12.8205128205vw;
  }
}
.recruit-member__item-role {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruit-member__item-since {
  font-size: 0.625rem;
  font-weight: 500;
}
.recruit-member__item-number {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--en-sans);
}
.recruit-member__item-name {
  display: flex;
  align-items: baseline;
  column-gap: 0.75rem;
}
.recruit-member__item-initial {
  font-size: 1.25rem;
  font-weight: 500;
}
.recruit-member__item-icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-member__item-icon {
    right: 5.1282051282vw;
    bottom: 4.1025641026vw;
  }
}
.recruit-member__item-svg {
  width: 0.625rem;
  height: 0.625rem;
  fill: var(--accent);
}
.recruit-member__controller {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-member__controller {
    display: flex;
    column-gap: 1rem;
  }
}
.recruit-member__nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 7.125rem;
  height: 4rem;
  border-radius: 2rem;
  overflow: hidden;
}
.recruit-member__nav::before, .recruit-member__nav::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: 4rem 100%;
  background-repeat: no-repeat;
  border-radius: 2rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
}
.recruit-member__nav::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
  background-position: left center;
}
.recruit-member__nav::after {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
  background-position: right center;
}
@media (hover: hover) {
  .recruit-member__nav:hover {
    background-color: #008f00;
  }
}
.recruit-member__nav:has(.recruit-member__nav-button--prev:active)::before, .recruit-member__nav:has(.recruit-member__nav-button--next:active)::after {
  opacity: 1;
}
.recruit-member__nav-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
  border: none;
  margin: 0;
  padding: 0;
}
@media (hover: hover) {
  .recruit-member__nav-button {
    transition-property: background-color;
    transition-duration: 300ms;
    cursor: pointer;
  }
  .recruit-member__nav-button:hover {
    background-color: #008f00;
  }
}
.recruit-member__nav-svg {
  position: relative;
  z-index: 4;
  width: 1.125rem;
  height: 1.125rem;
  fill: #fff;
  transition-property: translate;
  transition-duration: 300ms;
}
.recruit-member__nav-button--prev {
  justify-content: flex-end;
}
@media (hover: hover) {
  .recruit-member__nav-button--prev:hover .recruit-member__nav-svg {
    translate: -0.1875rem 0;
  }
}
.recruit-member__nav-button--prev::after {
  content: "";
  display: block;
  border-right: 1px solid #27B227;
  height: 2.125rem;
  margin-left: 1.125rem;
}
.recruit-member__nav-button--prev .recruit-member__nav-svg {
  rotate: 180deg;
}
.recruit-member__nav-button--next {
  justify-content: flex-start;
}
@media (hover: hover) {
  .recruit-member__nav-button--next:hover .recruit-member__nav-svg {
    translate: 0.1875rem 0;
  }
}
.recruit-member__nav-button--next::before {
  content: "";
  display: block;
  border-left: 1px solid #008000;
  height: 2.125rem;
  margin-right: 1.125rem;
}
.recruit-member__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  width: 6.5rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  font-family: var(--en-sans);
  font-size: 1.25rem;
  font-weight: 400;
}
.recruit-member__indicator-slash {
  border-left: 1px solid #ccc;
  height: 1.5rem;
  width: 0;
  overflow: hidden;
  rotate: 30deg;
}

.recruit-environment {
  position: relative;
  margin-bottom: 7.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment {
    margin-bottom: 20.5128205128vw;
    padding-right: 5.1282051282vw;
    padding-left: 5.1282051282vw;
  }
}
.recruit-environment::before {
  content: "";
  position: absolute;
  top: -11.25rem;
  right: 4.5rem;
  width: 25.5rem;
  aspect-ratio: 816/616;
  background-image: url("/assets/img/page/recruit/illust_env.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-environment::before {
    top: -25.1282051282vw;
    right: 6.1538461538vw;
    width: 37.4358974359vw;
    aspect-ratio: 292/232;
    background-image: url("/assets/img/page/recruit/illust_env_sp.webp");
  }
}
.recruit-environment__header {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__header {
    margin-bottom: 7.6923076923vw;
  }
}
.recruit-environment__date {
  margin-bottom: 0.75rem;
  color: #6b7478;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-environment__date {
    font-size: 3.0769230769vw;
    margin-bottom: 2.5641025641vw;
  }
}
.recruit-environment__primary {
  display: grid;
  grid-template-columns: 17.25rem 12.75rem 12.75rem 17.25rem 1fr;
  grid-column-gap: 0.9375rem;
  grid-row-gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__primary {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5641025641vw;
    grid-row-gap: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.recruit-environment__secondary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__secondary {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5641025641vw;
    grid-row-gap: 2.5641025641vw;
  }
}
.recruit-environment__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 1rem;
  padding: 1.875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit-environment__item {
    column-gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-environment__item {
    padding: 4.1025641026vw 2.5641025641vw;
  }
}
.recruit-environment__item-name {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
.recruit-environment__item-icon {
  margin-bottom: 0.5rem;
  width: auto;
  height: 5rem;
}
.recruit-environment__item-data {
  font-size: 1.5rem;
  color: #009900;
}
@media screen and (max-width: 767px) {
  .recruit-environment__item-data {
    font-size: 4.1025641026vw;
  }
}
.recruit-environment__item-label {
  display: block;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-environment__item-label {
    font-size: 4.1025641026vw;
  }
}
.recruit-environment__item-number {
  font-family: var(--en-sans);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-environment__item-number {
    font-size: 10.2564102564vw;
  }
}
.recruit-environment__item-tilde {
  vertical-align: super;
  font-size: 2rem;
  font-family: var(--en-sans);
}
@media screen and (max-width: 767px) {
  .recruit-environment__item-tilde {
    font-size: 4.1025641026vw;
  }
}
.recruit-environment__item-annotation {
  color: #6b7478;
}
@media screen and (min-width: 768px) {
  .recruit-environment__item-annotation {
    position: absolute;
    bottom: 0.625rem;
    right: 0.625rem;
    font-size: 0.875rem;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .recruit-environment__item-annotation {
    margin-top: 2.0512820513vw;
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .recruit-environment__item--setup {
    grid-column: 1/3;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .recruit-environment__item--staff {
    grid-column: 3/5;
    flex-direction: row;
    justify-content: center;
  }
}
.recruit-environment__item--age {
  background-image: url("/assets/img/page/recruit/env_graph@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__item--age {
    grid-column: 1/3;
    padding-bottom: 24.6153846154vw;
    background-position: center bottom 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit-environment__item--age {
    grid-column: 5/6;
    grid-row: 1/3;
  }
}
.recruit-environment__item--age .recruit-environment__item-icon {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit-environment__item--left {
    grid-column: 2/4;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-environment__item--left .recruit-environment__item-data {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit-environment__item--left .recruit-environment__item-unit {
    font-size: 3.0769230769vw;
    line-height: 1.3;
  }
}
.recruit-environment__primary .recruit-environment__item--ratio {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-environment__primary .recruit-environment__item--ratio {
    display: grid;
  }
}
.recruit-environment__secondary .recruit-environment__item--ratio {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruit-environment__secondary .recruit-environment__item--ratio {
    display: grid;
  }
}
.recruit-environment__item--ratio {
  display: grid;
  grid-template-columns: auto auto auto;
}
.recruit-environment__item--ratio .recruit-environment__item-name {
  grid-column: 1/4;
}
.recruit-environment__ratio {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.recruit-environment__ratio--male {
  color: var(--accent);
}
.recruit-environment__ratio--female {
  color: #99cc00;
}
.recruit-environment__ratio-icon {
  width: auto;
  height: 4.125rem;
  margin-bottom: 0.625rem;
}
.recruit-environment__ratio-label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.recruit-environment__ratio-number {
  font-size: 3.125rem;
  font-family: var(--en-sans);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-environment__ratio-number {
    font-size: 10.2564102564vw;
  }
}
.recruit-environment__ratio-unit {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__ratio-unit {
    font-size: 4.1025641026vw;
  }
}
.recruit-environment__ratio-colon {
  align-self: end;
  color: #6b7478;
  font-family: var(--en-sans);
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-environment__ratio-colon {
    font-size: 7.6923076923vw;
  }
}

.recruit-school {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-school {
    margin-bottom: 20.5128205128vw;
  }
}
.recruit-school::after {
  content: "";
  display: block;
  width: 100%;
  height: 22rem;
  background-image: image-set(url("/assets/img/page/recruit/marquee.jpg") 1x, url("/assets/img/page/recruit/marquee@2x.jpg") 2x);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation-name: marquee;
  animation-duration: 64s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .recruit-school::after {
    height: 46.6666666667vw;
    animation-duration: 64s;
  }
}
@keyframes marquee {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(10.9204545455 * -22rem) 0;
  }
}
.recruit-school__inner {
  position: relative;
  margin-bottom: 10rem;
  padding: 5rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-school__inner {
    width: calc(100% - 10.2564102564vw);
    margin-bottom: 20.5128205128vw;
    padding: 7.6923076923vw 5.1282051282vw;
    border-radius: 2.0512820513vw;
  }
}
.recruit-school__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1.375rem);
  right: 10.625rem;
  width: 23.25rem;
  height: auto;
  aspect-ratio: 744/424;
  background-image: url("/assets/img/page/recruit/illust_school.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-school__inner::before {
    width: 38.9743589744vw;
    bottom: calc(100% + 36.9230769231vw);
    right: -1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-school__header {
    width: calc(100% - 10.2564102564vw);
  }
}
.recruit-school__segment:not(:last-of-type) {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment:not(:last-of-type) {
    margin-bottom: 15.3846153846vw;
  }
}
.recruit-school__segment-header {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment-header {
    margin-bottom: 4.1025641026vw;
  }
}
.recruit-school__segment-sub {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 1rem;
  color: var(--accent);
  font-family: var(--en-sans);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment-sub {
    margin-bottom: 3.0769230769vw;
    column-gap: 3.5897435897vw;
    font-size: 7.6923076923vw;
  }
}
.recruit-school__segment-sub::before {
  content: "";
  align-self: center;
  background-image: url("/assets/img/content/logo_s.svg");
  width: 1.75rem;
  height: 2rem;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment-sub::before {
    width: 5.1282051282vw;
    height: 6.1538461538vw;
  }
}
.recruit-school__segment-main {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.625;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment-main {
    font-size: 5.1282051282vw;
    letter-spacing: -0.01em;
  }
}
.recruit-school__segment-accent {
  color: var(--accent);
  font-weight: 700;
}
.recruit-school__segment-intro {
  font-size: 1rem;
  line-height: 2;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .recruit-school__segment-intro {
    font-size: 3.5897435897vw;
  }
}
.recruit-school__point1 {
  display: grid;
  grid-template-columns: 1fr 45rem;
  grid-column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__point1 {
    grid-template-columns: 100%;
    grid-row-gap: 7.6923076923vw;
  }
}
.recruit-school__point1-image {
  border-radius: 0.5rem;
}
.recruit-school__point2 {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__point2 {
    row-gap: 7.6923076923vw;
  }
}
.recruit-school__point2::before {
  content: "";
  position: absolute;
  top: -1.125rem;
  right: 5rem;
  width: 22.875rem;
  height: auto;
  aspect-ratio: 732/586;
  background-image: url("/assets/img/page/recruit/illust_school_point2.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-school__point2::before {
    top: -10.2564102564vw;
    right: 5.1282051282vw;
    width: 24.6153846154vw;
    aspect-ratio: 192/148;
    background-image: url("/assets/img/page/recruit/illust_school_point2_sp.webp");
  }
}
.recruit-school__point2-image {
  border-radius: 0.5rem;
}
.recruit-school__point3 {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__point3 {
    row-gap: 7.6923076923vw;
  }
}
.recruit-school__point3::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 21.625rem;
  height: auto;
  aspect-ratio: 692/704;
  background-image: url("/assets/img/page/recruit/illust_school_point3.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-school__point3::before {
    top: -12.3076923077vw;
    right: 0;
    width: 33.8461538462vw;
    aspect-ratio: 264/162;
    background-image: url("/assets/img/page/recruit/illust_school_point3_sp.webp");
  }
}
.recruit-school__flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__flow {
    grid-template-columns: 100%;
  }
}
.recruit-school__flow-title {
  grid-column: 1/3;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-school__flow-title {
    grid-column: 1/2;
    font-size: 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
  }
}
.recruit-school__flow-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-school__flow-container {
    grid-template-columns: 100%;
    margin-bottom: 5.1282051282vw;
  }
}
.recruit-school__flow-name {
  display: block;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.recruit-school__flow-item {
  padding-top: 1.5rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.recruit-school__flow-item--course {
  background-color: #66bb00;
}
.recruit-school__flow-item--ojt {
  background-color: #009900;
}
.recruit-school__flow-row {
  display: grid;
  align-items: center;
  grid-template-columns: 4rem 1fr;
  grid-column-gap: 0.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem;
  line-height: 1;
  height: 2.5rem;
}
.recruit-school__flow-row--inactive {
  background-color: rgba(255, 255, 255, 0.8);
}
.recruit-school__flow-row:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.recruit-school__flow-time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--en-sans);
  font-size: 1rem;
  font-weight: 600;
}
.recruit-school__flow-time::after {
  content: "";
  height: 1.125rem;
  margin-left: 0.75rem;
  border-right: 1px solid #ddd;
}
.recruit-school__flow-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.recruit-school__flow-annotation {
  grid-column: 1/3;
  margin-top: 1.25rem;
  color: #6b7478;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__flow-annotation {
    grid-column: 1/2;
    margin-top: 1em;
    font-size: 3.0769230769vw;
  }
}
.recruit-school__flow-image {
  border-radius: 0.5rem;
}
.recruit-school__voices {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-school__voices {
    row-gap: 3rem;
  }
}
.recruit-school__voices::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 8rem;
  width: 9.125rem;
  height: auto;
  aspect-ratio: 392/262;
  background-image: url("/assets/img/page/recruit/illust_school_voices.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-school__voices::before {
    top: -12.3076923077vw;
    right: 0;
    width: 28.7179487179vw;
  }
}
.recruit-school__voices-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__voices-list {
    grid-template-columns: 100%;
    grid-row-gap: 5.1282051282vw;
  }
}
.recruit-school__voices-item {
  border-radius: 0.5rem;
  background-color: #f2f4f5;
  padding: 1.875rem;
}
.recruit-school__voices-meta {
  display: flex;
  align-items: center;
  column-gap: 1em;
  margin-bottom: 1.25rem;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 500;
}
.recruit-school__voices-icon {
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.recruit-school__voices-text {
  font-size: 1rem;
  line-height: 2;
  font-feature-settings: normal;
}

.recruit-requirements {
  max-width: 72.5rem;
  margin-bottom: 7.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit-requirements {
    margin-bottom: 20.5128205128vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.recruit-requirements__inner {
  padding: 5rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__inner {
    padding-top: 7.6923076923vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 12.8205128205vw;
    padding-left: 5.1282051282vw;
  }
}
.recruit-requirements__table {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__table {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-requirements__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__row {
    grid-template-columns: 25.641025641vw 1fr;
  }
}
.recruit-requirements__row:first-child .recruit-requirements__head {
  border-top: 1px solid var(--accent);
}
.recruit-requirements__row:first-child .recruit-requirements__body {
  border-top: 1px solid #ddd;
}
.recruit-requirements__head {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--accent);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__head {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.recruit-requirements__body {
  border-bottom: 1px solid #ddd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .recruit-requirements__body {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-requirements__body {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.recruit-requirements__body-bold {
  font-weight: 700;
}
.recruit-requirements__body-annotation {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #6b7478;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__body-annotation {
    font-size: 3.0769230769vw;
  }
}
.recruit-requirements__body-annotation::before {
  content: "※";
}
.recruit-requirements__link {
  display: block;
  width: 25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__link {
    width: 53.3333333333vw;
    font-size: 4.1025641026vw;
    line-height: 1.2;
  }
}
@media (hover: hover) {
  .recruit-requirements__link {
    transition-property: color;
    transition-delay: 0.3s;
    transition-duration: 300ms;
  }
  .recruit-requirements__link:hover {
    color: #fff;
  }
  .recruit-requirements__link:hover .p-btn-a__arrow::before {
    scale: 2400%;
  }
}
.recruit-requirements__link .p-btn-a__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__link .p-btn-a__inner {
    height: 18.4615384615vw;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .recruit-requirements__link .p-btn-a__arrow {
    position: absolute;
    left: 1rem;
  }
}

.recruit-faq {
  margin-bottom: 10rem;
  max-width: 72.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit-faq {
    margin-bottom: 20.5128205128vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.recruit-faq__inner {
  padding: 5rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-faq__inner {
    padding-top: 7.6923076923vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 12.8205128205vw;
    padding-left: 5.1282051282vw;
  }
}
.recruit-faq__segment {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-faq__segment {
    margin-bottom: 15.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-faq__segment:last-of-type {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-faq__segment-title {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-faq__segment-title {
    margin-bottom: 5.1282051282vw;
  }
}
.recruit-faq__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.25rem;
}
.recruit-faq__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.recruit-faq__question {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-faq__question {
    font-size: 4.1025641026vw;
    align-items: start;
  }
}
@media (hover: hover) {
  .recruit-faq__question:hover .recruit-faq__icon {
    scale: 1.2;
  }
}
.recruit-faq__question::before {
  content: "Q.";
}
@media screen and (max-width: 767px) {
  .recruit-faq__question::before {
    line-height: 1;
    margin-top: 0.5128205128vw;
  }
}
.recruit-faq__question::-webkit-details-marker {
  display: none;
}
.recruit-faq__answer {
  display: flex;
  align-items: baseline;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-faq__answer {
    align-items: start;
  }
}
.recruit-faq__answer::before {
  content: "A.";
}
@media screen and (max-width: 767px) {
  .recruit-faq__answer::before {
    line-height: 1;
    margin-top: 4.6153846154vw;
  }
}
.recruit-faq__answer-text {
  margin-top: 1rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 2;
}
.recruit-faq__question::before, .recruit-faq__answer::before {
  color: var(--accent);
  font-family: var(--en-sans);
  font-weight: 500;
  font-size: 1.625rem;
}
.recruit-faq__icon {
  position: relative;
  margin-left: auto;
  width: 1.25rem;
  background-color: var(--accent);
  height: 2px;
  font-size: 0;
  color: transparent;
  flex-shrink: 0;
  transition-property: scale;
  transition-duration: 300ms;
}
@media screen and (max-width: 767px) {
  .recruit-faq__icon {
    width: 4.1025641026vw;
    margin-top: 3.0769230769vw;
  }
}
.recruit-faq__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;
  background-color: inherit;
  rotate: 90deg;
  transition-property: rotate;
  transition-duration: 400ms;
}
.recruit-faq__item[open] .recruit-faq__icon::after {
  rotate: 0deg;
}

.recruit-modal {
  position: fixed;
  inset: 0;
  z-index: 1024;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 300ms;
}
.recruit-modal.is-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.recruit-modal.is-open .recruit-modal__inner {
  translate: 0 0;
}
.recruit-modal__inner {
  position: relative;
  margin-left: auto;
  max-width: 50rem;
  height: 100%;
  background-color: #fff;
  translate: 100% 0;
  transition-property: translate;
  transition-duration: 300ms;
}
@media screen and (max-width: 767px) {
  .recruit-modal__inner {
    max-width: 89.7435897436vw;
  }
}
.recruit-modal__close {
  position: absolute;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent);
  border-bottom-left-radius: 0.5rem;
  border: 0;
}
@media (hover: hover) {
  .recruit-modal__close {
    transition-property: background-color;
    transition-duration: 300ms;
  }
  .recruit-modal__close:hover {
    background-color: #008000;
  }
}
.recruit-modal__close:active {
  translate: 0 0.0625rem;
}
@media screen and (min-width: 768px) {
  .recruit-modal__close {
    right: 100%;
    top: 0;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .recruit-modal__close {
    bottom: 5.1282051282vw;
    right: 16.4102564103vw;
    width: 57.4358974359vw;
    height: 15.3846153846vw;
    column-gap: 3.0769230769vw;
    border-radius: 7.6923076923vw;
    background-color: #f2f4f5;
  }
}
.recruit-modal__close-rect {
  position: relative;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #fff;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .recruit-modal__close-rect {
    background-color: #009900;
  }
}
.recruit-modal__close-rect::after {
  content: "";
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;
  background-color: inherit;
  rotate: 90deg;
}
.recruit-modal__close-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-modal__close-label {
    display: block;
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1;
  }
}
.recruit-modal__overflow {
  display: none;
  max-height: 100%;
  overflow: auto;
}
.recruit-modal__overflow.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-modal__overflow {
    max-height: calc(100% - 25.641025641vw);
  }
}
.recruit-modal__meta {
  position: relative;
}
.recruit-modal__meta-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/480;
  object-fit: cover;
}
.recruit-modal__meta-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to top, #262728, transparent);
  background-size: 100% 10.625rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-modal__meta-inner {
    padding: 5.1282051282vw;
    background-size: 100% 31.7948717949vw;
  }
}
.recruit-modal__meta-avatar {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-modal__meta-avatar {
    width: 12.8205128205vw;
  }
}
.recruit-modal__meta-role {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruit-modal__meta-since {
  font-size: 0.625rem;
  font-weight: 500;
}
.recruit-modal__meta-number {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--en-sans);
}
.recruit-modal__meta-name {
  display: flex;
  align-items: baseline;
  column-gap: 0.75rem;
}
.recruit-modal__meta-initial {
  font-size: 1.25rem;
  font-weight: 500;
}
.recruit-modal__body {
  padding: 3rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body {
    padding: 5.1282051282vw;
  }
}
.recruit-modal__body-title {
  margin-bottom: 3rem;
  color: var(--accent);
  font-size: 1.75rem;
  font-weight: 700;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body-title {
    margin-bottom: 1em;
    font-size: 5.1282051282vw;
  }
}
.recruit-modal__body-segment:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body-segment:not(:last-of-type) {
    margin-bottom: 16.4102564103vw;
  }
}
.recruit-modal__body-head {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-bottom: 1.5rem;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body-head {
    margin-bottom: 5.1282051282vw;
    letter-spacing: -0.01em;
  }
}
.recruit-modal__body-head::before {
  content: "";
  border-bottom: 1px solid var(--accent);
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body-head::before {
    width: 7.6923076923vw;
  }
}
.recruit-modal__body-paragraph {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .recruit-modal__body-paragraph {
    font-size: 3.5897435897vw;
    line-height: 1.75;
  }
}