.staff_wrap {
  width: calc(100% - 8vw);
  margin: 40px auto 100px;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.staff_sub {
  width: 240px;
}
.staff_sub .inner {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}
.staff_sub .inner .top h2.ttl {
  margin: 0 0 60px;
  padding: 0;
  text-align: left;
}
.staff_sub .inner .top h2.ttl::after {
  display: none;
}
.staff_sub .inner ul.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.staff_sub .inner ul.nav_list li a {
  padding: 0.5em 0;
  text-decoration: none;
  color: var(--black);
  line-height: 1.5;
  display: block;
  position: relative;
  transition: color 0.2s, padding 0.4s;
  will-change: padding;
}
.staff_sub .inner ul.nav_list li a::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: var(--italy_green);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.8s;
}
.staff_sub .inner ul.nav_list li a small {
  opacity: 0.6;
}
.staff_sub .inner ul.nav_list li a span {
  display: block;
}
.staff_sub .inner ul.nav_list li a:hover {
  padding-left: 10px;
  color: var(--italy_green);
}
.staff_sub .inner ul.nav_list li a:hover::before {
  width: 100%;
}
.staff_main {
  flex: 1;
}
.staff_main .staff_set {
  display: flex;
  flex-direction: row;
  gap: 60px;
  position: relative;
}
.staff_main .staff_set + .staff_set {
  margin-top: 200px;
}
.staff_main .staff_set + .staff_set::before {
  content: "";
  width: calc(100% + 4vw);
  height: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
}
.staff_main .staff_set .img {
  width: 320px;
}
.staff_main .staff_set .img .inner {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}
.staff_main .staff_set .img .inner button {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
}
.staff_main .staff_set .img .inner .more {
  margin: 30px 0 0;
}
.staff_main .staff_set .img .inner .more button {
  width: 200px;
  height: 36px;
  padding: 0;
  background: none;
  border: 1px solid var(--italy_green);
  border-radius: 100px;
  color: var(--italy_green);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
.staff_main .staff_set .img .inner .more button:hover {
  background: var(--italy_green);
  color: var(--white);
  opacity: 1;
}
.staff_main .staff_set .txt {
  flex: 1;
}
.staff_main .staff_set .txt .top {
  line-height: 1.5;
}
.staff_main .staff_set .txt .top .post {
  font-size: 0.875rem;
}
.staff_main .staff_set .txt .top .name {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.staff_main .staff_set .txt .main {
  margin-top: 40px;
}
.staff_main .staff_set .txt .main dl.profile_list {
  max-width: 800px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.staff_main .staff_set .txt .main dl.profile_list dt {
  color: var(--italy_green);
}
.staff_main .staff_set .txt .main dl.profile_list dt span {
  width: 90px;
  display: block;
  background: var(--italy_green);
  color: var(--white);
  text-align: center;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
.staff_main .staff_set .txt .main dl.profile_list dd {
  margin: 20px 0 0;
}
.staff_main .staff_set .txt .main dl.profile_list dd + dt {
  margin-top: 30px;
}
.staff_main .staff_set .txt .main dl.profile_list dd > *:first-child {
  margin-top: 0;
}
.staff_main .staff_set .txt .main dl.profile_list dd > *:last-child {
  margin-bottom: 0;
}
.staff_main .staff_set .txt .main dl.profile_list dd ul.history_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.staff_main .staff_set .txt .main dl.profile_list dd ul.history_list li {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.staff_main .staff_set .txt .main dl.profile_list dd ul.history_list li span {
  flex: 1;
}
.staff_main .staff_set .txt .main dl.profile_list dd ul.history_list li span.date {
  flex: none;
  width: 90px;
  width: calc(90px + 1em);
  text-align: center;
  padding: 0 0.5em;
  background: #eee;
  border-radius: 100px;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

.glightbox-clean .gslide-description {
  background: none !important;
}

.glightbox-container h4.gslide-title {
  color: #fff;
}

@media screen and (max-width: 1199.98px) {
  .staff_main .staff_set .img {
    width: 280px;
  }
  .staff_main .staff_set .txt .main dl.profile_list dd ul.history_list {
    margin: 20px 0;
  }
  .staff_main .staff_set .txt .main dl.profile_list dd ul.history_list li {
    flex-direction: column;
    gap: 8px;
  }
  .staff_main .staff_set .txt .main dl.profile_list dd ul.history_list li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .staff_wrap {
    gap: 40px;
  }
  .staff_main .staff_set {
    flex-direction: column;
  }
  .staff_main .staff_set + .staff_set {
    margin-top: 120px;
  }
  .staff_main .staff_set + .staff_set::before {
    top: -60px;
  }
  .staff_main .staff_set .img {
    width: 100%;
    margin: 0 auto;
  }
  .staff_main .staff_set .img .inner {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .staff_wrap {
    margin: 40px auto 60px;
    flex-direction: column;
    gap: 4vw;
  }
  .staff_sub {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .staff_sub .inner {
    position: relative;
    top: 0;
  }
  .staff_sub .inner .top h2.ttl {
    margin: 0 0 40px;
  }
  .staff_sub .inner ul.nav_list li {
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .staff_sub .inner ul.nav_list li a {
    padding: 0.5em 0 0.25em;
    padding-left: 4px;
  }
  .staff_sub .inner ul.nav_list li a::after {
    content: "\e313";
    font-family: material icons;
    color: var(--italy_green);
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
  }
  .staff_main .staff_set {
    flex-direction: column;
  }
  .staff_main .staff_set + .staff_set::before {
    width: calc(100% + 8vw);
    left: -4vw;
  }
  .staff_main .staff_set .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .staff_main .staff_set .img .inner {
    position: relative;
    top: 0;
  }
  .staff_main .staff_set .txt {
    width: calc(100% - 8vw);
    max-width: 480px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=staff.css.map */