.recruit_fv_inner_member {
  max-width: 660px;
  width: min(660px, 100% - 40px);
}
.recruit_fv_inner_member .recruit_title {
  gap: 36px;
}

.member {
  background-color: #fbf4de;
  min-height: 100vh;
}
.member_main {
  padding: 70px 18px 80px;
}
@media screen and (min-width: 768px) {
  .member_main {
    padding: 70px max(40px, 3vw) 120px;
  }
}
.member_main_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.member_card_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 96px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .member_card_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 96px clamp(24px, 7vw, 108px);
    overflow: visible;
  }
}
.member_card_item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .member_card_item {
    overflow: visible;
  }
}
.member_card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .member_card {
    gap: 18px;
    container-type: inline-size;
    overflow: visible;
  }
}
.member_card_visual {
  position: relative;
  width: 100%;
  max-width: 272px;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .member_card_visual {
    overflow: visible;
  }
}
.member_card_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: min(4900cqi / 160.5, 80px);
  width: auto;
  aspect-ratio: 100/115.47;
  padding: 0;
  background: transparent;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
}
.member_card_area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 115.47'%3E%3Cpath fill='black' d='M54.33 2.5 L95.67 26.37 Q100 28.867 100 33.867 L100 81.602 Q100 86.602 95.67 89.102 L54.33 112.97 Q50 115.47 45.67 112.97 L4.33 89.102 Q0 86.602 0 81.602 L0 33.867 Q0 28.867 4.33 26.37 L45.67 2.5 Q50 0 54.33 2.5 Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 115.47'%3E%3Cpath fill='black' d='M54.33 2.5 L95.67 26.37 Q100 28.867 100 33.867 L100 81.602 Q100 86.602 95.67 89.102 L54.33 112.97 Q50 115.47 45.67 112.97 L4.33 89.102 Q0 86.602 0 81.602 L0 33.867 Q0 28.867 4.33 26.37 L45.67 2.5 Q50 0 54.33 2.5 Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (min-width: 768px) {
  .member_card_area {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.member_card_img_wrap {
  position: relative;
  margin: 0;
  height: 0;
  margin-top: 0;
  padding-top: 132%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .member_card_img_wrap {
    margin-top: 18px;
    height: auto;
    padding-top: 134.1911764706%;
    overflow: visible;
  }
}
.member_card_bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(340px, 100%);
  max-width: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  .member_card_bg {
    top: calc(5400cqi / 160.5);
    bottom: auto;
    height: calc(14062.5cqi / 160.5);
    width: auto;
    aspect-ratio: 315/247;
  }
}
@media screen and (min-width: 768px) {
  .member_card_bg {
    display: block;
    z-index: 0;
    top: 20.8219178082%;
    bottom: auto;
    width: 128.6764705882%;
  }
}
.member_card_img_link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
.member_card_img_link:hover, .member_card_img_link:focus {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .member_card_img_link:hover .member_card_img {
    animation: member-card-img-bounce 0.95s both;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .member_card_img_link:hover .member_card_img {
    animation: none;
  }
}
.member_card_img {
  position: absolute;
  --head-x-offset: 0%;
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% + var(--head-x-offset)));
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .member_card_img {
    max-height: calc(17800cqi / 160.5);
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-20px);
  }
}
.member_card_img.staff01 {
  --head-x-offset: 7.0%;
}
.member_card_img.staff02 {
  --head-x-offset: -5.2%;
}
.member_card_img.staff03 {
  --head-x-offset: 16.4%;
}
.member_card_img.staff04 {
  --head-x-offset: -2.4%;
}
.member_card_img.staff05 {
  --head-x-offset: 13.2%;
}
.member_card_img.staff06 {
  --head-x-offset: 15.8%;
}
.member_card_img.staff07 {
  --head-x-offset: 6.9%;
}
.member_card_img.staff08 {
  --head-x-offset: 9.7%;
}
@media screen and (min-width: 768px) {
  .member_card_img {
    top: 10.1369863014%;
    bottom: auto;
    transform-origin: center bottom;
    max-height: 75.8904109589%;
  }
}
.member_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 10px;
  margin-top: -2px;
}
.member_card_body .recruit_btn_wrap {
  margin-top: auto;
  padding-top: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member_card_body .recruit_btn_wrap {
    padding-top: 28px;
    width: auto;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .member_card_body {
    position: relative;
    overflow: visible;
    align-items: stretch;
    margin-top: -18px;
    gap: 0;
  }
}
.member_card_office {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .member_card_office {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
}
.member_card_job {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .member_card_job {
    display: flex;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
  }
  .member_card_job br.sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  .member .member_card_job {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  .member .member_card_job br.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .member .recruit_btn {
    width: 155px;
    max-width: 100%;
    height: 44px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .member .recruit_btn {
    width: 230px;
    height: 55px;
    padding: 0 32px;
    font-weight: 700;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .member .recruit_btn_icon {
    width: 14px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .member .recruit_btn_icon {
    width: 16px;
    right: 14px;
  }
}
.member.member_detail {
  overflow-x: clip;
  max-width: 100%;
}
.member.member_detail .recruit_fv_sec {
  display: none;
}
.member.member_detail .member_main {
  display: none;
}
.member_detail_hero {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding: calc(var(--header-height) + 56px) 24px 48px;
}
@media screen and (min-width: 768px) {
  .member_detail_hero {
    padding: calc(var(--header-height) + 96px) 40px 80px;
  }
}
.member_detail_hero_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .member_detail_hero_inner {
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
  }
}
.member_detail_hero_visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(280px, 72vw);
  margin: 0 auto;
  overflow: visible;
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.member_detail_hero_visual.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .member_detail_hero_visual {
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .member_detail_hero_visual {
    width: 272px;
    margin: 0;
    --detail-illust-h: 350px;
    height: auto;
    min-height: var(--detail-illust-h);
    align-self: stretch;
  }
}
.member_detail_bg {
  position: absolute;
  left: calc(50% + 5px);
  top: 8%;
  z-index: 0;
  width: calc((100vw - 50px) * 0.5 + 200px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .member_detail_bg {
    left: calc(40% - 40px + 5px);
    top: calc((100% - var(--detail-illust-h)) / 2);
    bottom: auto;
    width: 590px;
    transform: translateX(-50%);
  }
}
.member_detail_illust {
  position: absolute;
  --head-x-offset: 0%;
  left: 50%;
  top: 0;
  bottom: auto;
  z-index: 2;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82.1917808219%;
  transform: translateX(calc(-50% + var(--head-x-offset)));
  transform-origin: center bottom;
  animation: member-detail-illust-bounce 6s both infinite;
}
@media screen and (min-width: 768px) {
  .member_detail_illust {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: var(--detail-illust-h);
    max-height: none;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .member_detail_illust {
    height: 53.3333333333vw;
    max-height: none;
    width: auto;
    max-width: none;
  }
}
.member_detail_illust.staff03 {
  --head-x-offset: 16.4%;
}
.member_detail_illust.staff08 {
  --head-x-offset: 9.7%;
}
.member_detail_hero_body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 33px;
  flex: 1;
  min-width: 0;
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.member_detail_hero_body.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .member_detail_hero_body {
    gap: 40px;
    padding-top: 12px;
  }
}
.member_detail_catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .member_detail_catch {
    margin-top: -26px;
  }
}
@media screen and (min-width: 768px) {
  .member_detail_catch {
    gap: 12px;
  }
}
.member_detail_catch_line {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 4px 12px;
  border-radius: 5px;
  background: #fff;
  color: #2c2c2c;
  font-weight: 700;
  font-size: clamp(19px, 2.4vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .member_detail_catch_line {
    padding: 4px 18px;
  }
}
.member_detail_catch_line--pc {
  display: none;
}
@media screen and (min-width: 906px) {
  .member_detail_catch_line--pc {
    display: inline-block;
  }
}
@media screen and (min-width: 906px) {
  .member_detail_catch_line--sp {
    display: none;
  }
}
.member_detail_profile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .member_detail_profile {
    gap: 18px;
  }
}
.member_detail_name {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  margin: 0;
}
.member_detail_name_en {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .member_detail_name_en {
    font-size: 26px;
  }
}
.member_detail_name_san {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .member_detail_name_san {
    font-size: 14px;
  }
}
.member_detail_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .member_detail_meta {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.member_detail_office {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .member_detail_office {
    font-size: 16px;
  }
}
.member_detail_job_wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}
.member_detail_job {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .member_detail_job {
    font-size: 24px;
  }
}
.member_detail_join {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .member_detail_join {
    font-size: 14px;
  }
}
.member_detail_office_intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .member_detail_office_intro {
    gap: 20px;
  }
}
.member_detail_office_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #bbb44e;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .member_detail_office_ttl {
    font-size: 20px;
  }
}
.member_detail_office_icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .member_detail_office_icon {
    width: 24px;
    height: 24px;
  }
}
.member_detail_office_txt {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .member_detail_office_txt {
    font-size: 15px;
    line-height: 25px;
  }
}
.member_detail_main {
  position: relative;
  z-index: 2;
  padding: 0 18px 80px;
  overflow-x: clip;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .member_detail_main {
    padding: 0 40px 120px;
  }
}
.member_detail_main_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  min-width: 0;
}
.member_qa_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .member_qa_list {
    gap: 42px;
  }
}
.member_qa_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
.member_qa_q {
  position: relative;
  align-self: flex-start;
  max-width: 100%;
  min-width: 0;
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.92);
  transform-origin: left bottom;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.member_qa_q.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.member_qa_q_inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px 12px;
  margin: 0;
  padding: 11px 26px;
  border-radius: 40px;
  background: #bbb44e;
  color: #fff;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .member_qa_q_inner {
    padding: 15px 30px;
  }
}
.member_qa_label {
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .member_qa_label {
    font-size: 21px;
  }
}
.member_qa_q_txt {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .member_qa_q_txt {
    font-size: 18px;
  }
}
.member_qa_q_tail {
  display: block;
  width: 29px;
  height: 15px;
  margin: -1px 0 0 68px;
}
.member_qa_a {
  position: relative;
  align-self: stretch;
  max-width: 100%;
  min-width: 0;
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.92);
  transform-origin: right bottom;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.member_qa_a.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .member_detail_hero_visual, .member_detail_hero_body, .member_qa_q, .member_qa_a {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.member_qa_a_txt {
  margin: 0;
  padding: 36px 25px;
  border-radius: 20px;
  background: #fff;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .member_qa_a_txt {
    padding: 48px 45px;
    font-size: 15px;
    line-height: 28px;
  }
}
.member_qa_a_tail {
  position: absolute;
  right: clamp(24px, 8vw, 94px);
  bottom: -14px;
  display: block;
  width: 29px;
  height: 15px;
}
.member_detail_back_wrap {
  margin: 56px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .member_detail_back_wrap {
    margin-top: 64px;
  }
}
.member_detail_back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  max-width: 100%;
  height: 55px;
  padding: 0 28px 0 36px;
  border-radius: 50px;
  background-color: #fff;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .member_detail_back {
    font-size: 15px;
  }
}
.member_detail_back_txt {
  white-space: nowrap;
}
.member_detail_back_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
}

@keyframes member-card-img-bounce {
  0% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  20% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-20px) scale(0.97, 1.04);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  40% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1.03, 0.96);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  55% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-10px) scale(0.99, 1.02);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  68% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1.015, 0.985);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  80% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-4px) scale(1, 1.01);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  100% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1, 1);
  }
}
@keyframes member-detail-illust-bounce {
  0% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  3.2% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-20px) scale(0.97, 1.04);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  6.4% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1.03, 0.96);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  8.7% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-10px) scale(0.99, 1.02);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  10.8% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1.015, 0.985);
    animation-timing-function: cubic-bezier(0.33, 0, 0.15, 1);
  }
  12.7% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(-4px) scale(1, 1.01);
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  16%, 100% {
    transform: translateX(calc(-50% + var(--head-x-offset))) translateY(0) scale(1, 1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .member_detail_illust {
    animation: none;
  }
}