.single_staff {
  color: #fff;
  background-color: #343432;
}

/* --------------------------------------
 staff_fv
-------------------------------------- */
.single_staff .staff_fv {
  padding: 218px 0 0;
}

.single_staff .staff_fv .page_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 140px;
}

.single_staff .staff_fv .title_box .en {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Baskerville", serif;
}

.single_staff .staff_fv .title_box .ja {
  margin-top: 10px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.44;
  font-family: "Shippori Mincho B1", serif;
}

.single_staff .staff_fv .breadcrumb_box {
  flex-shrink: 0;
  margin: 0 0 22px;
}

.single_staff .staff_fv .hero .inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 1440px;
  margin: 0 auto;
  min-height: 600px;
  padding: 100px 0;
  box-sizing: border-box;
}

.single_staff .staff_fv .img_box {
  grid-area: 1/1;
  justify-self: end;
  align-self: stretch;
  width: 1290px;
  margin-block: -100px;
  min-height: 600px;
  overflow: hidden;
}

.single_staff .staff_fv .img_box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.single_staff .staff_fv .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_staff .staff_fv .info_box {
  grid-area: 1/1;
  justify-self: start;
  align-self: center;
  z-index: 1;
  min-width: 540px;
  padding: 62px 100px 58px 100px;
  box-sizing: border-box;
  background-color: #393935;
}

.single_staff .staff_fv .info_box .catch {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.47;
  font-family: "Shippori Mincho B1", serif;
}

.single_staff .staff_fv .info_box .profile {
  margin-top: 38px;
  padding-top: 23px;
  border-top: 1px solid #707070;
}

.single_staff .staff_fv .info_box .position {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.43;
  font-family: "Shippori Mincho B1", serif;
}

.single_staff .staff_fv .info_box .name {
  margin: 5px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.46;
  font-family: "Shippori Mincho B1", serif;
  color: inherit;
}

/* --------------------------------------
 staff_content
-------------------------------------- */
.single_staff .staff_content {
  padding: 180px 0 0;
}

.single_staff .staff_content .item {
  display: flex;
  align-items: center;
  gap: 100px;
}

.single_staff .staff_content .item + .item {
  margin-top: 115px;
}

.single_staff .staff_content .item.is_reverse {
  flex-direction: row-reverse;
}

.single_staff .staff_content .img_box {
  flex-shrink: 0;
  width: 540px;
}

.single_staff .staff_content .img_box .img {
  display: block;
  width: 100%;
  aspect-ratio: 540/450;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_staff .staff_content .text_box {
  flex: 1;
  min-width: 0;
}

.single_staff .staff_content .label {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

.single_staff .staff_content .label .dot {
  flex-shrink: 0;
  width: 14.77px;
  height: 12.475px;
  fill: #fff;
  display: block;
}

.single_staff .staff_content .title {
  margin-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #585858;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.54;
  font-family: "Shippori Mincho B1", serif;
}

.single_staff .staff_content .text {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}

/* --------------------------------------
 staff_faq
-------------------------------------- */
.single_staff .staff_faq {
  padding: 50px 0 90px;
  background-color: #434340;
  margin: 167px 0 0;
}

.single_staff .staff_faq .item {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  padding: 37px 0;
  border-bottom: 1px solid #585858;
}

.single_staff .staff_faq .q {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.27;
  margin: 5px 0 0;
  padding-left: 40px;
}
.single_staff .staff_faq .q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
  white-space: nowrap;
}

.single_staff .staff_faq .a {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}

/* --------------------------------------
 staff_schedule
-------------------------------------- */
.single_staff .staff_schedule {
  padding: 140px 0 270px;
}

.single_staff .staff_bottom_space {
  height: 270px;
  background-color: #343432;
}

.single_staff .staff_schedule .inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: space-between;
}

.single_staff .staff_schedule .title_box {
  flex-shrink: 0;
}

.single_staff .staff_schedule .title_box .en {
  font-size: 16px;
  line-height: 1.13;
  font-family: "Baskerville", serif;
}

.single_staff .staff_schedule .title_box .ja {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.44;
}

.single_staff .staff_schedule .timeline {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.single_staff .staff_schedule .timeline .item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 50px 18px 60px 490px;
  align-items: start;
}

.single_staff .staff_schedule .timeline .time {
  grid-column: 1;
  display: flex;
  align-items: center;
  min-width: 60px;
  height: 29px;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  text-align: left;
  font-family: "Baskerville", "Libre Baskerville", serif;
}

.single_staff .staff_schedule .timeline .track {
  grid-column: 3;
  position: relative;
  z-index: 1;
  display: block;
  align-self: stretch;
  width: 18px;
}

.single_staff .staff_schedule .timeline .item:not(:last-child) .track::before {
  content: "";
  position: absolute;
  top: calc(29px / 2);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 29px / 2 + 36px);
  background-color: #fff;
}

.single_staff .staff_schedule .timeline .dot {
  position: absolute;
  top: calc((29px - 18px) / 2);
  left: 50%;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}

.single_staff .staff_schedule .timeline .body {
  grid-column: 5;
  min-width: 0;
}

.single_staff .staff_schedule .timeline .body .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Shippori Mincho B1", serif;
}

.single_staff .staff_schedule .timeline .body .text {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.57;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}

@media (max-width: 750px) {
  .single_staff .staff_fv {
    padding: 35.9vw 0 0;
  }
  .single_staff .staff_fv .page_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6.67vw;
    margin-bottom: 16vw;
  }
  .single_staff .staff_fv .title_box .en {
    font-size: 4.1vw;
  }
  .single_staff .staff_fv .title_box .ja {
    font-size: 7.18vw;
    margin-top: 2.56vw;
  }
  .single_staff .staff_fv .breadcrumb_box {
    margin: 0 0 0 auto;
  }
  .single_staff .staff_fv .hero {
    display: block;
    min-height: 0;
  }
  .single_staff .staff_fv .hero .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    min-height: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .single_staff .staff_fv .img_box {
    grid-area: auto;
    justify-self: auto;
    align-self: flex-end;
    width: 94.87vw;
    max-width: 100%;
    margin-block: 0;
    min-height: 0;
    aspect-ratio: 370/280;
  }
  .single_staff .staff_fv .info_box {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    grid-area: auto;
    justify-self: auto;
    align-self: flex-start;
    z-index: 1;
    min-width: 61.54vw;
    margin-top: -35.9vw;
    padding: 7.69vw 5.13vw;
  }
  .single_staff .staff_fv .info_box .catch {
    font-size: 6.67vw;
    line-height: 1.46;
  }
  .single_staff .staff_fv .info_box .profile {
    margin-top: 4.36vw;
    padding-top: 3.85vw;
  }
  .single_staff .staff_fv .info_box .position {
    font-size: 3.33vw;
  }
  .single_staff .staff_fv .info_box .name {
    font-size: 5.13vw;
  }
  .single_staff .staff_content {
    padding: 20.51vw 0 0;
  }
  .single_staff .staff_content .item,
.single_staff .staff_content .item.is_reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 6.15vw;
  }
  .single_staff .staff_content .item + .item {
    margin-top: 14.36vw;
  }
  .single_staff .staff_content .img_box {
    width: 100%;
  }
  .single_staff .staff_content .img_box .img {
    aspect-ratio: 540/330;
    -o-object-position: top;
       object-position: top;
  }
  .single_staff .staff_content .label {
    font-size: 3.08vw;
    gap: 2.56vw;
  }
  .single_staff .staff_content .title {
    margin-top: 3.08vw;
    padding-bottom: 3.59vw;
    font-size: 4.62vw;
  }
  .single_staff .staff_content .text {
    margin-top: 4.1vw;
    font-size: 3.33vw;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
  .single_staff .staff_faq {
    padding: 10.26vw 0 16.67vw;
    margin: 20.51vw 0 0;
  }
  .single_staff .staff_faq .item {
    grid-template-columns: 1fr;
    gap: 3.08vw;
    padding: 6.15vw 0;
  }
  .single_staff .staff_faq .q {
    font-size: 4.1vw;
    padding-left: 6.41vw;
  }
  .single_staff .staff_faq .a {
    font-size: 3.33vw;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
  .single_staff .staff_schedule {
    padding: 16.41vw 0 45.38vw;
  }
  .single_staff .staff_bottom_space {
    height: 45.38vw;
  }
  .single_staff .staff_schedule .inner {
    flex-direction: column;
    gap: 8.21vw;
  }
  .single_staff .staff_schedule .title_box {
    width: 100%;
  }
  .single_staff .staff_schedule .title_box .en {
    font-size: 3.59vw;
  }
  .single_staff .staff_schedule .title_box .ja {
    font-size: 5.64vw;
  }
  .single_staff .staff_schedule .timeline {
    gap: 7.18vw;
  }
  .single_staff .staff_schedule .timeline .item {
    grid-template-columns: minmax(12.31vw, auto) 3.59vw 3.59vw 6.15vw 1fr;
  }
  .single_staff .staff_schedule .timeline .time {
    min-width: 12.31vw;
    height: 5.2055vw;
    font-size: 4.1vw;
  }
  .single_staff .staff_schedule .timeline .track {
    width: 3.59vw;
  }
  .single_staff .staff_schedule .timeline .item:not(:last-child) .track::before {
    top: calc(5.2055vw / 2);
    height: calc(100% - 5.2055vw / 2 + px_vw(28));
  }
  .single_staff .staff_schedule .timeline .dot {
    top: calc((5.2055vw - 3.59vw) / 2);
    width: 3.59vw;
    height: 3.59vw;
  }
  .single_staff .staff_schedule .timeline .body .title {
    font-size: 3.59vw;
    line-height: 1.45;
  }
  .single_staff .staff_schedule .timeline .body .text {
    font-size: 3.08vw;
  }
}
/*# sourceMappingURL=staff.css.map */