@charset "utf-8";

/* =============================================================


member


*  ============================================================= */

.member {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background-color: #f8f8f8;
}

.member::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size:
    42px 42px,
    42px 42px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 12%,
    rgba(0, 0, 0, 0.12) 18%,
    rgba(0, 0, 0, 0.35) 22%,
    rgba(0, 0, 0, 0.7) 26%,
    #000 34%,
    #000 100%
  );
}

.member::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.member__inner {
  width: 91.25%;
  max-width: 1280px;
  margin: 0 auto;
}

.member__ttl {
  margin-top: 160px;
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.member__contents {
  --member-head-height: 92px;

  display: grid;
  grid-template-columns: 16% 82%;
  grid-template-rows: var(--member-head-height) 1px auto;
  justify-content: space-between;
  align-items: start;
  margin-top: 76px;
  padding-bottom: 64px;
}

.member__division {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: var(--letter-spacing-en);
}

.member__division-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.member__main {
  display: grid;
  grid-column: 2;
  grid-row: 1 / 4;
  grid-template-columns: minmax(0, 1fr) 270px;
  grid-template-rows: var(--member-head-height) 1px auto;
  column-gap: 40px;
  align-items: start;
}

.member__profile {
  display: contents;
}

.member__profile-head {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  height: var(--member-head-height);
  padding-bottom: 20px;
}

.member__profile-title {
  min-width: 0;
}

.member__position {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.member__name {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.member__joined {
  flex-shrink: 0;
  margin-bottom: 4px;
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #777;
}

.member__profile-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.member__photo {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 270px;
  height: 360px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}

.member__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member__qa-list {
  grid-column: 1;
  grid-row: 3;
  margin-top: 30px;
}

.member__qa {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: rgba(248, 248, 248, 0.82);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.035),
    0 1px 4px rgba(0, 0, 0, 0.02);
}

.member__qa + .member__qa {
  margin-top: 20px;
}

.member__qa-question {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 32px 64px 32px 32px;
  line-height: 1.8;
  cursor: pointer;
  list-style: none;
}

.member__qa-question::-webkit-details-marker {
  display: none;
}

.member__qa-mark {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: var(--letter-spacing-en);
  font-weight: 600;
}

.member__qa-text {
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.member__qa-question::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 32px;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.member__qa[open] .member__qa-question::after {
  transform: rotate(225deg);
}

.member__qa-answer {
  overflow: hidden;
  padding: 4px 32px 32px;
  opacity: 0;
  transform: translateY(-8px);
  will-change: height, opacity, transform;
}

.member__qa[open] .member__qa-answer {
  opacity: 1;
  transform: translateY(0);
}

.member__qa-answer p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.14em;
}

.member__qa-answer p + p {
  margin-top: 32px;
}

.member__qa .member__word {
  letter-spacing: 0;
}

/* =============================================================


member staff


*  ============================================================= */

.member__staff-list {
  display: grid;
  grid-column: 2;
  grid-row: 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 120px;
  margin-top: 120px;
}

.member__staff {
  min-width: 0;
}

.member__staff-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  column-gap: 32px;
  align-items: end;
}

.member__staff-info {
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}

.member__staff-position {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.member__staff-name-row {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: end;
  margin-top: 8px;
}

.member__staff-name {
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.member__staff-joined {
  justify-self: end;
  margin-bottom: 3px;
  font-family: var(--font-en);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #777;
  white-space: nowrap;
}

.member__staff-photo {
  width: 180px;
  height: 240px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}

.member__staff-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member__qa--staff {
  margin-top: 28px;
}

.member__qa--staff .member__qa-question {
  min-height: 110px;
  align-items: start;
  padding: 28px 56px 28px 28px;
}

.member__qa--staff .member__qa-question::after {
  top: 36px;
  right: 28px;
}

.member__qa--staff .member__qa-mark {
  font-size: 1.8rem;
}

.member__qa--staff .member__qa-answer {
  padding: 0 28px 30px;
}

/* =============================================================


SP


*  ============================================================= */

@media (max-width: 1024px) {
  .member__contents {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .member__division {
    align-self: auto;
    margin-bottom: 0;
  }

  .member__division-line {
    display: none;
  }

  .member__main {
    display: block;
    width: 100%;
    margin-top: 40px;
  }

  .member__profile {
    display: block;
  }

  .member__profile-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    height: auto;
  }

  .member__profile-line {
    width: 100%;
  }

  .member__joined {
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  .member__photo {
    width: 210px;
    height: 280px;
    margin-top: 40px;
  }

  .member__qa-list {
    margin-top: 40px;
  }

  .member__staff-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 80px;
    margin-top: 80px;
  }

  .member__staff-head {
    grid-template-columns: minmax(0, 1fr) 180px;
    column-gap: 24px;
  }
}

@media (max-width: 960px) {
  .member__inner {
    max-width: 560px;
  }

  .member__ttl {
    margin-top: 120px;
  }

  .member__contents {
    margin-top: 48px;
    padding-bottom: 56px;
  }

  .member__staff-list {
    grid-template-columns: 1fr;
    row-gap: 72px;
  }

  .member__staff-head {
    display: block;
  }

  .member__staff-photo {
    width: 180px;
    height: 240px;
    margin-top: 24px;
  }

  .member__staff-name-row {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    align-items: end;
  }

  .member__staff-joined {
    justify-self: end;
    margin-top: 0;
    margin-bottom: 3px;
    white-space: nowrap;
  }

  .member__qa--staff .member__qa-question {
    min-height: 0;
  }
}
