.under__page__section .content__head {
  padding-top: 12rem;
  padding-bottom: 4rem;
}
.under__page__section .content__head.head01 {
  padding-top: 7.5rem;
}
.under__page__section .content__head .section__title02 {
  margin-bottom: 0;
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}
.team__list .list__item {
  width: 25%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /* border-bottom: 1px solid #ccc; */
}
.team__list .list__item:not(:has(*)) {
  border-right: none;
}
@media screen and (max-width: 1060px) {
  .team__list .list__item {
    width: 50%;
  }
}
.team__list .list__item:nth-child(1),
.team__list .list__item:nth-child(2),
.team__list .list__item:nth-child(3),
.team__list .list__item:nth-child(4) {
  border-top: none;
}
.team__list .list__item:nth-last-child(-n + 2) {
  /* border-bottom: none; */
}

@media screen and (max-width: 1060px) {
  .team__list .list__item:nth-child(3),
  .team__list .list__item:nth-child(4) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .team__list .list__item:nth-last-child(2):not(:has(*)) {
    border-top: none;
  }
  .team__list .list__item:nth-last-child(2):not(:has(*)) + .list__item:last-child:not(:has(*)) {
    border-top: none;
  }
}
.team__list .list__item:hover {
  z-index: 2;
}
.team__list .list__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4.5rem 4rem;
  position: relative;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1580px) {
  .team__list .list__item a {
    padding: 3.5rem 3rem;
  }
}
.team__list .list__item a .img {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.team__list .list__item a .team {
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.team__list .list__item a .icon {
  display: inline-block;
  position: absolute;
  right: 2rem;
  bottom: 2.2rem;
  transition: all 0.2s var(--var-animation-timing-function);
}
@media screen and (max-width: 1060px) {
  .team__list .list__item a .icon {
    display: none;
  }
}

.under__page__section .section__content.team__description,
.under__page__section .section__content.team__content {
  border-bottom: none;
}

.team__description__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1460px;
  padding-left: 60px;
}
@media screen and (max-width: 1060px) {
  .team__description__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    display: block;
  }
}
.team__description__inner .img {
  width: 35.71%;
}
@media screen and (max-width: 1060px) {
  .team__description__inner .img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.team__description__inner .text__box {
  width: 59.64%;
}
@media screen and (max-width: 1060px) {
  .team__description__inner .text__box {
    width: 100%;
  }
}
.team__description__inner .person {
  margin-top: 4rem;
  text-align: right;
}
.team__description__inner .person .name {
  font-weight: 700;
}

.team__content__inner {
  border-left: 1px solid #ccc;
  display: flex;
}
@media screen and (max-width: 1060px) {
  .team__content__inner {
    border-left: none;
    display: block;
  }
}
.team__content__inner .side__space {
  width: 19.33%;
}
@media screen and (max-width: 1060px) {
  .team__content__inner .side__space {
    display: none;
  }
}
.team__content__inner .team__content__block {
  width: 80.67%;
  border-left: 1px solid #ccc;
  padding: 8rem 60px 8rem 0;
}
@media screen and (max-width: 1060px) {
  .team__content__inner .team__content__block {
    width: 100%;
    border-left: none;
    padding: 8rem 3.5rem 8rem 0;
  }
}

.team__content__wrapper {
  position: relative;
}

.side__nav {
  position: absolute;
  z-index: 18;
  left: calc((100vw - 1920px) / 2 + 22.2rem + 60px);
  width: calc((1920px - 22.2rem - 60px) * 0.1933);
}
@media screen and (max-width: 1920px) {
  .side__nav {
    left: calc(22.2rem + 60px);
    width: calc((100% - (22.2rem + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1730px) {
  .side__nav {
    left: calc(12.8324% + 60px);
    width: calc((100% - (12.8324% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1628px) {
  .side__nav {
    left: calc(10% + 60px);
    width: calc((100% - (10% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1220px) {
  .side__nav {
    left: calc(6% + 60px);
    width: calc((100% - (6% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1020px) {
  .side__nav {
    left: 60px;
    width: calc((100% - 60px) * 0.1933);
  }
}
@media screen and (max-width: 1060px) {
  .side__nav {
    position: static;
    left: 0;
    width: 100%;
  }
}
.side__nav.past {
  bottom: 0;
}
.side__nav .sidebar {
  display: flex;
  justify-content: center;
  padding: 9rem 0;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar {
    padding: 0;
  }
}
.side__nav .sidebar.fixed {
  position: fixed;
  width: calc((1920px - 22.2rem - 60px) * 0.1933);
}
@media screen and (max-width: 1920px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (22.2rem + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1730px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (12.8324% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1628px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (10% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1220px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (6% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1020px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - 60px) * 0.1933);
  }
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar.fixed {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.side__nav .sidebar ul li {
  margin-bottom: 5rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li {
    margin-bottom: 0;
    flex: 1;
    padding-left: 0;
    border-right: 1px solid #ccc;
    height: 10rem;
    margin-bottom: 0;
  }
}
.side__nav .sidebar ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-image: var(--var-linear-gradient);
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li::before {
    display: none;
  }
}
.side__nav .sidebar ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li:last-child {
    border-right: none;
  }
}
.side__nav .sidebar ul li.is-active::before {
  visibility: visible;
  opacity: 1;
}
.side__nav .sidebar ul li a {
  color: #000;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}

.member__list {
  display: flex;
  flex-wrap: wrap;
}
.member__list li {
  width: 30.9%;
  margin-left: 3.65%;
  margin-top: 2.8%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2.5rem 1rem 2.5rem 4rem;
}
@media screen and (max-width: 1060px) {
  .member__list li {
    width: 48.5%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 520px) {
  .member__list li {
    width: 100%;
    margin-left: 0;
  }
}
.member__list li:nth-child(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 1060px) {
  .member__list li:nth-child(3n + 1) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 520px) {
  .member__list li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .member__list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.member__list li:nth-child(1),
.member__list li:nth-child(2),
.member__list li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .member__list li:nth-child(2) {
    margin-top: 2.8%;
  }
}
@media screen and (max-width: 1060px) {
  .member__list li:nth-child(3) {
    margin-top: 2.8%;
  }
}
.member__list li .position {
  position: relative;
}
.member__list li .position::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.member__list li .name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.member__list li .email {
  margin-bottom: 1.8rem;
}
.member__list li .link a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  line-height: 1;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1.3rem;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1060px) {
  .member__list li .link a {
    border-radius: 1rem;
  }
}
.member__list li .link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 8px;
  background-image: url("../img/common/icon_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1060px) {
  .member__list li .link a::after {
    width: 2.3rem;
    height: 1.8rem;
  }
}
.member__list li .link a:hover {
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
}

.team__photo {
  margin-top: 8rem;
}

.pagination {
  padding-top: 4.5rem;
  justify-content: center;
}

.general__style figure img {
  padding: 3rem 4.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

.under__page__bottom .section__inner.detail__bottom {
  padding-bottom: 6rem;
}
