.sdetail {
  padding-top: 40px;
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .sdetail {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.sdetail__crumb {
  width: min(1152px, 100% - 48px);
  margin-inline: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #222222;
}
.sdetail__crumb a:hover {
  text-decoration: underline;
}
.sdetail__profile {
  width: min(800px, 100% - 48px);
  margin: 80px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .sdetail__profile {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: center;
    margin-top: 40px;
  }
}
.sdetail__portrait {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  border: 1px solid #165e83;
  overflow: hidden;
}
.sdetail__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .sdetail__portrait {
    width: 120px;
    height: 120px;
  }
}
.sdetail__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 767px) {
  .sdetail__info {
    display: contents;
  }
}
.sdetail__names {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sdetail__role {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.68px;
  color: #165e83;
}
.sdetail__namebox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sdetail__name {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2.88px;
  color: #222222;
}
@media (max-width: 767px) {
  .sdetail__name {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
}
.sdetail__roma {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.48px;
  color: rgba(34, 34, 34, 0.5);
}
.sdetail__quals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  max-width: 588px;
}
@media (max-width: 767px) {
  .sdetail__quals {
    grid-column: 1/-1;
    max-width: none;
  }
}
.sdetail__body {
  width: min(800px, 100% - 48px);
  margin: 48px auto 0;
}
.sdetail__band {
  width: min(800px, 100% - 48px);
  margin: 48px auto 0;
}
.sdetail__band img {
  width: 100%;
  height: auto;
  aspect-ratio: 800/240;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .sdetail__band {
    margin-top: 32px;
  }
  .sdetail__band img {
    aspect-ratio: 342/102.6;
  }
}

.qual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: #ffffff;
  outline: 1px solid #ee7800;
  outline-offset: -1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ee7800;
  text-align: center;
}

.sprofile {
  width: min(800px, 100% - 48px);
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .sprofile {
    margin-top: 32px;
  }
}
.sprofile__row {
  display: flex;
  align-items: center;
}
.sprofile__row dt, .sprofile__row dd {
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}
.sprofile__row dt {
  width: 160px;
  flex-shrink: 0;
  box-shadow: inset 0 -1px 0 #ee7800;
}
.sprofile__row dd {
  flex: 1 0 0;
  min-width: 0;
  box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.1);
}
@media (max-width: 767px) {
  .sprofile__row {
    flex-direction: column;
    align-items: stretch;
  }
  .sprofile__row dt, .sprofile__row dd {
    width: auto;
    flex: none;
    box-shadow: none;
    line-height: 20px;
  }
  .sprofile__row dt {
    height: 36px;
    background: rgba(238, 120, 0, 0.1);
    font-weight: 500;
    color: #ee7800;
  }
  .sprofile__row dd {
    font-weight: 500;
  }
}
