@charset "utf-8";

.recruit__bg::before {
  content: "";
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/20250725085817548379.png') center / cover no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1366 / 965;
}

.recruit__top {
  display: flex;
  align-items: start;
  gap: 44px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .recruit__top {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit__top {
    gap: 72px;
  }
}

.recruit__top-img {
  aspect-ratio: 450 / 570;
  width: min(100%, 450px);
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .recruit__top-img {
    width: min(calc(450 / 1366 * 100vw), 450px);
    margin: 0;
  }
}

.c3863 {
  order: 3;
}
@media screen and (min-width: 900px) {
  .c3863 {
    margin: 240px 0 0 30px;
    max-width: 351px;
    order: 2;
  }
}

.recruit__top-text {
  width: 132px;
  order: 2;
}
@media screen and (min-width: 900px) {
  .recruit__top-text {
    width: 132px;
    order: 3;
  }
}

.recruit__top-text-sp,
.profile__text-sp {
	width: min(90%, 378px);
  height: auto;
}
  .recruit__top-text-pc,
  .profile__text-pc {
    display: none;
  }
@media screen and (min-width: 900px) {
  .recruit__top-text-sp,
  .profile__text-sp {
    display: none;
  }
    .recruit__top-text-pc,
  .profile__text-pc {
    display: block;
  }
}

.profile__wrap {
  display: flex;
  align-items: start;
  gap: 50px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .profile__wrap {
    flex-direction: row;
    gap:100px;
  }
}

.profile__text {
  order: 0;
}

.profile__box {
  padding: 60px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .profile__box {
  padding: 73px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .profile__box {
  padding: 73px 57px;
  }
}

.profile__item {
  display: grid;
  gap: 20px;
  padding-bottom: 38px;
  border-bottom: 1px solid #A7A7A7;
}
@media screen and (min-width: 900px) {
  .profile__item {
    gap: 39px;
    grid-template-columns: 240px 1fr;
  }
}
.profile__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.voice__wrap {
  margin: 70px auto 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 550px;
}
@media screen and (min-width: 900px) {
  .voice__wrap {
    max-width: 979px;
  }
}

.voice__item {
  display: flex;
  align-items: start;
  gap: 70px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .voice__item {
    flex-direction: row;
  }
}

.voice__img {
  aspect-ratio: 278 / 313;
  border-radius: 5px;
  object-fit: cover;
  width: min(100%, 400px);
  height: auto;
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .voice__img {
    width: min(100%, 278px);
  }
}

.voice__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.voice__num {
  padding: 9px 13px;
  width: fit-content;
  background: url(../images/20250724144439646086.svg) center center / contain no-repeat;
}
.voice__num02 {
  background: url(../images/20250729113742364760.svg) center center / contain no-repeat;
}

