@charset "utf-8";
#Member .border .border-style {
  width: 28.625rem;
  margin-left: 11.5rem;
}
.member-inner {
  margin-top: 6.4375rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.member-wrapper {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: clamp(1.875rem, -0.9846rem + 5.4795vw, 3.125rem);
  align-items: stretch;
}
.member-img {
  position: relative;
}
.member-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.member-img .mask-name {
  right: clamp(-4.5rem, -1.4rem + -3vw, -2rem);
  bottom: clamp(1rem, -0.1438rem + 2.1918vw, 1.5rem);
  z-index: 1;
}
.member-wrapper:nth-child(1) .mask-name {
  transform: rotate(3.15deg);
}
.member-wrapper:nth-child(2) .mask-name {
  transform: rotate(0.57deg);
}
.member-wrapper:nth-child(3) .mask-name {
  transform: rotate(-2.92deg);
}
.member-detail {
  position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: white;
	border: solid 1px #D2A730;
	box-shadow: 4px 6px 2px rgba(180, 219, 210, 0.44);
}
.hex-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 1.875rem;
  height: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 128, 128, 0.5));
  filter: drop-shadow(1px 1px 1px rgba(0, 128, 128, 0.5));
}
.member-info {
  padding: 0 clamp(0.5rem, -3.3604rem + 7.3973vw, 2.1875rem) 0 clamp(1.25rem, -0.8947rem + 4.1096vw, 2.1875rem);
}
.member-info dl {
  font-size: clamp(0.875rem, 0.589rem + 0.5479vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.8rem, 0.8849rem + 1.7534vw, 2.2rem);
  list-style: disc;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #d2a730;
          text-decoration-color: #d2a730;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 5px;
  -webkit-text-underline-offset: 5px;
}
.member-info dl dt {
  color: var(--back);
  font-weight: 700;
  float: left;
  list-style: disc;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #d2a730;
          text-decoration-color: #d2a730;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 5px;
  -webkit-text-underline-offset: 5px;
}
.member-info dl dt .SP-only {
  display: none;
}
.member-info dl dd {
  -webkit-margin-start: 9rem;
  margin-inline-start: 9rem;
  padding-left: clamp(1rem, -2.453rem + 6.6165vw, 3.75rem);
}
@media (max-width:834px) {
  #Member .border .border-style {
    width: calc(100% - 10rem);
    margin-left: 10rem;
  }
  .member-inner {
    margin-top: clamp(1.5625rem, 0.1042rem + 5.5556vw, 3rem);
  }
  .member-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
    align-items: center;
  }
  .member-img {
    max-width: 580px;
  }
  .member-img img {
    height: auto;
  }
  .member-img .mask-name {
    right: -1rem;
    bottom: 1.2rem;
    width: clamp(7.8125rem, 3.0571rem + 18.1159vw, 12.5rem);
    height: clamp(2.1875rem, 1.49rem + 2.657vw, 2.875rem);
  }
  .member-detail {
    width: 100%;
  }
  .hex-container {
    width: clamp(1.5rem, 1.1196rem + 1.4493vw, 1.875rem);
  }
  .member-info {
    padding: 1.5rem;
  }
  .member-info dl {
    font-size: clamp(0.875rem, 0.7482rem + 0.4831vw, 1rem);
    line-height: clamp(1.8rem, 1.3942rem + 1.5459vw, 2.2rem);
  }
  .member-info dl dt {
    float: none;
  }
  .member-info dl dd {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    padding: 0;
  }
  .member-info dl dd:not(:last-of-type) {
    margin-bottom: clamp(0.5rem, 0.1957rem + 1.1594vw, 0.8rem);
  }
}
@media (max-width: 700px) {
  .member-info dl dt .SP-only {
    display: block;
  }
}