/* Referral single — Figma node 653:557 */
.noma-referral-detail {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: #fff;
}

.noma-referral-detail__section {
  position: relative;
  padding-top: 5.9773125rem;
  padding-bottom: 8rem;
  overflow: clip;
  background: #fff;
}

.noma-referral-detail__inner {
  position: relative;
  width: calc(100% - 4.702625rem);
  max-width: 100.297375rem;
  margin-inline: auto;
}

.noma-referral-detail__artwork {
  position: absolute;
  top: -1.59225rem;
  width: 134.9375rem;
  left: -4.2rem;
}

.noma-referral-detail__artwork-track {
  display: flex;
  width: max-content;
  animation: noma-bg-word-loop 28s linear infinite;
  gap: 4.8rem;
}

.noma-referral-detail__artwork-item {
  display: block;
  flex: 0 0 134.9375rem;
  width: 134.9375rem;
}

.noma-referral-detail__artwork-image {
  display: block;
  width: 100%;
  height: auto;
}

.noma-referral-detail__breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 7.651875rem;
}

.noma-referral-detail__breadcrumb-list {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 1.625rem;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.065rem;
  white-space: nowrap;
}

.noma-referral-detail__breadcrumb-item {
  flex: 0 0 auto;
}

.noma-referral-detail__breadcrumb-item--home {
  max-width: 100%;
}

.noma-referral-detail__breadcrumb-item--home a {
  color: inherit;
}

.noma-referral-detail__breadcrumb-item--archive {
  max-width: 100%;
}

.noma-referral-detail__breadcrumb-item--archive a {
  color: inherit;
}

.noma-referral-detail__breadcrumb-item--current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noma-referral-detail__breadcrumb-separator {
  flex: 0 0 auto;
  width: 0.295875rem;
  margin-inline: 0.493875rem;
}

.noma-referral-detail__breadcrumb-separator-image {
  width: 0.295875rem;
  height: 0.5133125rem;
}

.noma-referral-detail__header {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-bottom: 2.71375rem;
  text-align: center;
}

.noma-referral-detail__eyebrow-image {
  width: 8.715125rem;
  margin-bottom: 0.5961875rem;
}

.noma-referral-detail__title {
  max-width: 59rem;
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.287875rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.16015625rem;
  text-align: center;
}

.noma-referral-detail__title-accent {
  color: #89bf00;
  background: linear-gradient(90deg, #89bf00 74.714%, #deda00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.noma-referral-detail__profile {
  display: grid;
  grid-template-columns: 26.9357643127rem 15.960144043rem;
  align-items: start;
  box-sizing: content-box;
  width: min(100%, 45.5782699585rem);
  margin-inline: auto;
  margin-bottom: 2.07675rem;
  padding-right: 1.247rem;
  column-gap: 2.6823616028rem;
}

.noma-referral-detail__media {
  position: relative;
  width: 26.9357643127rem;
  aspect-ratio: 430.972229 / 429.468506;
}

.noma-referral-detail__media::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.7488861084rem;
  aspect-ratio: 1;
  border-radius: 0.1345rem;
  content: "";
  background: linear-gradient(90deg, #abdb31 21.782%, #dee61f 119.48%);
}

.noma-referral-detail__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 26.1861915588rem;
  aspect-ratio: 1;
  overflow: hidden;
}

.noma-referral-detail__photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.noma-referral-detail__facts {
  display: grid;
  width: 15.960144043rem;
  margin: 0;
  padding: 0.7243652344rem 0 0;
  row-gap: 0.48615625rem;
}

.noma-referral-detail__fact {
  display: grid;
  grid-template-columns: 5.3268475533rem minmax(0, 1fr);
  align-items: baseline;
  min-height: 1.75rem;
  column-gap: 0.8832969666rem;
}

.noma-referral-detail__fact--1 {
  grid-row: 1;
}

.noma-referral-detail__fact--2 {
  grid-row: 2;
}

.noma-referral-detail__fact--3 {
  grid-row: 3;
}

.noma-referral-detail__fact--4 {
  grid-row: 4;
}

.noma-referral-detail__fact--5 {
  grid-row: 5;
}

.noma-referral-detail__fact-label {
  display: grid;
  place-items: center;
  width: 5.3268475533rem;
  min-height: 1.5323864222rem;
  padding: 0;
  border-radius: 0.069625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.904875rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.10858125rem;
  text-align: center;
  background: #43b500;
}

.noma-referral-detail__fact-value {
  min-width: 0;
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.02575rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06154375rem;
  white-space: nowrap;
}

.noma-referral-detail__responses {
  position: relative;
  width: min(100%, 59.2778930664rem);
  margin-inline: auto;
}

.noma-referral-detail__dots {
  position: absolute;
  top: -5.79878125rem;
  right: -5.4689884186rem;
  width: 22.5624389648rem;
  height: 18.2258605957rem;
}

.noma-referral-detail__dots-piece {
  position: absolute;
  max-width: none;
}

.noma-referral-detail__dots-piece--top-left {
  top: 0;
  left: 0;
  width: 14.7563848495rem;
  height: 9.7669334412rem;
}

.noma-referral-detail__dots-piece--bottom-left {
  top: 8.4583311081rem;
  left: 0;
  width: 14.7563848495rem;
  height: 9.7669334412rem;
  transform: scaleY(-1);
}

.noma-referral-detail__dots-crop {
  position: absolute;
  left: 15.2436914444rem;
  width: 7.3191289902rem;
  height: 9.7669334412rem;
  overflow: hidden;
}

.noma-referral-detail__dots-crop--top-right {
  top: 0;
  transform: scaleX(-1);
}

.noma-referral-detail__dots-crop--bottom-right {
  top: 8.4583311081rem;
  transform: rotate(180deg);
}

.noma-referral-detail__dots-piece--top-right {
  top: 0;
  left: -7.4375rem;
  width: 14.7563848495rem;
  height: 9.7669334412rem;
}

.noma-referral-detail__dots-piece--bottom-right {
  top: 0;
  left: -7.4375rem;
  width: 14.7563848495rem;
  height: 9.7669334412rem;
}

.noma-referral-detail__response-list {
  position: relative;
  z-index: 1;
  display: grid;
  row-gap: 1rem;
}

.noma-referral-detail__response {
  padding: 2.2536640015rem 3.2300195313rem 2.8310625rem;
  border-radius: 1.75rem;
  background: #f9f9f9;
}

.noma-referral-detail__response--1 {
  min-width: 0;
}

.noma-referral-detail__response--2 {
  min-width: 0;
}

.noma-referral-detail__response--3 {
  min-width: 0;
  padding-bottom: 2.455625rem;
}

.noma-referral-detail__response-title {
  position: relative;
  margin: 0 0 1.28190625rem;
  padding-left: 1.004699707rem;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.357625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.10860625rem;
}

.noma-referral-detail__response-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.41775rem;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, #89bf00 0%, #deda00 100%);
  transform: translateY(-50%);
}

.noma-referral-detail__response-text {
  margin: 0 0 0 1.4785rem;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 1080.01px) {
  .noma-referral-detail__section {
    padding-top: 6.375rem;
  }

  .noma-referral-detail__artwork {
    top: -1.615rem;
  }

  .noma-referral-detail__breadcrumb {
    margin-bottom: 7.625rem;
  }
}

@media screen and (max-width: 767.98px) {
  .noma-referral-detail__section {
    padding-top: 4.7341rem;
    padding-bottom: 5rem;
  }

  .noma-referral-detail__inner {
    width: calc(100% - 3.1699rem);
    max-width: none;
  }

  .noma-referral-detail__artwork {
    top: 2.2542rem;
    left: -1.8091rem;
    width: 22.6875rem;
    transform: none;
  }

  .noma-referral-detail__artwork-item {
    flex-basis: 22.6875rem;
    width: 22.6875rem;
  }

  .noma-referral-detail__breadcrumb {
    width: calc(100% + 1.125rem);
    margin-bottom: 4.138rem;
    margin-left: -0.4934rem;
  }

  .noma-referral-detail__breadcrumb-list {
    display: block;
    min-height: 2.6758rem;
    font-size: 0.7723rem;
    font-weight: 400;
    line-height: 1.7324;
    letter-spacing: 0.0618rem;
    white-space: normal;
  }

  .noma-referral-detail__breadcrumb-item--home {
    display: inline;
  }

  .noma-referral-detail__breadcrumb-item--archive {
    display: inline;
  }

  .noma-referral-detail__breadcrumb-item--current {
    display: inline;
    overflow: visible;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0463rem;
    text-overflow: clip;
  }

  .noma-referral-detail__breadcrumb-separator {
    display: inline-block;
    width: 0.2812rem;
    margin-inline: 0.4219rem;
  }

  .noma-referral-detail__breadcrumb-separator-image {
    width: 0.2812rem;
    height: 0.4878rem;
  }

  .noma-referral-detail__header {
    margin-bottom: 2.0625rem;
  }

  .noma-referral-detail__eyebrow-image {
    width: 8.2388rem;
    margin-bottom: 0.7424rem;
  }

  .noma-referral-detail__title {
    max-width: 22.0007rem;
    font-size: 1.471rem;
    line-height: 1.75;
    letter-spacing: 0.103rem;
  }

  .noma-referral-detail__profile {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-bottom: 1.4618rem;
    padding-right: 0;
    gap: 1.0601rem;
  }

  .noma-referral-detail__media {
    width: calc(100% - 0.4375rem);
    margin-left: -0.0625rem;
    aspect-ratio: 356.72702 / 355.4812;
  }

  .noma-referral-detail__media::before {
    width: 11.3803rem;
    border-radius: 0.1113rem;
  }

  .noma-referral-detail__photo {
    width: calc(100% - 0.6205rem);
  }

  .noma-referral-detail__facts {
    width: 100%;
    padding-top: 0;
    row-gap: 0.4375rem;
  }

  .noma-referral-detail__fact {
    grid-template-columns: 5.0605rem minmax(0, 1fr);
    min-height: 1.6875rem;
    column-gap: 0.839rem;
  }

  .noma-referral-detail__fact-label {
    width: 5.0605rem;
    min-height: 1.4558rem;
    border-radius: 0.0661rem;
    font-size: 0.8596rem;
    letter-spacing: 0.1032rem;
  }

  .noma-referral-detail__fact--3 .noma-referral-detail__fact-label {
    letter-spacing: 0.0172rem;
  }

  .noma-referral-detail__fact-value {
    font-size: 0.9744rem;
    letter-spacing: 0.0585rem;
    white-space: normal;
  }

  .noma-referral-detail__responses {
    width: 100%;
  }

  .noma-referral-detail__dots {
    display: none;
  }

  .noma-referral-detail__response-list {
    row-gap: 0.7743rem;
  }

  .noma-referral-detail__response {
    padding: 1.3799rem 2.15rem 1.4169rem 1.5179rem;
    border-radius: 1.75rem;
  }

  .noma-referral-detail__response-title {
    margin-bottom: 0.6948rem;
    padding-left: 0.828rem;
    font-size: 1.1189rem;
    line-height: 1.4;
    letter-spacing: 0.0895rem;
  }

  .noma-referral-detail__response-title::before {
    width: 0.3443rem;
  }

  .noma-referral-detail__response-text {
    margin-left: 0.8038rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.0175rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-referral-detail__artwork-track {
    animation: none;
  }
}

@media screen and (max-width: 359.98px) {
  .noma-referral-detail__inner {
    width: calc(100% - 2rem);
  }

  .noma-referral-detail__title {
    font-size: 1.5rem;
  }

  .noma-referral-detail__response {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .noma-referral-detail__response-title {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 1681px) {
.noma-referral-detail__artwork{
  transform: translateX(-50%);
  left:50%;
}
}
