/*************************************************

member-top

*************************************************/
.member-top .parts-membersearch {
  max-width: 109rem;
}
.member-top .parts-membersearch-title {
  display: none;
}

/* member-top-list
---------------------------------------*/
.member-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 3rem;
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  .member-top-list {
    gap: 1.5rem;
    margin-bottom: 8rem;
  }
}

.member-top-list__item {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 992px) {
  .member-top-list__item {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .member-top-list__item {
    width: 100%;
  }
}

.member-top-list__anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(2.5rem, 8.3333333333%);
  height: 100%;
  padding: 3rem 2rem;
  color: #2E2E2E;
  line-height: 1.5;
  text-decoration: none;
  border: #BDBDBD solid 1px;
  border-radius: 0.5rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .member-top-list__anchor {
    padding: 1.5rem 1rem;
  }
}
@media (any-hover: hover) {
  .member-top-list__anchor:hover {
    background-color: #FAFAFA;
    border-color: #AC3A3A;
  }
}

.member-top-list__photo {
  width: min(12rem, 40%);
  aspect-ratio: 1/1;
  margin-top: 0.5rem;
  line-height: 0;
}
.member-top-list__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

.member-top-list__letters {
  width: min(15.5rem, 51.6666666667%);
  line-height: 1.3;
}

.member-top-list__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 15rem;
  margin-bottom: 2rem;
  padding: 0.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #565656;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .member-top-list__label {
    margin-bottom: 1rem;
  }
}
.member-top-list__label.shugiin, .member-top-list__label.sangiin {
  background-color: #AC3A3A;
}
.member-top-list__label.kyotofu {
  background-color: #215f9a;
}
.member-top-list__label.kyotoshi {
  background-color: #3b7d23;
}

.member-top-list__name {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.member-top-list__kana {
  margin-top: 0.7rem;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.member-top-list__area {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .member-top-list__area {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

/*************************************************

member-detail-meta

*************************************************/
/* member-detail-meta
---------------------------------------*/
.member-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .member-detail-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.member-detail-meta__left {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .member-detail-meta__left {
    margin: 0 0 2.5rem;
  }
}

/* member-detail-label
---------------------------------------*/
.member-detail-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #565656;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .member-detail-label {
    margin-bottom: 1rem;
  }
}
.member-detail-label.shugiin, .member-detail-label.sangiin {
  background-color: #AC3A3A;
}
.member-detail-label.kyotofu {
  background-color: #215f9a;
}
.member-detail-label.kyotoshi {
  background-color: #3b7d23;
}

/* member-detail-share
---------------------------------------*/
.member-detail-share__title {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.member-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.member-detail-share__acnhor {
  display: block;
}

/* member-detail-title
---------------------------------------*/
.member-detail-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 1.2rem auto 0;
  padding-left: 1.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.member-detail-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 0.6rem;
  height: 58.3333333333%;
  background-color: #AC3A3A;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
}

/* member-detail-contents
---------------------------------------*/
.member-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(90.4rem, 100% - 4rem);
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .member-detail-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member-detail-contents .parts-button01 {
  margin-top: 6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.member-detail-contents__left {
  width: 37.1681415929%;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__left {
    width: 100%;
  }
}

.member-detail-contents__right {
  width: 50.8849557522%;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__right {
    width: 100%;
    margin-top: 3rem;
  }
}

/* member-detail-contents__photo
---------------------------------------*/
.member-detail-contents__photo {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__photo {
    width: 80%;
    margin: 0 auto;
  }
}
.member-detail-contents__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

.member-detail-contents__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem 1rem;
  margin-top: 4rem;
}

.member-detail-contents__links-anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  width: calc(50% - 0.5rem);
  padding: 1rem 1.5rem;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  background-color: #2E2E2E;
  border-radius: 0.5rem;
}
@media screen and (max-width: 992px) {
  .member-detail-contents__links-anchor {
    gap: 0 1rem;
    font-size: 1.4rem;
  }
}
.member-detail-contents__links-anchor.is-wide {
  width: 100%;
  padding-left: 4.5rem;
}
.member-detail-contents__links-anchor.is-wide::before {
  right: 2em;
}
.member-detail-contents__links-anchor::before {
  position: absolute;
  top: 50%;
  right: 1.1em;
  display: block;
  content: "";
  width: 0.45em;
  height: 0.45em;
  margin-top: -0.15em;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 992px) {
  .member-detail-contents__links-anchor::before {
    right: 0.9em;
  }
}
.member-detail-contents__links-anchor .in-icon {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .member-detail-contents__links-anchor .in-icon {
    width: 1.4rem;
  }
}

/* member-detail-contents__info01
---------------------------------------*/
.member-detail-contents__info01-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.4rem;
  padding: 2rem 0;
  border-bottom: #BDBDBD solid 1px;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__info01-row {
    min-height: 6.4rem;
    padding: 1.5rem 0;
  }
}
.member-detail-contents__info01-row::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 11rem;
  height: 1px;
  background-color: #AC3A3A;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__info01-row::before {
    width: 9rem;
  }
}

.member-detail-contents__info01-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 11rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__info01-title {
    width: 9rem;
  }
}

.member-detail-contents__info01-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 11rem);
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__info01-body {
    width: calc(100% - 9rem);
    padding-left: 2.5rem;
    font-size: 1.4rem;
  }
}
.member-detail-contents__info01-body .in-name {
  font-weight: 700;
}
.member-detail-contents__info01-body .in-kana {
  font-size: 1.2rem;
  font-weight: 700;
}

/* member-detail-contents__info02
---------------------------------------*/
.member-detail-contents__info02 {
  margin-top: 3rem;
}

.member-detail-contents__info02-title {
  position: relative;
  margin: 0 0 1rem 1rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.member-detail-contents__info02-title::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #AC3A3A;
}

.member-detail-contents__info02-body {
  padding: 1.5rem 3rem 2.5rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .member-detail-contents__info02-body {
    padding: 1.5rem 1.5rem 2rem;
    font-size: 1.4rem;
  }
}
.member-detail-contents__info02-body .in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.member-detail-contents__info02-body .in-list__item {
  position: relative;
  padding-left: 1em;
}
.member-detail-contents__info02-body .in-list__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  width: 0.375em;
  height: 0.375em;
  background-color: #AC3A3A;
}
.member-detail-contents__info02-body .in-list__item a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 1.3rem;
  height: 1.4rem;
  margin: 0 0 0.2rem 0.4rem;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/contain;
  vertical-align: middle;
}