section.group>ul>li {
  opacity: 0.4;
}

section.group>ul>li.on {
  opacity: 1;
}

section.top-box section.box {
  margin-top: calc(40px + 1.4vw);
  padding: 0;
}

section.top-box section.box h2 {
  margin-top: calc(46px + 1.4vw);
  font-weight: 600;
}

section.top-box section.box p {
  margin-top: calc(12px + 0.2vw);
  padding: 0;
  font-weight: 400;
  font-size: calc(0.9rem + 0.4vw);
  letter-spacing: -0.02rem;
  text-align: center;
}

section.middle {
  margin-top: calc(60px + 2vw);
  padding-top: calc(28px + 1vw);
  border-top: 1px solid var(--mono14);
}

.box-wrap {
  display: flex;
  flex-direction: column;
}

.box-wrap img {
  margin-top: calc(16px + 0.8vw);
  height: calc(200px + 20vw);
  object-fit: cover;
}

.box-wrap .description {
  margin-left: 0;
  text-align: left;
}

.box-wrap .description h3 {
  margin-bottom: calc(8px + 0.2vw);
  font-weight: 500;
  font-size: 1.04rem;
  letter-spacing: -0.03rem;
  color: var(--mono2);
}

.box-wrap .description p {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
  color: var(--mono4);
}

.box-wrap .description ul {
  display: flex;
  flex-direction: row;
  margin: calc(12px + 0.4vw) 0 0 0;
}

.box-wrap .description li {
  margin-right: calc(14px + 0.4vw);
  font-weight: 400;
  font-size: 0.86rem;
  letter-spacing: -0.01rem;
  color: var(--mono2);
}

.box-wrap .description li span {
  font-weight: 400;
  color: var(--mono9);
}

section.interview {
  margin-top: calc(32px + 0.6vw);
  display: flex;
  justify-content: flex-end;
}

section.interview .interview-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  margin-right: 0.2vw;
  width: fit-content;
}

section.interview img {
  width: calc(46px + 8.6vw);
  height: calc(46px + 8.6vw);
  object-fit: cover;
  border-radius: 50%;
}

section.interview .text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: calc(8px + 2vw);
  text-align: right;
}

section.interview .text-wrap>h4 {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -0.03rem;
  color: var(--mono2);
  width: fit-content;
}

section.interview .text-wrap>p {
  margin-top: 0.4vw;
  padding: 0;
  font-weight: 400;
  font-size: 0.86rem;
  letter-spacing: -0.01rem;
  color: var(--mono2);
}

section.interview .text-wrap>p span {
  font-weight: 600;
}

section.interview .text-wrap .interview-more-wrap {
  display: none;
}

section.interview .text-wrap .interview-more-wrap>p {
  margin-top: 1.6vw;
  padding: 0;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: -0.01rem;
  color: var(--mono2);
}

.detail {
  margin-bottom: calc(18px + 1vw);
}

button.link-text {
  margin: 0;
  margin-top: 0.7vw;
  text-align: right;
}

@media all and (max-width:540px) {
  .box-wrap .description ul {
    flex-direction: column;
  }
}