@charset "UTF-8";

/* =================================================================
   【cssはこのファイルを編集してください】
   ================================================================= */

.noma {
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}

body.is-noma-loading-active {
  overflow: hidden;
}

.noma-loading {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 2rem;
  background: #f4f4f4;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    transform 600ms cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s linear 600ms;
  will-change: transform;
}

.noma-loading[hidden] {
  display: none;
}

.noma-loading.is-loading-exit {
  visibility: hidden;
  transform: translateY(-100%);
}

.noma-loading__title {
  width: max-content;
  max-width: calc(100vw - 4rem);
  margin: 0;
  color: transparent;
  font-size: clamp(1.25rem, 2.24vw, 2.3545625rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
}

.noma-loading__title .noma-anim-line {
  width: max-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #55a000 0%, #5daf00 56.8%, #dcdf00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
}

.noma-loading__title.js-anim-gradient-heading .noma-anim-line {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

.noma-loading__title .noma-anim-char {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.noma-loading__title.js-anim-gradient-heading .noma-anim-char {
  background-image: linear-gradient(
    90deg,
    #55a000 0%,
    #5daf00 56.8%,
    #dcdf00 100%
  );
  background-position: var(--anim-gradient-x, 0px) 0;
  background-repeat: no-repeat;
  background-size: var(--anim-gradient-width, 100%) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .noma-loading {
    padding: 1.5rem;
  }

  .noma-loading__title {
    max-width: calc(100vw - 3rem);
    font-size: 26.673px;
    font-size: 1.6670625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 3.734px;
    letter-spacing: 0.233375rem;
    text-align: center;
  }

  .noma-loading__title .noma-anim-line {
    margin-inline: auto;
    white-space: nowrap;
  }
}

.noma-main {
  position: relative;
  z-index: 1;
  padding-top: var(--noma-header-height);
}

.noma-section-heading__en {
  display: block;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.noma-section-heading--center .noma-section-heading__en {
  display: inline-block;
}

.noma-section-heading__lead {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #71c500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.65;
}

.noma-section-heading__title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.75;
  font-weight: 900;
}

.noma-section-heading--center {
  text-align: center;
}

.noma-cta--blue .noma-cta__arrow {
  background: #e8eefc;
}

.noma-cta--blue .noma-cta__arrow::before {
  background-color: #2b63e3;
}

.noma-cta--blue {
  --noma-cta-hover-bg: #2b63e3;
  --noma-cta-hover-arrow-bg: #fff;
  flex: 0 0 auto;
  width: 402.95px;
  width: 25.184375rem;
  max-width: 100%;
  color: #2b63e3;
  border-radius: 8px;
  border-radius: 0.5rem;
  border: 2px solid #2b63e3;
  border: 0.125rem solid #2b63e3;
  background: #fff;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.375rem 0 0 rgba(0, 0, 0, 0.15);
  padding: 1.35rem 1.875rem 1.2625rem 2.25rem;
}

.noma-cta--blue:hover {
  color: #fff;
  border-color: #2b63e3;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.noma-cta--blue:hover .noma-cta__label {
  border-color: #fff;
}

.noma-cta--blue:hover .noma-cta__arrow {
  transform: translateY(-50%);
}

.noma-cta--blue:hover .noma-cta__arrow::before {
  background-color: #2b63e3;
}

.noma-link-button {
  --noma-link-button-circle-size: 3.3744375rem;
  --noma-link-button-gap: 0.75rem;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 12px;
  gap: var(--noma-link-button-gap);
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 17.852px;
  font-size: 1.11575rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 35.704px */
  letter-spacing: 1.071px;
  letter-spacing: 0.0669375rem;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
  text-decoration: none;
}

.noma-link-button::after {
  position: absolute;
  left: calc(var(--noma-link-button-circle-size) + var(--noma-link-button-gap));
  right: 0;
  top: calc(50% + 0.88em);
  height: 1px;
  content: "";
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.noma-link-button__circle,
.noma-column-card__arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 53.991px;
  width: 3.3744375rem;
  height: 53.991px;
  height: 3.3744375rem;
  color: #fff;
  border-radius: 53.991px;
  border-radius: 3.3744375rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  background-color: #a9e215;
  box-shadow: 0 3px 0 0 #d4d4d4;
  box-shadow: 0 0.1875rem 0 0 #d4d4d4;
}

.noma-link-button__circle {
  font-size: 0;
}

.noma-link-button__circle::before {
  display: block;
  width: 21px;
  width: 1.264375rem;
  height: 21px;
  height: 1.064375rem;
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.noma-link-button__circle {
  transition:
    background-color 0.3s ease,
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-link-button:hover {
  opacity: 1;
}

.noma-link-button:hover::after {
  transform: scaleX(1);
}

.noma-link-button:hover .noma-link-button__circle {
  background-color: #20bf00;
  box-shadow: 0 0 0 0 #d4d4d4;
  transform: translateY(0.1875rem);
}

.js-anim-heading.is-anim-ready .noma-anim-line {
  display: block;
  line-height: inherit;
  transform: translateX(50px);
  transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(
    var(--anim-line-delay, 0s) + var(--anim-extra-delay, 0s)
  );
  will-change: transform;
}

.js-anim-heading.is-anim-ready .noma-anim-char {
  display: inline-block;
  line-height: inherit;
  opacity: 0;
  vertical-align: baseline;
  white-space: pre;
  transition: opacity 1400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(var(--anim-delay, 0s) + var(--anim-extra-delay, 0s));
  will-change: opacity;
}

.js-anim-heading.is-animated .noma-anim-line {
  transform: translateX(0);
}

.js-anim-heading.is-animated .noma-anim-char {
  opacity: 1;
}

.noma-fv__title.js-anim-heading.is-anim-ready .noma-anim-line {
  transform: translateY(-50px);
}

.noma-fv__title.js-anim-heading.is-animated .noma-anim-line {
  transform: translateY(0);
}

.noma-fv__vertical-sub.js-anim-heading.is-anim-ready .noma-anim-line {
  transform: translateY(-50px);
}

.noma-fv__vertical-sub.js-anim-heading.is-animated .noma-anim-line {
  transform: translateY(0);
}

.noma-fv__vertical-sub .noma-anim-line {
  width: 100%;
  writing-mode: inherit;
  text-orientation: inherit;
  white-space: inherit;
  word-break: inherit;
  overflow-wrap: inherit;
}

.noma-fv__vertical-sub .noma-anim-char {
  writing-mode: inherit;
  text-orientation: inherit;
  white-space: pre;
}

.noma-fv__title .noma-anim-line {
  width: 62px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-fv__title .noma-anim-line > span {
  display: inline;
  width: auto;
  writing-mode: inherit;
  text-orientation: inherit;
  white-space: inherit;
}

.noma-fv__title .noma-anim-char {
  width: auto;
  writing-mode: inherit;
  text-orientation: inherit;
  white-space: pre;
}

.noma-company__bg-word-track.js-anim-heading.is-anim-ready .noma-anim-line {
  transform: none;
  transition: none;
}

.noma-company__bg-word-track.js-anim-heading.is-anim-ready .noma-anim-char {
  opacity: 1;
  clip-path: polygon(0 0, 0 0, 0 115%, 0 115%);
  transform: none;
  transition: clip-path 1000ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--anim-delay, 0s) + var(--anim-extra-delay, 0s));
  will-change: clip-path;
}

.noma-company__bg-word-track.js-anim-heading.is-animated .noma-anim-line {
  transform: none;
}

.noma-company__bg-word-track.js-anim-heading.is-animated .noma-anim-char {
  clip-path: polygon(0 0, 100% 0, 100% 115%, 0 115%);
}

@media (min-width: 768px) {
  .noma-point__lead.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: translateY(-50px);
  }

  .noma-point__lead.js-anim-heading.is-animated .noma-anim-line {
    transform: translateY(0);
  }

  .noma-point__vertical-title.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: translateY(-50px);
  }

  .noma-point__vertical-title.js-anim-heading.is-animated .noma-anim-line {
    transform: translateY(0);
  }

  .noma-jobs__lead.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: translateY(-50px);
  }

  .noma-jobs__lead.js-anim-heading.is-animated .noma-anim-line {
    transform: translateY(0);
  }

  .noma-jobs__vertical-title.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: translateY(-50px);
  }

  .noma-jobs__vertical-title.js-anim-heading.is-animated .noma-anim-line {
    transform: translateY(0);
  }
}

.js-anim-fadeup.is-anim-ready {
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--anim-extra-delay, 0s);
  will-change: opacity, transform;
}

.js-anim-fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.noma-point__lead.js-anim-fadeup.is-anim-ready,
.noma-jobs__lead.js-anim-fadeup.is-anim-ready {
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity 3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--anim-extra-delay, 0s);
  will-change: opacity, transform;
}

.noma-point__lead.js-anim-fadeup.is-animated,
.noma-jobs__lead.js-anim-fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .noma-jobs__cards.js-anim-fadeup.is-anim-ready {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (max-width: 767.98px) {
  .noma-jobs__cards .noma-job-card.js-anim-fadeup.is-anim-ready {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-loading {
    padding: 1.5rem;
  }

  .noma-loading__title {
    max-width: calc(100vw - 3rem);
    font-size: 26.673px;
    font-size: 1.6670625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 45.345px */
    letter-spacing: 3.734px;
    letter-spacing: 0.233375rem;
    text-align: center;
  }

  .noma-loading__title .noma-anim-line {
    white-space: nowrap;
  }

  .noma-jobs__cards .noma-job-card.js-anim-fadeup.is-anim-ready {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-loading {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .noma-loading.is-loading-exit {
    transform: none;
  }

  .js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .js-anim-heading.is-anim-ready .noma-anim-char {
    opacity: 1;
    transition: none;
  }

  .noma-company__bg-word-track.js-anim-heading.is-anim-ready .noma-anim-char {
    clip-path: none;
    transform: none;
    transition: none;
  }

  .noma-fv__title.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .noma-fv__vertical-sub.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .noma-point__lead.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .noma-point__vertical-title.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .noma-jobs__lead.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .noma-jobs__vertical-title.js-anim-heading.is-anim-ready .noma-anim-line {
    transform: none;
    transition: none;
  }

  .js-anim-fadeup.is-anim-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__badge-bg {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__badge-text {
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__megaphone {
    opacity: 1;
    transform: rotate(-11.01deg);
    animation: none;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready
    .noma-point-map__megaphone-line {
    opacity: 1;
    transform: rotate(var(--point-map-line-rotate)) scaleX(1);
    animation: none;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__pin {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .noma-link-button {
    transition: none;
  }

  .noma-link-button::after {
    transition: none;
  }

  .noma-link-button__circle {
    transition: none;
  }
}

.noma-fv {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: #fff;
}

.noma-fv__inner {
  position: relative;
  margin-inline: auto;
  padding: 0 24px 0 72px;
  padding: 0 1.5rem 0 4.5rem;
}

.noma-fv__content {
  display: flex;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  justify-content: space-between;
}

.noma-fv__copy {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 785px;
  padding-top: 92px;
}

.noma-fv__heading {
  display: grid;
  grid-template-columns: 22px 62px 62px;
  column-gap: 30px;
  width: 196px;
  height: 507px;
  margin-left: 81px;
}

.noma-fv__vertical-sub,
.noma-fv__title span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.noma-fv__vertical-sub {
  align-self: start;
  justify-self: start;
  flex-shrink: 0;
  width: 22px;
  width: 1.375rem;
  margin-top: 245px;
  margin-top: 15.3125rem;
  margin-bottom: 0;
  font-size: 16.67px;
  font-size: 1.041875rem;
  line-height: 1.2;
  letter-spacing: 5.67px;
  letter-spacing: 0.354375rem;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-fv__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  grid-column: 2 / 4;
  font-size: 45.01px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 11.25px;
}

.noma-fv__title span {
  flex: 0 0 auto;
  width: 62px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-fv__title-line--sp {
  display: none;
}

.noma-fv__lead {
  width: 352px;
  margin-top: 41px;
  margin-left: 14px;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 500;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.noma-fv__visual {
  position: relative;
  display: grid;
  min-height: 785px;
  padding-top: 0;
}

.noma-fv__media {
  position: relative;
  z-index: 0;
  display: grid;
  grid-area: 1 / 1;
  width: 1136px;
  aspect-ratio: 2274 / 1521;
  margin-top: 7px;
  margin-left: 23px;
  border-radius: 8px;
  background: none;
}

.noma-fv__media::before {
  position: absolute;
  top: 17px;
  left: -49px;
  z-index: -1;
  width: 1166px;
  height: 799px;
  background-image: url(../img/noma-fv__media-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.noma-fv__slide {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: noma-fv-slide 16s ease-in-out infinite;
}

.noma-fv__slide:nth-child(1) {
  opacity: 1;
  z-index: 4;
  animation-delay: 0s;
}

.noma-fv__slide:nth-child(2) {
  z-index: 3;
  animation-delay: 4s;
}

.noma-fv__slide:nth-child(3) {
  z-index: 2;
  animation-delay: 8s;
}

.noma-fv__slide:nth-child(4) {
  z-index: 1;
  animation-delay: 12s;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__slide {
  opacity: 0;
  z-index: 1;
  animation: none;
  transition: none;
  will-change: opacity;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__slide.is-active {
  opacity: 1;
  z-index: 3;
}

.noma-fv__visual.is-fv-slider-ready.is-fv-slider-animated
  .noma-fv__slide.is-revealing {
  --fv-slide-reveal-duration: 1s;
  --fv-slide-reveal-easing: ease;
  transition: opacity var(--fv-slide-reveal-duration)
    var(--fv-slide-reveal-easing);
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__slide.is-leaving {
  opacity: 1;
  z-index: 2;
  transition: none;
}

.noma-fv__media picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.noma-fv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.noma-fv__counter {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  align-self: start;
  justify-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 132px;
  height: 132px;
  margin-top: 28px;
  margin-left: 62px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.72px;
}

.noma-fv__counter::before {
  position: absolute;
  top: 66px;
  top: 4.125rem;
  left: 42px;
  left: 2.625rem;
  width: 48px;
  width: 3rem;
  height: 1px;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.82);
  transform: rotate(-45deg);
  content: "";
}

.noma-fv__counter-progress {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.noma-fv__counter-progress-base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1;
}

.noma-fv__counter-progress-bar {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__counter-progress-bar {
  animation: noma-fv-counter-progress 4s linear forwards;
}

.noma-fv__counter-current {
  position: relative;
  align-self: center;
  justify-self: end;
  width: 1em;
  height: 1em;
  margin-top: -22px;
  margin-top: -2.375rem;
  margin-right: 5px;
  margin-right: 0.0125rem;
}

.noma-fv__counter-current-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: noma-fv-counter-number 16s linear infinite;
}

.noma-fv__counter-current-item:nth-child(1) {
  opacity: 1;
  z-index: 4;
  animation-delay: 0s;
}

.noma-fv__counter-current-item:nth-child(2) {
  z-index: 3;
  animation-delay: 4s;
}

.noma-fv__counter-current-item:nth-child(3) {
  z-index: 2;
  animation-delay: 8s;
}

.noma-fv__counter-current-item:nth-child(4) {
  z-index: 1;
  animation-delay: 12s;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__counter-current-item {
  opacity: 0;
  z-index: 1;
  animation: none;
  transition: none;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__counter-current-item.is-active {
  opacity: 1;
  z-index: 2;
}

.noma-fv__counter-total {
  align-self: center;
  justify-self: start;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.noma-fv__side-link {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  min-height: 344px;
  top: 76px;
  right: 0px;
  padding: 52px 14px 32px;
  border-radius: 8px 0 0 8px;
  font-size: 19.67px;
  line-height: 1.2;
  letter-spacing: 3.79px;
}

.noma-fv__side-link:hover {
  opacity: 1;
}

.noma-fv__side-icon {
  width: 45px;
  height: 36px;
  margin-bottom: 12px;
  transform: translateX(6px);
  transform-origin: 45% 55%;
  transition: transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-fv__side-link:hover .noma-fv__side-icon {
  transform: translateX(6px) rotate(-11.01deg);
}

.noma-fv__side-text {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-fv__side-arrow {
  margin-top: 31px;
  width: 16.5px;
  transition: transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-fv__side-link:hover .noma-fv__side-arrow {
  transform: translateX(0.45rem);
}

.noma-fv__voice-cards {
  position: absolute;
  right: 45px;
  bottom: 45px;
  z-index: 2;
  width: 564px;
  min-height: 175px;
}

.noma-fv__voice-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 564px;
  min-height: 175px;
  padding: 27px 31px 24px;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  animation: noma-fv-slide 16s ease-in-out infinite;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__voice-card {
  --fv-voice-card-enter-x: 1.5rem;
  opacity: 0;
  z-index: 1;
  animation: none;
  transform: translateX(var(--fv-voice-card-enter-x));
  transform-origin: center center;
  transition: none;
}

.noma-fv__visual.is-fv-slider-ready.is-fv-slider-animated .noma-fv__voice-card {
  transition:
    opacity 0.14s linear,
    transform 0.46s cubic-bezier(0.16, 1, 0.3, 1);
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__voice-card.is-active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__voice-card--02 {
  --fv-voice-card-enter-x: -1.5rem;
}

.noma-fv__visual.is-fv-slider-ready .noma-fv__voice-card--04 {
  --fv-voice-card-enter-x: -1.5rem;
}

.noma-fv__voice-card--01 {
  opacity: 1;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 4;
  animation-delay: 0s;
}

.noma-fv__voice-card--02 {
  left: -490px;
  right: auto;
  bottom: 0;
  z-index: 3;
  animation-delay: 4s;
}

.noma-fv__voice-card--03 {
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  animation-delay: 8s;
}

.noma-fv__voice-card--04 {
  left: -490px;
  right: auto;
  bottom: 0;
  z-index: 1;
  animation-delay: 12s;
}

.noma-fv__voice-card::after {
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 67.904px;
  height: 46.419px;
  content: "";
  background: url("../img/voice-mark-n.webp") no-repeat;
  background-size: contain;
}

.noma-fv__voice-title {
  margin-bottom: 7px;
  font-size: 17.67px;
  line-height: 1.4;
  letter-spacing: 0.71px;
  background: linear-gradient(90deg, #89bf00 59.39%, #deda00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.noma-fv__voice-text {
  margin-bottom: 6px;
  font-size: 17.4px;
  font-size: 1.0875rem;
  line-height: 1.75;
  letter-spacing: 0.18px;
  white-space: nowrap;
}

.noma-fv__voice-person {
  font-size: 14.67px;
  font-size: 0.916875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.59px;
  letter-spacing: 0.036875rem;
}

@keyframes noma-fv-slide-reveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes noma-fv-slide {
  0% {
    opacity: 1;
    z-index: 2;
  }

  24.99% {
    opacity: 1;
    z-index: 2;
  }

  25% {
    opacity: 1;
    z-index: 3;
  }

  30.94% {
    opacity: 0;
    z-index: 3;
  }

  30.95% {
    opacity: 0;
    z-index: 1;
  }

  99.99% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@keyframes noma-fv-counter-number {
  0% {
    opacity: 1;
    z-index: 2;
  }

  24.99% {
    opacity: 1;
    z-index: 2;
  }

  25% {
    opacity: 0;
    z-index: 1;
  }

  99.99% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@keyframes noma-fv-voice-card {
  0% {
    opacity: 1;
    z-index: 2;
  }

  24.99% {
    opacity: 1;
    z-index: 2;
  }

  25% {
    opacity: 0;
    z-index: 1;
  }

  99.99% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@keyframes noma-fv-counter-progress {
  0% {
    stroke-dashoffset: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-fv__visual.is-fv-slider-ready .noma-fv__slide {
    transition: none;
  }

  .noma-fv__slide {
    animation: none;
    opacity: 0;
  }

  .noma-fv__slide:nth-child(1) {
    opacity: 1;
  }

  .noma-fv__voice-card {
    animation: none;
    opacity: 0;
  }

  .noma-fv__visual.is-fv-slider-ready .noma-fv__voice-card {
    transform: none;
    transition: none;
  }

  .noma-fv__voice-card--01 {
    opacity: 1;
  }

  .noma-fv__counter-current-item {
    animation: none;
    opacity: 0;
  }

  .noma-fv__counter-current-item:nth-child(1) {
    opacity: 1;
  }

  .noma-fv__counter-progress-bar {
    animation: none;
    stroke-dashoffset: 0;
  }
}

.noma-fv__cta-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  align-items: center;
  margin-inline: auto;
  transform: translateX(-0.5rem);
}

.noma-fv.is-fv-intro-ready .noma-fv__visual {
  --noma-fv-intro-offset: 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: noma-fv-intro-fade-up 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready .noma-fv__voice-cards {
  --noma-fv-intro-offset: 0.75rem;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: noma-fv-intro-fade-up 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.58s
    both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready .noma-fv__counter {
  --noma-fv-intro-offset: 0.75rem;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: noma-fv-intro-fade-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) 3s both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready .noma-fv__heading {
  --noma-fv-intro-offset: 0.875rem;
  opacity: 0;
  transform: translateY(0.875rem);
  animation: noma-fv-intro-fade-up 1.35s cubic-bezier(0.16, 1, 0.3, 1) 1.05s
    both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready .noma-fv__lead {
  --noma-fv-intro-offset: 0.75rem;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: noma-fv-intro-fade-up 2s cubic-bezier(0.16, 1, 0.3, 1) 1.72s both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready .noma-fv__cta-list {
  --noma-fv-intro-offset: 0.75rem;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: noma-fv-intro-fade-up 2s cubic-bezier(0.16, 1, 0.3, 1) 2.12s both;
  will-change: opacity, transform;
}

.noma-header.is-fv-intro-ready {
  opacity: 0;
  transform: translateY(-0.75rem);
  animation: noma-fv-intro-header-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.78s
    both;
  will-change: opacity, transform;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__visual {
  animation-play-state: paused;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__voice-cards {
  animation-play-state: paused;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__counter {
  animation-play-state: paused;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__heading {
  animation-play-state: paused;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__lead {
  animation-play-state: paused;
}

.noma-fv.is-fv-intro-ready:not(.is-fv-intro-playing) .noma-fv__cta-list {
  animation-play-state: paused;
}

.noma-header.is-fv-intro-ready:not(.is-fv-intro-playing) {
  animation-play-state: paused;
}

@keyframes noma-fv-intro-fade-up {
  0% {
    opacity: 0;
    transform: translateY(var(--noma-fv-intro-offset, 0.75rem));
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes noma-fv-intro-header-in {
  0% {
    opacity: 0;
    transform: translateY(-0.75rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-fv.is-fv-intro-ready .noma-fv__visual {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-fv.is-fv-intro-ready .noma-fv__voice-cards {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-fv.is-fv-intro-ready .noma-fv__counter {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-fv.is-fv-intro-ready .noma-fv__heading {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-fv.is-fv-intro-ready .noma-fv__lead {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-fv.is-fv-intro-ready .noma-fv__cta-list {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .noma-header.is-fv-intro-ready {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

/* 768px以上: FVコンテンツを基準幅1680pxから画面幅へ等倍スケール（scale値はJSが付与） */
@media (min-width: 768px) {
  .noma-fv {
    overflow: hidden;
  }

  .noma-fv__inner {
    padding: 0;
  }

  .noma-fv__content {
    box-sizing: border-box;
    width: 1680px;
    padding: 0 24px 0 72px;
    transform-origin: top left;
  }
}

.noma-concept {
  position: relative;
  padding: 53px 0 281px;
  padding: 3.3125rem 0 17.5625rem;
  background: #fff;
}

.noma-concept__inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.noma-concept__body {
  position: relative;
  overflow: visible;
}

.noma-concept__visual--pc {
  display: block;
  width: 100%;
  height: 100%;
}

.noma-concept__media--left {
  position: absolute;
  top: 344px;
  top: 21.5rem;
  left: 75px;
  left: 4.6875rem;
  max-width: 300px;
  width: 17.8571428571vw;
  height: 251px;
  height: 15.6875rem;
  margin: 0;
  z-index: 1;
}

.noma-concept__media--left::before {
  content: "";
  background: url(../img/noma-concept-deco-01.webp) no-repeat;
  background-size: contain;
  max-width: 528px;
  width: 31.4285714286vw;
  height: 20.6547619048vw;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  left: -68px;
  left: -4.25rem;
  z-index: -1;
}

.noma-concept__media--top {
  position: absolute;
  top: -70px;
  top: -4.375rem;
  right: 114px;
  right: 7.125rem;
  max-width: 300px;
  width: 17.8571428571vw;
  height: 300px;
  height: 18.75rem;
}

.noma-concept__media--right {
  position: absolute;
  top: 530px;
  top: 33.125rem;
  right: 0;
  width: 32.0238095238vw;
  max-width: 538px;
  margin: 0;
  z-index: 1;
}

.noma-concept__media--right::before {
  content: "";
  background: url(../img/noma-concept-deco-02.webp) no-repeat;
  background-size: contain;
  max-width: 389px;
  width: 23.1547619048vw;
  max-height: 246px;
  height: 14.6428571429vw;
  position: absolute;
  top: -180px;
  top: -11.25rem;
  right: 0;
  z-index: -1;
}

.noma-concept__slider {
  width: 100%;
  overflow: hidden;
}

.noma-concept__track {
  display: flex;
  width: max-content;
  animation: nomaConceptSlide 34s linear infinite;
}

.noma-concept__slide-set {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 28px;
  gap: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
}

.noma-concept .noma-section-heading {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.noma-concept .noma-section-heading__en {
  margin-bottom: 9.5px;
  margin-bottom: 0.59375rem;
}

.noma-section-heading__en--concept {
  width: 96.5px;
  width: 6.03125rem;
}

.noma-concept .noma-section-heading__title {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 36.606px;
  font-size: 2.287875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 64.061px */
  letter-spacing: 2.562px;
  letter-spacing: 0.160125rem;
}

.noma-concept__copy {
  margin-inline: auto;
  padding-top: 0;
  text-align: center;
}

.noma-concept__copy p {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}

.noma-concept__copy p:last-of-type {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.noma-concept__copy .noma-link-button {
  margin-top: 36.1px;
  margin-top: 2.25625rem;
}

/* TOPのConcept内「noma.とは？」ボタンの矢印だけを調整する値 */
.noma-concept__copy .noma-link-button__circle::before {
  width: 21px;
  width: 0.864375rem;
  height: 21px;
  height: 0.664375rem;
}

@keyframes nomaConceptSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.noma-point {
  position: relative;
  padding: 0 0 224px;
  padding: 0 0 14rem;
  margin-top: -100px;
  margin-top: -6.25rem;
}

.noma-point__inner {
  margin-inline: auto;
}

.noma-point__content {
  display: flex;
  gap: 164.84px;
  gap: 10.3025rem;
  transform: translateX(3.125rem);
  max-width: 1165.89px;
  width: 90%;
  margin-inline: auto;
}

.noma-point__side {
  position: relative;
}

.noma-section-heading__en--point {
  width: 65.5px;
  width: 4.09375rem;
}

.noma-point .noma-section-heading__en--point {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.noma-point__heading-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 37px;
  gap: 2.3125rem;
}

.noma-point__lead {
  display: block;
  flex-shrink: 0;
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 22.338px;
  font-size: min(1.7vw, 1.396125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 27.923px */
  letter-spacing: 5.564px;
  letter-spacing: 0.34775rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-point__vertical-title {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 37px;
  gap: 2.3125rem;
  font-weight: 700;
}

.noma-point__vertical-title span {
  writing-mode: vertical-rl;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-point__vertical-title > span:first-child {
  font-size: 52.949px;
  font-size: min(4vw, 3.3093125rem);
  line-height: 1.25;
  letter-spacing: 12.7px;
  letter-spacing: 0.79375rem;
}

.noma-point__vertical-title > span:nth-child(2) {
  font-size: 52.949px;
  font-size: min(4vw, 3.3093125rem);
  line-height: 1.25;
  letter-spacing: 12.7px;
  letter-spacing: 0.79375rem;
}

/* 1行目の特定文字ごとの調整（縦書き） */
.noma-point__lead .noma-point__vt-c {
  display: inline;
  writing-mode: inherit;
  line-height: 1.25;
  letter-spacing: 1.564px;
  letter-spacing: 0.09775rem;
}

.noma-point__lead .noma-point__vt-c--close1 {
  line-height: 1.25;
  letter-spacing: -3.574px;
  letter-spacing: -0.223375rem;
}

.noma-point__lead .noma-point__vt-c--to {
  line-height: 0.9;
  letter-spacing: -4.021px;
  letter-spacing: -0.2513125rem;
}

.noma-point__lead .noma-point__vt-c--open {
  line-height: 0.85;
  letter-spacing: 1.564px;
  letter-spacing: 0.09775rem;
}

.noma-point__lead .noma-point__vt-c--close2 {
  line-height: 1.25;
  letter-spacing: -4.914px;
  letter-spacing: -0.307125rem;
}

.noma-point__lead .noma-point__vt-c--wo {
  line-height: 0.9;
  letter-spacing: 1.564px;
  letter-spacing: 0.09775rem;
}

.noma-point__map {
  position: absolute;
  z-index: 1;
  max-width: 687.82px;
  width: 40.9523809524vw;
  margin: 47px 0 0 -400px;
  margin: 2.9375rem 0 0 -23.8095238095vw;
}

.noma-point-map {
  position: relative;
  width: 100%;
  aspect-ratio: 674.216796875 / 674.216796875;
  isolation: isolate;
}

.noma-point-map img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.noma-point-map__dots {
  position: absolute;
  z-index: 0;
  left: 56.386944%;
  top: 67.315116%;
  display: block;
  width: 45.632815%;
  height: 42.56328%;
}

.noma-point-map__circle {
  --point-map-x: 0%;
  --point-map-y: 0%;
  --point-map-w: 100%;
  --point-map-h: 100%;
  position: absolute;
  z-index: 0;
  left: var(--point-map-x);
  top: var(--point-map-y);
  display: block;
  width: var(--point-map-w);
  height: var(--point-map-h);
}

.noma-point-map__island {
  position: absolute;
  z-index: 1;
  left: var(--point-map-x);
  top: var(--point-map-y);
  display: block;
  width: var(--point-map-w);
  height: var(--point-map-h);
}

.noma-point-map__island--01 {
  --point-map-x: 26.375711%;
  --point-map-y: 77.021128%;
  --point-map-w: 3.026606%;
  --point-map-h: 3.004293%;
  --point-map-sp-x: 30.648545%;
  --point-map-sp-y: 68.080855%;
  --point-map-sp-w: 2.331626%;
  --point-map-sp-h: 2.4369%;
}

.noma-point-map__island--02 {
  --point-map-x: 31.841619%;
  --point-map-y: 69.358003%;
  --point-map-w: 8.351214%;
  --point-map-h: 11.413129%;
  --point-map-sp-x: 34.857156%;
  --point-map-sp-y: 61.862011%;
  --point-map-sp-w: 6.432936%;
  --point-map-sp-h: 9.25754%;
}

.noma-point-map__island--03 {
  --point-map-x: 41.431593%;
  --point-map-y: 69.271952%;
  --point-map-w: 7.292405%;
  --point-map-h: 6.14739%;
  --point-map-sp-x: 42.245077%;
  --point-map-sp-y: 61.795052%;
  --point-map-sp-w: 5.617045%;
  --point-map-sp-h: 4.986374%;
}

.noma-point-map__island--04 {
  --point-map-x: 37.194834%;
  --point-map-y: 43.715568%;
  --point-map-w: 36.083046%;
  --point-map-h: 30.650129%;
  --point-map-sp-x: 38.98231%;
  --point-map-sp-y: 41.062783%;
  --point-map-sp-w: 27.793922%;
  --point-map-sp-h: 24.861565%;
}

.noma-point-map__island--05 {
  --point-map-x: 68.136057%;
  --point-map-y: 27.787452%;
  --point-map-w: 16.896868%;
  --point-map-h: 15.716441%;
  --point-map-sp-x: 62.81521%;
  --point-map-sp-y: 28.143825%;
  --point-map-sp-w: 13.014901%;
  --point-map-sp-h: 12.748211%;
}

.noma-point-map__pin {
  position: absolute;
  z-index: 2;
  left: var(--point-map-x);
  top: var(--point-map-y);
  display: block;
  width: 1.895025%;
  height: 3.790048%;
  transform-origin: 50% 100%;
}

.noma-point-map__pin--01 {
  --point-map-x: 71.146561%;
  --point-map-y: 32.915214%;
  --point-map-sp-x: 65.136106%;
  --point-map-sp-y: 32.303671%;
  --point-map-delay: 0.775s;
}

.noma-point-map__pin--02 {
  --point-map-x: 77.540645%;
  --point-map-y: 30.174478%;
  --point-map-sp-x: 70.060062%;
  --point-map-sp-y: 30.08146%;
  --point-map-delay: 0.72s;
}

.noma-point-map__pin--03 {
  --point-map-x: 76.780354%;
  --point-map-y: 37.325934%;
  --point-map-sp-x: 69.475864%;
  --point-map-sp-y: 35.881808%;
  --point-map-delay: 0.83s;
}

.noma-point-map__pin--04 {
  --point-map-x: 70.503744%;
  --point-map-y: 48.658509%;
  --point-map-sp-x: 64.639339%;
  --point-map-sp-y: 45.07197%;
  --point-map-delay: 0.94s;
}

.noma-point-map__pin--05 {
  --point-map-x: 64.308411%;
  --point-map-y: 55.75882%;
  --point-map-sp-x: 59.866401%;
  --point-map-sp-y: 50.830468%;
  --point-map-delay: 1.05s;
}

.noma-point-map__pin--06 {
  --point-map-x: 66.241076%;
  --point-map-y: 62.691192%;
  --point-map-sp-x: 61.356702%;
  --point-map-sp-y: 56.455049%;
  --point-map-delay: 1.27s;
}

.noma-point-map__pin--07 {
  --point-map-x: 59.383421%;
  --point-map-y: 58.868616%;
  --point-map-sp-x: 56.075074%;
  --point-map-sp-y: 53.353997%;
  --point-map-delay: 1.105s;
}

.noma-point-map__pin--08 {
  --point-map-x: 63.266182%;
  --point-map-y: 61.459439%;
  --point-map-sp-x: 59.063625%;
  --point-map-sp-y: 55.454844%;
  --point-map-delay: 1.215s;
}

.noma-point-map__pin--09 {
  --point-map-x: 59.951785%;
  --point-map-y: 65.096666%;
  --point-map-sp-x: 56.512229%;
  --point-map-sp-y: 58.405238%;
  --point-map-delay: 1.325s;
}

.noma-point-map__pin--10 {
  --point-map-x: 54.806632%;
  --point-map-y: 60.156352%;
  --point-map-sp-x: 52.54604%;
  --point-map-sp-y: 54.400235%;
  --point-map-delay: 1.16s;
}

.noma-point-map__pin--11 {
  --point-map-x: 54.076928%;
  --point-map-y: 65.921939%;
  --point-map-sp-x: 51.985687%;
  --point-map-sp-y: 59.074831%;
  --point-map-delay: 1.38s;
}

.noma-point-map__pin--12 {
  --point-map-x: 48.284466%;
  --point-map-y: 62.984766%;
  --point-map-sp-x: 47.522731%;
  --point-map-sp-y: 56.693591%;
  --point-map-delay: 1.435s;
}

.noma-point-map__pin--13 {
  --point-map-x: 45.51202%;
  --point-map-y: 68.728636%;
  --point-map-sp-x: 45.388619%;
  --point-map-sp-y: 61.351446%;
  --point-map-delay: 1.6s;
}

.noma-point-map__pin--14 {
  --point-map-x: 40.596003%;
  --point-map-y: 64.026445%;
  --point-map-sp-x: 41.601267%;
  --point-map-sp-y: 57.538952%;
  --point-map-delay: 1.655s;
}

.noma-point-map__pin--15 {
  --point-map-x: 34.003876%;
  --point-map-y: 68.029111%;
  --point-map-sp-x: 36.52232%;
  --point-map-sp-y: 60.786477%;
  --point-map-delay: 1.765s;
}

.noma-point-map__pin--16 {
  --point-map-x: 37.634535%;
  --point-map-y: 69.924024%;
  --point-map-sp-x: 39.320112%;
  --point-map-sp-y: 62.322356%;
  --point-map-delay: 1.71s;
}

.noma-point-map__pin--17 {
  --point-map-x: 33.452676%;
  --point-map-y: 73.677946%;
  --point-map-sp-x: 36.101061%;
  --point-map-sp-y: 65.369004%;
  --point-map-delay: 1.82s;
}

.noma-point-map__pin--18 {
  --point-map-x: 26.939531%;
  --point-map-y: 75.175832%;
  --point-map-sp-x: 31.081726%;
  --point-map-sp-y: 66.582641%;
  --point-map-delay: 1.875s;
}

.noma-point-map__pin--19 {
  --point-map-x: 45.049%;
  --point-map-y: 64.005891%;
  --point-map-sp-x: 45.030947%;
  --point-map-sp-y: 57.522212%;
  --point-map-delay: 1.49s;
}

.noma-point-map__pin--20 {
  --point-map-x: 51.166712%;
  --point-map-y: 68.256661%;
  --point-map-sp-x: 49.744274%;
  --point-map-sp-y: 60.970615%;
  --point-map-delay: 1.545s;
}

.noma-point-map__pin--21 {
  --point-map-x: 67.092736%;
  --point-map-y: 45.910365%;
  --point-map-sp-x: 62.012435%;
  --point-map-sp-y: 42.841389%;
  --point-map-delay: 0.885s;
}

.noma-point-map__pin--22 {
  --point-map-x: 68.987617%;
  --point-map-y: 52.300523%;
  --point-map-sp-x: 63.470943%;
  --point-map-sp-y: 48.026548%;
  --point-map-delay: 0.995s;
}

.noma-point-map__badge {
  position: absolute;
  z-index: 3;
  left: 29.304836%;
  top: 24.161715%;
  display: block;
  width: 26.910854%;
  height: 26.910854%;
}

.noma-point-map__badge-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  background-color: #6bc900;
  box-shadow: 0 clamp(0.3rem, 0.4vw, 0.828125rem) 0 rgba(212, 212, 212, 0.84);
  transform-origin: center;
}

.noma-point-map__badge-bg img {
  display: none;
}

.noma-point-map__badge-text {
  position: absolute;
  z-index: 1;
  left: 50.495354%;
  top: 42.105263%;
  display: block;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: min(1.13685vw, 1.1936875rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  transform-origin: center;
}

.noma-point-map__badge-text span {
  display: block;
}

.noma-point-map__megaphone {
  position: absolute;
  z-index: 2;
  left: 41.315536%;
  top: 16.941182%;
  display: block;
  width: 23.21959%;
  height: 19.862922%;
  transform: rotate(-11.01deg);
  transform-origin: 45% 55%;
}

.noma-point-map__megaphone-body {
  position: absolute;
  left: 0;
  top: 9%;
  display: block;
  width: 84%;
  height: 82%;
  overflow: hidden;
}

.noma-point-map__megaphone-body img {
  width: 119.1%;
}

.noma-point-map__megaphone-line {
  position: absolute;
  display: block;
  left: var(--point-map-line-left);
  top: var(--point-map-line-top);
  width: var(--point-map-line-width);
  height: 2%;
  width: 12%;
  border-radius: 999px;
  background: #0d0e07;
  transform: rotate(var(--point-map-line-rotate)) scaleX(1);
  transform-origin: left center;
}

.noma-point-map__megaphone-line--01 {
  --point-map-line-left: 85%;
  --point-map-line-top: 31%;
  --point-map-line-width: 21%;
  --point-map-line-rotate: -37deg;
}

.noma-point-map__megaphone-line--02 {
  --point-map-line-left: 86%;
  --point-map-line-top: 42%;
  --point-map-line-width: 22%;
  --point-map-line-rotate: 0deg;
}

.noma-point-map__megaphone-line--03 {
  --point-map-line-left: 85%;
  --point-map-line-top: 53%;
  --point-map-line-width: 24%;
  --point-map-line-rotate: 37deg;
}

.noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__badge-bg {
  opacity: 0;
  transform: scale(0.74);
}

.noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__badge-text {
  opacity: 0;
  transform: translateX(-50%) scale(0.82);
}

.noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__megaphone {
  opacity: 0;
  transform: rotate(-11.01deg) translateY(10%) scale(0.84);
}

.noma-point-map.js-anim-point-map.is-anim-ready
  .noma-point-map__megaphone-line {
  transform: rotate(var(--point-map-line-rotate)) scaleX(0);
}

.noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__pin {
  opacity: 0;
  transform: translate3d(0, -45%, 0) scale(0.84);
}

.noma-point-map.js-anim-point-map.is-animated .noma-point-map__badge-bg {
  animation: noma-point-map-pop 0.48s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

/* SafariがSVGの拡大アニメーションを低解像度で保持するのを防ぐ */
.noma-point-map.js-anim-point-map.is-animated .noma-point-map__badge-text {
  animation: noma-point-map-text-pop 0.44s cubic-bezier(0.16, 1, 0.3, 1) 0.24s
    both;
}

.noma-point-map.js-anim-point-map.is-animated .noma-point-map__megaphone {
  animation: noma-point-map-megaphone-wiggle 0.88s cubic-bezier(0.16, 1, 0.3, 1)
    0.34s both;
}

.noma-point-map.js-anim-point-map.is-animated
  .noma-point-map__megaphone-line--01 {
  animation: noma-point-map-line-pop 0.32s cubic-bezier(0.16, 1, 0.3, 1) 0.72s
    both;
}

.noma-point-map.js-anim-point-map.is-animated
  .noma-point-map__megaphone-line--02 {
  animation: noma-point-map-line-pop 0.32s cubic-bezier(0.16, 1, 0.3, 1) 0.78s
    both;
}

.noma-point-map.js-anim-point-map.is-animated
  .noma-point-map__megaphone-line--03 {
  animation: noma-point-map-line-pop 0.32s cubic-bezier(0.16, 1, 0.3, 1) 0.84s
    both;
}

.noma-point-map.js-anim-point-map.is-animated .noma-point-map__pin {
  animation: noma-point-map-pin-drop 0.44s cubic-bezier(0.16, 1, 0.3, 1)
    var(--point-map-delay) both;
}

@keyframes noma-point-map-pop {
  0% {
    opacity: 0;
    transform: scale(0.74);
  }

  64% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes noma-point-map-text-pop {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.82);
  }

  68% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes noma-point-map-megaphone-wiggle {
  0% {
    opacity: 0;
    transform: rotate(-11.01deg) translateY(10%) scale(0.84);
  }

  20% {
    opacity: 1;
    transform: rotate(-18deg) translateY(-4%) scale(1.08);
  }

  44% {
    opacity: 1;
    transform: rotate(-4deg) translateY(2%) scale(1);
  }

  68% {
    opacity: 1;
    transform: rotate(-15deg) translateY(-2%) scale(1.03);
  }

  100% {
    opacity: 1;
    transform: rotate(-11.01deg) translateY(0) scale(1);
  }
}

@keyframes noma-point-map-line-pop {
  0% {
    opacity: 0;
    transform: rotate(var(--point-map-line-rotate)) scaleX(0);
  }

  60% {
    opacity: 1;
    transform: rotate(var(--point-map-line-rotate)) scaleX(1.12);
  }

  100% {
    opacity: 1;
    transform: rotate(var(--point-map-line-rotate)) scaleX(1);
  }
}

@keyframes noma-point-map-pin-drop {
  0% {
    opacity: 0;
    transform: translate3d(0, -45%, 0) scale(0.84);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, 8%, 0) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.noma-point__list {
  margin-top: 220.75px;
  margin-top: 13.796875rem;
}

.noma-point-card {
  /* --point-card-anim-delay: 0.2s; */
  padding: 0 20px 33px 0;
  padding: 0 1.25rem 2.0625rem 0;
  border-bottom: 1px solid #dfe2d8;
  border-bottom: 0.0625rem solid #dfe2d8;
}

.noma-point-card + .noma-point-card {
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.noma-point-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22.5px;
  margin-bottom: 1.40625rem;
}

.noma-point-card__title {
  color: transparent;
  background: linear-gradient(90deg, #89bf00 59.392%, #deda00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32.673px;
  font-size: 2.0420625rem;
  line-height: 1.4;
  letter-spacing: 4.25px;
  letter-spacing: 0.265625rem;
}

.noma-point-card__title.js-anim-gradient-heading {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

.noma-point-card__title.js-anim-gradient-heading .noma-anim-char {
  background-image: linear-gradient(90deg, #89bf00 59.392%, #deda00 100%);
  background-position: var(--anim-gradient-x, 0px) 0;
  background-repeat: no-repeat;
  background-size: var(--anim-gradient-width, 100%) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.noma-point-card__title.js-anim-heading {
  --anim-extra-delay: var(--point-card-anim-delay);
}

.noma-point-card__num.js-anim-fadeup {
  --anim-extra-delay: calc(var(--point-card-anim-delay) + 0.18s);
}

.noma-point-card__media.js-anim-fadeup {
  --anim-extra-delay: calc(var(--point-card-anim-delay) + 0.36s);
}

.noma-point-card__copy.js-anim-fadeup {
  --anim-extra-delay: calc(var(--point-card-anim-delay) + 0.54s);
}

.noma-point-card__num--01 {
  width: 49.5px;
  width: 3.09375rem;
}

.noma-point-card__body {
  display: grid;
  grid-template-columns: 12.8125rem 1fr;
  gap: 27px;
  gap: 1.6875rem;
  align-items: center;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.noma-point-card__media {
  width: 204px;
  width: 12.75rem;
  height: 171px;
  height: 10.6875rem;
  overflow: hidden;
}

.noma-point-card__copy h4 {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.05;
  letter-spacing: 1.08px;
  letter-spacing: 0.0675rem;
  transform: translateX(-11px);
  position: relative;
  width: fit-content;
}

.noma-point-card__copy h4::after {
  content: "";
  width: 97%;
  height: 1px;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  left: 11px;
  left: 0.6875rem;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.8s;
}

.noma-point-card__copy.is-animated h4::after {
  transform: scaleX(1);
}

.noma-point-card__copy p {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}

.noma-point-card__num--02,
.noma-point-card__num--03 {
  width: 55.5px;
  width: 3.46875rem;
}

.noma-worker-support {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 12px 0 187px;
  padding: 0.75rem 0 11.6875rem;
  background: #fff;
}

.noma-worker-support__notice-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
  margin-bottom: 8rem;
}

.noma-worker-support__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75.57px;
  width: 582.127px;
  width: 36.3829375rem;
  padding: 0 26px;
  padding: 0 1.625rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  color: #fff;
  background: #75c618;
  font-size: 26.22px;
  font-size: 1.63875rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.57px;
  letter-spacing: 0.098125rem;
  white-space: nowrap;
}

.noma-worker-support__notice-main {
  display: flex;
  align-items: center;
}

.noma-worker-support__notice-icon {
  display: block;
  flex: 0 0 auto;
  width: 47.76px;
  width: 2.985rem;
  height: 47.76px;
  height: 2.985rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.noma-worker-support__notice-icon img {
  object-fit: contain;
}

.noma-worker-support__notice-target {
  display: inline;
}

.noma-worker-support__bg-word {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 0;
  z-index: 0;
  width: 100%;
}

.noma-worker-support__bg-word::after {
  content: "";
  background: url(../img/support-deco.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 315.18px;
  height: 19.69875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.noma-worker-support__bg-word img {
  flex: 1;
  padding-right: 120px;
  padding-right: 7.5rem;
  width: 2006px;
  width: 125.375rem;
}

.noma-worker-support__bg-word-track {
  display: flex;
  width: max-content;
  animation: noma-worker-support-bg-slide 28s linear infinite;
}

.noma-worker-support__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 90%;
  max-width: 1391px;
  margin-inline: auto;
  gap: 57px;
  gap: 3.5625rem;
  align-items: center;
  transform: translateX(5rem);
}

.noma-section-heading__en--support {
  width: 93.5px;
  width: 5.84375rem;
}

.noma-worker-support .noma-section-heading__en--support {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.noma-worker-support .noma-section-heading__lead {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  background-image: linear-gradient(90deg, #89bf00 0%, #deda00 100%);
  color: transparent;
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19.61px;
  font-size: 1.225625rem;
  line-height: 1.75;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  -webkit-background-clip: text;
}

.noma-worker-support .noma-section-heading__title {
  white-space: nowrap;
  transform: translateX(-16px);
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 35.118px;
  font-size: min(3.36vw, 2.194875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 61.456px */
  letter-spacing: 2.458px;
  letter-spacing: 0.153625rem;
}

.noma-section-heading__title-kakko {
  letter-spacing: -5.97px;
  letter-spacing: -0.373125rem;
}

.noma-section-heading__title-under {
  display: inline-block;
  transform: translateX(22px);
}

.noma-worker-support__copy {
  max-width: 479.2px;
  margin: 24.8px 0 28px;
  margin: 1.55rem 0 1.75rem;
}

.noma-worker-support__copy p {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}

.noma-worker-support__copy p + p {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.noma-worker-support__cta-wrap {
  width: fit-content;
}

.noma-worker-support__visual {
  position: relative;
  display: grid;
  max-width: 854.71px;
  width: 70%;
}

.noma-worker-support__media {
  position: relative;
  z-index: 1;
  display: grid;
  grid-area: 1 / 1;
  aspect-ratio: 1680 / 1240;
  overflow: visible;
}

.noma-worker-support__media::before {
  position: absolute;
  left: -1.5%;
  bottom: -2.2%;
  z-index: 0;
  width: 98.4%;
  height: 96.8%;
  border-radius: 4px;
  border-radius: 0.25rem;
  background-color: #a9e215;
  background-image: url(../img/support-media-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 2.2% 0, 2.2% 97.5%, 100% 97.5%, 100% 100%, 0 100%);
  content: "";
}

.noma-worker-support__slide {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: noma-worker-support-slide 12s ease-in-out infinite;
  will-change: opacity;
}

.noma-worker-support__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  border-radius: 0.25rem;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 10.29%,
    88.76% 10.29%,
    88.76% 59.65%,
    100% 59.65%,
    100% 100%,
    0 100%
  );
}

.noma-worker-support__slide:nth-child(1) {
  opacity: 1;
  z-index: 3;
  animation-delay: 0s;
}

.noma-worker-support__slide:nth-child(2) {
  z-index: 2;
  animation-delay: -8s;
}

.noma-worker-support__slide:nth-child(3) {
  z-index: 1;
  animation-delay: -4s;
}

.noma-worker-support__media.is-worker-support-slider-ready
  .noma-worker-support__slide {
  opacity: 0;
  z-index: 1;
  animation: none;
  transition: none;
  will-change: opacity;
}

.noma-worker-support__media.is-worker-support-slider-ready
  .noma-worker-support__slide.is-active {
  opacity: 1;
  z-index: 3;
}

.noma-worker-support__media.is-worker-support-slider-ready.is-worker-support-slider-animated
  .noma-worker-support__slide.is-revealing {
  --worker-support-slide-reveal-duration: 1s;
  --worker-support-slide-reveal-easing: ease;
  transition: opacity var(--worker-support-slide-reveal-duration)
    var(--worker-support-slide-reveal-easing);
}

.noma-worker-support__media.is-worker-support-slider-ready
  .noma-worker-support__slide.is-leaving {
  opacity: 1;
  z-index: 2;
  transition: none;
}

.noma-worker-support__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@supports ((mask-image: url("")) or (-webkit-mask-image: url(""))) {
  .noma-worker-support__photo {
    clip-path: none;
    -webkit-mask-image: url(../img/support-photo-mask.svg);
    mask-image: url(../img/support-photo-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes noma-worker-support-slide {
  0% {
    opacity: 1;
    z-index: 2;
  }

  33.33% {
    opacity: 1;
    z-index: 2;
  }

  33.34% {
    opacity: 0;
    z-index: 1;
  }

  88.33% {
    opacity: 0;
    z-index: 3;
  }

  100% {
    opacity: 1;
    z-index: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noma-worker-support__slide {
    animation: none;
    opacity: 0;
  }

  .noma-worker-support__slide:nth-child(1) {
    opacity: 1;
  }

  .noma-worker-support__slide:nth-child(2) {
    opacity: 0;
  }

  .noma-worker-support__slide:nth-child(3) {
    opacity: 0;
  }
}

.noma-worker-support__side-link {
  position: static;
  z-index: 2;
  display: flex;
  flex-direction: column;
  grid-area: 1 / 1;
  align-self: start;
  align-items: center;
  justify-self: end;
  justify-content: flex-start;
  width: 5.365rem;
  min-height: 19.423125rem;
  margin-top: 65.04px;
  margin-top: 4.065rem;
  padding: 30px 16px 10px;
  padding: 1.875rem 1rem 0.625rem;
}

.noma-worker-support__side-link:hover {
  opacity: 1;
}

.noma-worker-support__side-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.noma-worker-support__side-link-text {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  letter-spacing: 4.68px;
  letter-spacing: 0.2925rem;
  color: #031100;
  font-family: "Zen Kaku Gothic New";
  font-size: 17.116px;
  font-size: 1.06975rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 20.539px */
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-worker-support__side-link-arrow {
  display: grid;
  place-items: center;
  width: 66.49px;
  width: 4.155625rem;
  height: 66.49px;
  height: 4.155625rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  border-radius: 50%;
  color: #fff;
  border: 1.231px solid #fff;
  border: 0.0769375rem solid #fff;
  background: #f46d25;
  box-shadow: 0 3.694px 0 0 #d4d4d4;
  box-shadow: 0 0.230875rem 0 0 #d4d4d4;
  transition:
    background-color 0.3s ease,
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-worker-support__visual:hover .noma-worker-support__side-link-arrow {
  background-color: #e24b00;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0.230875rem);
}

.noma-worker-support__side-link-arrow::before {
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media (min-width: 768px) {
  .noma-worker-support__side-link {
    width: 11.243%;
    min-height: 49.36%;
    margin-top: 7.61%;
    padding: 3.51% 1.76% 1.17%;
  }

  .noma-worker-support__side-link-text {
    font-size: 1.018452381vw;
    letter-spacing: 0.273em;
  }

  .noma-worker-support__side-link-arrow {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-top: 15.14%;
    border-width: min(0.0769375rem, 0.087929vw);
    box-shadow: 0 min(0.230875rem, 0.263857vw) 0 0 #d4d4d4;
  }

  .noma-worker-support__side-link-arrow::before {
    width: 27.07%;
    height: 27.07%;
  }
}

@keyframes noma-worker-support-bg-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.noma-jobs {
  position: relative;
  padding: 293.23px 0 314.81px;
  padding: 18.326875rem 0 19.675625rem;
  margin-top: -140px;
  margin-top: -8.75rem;
  background: url(../img/jobs-bg.webp) no-repeat;
  background-size: 100% 100%;
}

.noma-jobs__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 84px;
  gap: min(5.8vw, 5.25rem);
  max-width: 1127px;
  width: 95%;
  margin-inline: auto;
}

.noma-jobs__heading {
  padding-top: 0;
}

.noma-section-heading__en--job-postings {
  width: 145.5px;
  width: 9.09375rem;
  margin-bottom: 33.5px;
  margin-bottom: 2.09375rem;
}

.noma-jobs__cards::before,
.noma-jobs__cards::after,
.noma-jobs__heading-copy::after {
  content: "";
  position: absolute;
}

.noma-jobs__heading-copy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 36.6px;
  gap: 2.2875rem;
  position: relative;
}

.noma-jobs__heading-copy::after {
  background: url(../img/job-deco-2.webp) no-repeat;
  background-size: contain;
  width: 465.69px;
  width: 29.105625rem;
  height: 331.38px;
  height: 20.71125rem;
  left: 190px;
  left: 11.875rem;
  bottom: -310px;
  bottom: -19.375rem;
  z-index: -1;
}

.noma-jobs__lead {
  display: block;
  flex-shrink: 0;
  margin: 0;
  font-size: 22.34px;
  font-size: 1.39625rem;
  letter-spacing: 5.56px;
  letter-spacing: 0.3475rem;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-jobs__vertical-title {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 52.949px;
  font-size: 3.3093125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 12.706px;
  letter-spacing: 0.794125rem;
}

.noma-jobs__vertical-title > span {
  writing-mode: vertical-rl;
  flex: 0 0 auto;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.noma-jobs__cards {
  overflow: visible;
  margin: 0;
  margin-top: 64.28px;
  margin-top: 4.0175rem;
}

.noma-jobs__cards::before {
  background: url(../img/job-deco-1.webp) no-repeat;
  background-size: contain;
  width: 319.4px;
  width: 19.9625rem;
  height: 299.03px;
  height: 18.689375rem;
  left: -79px;
  left: -4.9375rem;
  top: -79px;
  top: -4.9375rem;
}

.noma-jobs__cards::after {
  background: url(../img/job-deco-3.webp) no-repeat;
  background-size: contain;
  width: 465.69px;
  width: 29.105625rem;
  height: 299.03px;
  height: 18.689375rem;
  left: -323px;
  left: -20.1875rem;
  bottom: -80px;
  bottom: -5rem;
}

.noma-jobs__cards-wrapper {
  display: grid;
  gap: 31.08px;
  gap: 1.9425rem;
}

.noma-job-card {
  position: relative;
  padding: 37.26px 46.08px 45px 50.29px;
  padding: 2.32875rem 2.88rem 2.8125rem 3.143125rem;
  border-radius: 8px;
  border-radius: 0.5rem;
  background: url(../img/job-card-bg.webp) no-repeat;
  background-size: 100% 100%;
}

.noma-job-card__title {
  margin-bottom: 18.45px;
  margin-bottom: 1.153125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.65;
  letter-spacing: 1.37px;
  letter-spacing: 0.085625rem;
  font-weight: 700;
}

.noma-job-card__body {
  display: flex;
  gap: 28.1px;
  gap: 1.75625rem;
}

.noma-job-card__media {
  width: 303.39px;
  width: 18.961875rem;
  height: 190.48px;
  height: 11.905rem;
  overflow: hidden;
}

.noma-job-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.noma-job-card:hover .noma-job-card__media img {
  transform: scale(1.06);
}

.noma-job-card__copy {
  flex: 1;
}

.noma-job-card__copy p {
  margin-bottom: 21.86px;
  margin-bottom: 1.36625rem;
  font-family: "Noto Sans JP";
  font-size: 13.75px;
  font-size: 0.859375rem;
  line-height: 1.7;
  letter-spacing: 0.82px;
  letter-spacing: 0.05125rem;
  font-weight: 400;
}

.noma-job-card__meta {
  display: grid;
  gap: 8.77px;
  gap: 0.548125rem;
}

.noma-job-card__meta div {
  display: flex;
  align-items: center;
  gap: 4.91px;
  gap: 0.306875rem;
}

.noma-job-card__meta dt {
  display: grid;
  place-items: center;
  width: 48.19px;
  width: 3.011875rem;
  height: 21.62px;
  height: 1.35125rem;
  border-radius: 1px;
  border-radius: 0.0625rem;
  color: #fff;
  background: #43b500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12.76px;
  font-size: 0.7975rem;
  line-height: 1.7;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  font-weight: 600;
  text-align: center;
}

.noma-job-card__meta dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13.75px;
  font-size: 0.859375rem;
  line-height: 1.7;
  letter-spacing: 0.82px;
  letter-spacing: 0.05125rem;
  font-weight: 600;
}

.noma-job-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.noma-job-link:hover {
  opacity: 1;
}

.noma-job-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.noma-job-link__visual {
  align-items: center;
  gap: 14px;
  gap: 0.875rem;
  font-size: 15.71px;
  font-size: 0.981875rem;
  line-height: 2;
  letter-spacing: 0.94px;
  letter-spacing: 0.05875rem;
  white-space: nowrap;
  position: absolute;
  right: 40px;
  right: 2.5rem;
  bottom: 8px;
  bottom: 0.5rem;
  display: flex;
  z-index: 3;
}

.noma-job-link .noma-cta__arrow {
  position: static;
  flex: 0 0 auto;
  width: 43.154px;
  width: 2.697125rem;
  height: 43.154px;
  height: 2.697125rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 50%;
  border: 0.799px solid #fff;
  border: 0.0499375rem solid #fff;
  background: #43b500;
  box-shadow: 0 2.398px 0 0 #d4d4d4;
  box-shadow: 0 0.149875rem 0 0 #d4d4d4;
  transform: none;
  transition:
    background-color 0.3s ease,
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-job-card:hover .noma-job-link .noma-cta__arrow {
  background: #078b00;
  box-shadow: 0 0 0 0 #d4d4d4;
  transform: translateY(0.149875rem);
}

.noma-job-link .noma-cta__arrow::before {
  background-image: url(../img/btn-arrow.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
  -webkit-mask-image: none;
  mask-image: none;
}

.noma-jobs__more {
  align-self: start;
  width: max-content;
  gap: 15.58px;
  gap: 0.97375rem;
  font-size: 21.09px;
  font-size: 1.318125rem;
  line-height: 2;
  letter-spacing: 1.27px;
  letter-spacing: 0.079375rem;
  white-space: nowrap;
  position: absolute;
  right: -35px;
  right: -2.1875rem;
  top: 620px;
  top: 38.75rem;
}

.noma-jobs__more {
  --noma-link-button-circle-size: 5.086875rem;
}

.noma-jobs__more .noma-link-button__circle {
  width: 81.39px;
  width: 5.086875rem;
  height: 81.39px;
  height: 5.086875rem;
  border-radius: 81.392px;
  border-radius: 5.087rem;
  border: 1.508px solid #fff;
  border: 0.09425rem solid #fff;
  background: #a9e215;
  box-shadow: 0 4.523px 0 0 #d4d4d4;
  box-shadow: 0 0.2826875rem 0 0 #d4d4d4;
}

.noma-voice {
  position: relative;
  z-index: 3;
  padding: 0px 0 303px;
  padding: 0rem 0 21.9375rem;
  margin-top: -40px;
  margin-top: -2.5rem;
}

.noma-voice__inner {
  max-width: 1218px;
  width: 95%;
  margin-inline: auto;
}

.noma-voice__head {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 60px;
  gap: 3.75rem;
  margin-bottom: 45.7px;
  margin-bottom: 2.85625rem;
}

.noma-voice__head .noma-section-heading {
  margin-left: 89px;
  margin-left: 5.5625rem;
}

.noma-voice__head .noma-section-heading__lead {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New";
  font-size: 23.606px;
  font-size: 1.475375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 41.311px */
  letter-spacing: 2.125px;
  letter-spacing: 0.1328125rem;
  background: linear-gradient(90deg, #89bf00 66.33%, #deda00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.noma-voice__head .noma-section-heading__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 37.118px;
  font-size: 2.319875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 64.956px */
  letter-spacing: 2.598px;
  letter-spacing: 0.162375rem;
  white-space: nowrap;
}

.noma-section-heading__en--restarts-voice {
  width: 168.5px;
  width: 10.53125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.noma-voice__more {
  --noma-link-button-circle-size: 4.533rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 22.356px;
  font-size: 1.39725rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 44.711px */
  letter-spacing: 1.341px;
  letter-spacing: 0.0838125rem;
}

.noma-voice__more span {
  border-radius: 72.528px;
  border-radius: 4.533rem;
  border: 1.343px solid #fff;
  border: 0.0839375rem solid #fff;
  background: #a9e215;
  box-shadow: 0 4.03px 0 0 #d4d4d4;
  box-shadow: 0 0.251875rem 0 0 #d4d4d4;
  width: 72.528px;
  width: 4.533rem;
  height: 72.528px;
  height: 4.533rem;
}

.noma-voice__cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 53px 46px;
  gap: 3.3125rem 2.875rem;
}

.noma-voice-card {
  position: relative;
}

.noma-voice-card h3 {
  margin-left: 29px;
  margin-left: 1.8125rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  font-family: "Zen Kaku Gothic New";
  font-size: 21.177px;
  font-size: 1.3235625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 29.647px */
  letter-spacing: 0.847px;
  letter-spacing: 0.0529375rem;
  background: linear-gradient(90deg, #89bf00 59.39%, #deda00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.noma-voice-card h3.js-anim-gradient-heading {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

.noma-voice-card h3.js-anim-gradient-heading .noma-anim-char {
  background-image: linear-gradient(90deg, #89bf00 59.39%, #deda00 100%);
  background-position: var(--anim-gradient-x, 0px) 0;
  background-repeat: no-repeat;
  background-size: var(--anim-gradient-width, 100%) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.noma-voice-card p {
  margin-left: 29px;
  margin-left: 1.8125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.16px;
  letter-spacing: 0.01rem;
}

.noma-voice-card small {
  position: relative;
  display: block;
  margin-left: 29px;
  margin-left: 1.8125rem;
  padding-bottom: 17.7px;
  padding-bottom: 1.10625rem;
  border-bottom: 1px solid rgba(202, 211, 179, 0.23);
  border-bottom: 0.0625rem solid rgba(202, 211, 179, 0.23);
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 13.431px;
  font-size: 0.8394375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.803px */
  letter-spacing: 0.806px;
  letter-spacing: 0.050375rem;
}

.noma-voice-card small::after {
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 0px;
  top: 0rem;
  width: 50px;
  width: 3.125rem;
  height: 34px;
  height: 2.125rem;
  background: url("../img/voice-mark-n.webp") center / contain no-repeat;
  content: "";
}

.noma-voice-card__media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 579 / 396;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border: 0;
  overflow: visible;
  isolation: isolate;
}

.noma-voice-card__photo {
  display: block;
  grid-area: 1 / 1;
  z-index: 1;
  align-self: start;
  justify-self: start;
  width: 95.34%;
  aspect-ratio: 552 / 369;
  margin-left: 4%;
  position: relative;
}

.noma-voice-card__photo::after {
  content: "";
  background: url(../img/voice-photo-deco.webp) no-repeat;
  background-size: contain;
  width: 100.4%;
  height: 102.9%;
  position: absolute;
  left: -24px;
  left: -1.5rem;
  bottom: -26px;
  bottom: -1.625rem;
  z-index: -1;
}

.noma-voice-card__photo picture {
  overflow: hidden;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.noma-voice-card__photo img {
  height: 100%;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.noma-voice-card__media:hover .noma-voice-card__photo img {
  -webkit-transform: translateZ(0) scale(1.035);
  transform: translateZ(0) scale(1.035);
}

.noma-voice-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  color: inherit;
  text-decoration: none;
}

.noma-voice-card__link-text {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 180px;
  top: 11.25rem;
  z-index: 2;
  width: 41px;
  width: 2.5625rem;
  min-height: 134px;
  padding: 0;
  writing-mode: vertical-rl;
  color: #031100;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 17.25px */
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.noma-voice-card__link:hover {
  opacity: 1;
}

.noma-voice-card__link-text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 40.997px;
  width: 2.5623125rem;
  height: 40.997px;
  height: 2.5623125rem;
  border-radius: 50%;
  color: #fff;
  writing-mode: horizontal-tb;
  border: 0.759px solid #fff;
  border: 0.0474375rem solid #fff;
  background: #43b500;
  box-shadow: 0 2.278px 0 0 #d4d4d4;
  box-shadow: 0 0.142375rem 0 0 #d4d4d4;
  transition:
    background-color 0.3s ease,
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.22s cubic-bezier(0.2, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.noma-voice-card__link:hover .noma-voice-card__link-text::after {
  background-color: #078b00;
  box-shadow: 0 0 0 0 #d4d4d4;
  -webkit-transform: translateY(0.142375rem);
  transform: translateY(0.142375rem);
}

.noma-voice-card__link-text::after {
  background-image: url(../img/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

@media (min-width: 768px) {
  .noma-voice-card__link-text {
    right: 1.427%;
    top: 39.455%;
    width: 9.481%;
    min-height: 44.838%;
    font-size: min(0.9375rem, 1.071429vw);
    letter-spacing: 0.133em;
    padding-top: 1.5rem;
    transition: 0.3s;
  }

  .noma-voice-card__link:hover .noma-voice-card__link-text {
    right: 0.2%;
  }

  .noma-voice-card__link-text::after {
    width: 73%;
    height: auto;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 11%;
    aspect-ratio: 1 / 1;
    border-width: min(0.0474375rem, 0.054214vw);
    box-shadow: 0 min(0.142375rem, 0.162714vw) 0 0 #d4d4d4;
  }

  .noma-voice-card__link:hover .noma-voice-card__link-text::after {
    box-shadow: 0 0 0 0 #d4d4d4;
    -webkit-transform: translateX(-50%) translateY(0.142375rem);
    transform: translateX(-50%) translateY(0.142375rem);
  }
}

.noma-voice__cta-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 852px;
  margin-inline: auto;
  transform: translateX(-0.5rem);
}

.noma-company {
  position: relative;
  margin-top: -330px;
  margin-top: -20.625rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background: #fff;
  overflow: hidden;
}

.noma-company__city {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 33.8095238095vw;
}

.noma-company__ttl {
  position: absolute;
  left: 50%;
  bottom: -28px;
  bottom: -1.75rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 358px;
  width: 22.375rem;
  height: 84px;
  height: 5.25rem;
  gap: 9px;
  gap: 0.5625rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #75c618;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 25.746px;
  font-size: 1.609125rem;
  font-style: normal;
  font-weight: 900;
  line-height: 175%; /* 45.055px */
  letter-spacing: 1.545px;
  letter-spacing: 0.0965625rem;
}

.noma-company__city-icon {
  display: block;
  flex: 0 0 51px;
  flex: 0 0 3.1875rem;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
}

.noma-company__city-icon img {
  height: 100%;
  object-fit: contain;
}

.noma-company__bg-word {
  position: absolute;
  top: 596px;
  top: 45.25%;
  right: -1.6%;
  z-index: 0;
  white-space: nowrap;
  color: #f5f5f4;
  text-align: right;
  font-family: "Zen Kaku Gothic New";
  font-size: 118.693px;
  font-size: min(8vw, 7.4183125rem);
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 130.562px */
  letter-spacing: 13.056px;
  letter-spacing: 0.816rem;
  opacity: 0.95;
}

.noma-company__bg-word::before {
  content: "";
  background: url(../img/company-bg-word-deco.webp) no-repeat;
  background-size: contain;
  width: 465.69px;
  width: 29.105625rem;
  height: 299.03px;
  height: 18.689375rem;
  position: absolute;
  top: -113px;
  top: -7.6625rem;
  left: 270px;
  left: 17.875rem;
  z-index: -1;
}

.noma-company__bg-word-track > span {
  flex: 0 0 auto;
}

.noma-company__bg-word-track {
  display: block;
  width: max-content;
  --anim-extra-delay: 0.8s;
}

.noma-company__inner {
  position: relative;
  z-index: 1;
  max-width: 1147px;
  width: 90%;
  margin: 102px auto 0;
  margin: 6.375rem auto 0;
  transform: translateX(-10px);
}

.noma-section-heading__en--about {
  width: 73.5px;
  width: 4.59375rem;
}

.noma-company .noma-section-heading__en--about {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.noma-company .noma-section-heading__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 36.606px;
  font-size: 2.287875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 64.061px */
  letter-spacing: 2.562px;
  letter-spacing: 0.160125rem;
}

.noma-company__ttl-span-1 {
  transform: translateX(-18px);
  display: inline-block;
}

.noma-company__ttl-span-2 {
  letter-spacing: -8.053px;
  letter-spacing: -0.5033125rem;
}

.noma-company__body {
  display: flex;
  align-items: center;
  gap: 49px;
  gap: 3.0625rem;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.noma-company__media {
  max-width: 606px;
  width: 53%;
  overflow: hidden;
}

.noma-company__copy {
  flex: 1;
}

.noma-company__copy p {
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}

.noma-company__copy p + p {
  margin-top: 0;
}

.noma-company__copy .noma-link-button {
  --noma-link-button-circle-size: 3.6875rem;
  --noma-link-button-gap: 0.8125rem;
  gap: 13px;
  gap: var(--noma-link-button-gap);
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 18.48px;
  font-size: 1.155rem;
  line-height: 200%; /* 36.959px */
  letter-spacing: 1.109px;
  letter-spacing: 0.0693125rem;
}

.noma-company__copy .noma-link-button__circle {
  width: 59px;
  width: 3.6875rem;
  height: 59px;
  height: 3.6875rem;
}

.noma-company__copy .noma-link-button__circle::before {
  width: 16px;
  width: 0.8rem;
  height: 16px;
  height: 0.8rem;
}

.noma-message {
  padding: 0 0 186px;
  padding: 0 0 11.625rem;
  background: #fff;
}

.noma-message__inner {
  display: flex;
  justify-content: center;
  gap: 76px;
  gap: min(5vw, 4.75rem);
  max-width: 1134px;
  width: 90%;
  margin-inline: auto;
  position: relative;
}

.noma-message__inner::after {
  content: "";
  background: url(../img/noma-message-deco.webp) no-repeat;
  background-size: contain;
  width: 465.69px;
  width: 29.105625rem;
  height: 299.03px;
  height: 18.689375rem;
  position: absolute;
  left: -390px;
  left: -24.375rem;
  bottom: -200px;
  bottom: -12.5rem;
}

.noma-section-heading__en--message {
  width: 97.5px;
  width: 6.09375rem;
  margin-bottom: 18.54px;
  margin-bottom: 1.15875rem;
}

.noma-message .noma-section-heading__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 36.606px;
  font-size: min(2.9vw, 2.287875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 64.061px */
  letter-spacing: 2.562px;
  letter-spacing: 0.160125rem;
}

.noma-message__ttl-span-1 {
  letter-spacing: -6.955px;
  letter-spacing: -0.4346875rem;
}

.noma-message__ttl-span-2 {
  letter-spacing: -8.419px;
  letter-spacing: -0.5261875rem;
}

.noma-message__paragraphs {
  margin-top: 41.2px;
  margin-top: 2.575rem;
  max-width: 585px;
  position: relative;
}

.noma-message__paragraphs::before,
.noma-message__paragraphs::after {
  content: "";
  position: absolute;
  width: 31px;
  width: 1.9375rem;
  height: 20px;
  height: 1.25rem;
}

.noma-message__paragraphs::before {
  background: url(../img/noma-message-quote-1.webp) no-repeat;
  background-size: contain;
  top: -30px;
  top: -1.875rem;
  left: 0px;
  left: 0rem;
}

.noma-message__paragraphs::after {
  background: url(../img/noma-message-quote-2.webp) no-repeat;
  background-size: contain;
  right: -10px;
  right: -0.625rem;
  bottom: -25px;
  bottom: -1.5625rem;
}

.noma-message__paragraphs p {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}

.noma-message__paragraphs p:last-of-type {
  margin-bottom: 0;
}

.noma-message__figure {
  padding-top: 22px;
  padding-top: 1.375rem;
}

.noma-message__figure figcaption {
  display: block;
  width: 398px;
  width: 24.875rem;
  max-width: 100%;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-left: auto;
}

.noma-message__media {
  max-width: 468px;
  width: 100%;
  overflow: hidden;
}

.noma-message__caption-image {
  width: 398px;
  width: 24.875rem;
  max-width: 100%;
}

.noma-column {
  margin-top: -150px;
  margin-top: -9.375rem;
  padding: 332px 0 292px;
  padding: 20.75rem 0 18.25rem;
  background: url(../img/noma-column-bg.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  position: relative;
}

.noma-column__content {
  position: relative;
  left: 40px;
  left: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 128px;
  gap: min(8.4vw, 8rem);
  max-width: 1255px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 127px;
  margin-bottom: 7.9375rem;
}

.noma-column__heading .noma-section-heading__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 49.606px;
  font-size: 3.100375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 86.811px */
  letter-spacing: 3.472px;
  letter-spacing: 0.217rem;
}

.noma-column__heading {
  padding-top: 10px;
  padding-top: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.noma-column__heading .noma-link-button {
  --noma-link-button-circle-size: 4.533rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 21.356px;
  font-size: 1.33475rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 42.711px */
  letter-spacing: 1.281px;
  letter-spacing: 0.0800625rem;
}

.noma-column__heading .noma-link-button__circle {
  width: 72.528px;
  width: 4.533rem;
  height: 72.528px;
  height: 4.533rem;
  border-radius: 72.528px;
  border-radius: 4.533rem;
  border: 1.343px solid #fff;
  border: 0.0839375rem solid #fff;
  background: #a9e215;
  box-shadow: 0 4.03px 0 0 #d4d4d4;
  box-shadow: 0 0.251875rem 0 0 #d4d4d4;
}

.noma-column__heading .noma-link-button__circle::before {
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
}

.noma-section-heading__en--column {
  width: 87.5px;
  width: 5.46875rem;
  margin-bottom: 0;
}

.noma-column__list {
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  flex: 1;
}

.noma-column-card {
  display: flex;
  align-items: center;
  gap: 53px;
  gap: 3.3125rem;
  min-height: 181px;
  padding: 12px 62px 12px 25px;
  padding: 0.75rem 3.875rem 0.75rem 1.5625rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  background: #fff;
  position: relative;
}

.noma-column-card::before {
  position: absolute;
  right: 55.36px;
  right: 3.46rem;
  bottom: 38.46px;
  bottom: 2.00375rem;
  z-index: 0;
  width: 52.5px;
  width: 3.28125rem;
  height: 52.5px;
  height: 3.28125rem;
  background: url(../img/column-arrow-deco-sp.webp) no-repeat;
  background-size: contain;
  content: "";
}

.noma-column-card__media {
  overflow: hidden;
  max-width: 223.962px;
}

.noma-column-card__media img {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.noma-column-card:hover .noma-column-card__media img {
  transform: scale(1.06);
}

.noma-column-card__body {
  flex: 1;
}

.noma-column-card__body h3 {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 165%; /* 33px */
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}

.noma-column-card__body h3::before {
  position: absolute;
  top: 0.75em;
  left: -11px;
  left: -0.6875rem;
  width: 5.285px;
  width: 0.3303125rem;
  height: 5.285px;
  height: 0.3303125rem;
  border-radius: 50%;
  background: linear-gradient(136deg, #c0db37 13.89%, #dce21c 73.14%);
  content: "";
}

.noma-column-card__body p {
  display: flex;
  align-items: center;
  gap: 14px;
  gap: 0.875rem;
  color: #bdc1b7;
  font-size: 15px;
  font-size: 0.9375rem;
}

.noma-column-card__body p time {
  color: #c1c4bb;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 165%; /* 23.1px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

.noma-column-card__body span {
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  border: 1px solid #d8dad1;
  border: 0.0625rem solid #d8dad1;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 19.8px */
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}

/* カード全体をクリック可能にする（見出しリンクを擬似要素で全面に拡張） */
.noma-column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.noma-column-card__link:hover {
  opacity: 1;
}

.noma-column-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.noma-column-card__arrow {
  width: 41px;
  width: 2.5625rem;
  height: 41px;
  height: 2.5625rem;
  /* 装飾。クリックは下のカード全体リンク(::after)で受ける */
  pointer-events: none;
}

.noma-column-card__arrow {
  font-size: 0;
  position: absolute;
  right: 25.4px;
  right: 1.5875rem;
  bottom: 25.4px;
  bottom: 1.5875rem;
  width: 40.997px;
  width: 2.5623125rem;
  height: 40.997px;
  height: 2.5623125rem;
  border-radius: 50%;
  border: 0.759px solid #fff;
  border: 0.0474375rem solid #fff;
  background: #43b500;
  box-shadow: 0 2.278px 0 0 #d4d4d4;
  box-shadow: 0 0.142375rem 0 0 #d4d4d4;
  transition:
    background-color 0.3s ease,
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.22s cubic-bezier(0.2, 0, 0, 1);
}

.noma-column-card:hover .noma-column-card__arrow {
  background: #078b00;
  box-shadow: 0 0 0 0 #d4d4d4;
  transform: translateY(0.142375rem);
}

.noma-column-card__arrow::before {
  display: block;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.noma-tiktok__inner {
  display: flex;
  align-items: center;
  gap: 71px;
  gap: 4.4375rem;
  width: 92%;
}

/* ギャラリー外枠：マーキーのクリップから装飾を逃がすためのラッパー（非クリップ） */
.noma-tiktok__thumbs-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 970px;
  margin-left: -36px;
  margin-left: -2.25rem;
  z-index: 1;
}

/* 右上の装飾：はみ出して見せるためラッパー側に配置 */
.noma-tiktok__thumbs-wrap::after {
  content: "";
  width: 155.418px;
  width: 9.713625rem;
  height: 102.099px;
  height: 6.3811875rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: linear-gradient(109deg, #abdb31 18.82%, #dee61f 96.22%);
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  right: -7px;
  right: -0.4375rem;
  z-index: -1;
  pointer-events: none;
}

.noma-tiktok__thumbs {
  --tiktok-thumb-width: 231px;
  --tiktok-thumb-width: 14.4375rem;
  --tiktok-thumb-height: 350px;
  --tiktok-thumb-height: 21.875rem;
  --tiktok-thumb-gap: 16px;
  --tiktok-thumb-gap: 1rem;
  --tiktok-thumb-offset: 0px;
  --tiktok-thumb-offset: 0rem;
  --tiktok-slide-distance: 988px;
  --tiktok-slide-distance: 61.75rem;
  overflow: hidden;
  position: relative;
}

.noma-tiktok__thumb-track {
  display: flex;
  gap: var(--tiktok-thumb-gap);
  width: max-content;
  margin-left: var(--tiktok-thumb-offset);
  animation: nomaTiktokThumbsSlide 20s linear infinite;
  background: #f3f3f3;
}

.noma-tiktok__thumb-group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--tiktok-thumb-gap);
}

.noma-tiktok__thumb {
  flex: 0 0 var(--tiktok-thumb-width);
  width: var(--tiktok-thumb-width);
  height: var(--tiktok-thumb-height);
  overflow: hidden;
  background: #ddd;
}

.noma-tiktok__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

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

.noma-tiktok__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.noma-tiktok__content .noma-link-button {
  --noma-link-button-circle-size: 4.533rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 21.356px;
  font-size: 1.33475rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 42.711px */
  letter-spacing: 1.281px;
  letter-spacing: 0.0800625rem;
}

.noma-tiktok__content .noma-link-button span {
  border-radius: 72.528px;
  border-radius: 4.533rem;
  border: 1.343px solid #fff;
  border: 0.0839375rem solid #fff;
  background: #a9e215;
  box-shadow: 0 4.03px 0 0 #d4d4d4;
  box-shadow: 0 0.251875rem 0 0 #d4d4d4;
  width: 72.528px;
  width: 4.533rem;
  height: 72.528px;
  height: 4.533rem;
}

.noma-tiktok__content .noma-link-button span::before {
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
}

.noma-section-heading__en--tiktok {
  width: 77px;
  width: 4.8125rem;
  margin-bottom: 18.54px;
  margin-bottom: 1.15875rem;
}

.noma-tiktok-heading__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 34.606px;
  font-size: min(3vw, 2.162875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 165%; /* 57.101px */
  letter-spacing: 2.422px;
  letter-spacing: 0.151375rem;
}

@keyframes nomaTiktokThumbsSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--tiktok-slide-distance) * -1));
  }
}

.noma-contact {
  position: relative;
  margin-top: -60px;
  margin-top: -3.75rem;
  padding: 20px 0 56px;
  padding: 1.25rem 0 3.5rem;
}

.noma-contact__inner {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  text-align: center;
  width: 66%;
  max-width: 1094.34px;
}

.noma-contact__heading {
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}

.noma-contact__heading p {
  margin-top: -14.2px;
  margin-top: -0.8875rem;
  font-size: 18.36px;
  font-size: 1.1475rem;
  line-height: 2;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
}

.noma-contact__logo {
  width: 302px;
  width: 18.875rem;
  height: 95px;
  height: 5.9375rem;
  margin-inline: auto;
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18.356px;
  font-size: 1.14725rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36.711px */
  letter-spacing: 1.101px;
  letter-spacing: 0.0688125rem;
}

.noma-contact__logo img {
  height: 100%;
  margin-bottom: -15px;
  margin-bottom: -0.9375rem;
}

.noma-contact__logo-text {
  display: block;
}

.noma-contact__cards {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 22.35px;
  gap: 1.396875rem;
  margin-inline: auto;
}

.noma-contact-card {
  position: relative;
  min-height: 20.965625rem;
  padding: 42.54px 0px 31.98px;
  padding: 2.65875rem 0.9rem 1.99875rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  color: #fff;
  flex: 1;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .noma-contact-card:hover {
    z-index: 2;
    transform: scale(1.05);
  }
}

.noma-contact-card h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22.61px;
  font-size: 1.413125rem;
  line-height: 1.65;
  letter-spacing: 1.58px;
  letter-spacing: 0.09875rem;
}

.noma-contact-card__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .noma-contact-card__link:hover {
    opacity: 1;
  }
}

.noma-contact-card__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  content: "";
}

.noma-contact-card__button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 330.73px;
  width: 20.670625rem;
  height: 64px;
  height: 4rem;
  padding: 8px 22px 8px 30px;
  padding: 0.5rem 1.375rem 0.5rem 1.875rem;
  border-radius: 999px;
  border-radius: 62.4375rem;
  color: inherit;
  background: #fff;
  box-shadow: 0 5px 0 rgba(56, 56, 56, 0.16);
  box-shadow: 0 0.3125rem 0 rgba(56, 56, 56, 0.16);
  transition:
    box-shadow 0.22s cubic-bezier(0.2, 0, 0, 1),
    transform 0.3s ease,
    opacity 0.3s ease;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .noma-contact-card:hover .noma-contact-card__button {
    box-shadow: 0 0 0 0 rgba(56, 56, 56, 0);
    transform: scale(1.06);
  }
}

.noma-contact-card--line {
  background: #07b804;
}

.noma-contact-card--line .noma-contact-card__icon {
  width: 68.63px;
  width: 4.289375rem;
  height: 65.77px;
  height: 4.110625rem;
}

.noma-contact-card--line .noma-contact-card__link {
  color: #07b804;
}

.noma-contact-card__side {
  position: absolute;
  top: 29.95px;
  top: 1.871875rem;
  left: 16.85px;
  left: 1.053125rem;
  width: 26px;
  width: 1.625rem;
}

.noma-contact-card__icon {
  margin: 0 auto 21px;
  margin: 0 auto 1.3125rem;
}

.noma-contact-card--mail .noma-contact-card__icon {
  width: 66px;
  width: 4.125rem;
  height: 66px;
  height: 4.125rem;
}

.noma-contact-card__icon img {
  object-fit: contain;
}

.noma-contact-card__lead {
  margin-bottom: 18.9px;
  margin-bottom: 1.18125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
}

.noma-contact-card__button-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  gap: 0.5rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12.606px;
  font-size: 0.787875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 165%; /* 20.801px */
  letter-spacing: 0.882px;
  letter-spacing: 0.055125rem;
}

.noma-contact-card__button-label::before {
  width: 17px;
  width: 1.0625rem;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  content: "";
}

.noma-contact-card__button-label::after {
  width: 17px;
  width: 1.0625rem;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  content: "";
}

.noma-contact-card__button-text {
  display: block;
  font-size: 16.61px;
  font-size: 1.038125rem;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.66px;
  letter-spacing: 0.04125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.noma-contact-card__button-arrow {
  position: absolute;
  top: 50%;
  right: 8.16px;
  right: 0.51rem;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 37.22px;
  width: 2.32625rem;
  height: 37.22px;
  height: 2.32625rem;
  border-radius: 50%;
  background: #e5f0df;
  transform: translateY(-50%);
}

.noma-contact-card--mail .noma-contact-card__button-arrow {
  background: #e4ebff;
}

.noma-contact-card__button-arrow {
  font-size: 0;
}

.noma-contact-card__button-arrow::before {
  position: relative;
  z-index: 2;
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: currentColor;
  content: "";
  -webkit-mask-image: url(../img/btn-arrow.svg);
  mask-image: url(../img/btn-arrow.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: rotate(-45deg);
  transition: background-color 0.3s ease;
}

.noma-contact-card__button-arrow::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  border-radius: 50%;
  background-color: currentColor;
  transform: scale(0);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .noma-contact-card:hover .noma-contact-card__button-arrow::after {
    transform: scale(1);
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .noma-contact-card:hover .noma-contact-card__button-arrow::before {
    background-color: #fff;
  }
}

.noma-contact-card--mail {
  background: #2b63e3;
}

.noma-contact-card--mail .noma-contact-card__link {
  color: #2b63e3;
}

/* --- SP: 414px design --- */

/* --- SP: 25.875rem design --- */
@media (max-width: 767.98px) {
  html {
    --noma-header-height: 64px;
  }

  body {
    min-width: 320px;
  }

  body.is-noma-menu-open {
    overflow: hidden;
  }

  a:hover {
    opacity: 1;
  }

  .noma {
    overflow: hidden;
  }

  .noma::before {
    background-size: 18px 18px;
    background-size: 1.125rem 1.125rem;
    opacity: 0.32;
  }
}

@media (max-width: 767.98px) {
  .noma-tiktok-heading__title {
    font-size: 25.606px;
    font-size: 1.55rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 44.811px */
    letter-spacing: 1.792px;
    letter-spacing: 0.112rem;
    text-align: right;
    margin-left: auto;
    margin-right: 22px;
    margin-right: 1.375rem;
  }

  .noma-section-heading__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.55;
    letter-spacing: 0;
  }

  .noma-section-heading__lead {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .noma-section-heading--center {
    text-align: left;
  }

  .noma-section-heading--center .noma-section-heading__en {
    display: block;
  }

  .noma-link-button {
    gap: 12px;
    gap: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .noma-link-button__circle {
    width: 53.991px;
    width: 3.3744375rem;
    height: 53.991px;
    height: 3.3744375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .noma-column-card__arrow {
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .noma-fv {
    min-height: 0;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
  }

  .noma-fv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .noma-fv__content {
    flex-direction: column;
    margin-bottom: 24.48px;
    margin-bottom: 1.53rem;
    margin-top: 15px;
    margin-top: 1.25rem;
  }

  .noma-fv__copy {
    display: contents;
    position: relative;
  }

  .noma-fv__heading {
    order: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    width: 207.31px;
    width: 12.956875rem;
    padding-top: 0;
    gap: 26.93px;
    gap: 1.683125rem;
    height: auto;
    margin-left: 95px;
    margin-left: 5.9375rem;
  }

  .noma-fv__vertical-sub {
    position: static;
    align-self: auto;
    justify-self: auto;
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 18.17px;
    width: 1.135625rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    letter-spacing: 3.52px;
    letter-spacing: 0.22rem;
    margin-top: 0;
  }

  .noma-fv__title {
    position: static;
    flex: 0 0 auto;
    gap: 21.98px;
    gap: 1.37375rem;
    min-height: 252px;
    font-size: 28.81px;
    font-size: 1.800625rem;
    line-height: 1.25;
    letter-spacing: 8.44px;
    letter-spacing: 0.5275rem;
  }

  .noma-fv__title span {
    width: 39.41px;
    width: 2.463125rem;
  }

  .noma-fv__title .noma-anim-line {
    width: 39.41px;
    width: 2.463125rem;
  }

  .noma-fv__title-line--pc {
    display: none;
  }

  .noma-fv__title-line--sp {
    display: block;
  }

  .noma-fv__lead {
    order: 3;
    grid-column: auto;
    width: 327px;
    width: 20.4375rem;
    max-width: calc(100vw - 48px);
    margin: 28.09px auto 0;
    margin: 1.755625rem auto 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.6px;
    letter-spacing: 0.0375rem;
    text-align: center;
    white-space: nowrap;
  }

  .noma-fv__lead br {
    display: block;
  }

  .noma-fv__visual {
    order: 2;
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 27.93625rem;
    margin-top: -54px;
    margin-top: -3.375rem;
    padding-top: 0;
  }

  .noma-fv__media {
    grid-area: 1 / 1;
    position: relative;
    z-index: 0;
    width: 24.666rem;
    height: 441.8px;
    height: 27.6125rem;
    margin-top: 0;
    margin-left: 12.01px;
    margin-left: 0.750625rem;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
    overflow: visible;
    background: #fff;
  }

  .noma-fv__media::before {
    position: absolute;
    top: 6.86px;
    top: 0.32875rem;
    left: -5.01px;
    left: -0.413125rem;
    z-index: -1;
    width: 24.66625rem;
    height: 27.631875rem;
    background-image: url(../img/noma-fv__media-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .noma-fv__media img {
    object-position: center center;
  }

  .noma-fv__counter {
    width: 100.799px;
    width: 6.2999375rem;
    height: 100.799px;
    height: 6.2999375rem;
    color: #fff;
    font-size: 15.129px;
    font-size: 0.9455625rem;
    font-weight: 900;
    line-height: 175%; /* 26.475px */
    letter-spacing: 0.605px;
    letter-spacing: 0.0378125rem;
    margin-top: 18px;
    margin-top: 1.125rem;
    margin-left: 33px;
    margin-left: 2.0625rem;
  }

  .noma-fv__counter::before {
    top: 46px;
    top: 2.875rem;
    left: 27px;
    left: 1.6875rem;
  }

  .noma-fv__side-link {
    position: static;
    z-index: 1;
    grid-area: 1 / 1;
    align-self: start;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 51.67px;
    width: 3.229375rem;
    min-height: 9.93625rem;
    margin-top: 46.43px;
    margin-top: 2.901875rem;
    margin-right: 7.33px;
    margin-right: 0.458125rem;
    padding: 17.99px 8px 8px;
    padding: 1.124375rem 0.5rem 0.5rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    background: #fff;
    font-size: 11.19px;
    font-size: 0.699375rem;
    line-height: 1.2;
    letter-spacing: 0.45px;
    letter-spacing: 0.028125rem;
    writing-mode: horizontal-tb;
  }

  .noma-fv__side-icon {
    display: block;
    width: 25.48px;
    width: 1.5925rem;
    height: 20.21px;
    height: 1.263125rem;
    margin-bottom: 7.15px;
    margin-bottom: 0.446875rem;
    transform: translateX(4px);
  }

  .noma-fv__side-arrow {
    width: 9.383px;
    width: 0.5864375rem;
    height: 6.824px;
    height: 0.4265rem;
    margin-top: 17px;
    margin-top: 1.0625rem;
    margin-left: 1px;
    margin-left: 0.0625rem;
  }

  .noma-fv__cta-list .noma-cta--blue {
    width: 23.05rem;
    min-height: 0;
    padding: 17px 31px 15px 36px;
    padding: 1.3625rem 1.9375rem 0.9375rem 1.95rem;
  }

  .noma-fv__voice-cards {
    position: relative;
    z-index: 1;
    grid-area: 1 / 1;
    align-self: end;
    justify-self: end;
    width: 312.19px;
    width: 19.511875rem;
    min-height: 96.72px;
    margin-right: 17.82px;
    margin-right: 1.11375rem;
    margin-bottom: 16.48px;
    margin-bottom: 1.03rem;
  }

  .noma-fv__voice-card {
    right: 0;
    bottom: 0;
    width: 312.19px;
    width: 19.511875rem;
    min-height: 6.045rem;
    padding: 12.34px 13.1px 9.33px;
    padding: 0.77125rem 0.81875rem 0.583125rem;
    border-radius: 2.77px;
    border-radius: 0.173125rem;
    background: rgba(255, 255, 255, 0.98);
  }

  .noma-fv__voice-card--01 {
    left: 2.5rem;
    right: auto;
    bottom: -2.8rem;
  }

  .noma-fv__voice-card--02 {
    left: auto;
    right: 46px;
    right: 0.875rem;
    bottom: 20px;
    bottom: -2.75rem;
  }

  .noma-fv__voice-card--03 {
    left: 2.5rem;
    right: auto;
    bottom: -2.8rem;
  }

  .noma-fv__voice-card--04 {
    left: auto;
    right: 46px;
    right: 0.875rem;
    bottom: 20px;
    bottom: -2.75rem;
  }

  .noma-fv__voice-title {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    font-size: 11.74px;
    font-size: 0.73375rem;
    line-height: 1.4;
    letter-spacing: 0.47px;
    letter-spacing: 0.029375rem;
  }

  .noma-fv__voice-text {
    margin-bottom: 7.17px;
    margin-bottom: 0.448125rem;
    font-size: 9.9px;
    font-size: 0.61875rem;
    line-height: 1.7;
    letter-spacing: -0.21px;
    letter-spacing: -0.013125rem;
    white-space: nowrap;
  }

  .noma-fv__voice-person {
    font-size: 8.361px;
    font-size: 0.5225625rem;
    font-weight: 400;
    /* 11.706px */
    letter-spacing: 0.334px;
    letter-spacing: 0.020875rem;
  }

  .noma-fv__voice-card::after {
    width: 33.103px;
    width: 2.0689375rem;
    height: 22.629px;
    height: 1.4143125rem;
    right: 15px;
    right: 0.1375rem;
    bottom: 16px;
    bottom: 0.3rem;
  }

  .noma-fv__cta-list {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 17.72px;
    gap: 1.1075rem;
    width: 378px;
    width: 23.625rem;
    transform: translateX(0);
  }

  .noma-concept {
    padding: 30px 0 57px;
    padding: 1.875rem 0 4.3625rem;
  }

  .noma-concept__inner {
    width: 100%;
  }

  .noma-concept__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .noma-concept__slider--sp {
    width: 100vw;
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
    position: relative;
    overflow: visible;
    z-index: 2;
  }

  .noma-concept__slider--sp::after {
    content: "";
    background: url(../img/concept-slider-sp-deco.webp) no-repeat;
    background-size: contain;
    width: 282.09px;
    width: 17.630625rem;
    height: 156.58px;
    height: 9.78625rem;
    position: absolute;
    bottom: -28px;
    bottom: -1.75rem;
    left: -70px;
    left: -4.375rem;
    z-index: -1;
  }

  .noma-concept__track {
    animation-duration: 22s;
  }

  .noma-concept__slide-set {
    gap: 11px;
    gap: 0.6875rem;
    padding-right: 11px;
    padding-right: 0.6875rem;
  }

  .noma-worker-support__side-link-arrow::before {
    display: block;
    width: 34%;
    height: 34%;
  }
  .noma-concept .noma-section-heading {
    margin-top: 3px;
    margin-top: 0.1875rem;
    text-align: center;
    margin-bottom: 26.52px;
    margin-bottom: 1.6575rem;
  }

  .noma-concept .noma-section-heading__en {
    display: inline-block;
    width: 92px;
    width: 5.75rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .noma-concept .noma-section-heading__title {
    font-size: 23.606px;
    font-size: 1.475375rem;
    line-height: 1.75;
    letter-spacing: 1.65px;
    letter-spacing: 0.103125rem;
  }

  .noma-concept__media {
    position: static;
    flex: 0 0 auto;
    width: 198px;
    width: 12.375rem;
    height: 198px;
    height: 12.375rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
  }

  .noma-concept__media--left {
    margin: 0;
  }

  .noma-concept__media--left::before {
    display: none;
  }

  .noma-concept__media--top {
    margin: 0;
  }

  .noma-concept__media--right {
    margin: 0;
  }

  .noma-concept__media--right::before {
    display: none;
  }
  .noma-concept__copy {
    width: 340px;
    width: 21.25rem;
    padding-top: 0;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
  }

  .noma-concept__copy p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.05;
    letter-spacing: 0.56px;
    letter-spacing: 0.035rem;
    text-align: left;
    line-height: 205%; /* 28.7px */
  }

  .noma-concept__copy p:last-of-type {
    margin: 0;
  }

  .noma-concept__copy .noma-link-button {
    margin-top: 13px;
    margin-top: 0.8125rem;
    margin-inline: auto;
    font-size: 17.852px;
    font-size: 1.11575rem;
    font-weight: 700;
    /* 35.704px */
    letter-spacing: 1.071px;
    letter-spacing: 0.0669375rem;
  }

  .noma-link-button__circle::before {
    width: 21px;
    width: 0.8125rem;
    height: 21px;
    height: 0.8125rem;
  }

  .noma-point {
    padding: 110px 0 45px;
    padding: 6.875rem 0 2.8125rem;
    margin-top: 0;
  }

  .noma-point__inner {
    display: block;
    width: 100%;
  }

  .noma-point__content {
    flex-direction: column;
    gap: 34.57px;
    gap: 2.160625rem;
    transform: translateX(0);
    width: 91.0628019324%;
  }

  .noma-point .noma-section-heading__en--point {
    width: 62px;
    width: 3.875rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 11px;
    margin-bottom: 0.6875rem;
    margin-left: 0;
  }

  .noma-point__heading-copy {
    display: block;
  }

  .noma-point__lead {
    display: block;
    margin: 0 0 9px;
    margin: 0 0 0.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 1.05px;
    letter-spacing: 0.13rem;
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-left: -0.5rem;
  }

  .noma-point__vertical-title {
    display: block;
    min-height: 0;
    font-size: 35.606px;
    font-size: 2.225375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 205%; /* 55.19px */
  }

  .noma-point__vertical-title span {
    display: block;
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    line-height: 155%; /* 55.19px */
    letter-spacing: 0.15575rem;
  }

  .noma-point__vertical-title > span:first-child {
    font-size: 35.606px;
    font-size: 2.225375rem;
    line-height: 1.55;
    letter-spacing: 2.49px;
    letter-spacing: 0.155625rem;
  }

  .noma-point__vertical-title > span:nth-child(2) {
    font-size: 35.606px;
    font-size: 2.225375rem;
    line-height: 1.55;
    letter-spacing: 2.49px;
    letter-spacing: 0.155625rem;
  }

  /* SPは横書きのため、文字ごとの縦書き調整はリセット */
  .noma-point__lead .noma-point__vt-c {
    display: inline;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .noma-point__map {
    width: 252px;
    width: 15.75rem;
    height: 239px;
    height: 14.9375rem;
    margin: 0 -70px 0 0;
    margin: 0 -4.375rem 0 0;
    right: -7px;
    right: -0.4375rem;
    top: -140px;
    top: -8.75rem;
  }

  .noma-point-map {
    height: 100%;
    aspect-ratio: auto;
  }

  .noma-point-map__dots {
    display: none;
  }

  .noma-point-map__circle {
    --point-map-x: 5.965863%;
    --point-map-y: 0.977579%;
    --point-map-w: 94.034137%;
    --point-map-h: 99.022421%;
  }

  .noma-point-map__island {
    left: var(--point-map-sp-x);
    top: var(--point-map-sp-y);
    width: var(--point-map-sp-w);
    height: var(--point-map-sp-h);
  }

  .noma-point-map__pin {
    left: var(--point-map-sp-x);
    top: var(--point-map-sp-y);
    width: 1.459701%;
    height: 3.074268%;
  }

  .noma-point-map__badge {
    left: 0;
    top: 0;
    width: 51.549195%;
    height: 54.283756%;
  }

  .noma-point-map__badge-bg{
    box-shadow: 0 clamp(0.3rem, 0.7875vw, 0.828125rem) 0 rgba(212, 212, 212, 0.84);
  }

  .noma-point-map__badge-text {
    left: 49.961781%;
    top: 42.104972%;
    font-size: 0.853375rem;
    letter-spacing: 0.12em;
  }

  .noma-point-map__megaphone {
    left: 40.468614%;
    top: 16.937566%;
    width: 23.219663%;
    height: 19.862937%;
  }

  .noma-point__list {
    padding: 0;
    margin-top: 0;
  }

  .noma-point-card {
    padding: 0 0 25.67px;
    padding: 0 0 1.604375rem;
  }

  .noma-point-card + .noma-point-card {
    padding-top: 23px;
    padding-top: 1.4375rem;
  }

  .noma-point-card__head {
    margin-bottom: 22.14px;
    margin-bottom: 1.38375rem;
  }

  .noma-point-card__title {
    font-size: 27.339px;
    font-size: 1.7086875rem;
    line-height: 1.4;
    letter-spacing: 3.55px;
    letter-spacing: 0.221875rem;
  }

  .noma-point-card__num {
    height: 42px;
    height: 2.625rem;
  }

  .noma-point-card__num--01 {
    width: 44px;
    width: 2.75rem;
  }

  .noma-point-card__num--02 {
    width: 50px;
    width: 3.125rem;
  }

  .noma-point-card__num--03 {
    width: 51px;
    width: 3.1875rem;
  }

  .noma-point-card__body {
    display: block;
    padding-right: 0;
  }

  .noma-point-card__media {
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
    width: 100%;
    height: auto;
  }

  .noma-point-card__copy h4 {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 17.276px;
    font-size: 1.07975rem;
    line-height: 2.05;
    letter-spacing: 1.04px;
    letter-spacing: 0.065rem;
  }

  .noma-point-card__copy p {
    font-size: 14.5px;
    font-size: 0.90625rem;
    line-height: 1.65;
    letter-spacing: 0.58px;
    letter-spacing: 0.03625rem;
  }

  .noma-worker-support {
    margin-top: 0;
    padding: 13px 0 155px;
    padding: 0.8125rem 0 9.6875rem;
  }

  .noma-worker-support__notice-wrap {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }

  .noma-worker-support__notice {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 0;
    gap: 6.6px;
    gap: 0.4125rem;
    background: transparent;
    font-size: 21.59px;
    font-size: 1.349375rem;
    line-height: 1.5;
    letter-spacing: 1.3px;
    letter-spacing: 0.08125rem;
  }

  .noma-worker-support__notice-main {
    justify-content: center;
    width: 337px;
    width: 21.0625rem;
    min-height: 45.34px;
    border-radius: 1.746px;
    border-radius: 0.109125rem;
    background: #75c618;
  }

  .noma-worker-support__notice-icon {
    width: 29.22px;
    width: 1.82625rem;
    height: 29.22px;
    height: 1.82625rem;
    margin-right: 6.4px;
    margin-right: 0.4rem;
  }

  .noma-worker-support__notice-target {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.8125rem;
    min-height: 45.34px;
    border-radius: 2px;
    border-radius: 0.125rem;
    background: #75c618;
  }

  .noma-worker-support__bg-word {
    top: 20px;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .noma-worker-support__bg-word img {
    padding: 0;
    width: 100%;
  }

  .noma-worker-support__bg-word::after {
    display: none;
  }

  .noma-worker-support__bg-word-track {
    animation: none;
  }

  .noma-worker-support__bg-word span {
    padding-right: 0;
  }

  .noma-worker-support__bg-word span + span {
    display: none;
  }

  .noma-worker-support__inner {
    display: flex;
    flex-direction: column;
    width: 378px;
    width: 23.625rem;
    gap: 0;
    transform: translateX(0);
  }

  .noma-worker-support__content {
    display: contents;
    padding-top: 0;
  }

  .noma-worker-support .noma-section-heading {
    width: 100%;
  }

  .noma-worker-support .noma-section-heading__en--support {
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
  }

  .noma-worker-support .noma-section-heading__lead {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
    font-size: 17.61px;
    font-size: 1.100625rem;
    line-height: 1.75;
    letter-spacing: 1.58px;
    letter-spacing: 0.09875rem;
  }

  .noma-worker-support .noma-section-heading__title {
    font-size: 27.77px;
    font-size: 1.735625rem;
    line-height: 1.75;
    letter-spacing: 1.94px;
    letter-spacing: 0.12125rem;
  }

  .noma-section-heading__title-under {
    transform: translateX(18px);
  }

  .noma-worker-support__visual {
    width: 100%;
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .noma-worker-support__copy {
    order: 3;
    max-width: 100%;
    margin: 19px 0 25px;
    margin: 1.1875rem 0 1.5625rem;
    width: 363px;
    width: 22.6875rem;
  }

  .noma-worker-support__copy p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.9;
    letter-spacing: 0.6px;
    letter-spacing: 0.0375rem;
  }

  .noma-worker-support__copy p + p {
    margin-top: 16.6px;
    margin-top: 1.0375rem;
  }

  .noma-worker-support__cta-wrap {
    order: 4;
  }

  .noma-worker-support__media {
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    aspect-ratio: 364.81 / 297.7;
    border-radius: 4px;
    border-radius: 0.25rem;
  }

  .noma-worker-support__photo {
    clip-path: polygon(
      0 0,
      100% 0,
      100% 6.57%,
      80.95% 6.57%,
      80.95% 83.55%,
      100% 83.55%,
      100% 100%,
      0 100%
    );
  }

  @supports ((mask-image: url("")) or (-webkit-mask-image: url(""))) {
    .noma-worker-support__photo {
      clip-path: none;
      -webkit-mask-image: url(../img/support-photo-mask-sp.svg);
      mask-image: url(../img/support-photo-mask-sp.svg);
    }
  }

  .noma-worker-support__media::before {
    top: 2.37%;
    left: -1.83%;
    bottom: auto;
    width: 99.57%;
    height: 99.84%;
    border-radius: 4px;
    border-radius: 0.25rem;
  }

  .noma-worker-support__side-link {
    width: 71.97px;
    width: 4.498125rem;
    min-height: 223.63px;
    margin-top: 20.27px;
    margin-top: 1.266875rem;
    padding: 20px 9px 0px;
    padding: 1.25rem 0.5625rem 0rem;
  }

  .noma-worker-support__side-link-text {
    font-size: 13.569px;
    font-size: 0.8480625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 16.283px */
    letter-spacing: 1.543px;
    letter-spacing: 0.0964375rem;
  }

  .noma-worker-support__side-link-arrow {
    width: 52.18px;
    width: 3.26125rem;
    height: 52.18px;
    height: 3.26125rem;
    margin-top: 11px;
    margin-top: 0.6875rem;
  }

  .noma-worker-support__side-link-arrow::before {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }

  .noma-jobs {
    padding: 128.7px 0 120px;
    padding: 8.04375rem 0 7.5rem;
    background: url(../img/jobs-bg-sp.webp) no-repeat;
    background-size: 100% 100%;
  }

  /* SPは角丸装飾なし（凹みカーブを無効化） */
  .noma-jobs::before,
  .noma-jobs::after {
    content: none;
    display: none;
  }

  .noma-jobs__inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .noma-jobs__heading {
    width: auto;
    margin-left: 25.05px;
    margin-left: 1.565625rem;
    padding-top: 0;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
  }

  .noma-jobs__heading .noma-section-heading__en--job-postings {
    width: 137.82px;
    width: 8.61375rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 22.59px;
    margin-bottom: 1.411875rem;
  }

  .noma-jobs__heading-copy {
    display: block;
    margin-top: 0;
  }

  .noma-jobs__heading-copy::after {
    width: 228.444px;
    width: 14.27775rem;
    height: 214.144px;
    height: 13.384rem;
    background-size: cover;
    left: -68px;
    left: -4.25rem;
    bottom: -220px;
    bottom: -13.75rem;
  }

  .noma-jobs__lead {
    width: auto;
    margin-bottom: 5.23px;
    margin-bottom: 0.326875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .noma-jobs__cards {
    width: calc(100vw - 25.05px);
    margin-left: 25.05px;
    margin-left: 1.565625rem;
    padding-top: 0;
    overflow: hidden;
    margin-top: 0;
  }

  .noma-jobs__cards::before {
    display: none;
  }
  .noma-jobs__cards::after {
    display: none;
  }

  .noma-jobs__cards-wrapper {
    display: flex;
    gap: 0;
  }

  .noma-jobs__vertical-title {
    display: block;
    min-height: 0;
    font-size: 32.77px;
    font-size: 2.048125rem;
    line-height: 1.55;
    letter-spacing: 3.93px;
    letter-spacing: 0.245625rem;
    margin-left: -2px;
    margin-left: -0.125rem;
  }

  .noma-jobs__vertical-title > span {
    display: block;
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .noma-jobs__lead {
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .noma-jobs__more {
    --noma-link-button-circle-size: 3.851875rem;
    --noma-link-button-gap: 0.6475rem;
    margin-top: 27.95px;
    margin-top: 1.746875rem;
    margin-left: 25.05px;
    margin-left: 1.565625rem;
    gap: 10.36px;
    gap: var(--noma-link-button-gap);
    font-size: 17.08px;
    font-size: 1.0675rem;
    line-height: 2;
    letter-spacing: 1.02px;
    letter-spacing: 0.06375rem;
    position: static;
  }

  .noma-jobs__more .noma-link-button__circle {
    width: 61.63px;
    width: 3.851875rem;
    height: 61.63px;
    height: 3.851875rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .noma-jobs__more .noma-link-button__circle::before {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }

  .noma-job-card {
    width: 335px;
    width: 20.9375rem;
    min-height: 37.5625rem;
    padding: 27.85px 19.72px 6.28px 18.25px;
    padding: 1.740625rem 1.2325rem 0.3925rem 1.140625rem;
    border-radius: 6px;
    border-radius: 0.375rem;
    background: url(../img/job-card-bg-sp.webp) no-repeat;
    background-size: 100% 100%;
  }

  .noma-job-card__title {
    margin-bottom: 18.16px;
    margin-bottom: 1.135rem;
    font-size: 15.64px;
    font-size: 0.9775rem;
    line-height: 1.65;
    letter-spacing: 0.63px;
    letter-spacing: 0.039375rem;
  }

  .noma-job-card__body {
    display: block;
  }

  .noma-job-link__visual {
    right: 12px;
    right: 0.75rem;
    bottom: 6px;
    bottom: 0.375rem;
  }

  .noma-job-card__media {
    width: 295.95px;
    width: 18.496875rem;
    height: auto;
    aspect-ratio: 295.95 / 185.81;
    margin-bottom: 22.27px;
    margin-bottom: 1.391875rem;
  }

  .noma-job-card__copy p {
    width: 297.29px;
    width: 18.580625rem;
    margin-bottom: 19.26px;
    margin-bottom: 1.20375rem;
    font-size: 12.65px;
    font-size: 0.790625rem;
    line-height: 1.8;
    letter-spacing: 0.76px;
    letter-spacing: 0.0475rem;
  }

  .noma-job-card__meta {
    gap: 8.07px;
    gap: 0.504375rem;
  }

  .noma-job-card__meta div {
    align-items: flex-start;
    gap: 4.52px;
    gap: 0.2825rem;
  }

  .noma-job-card__meta dt {
    width: 44.34px;
    width: 2.77125rem;
    height: 19.89px;
    height: 1.243125rem;
    font-size: 11.74px;
    font-size: 0.73375rem;
    line-height: 1.7;
    letter-spacing: 1.17px;
    letter-spacing: 0.073125rem;
  }

  .noma-job-card__meta dd {
    flex: 1;
    font-size: 12.65px;
    font-size: 0.790625rem;
    line-height: 1.7;
    letter-spacing: 0.76px;
    letter-spacing: 0.0475rem;
    white-space: nowrap;
  }

  .noma-voice {
    margin-top: 0px;
    margin-top: 0rem;
    padding: 0px 0 30px;
    padding: 0rem 0 1.875rem;
    position: relative;
  }

  .noma-voice__inner {
    width: 394.34px;
    width: 24.64625rem;
    margin-inline: auto;
  }

  .noma-voice__head {
    display: block;
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
  }

  .noma-voice__head .noma-section-heading {
    width: 93%;
    margin-inline: auto;
  }

  .noma-voice__head .noma-section-heading__en {
    width: 159.82px;
    width: 9.98875rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 14.9px;
    margin-bottom: 0.93125rem;
  }

  .noma-voice__head .noma-section-heading__lead {
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 35px */
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
  }

  .noma-voice__head .noma-section-heading__title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 165%; /* 51.344px */
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
  }

  .noma-voice__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    gap: 2.125rem;
    transform: translateX(5px);
  }

  .noma-voice-card__media {
    aspect-ratio: 394 / 322;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
  }

  .noma-voice-card__photo {
    width: 92.55%;
    aspect-ratio: 365 / 298;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }

  .noma-voice-card__photo picture {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 6.8%,
      82.74% 6.8%,
      82.74% 68.1%,
      100% 68.1%,
      100% 100%,
      0 100%
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 6.8%,
      82.74% 6.8%,
      82.74% 68.1%,
      100% 68.1%,
      100% 100%,
      0 100%
    );
  }

  .noma-voice-card__photo::after {
    content: "";
    background: url(../img/voice-photo-deco-sp.webp) no-repeat;
    background-size: contain;
    width: 371.94px;
    width: 23.24625rem;
    height: 315.02px;
    height: 19.68875rem;
    position: absolute;
    left: -17px;
    left: -1.0625rem;
    top: 10px;
    top: 0.625rem;
  }

  .noma-voice-card__link-text {
    width: 67px;
    width: 4.1875rem;
    height: 181px;
    height: 11.3125rem;
    margin-bottom: 0;
    padding: 26px 7px 21px;
    padding: 1.625rem 0.4375rem 1.3125rem;
    top: 21px;
    top: 1.3125rem;
    right: 12px;
    right: 0.75rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.6px;
    letter-spacing: 0.0375rem;
  }

  .noma-voice-card__link-text::after {
    width: 46.958px;
    width: 2.934875rem;
    height: 46.958px;
    height: 2.934875rem;
    left: 51%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 18px;
    bottom: 1.125rem;
    background-image: url(../img/btn-arrow.svg);
    background-position: center;
    background-size: 0.7rem 0.7rem;
  }

  .noma-voice-card__link:hover .noma-voice-card__link-text::after {
    -webkit-transform: translateX(-50%) translateY(0.142375rem);
    transform: translateX(-50%) translateY(0.142375rem);
  }

  .noma-voice-card h3 {
    margin-left: 17px;
    margin-left: 1.0625rem;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;
    letter-spacing: 0.05rem;
  }

  .noma-voice-card p {
    margin-left: 17px;
    margin-left: 1.0625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.16px;
    letter-spacing: 0.01rem;
    width: 362px;
    width: 22.625rem;
  }

  .noma-voice-card small {
    width: 364px;
    width: 22.75rem;
    margin-left: 17px;
    margin-left: 1.0625rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    font-size: 13.431px;
    font-size: 0.8394375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.803px */
    letter-spacing: 0.806px;
    letter-spacing: 0.050375rem;
  }

  .noma-voice-card small::after {
    right: -13px;
    right: -0.8125rem;
    top: -8px;
    top: -0.5rem;
  }

  .noma-voice__more--sp {
    --noma-link-button-circle-size: 3.3045625rem;
    display: flex;
    width: max-content;
    margin-top: 22px;
    margin-top: 1.375rem;
    margin-left: auto;
  }
  .noma-voice__more span {
    width: 52.873px;
    width: 3.3045625rem;
    height: 52.873px;
    height: 3.3045625rem;
  }

  .noma-voice__more span::before {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .noma-voice__cta-list {
    flex-direction: column;
    width: 378px;
    width: 23.625rem;
    gap: 16px;
    gap: 1rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-inline: auto;
    transform: translateX(0);
  }

  .noma-voice__cta-list .noma-cta--blue {
    width: 23.05rem;
    height: 6.125rem;
    padding-top: 18px;
    padding-top: 18px;
    padding-top: 1.425rem;
    padding-bottom: 17px;
    padding-bottom: 0.6625rem;
  }

  .noma-company {
    margin-top: 0;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
  }

  .noma-company__city {
    width: 100%;
    height: 296px;
    height: 18.5rem;
    border-radius: 70px 0 0 0;
    border-radius: 4.375rem 0 0 0;
  }

  .noma-company__ttl {
    bottom: -22px;
    bottom: -1.375rem;
    width: 323px;
    width: 20.1875rem;
    height: 55px;
    height: 3.4375rem;
    justify-content: flex-start;
    padding-left: 78px;
    padding-left: 4.875rem;
    font-family: "Zen Kaku Gothic New";
    font-size: 24.12px;
    font-size: 1.5075rem;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 36.181px */
    letter-spacing: 1.688px;
    letter-spacing: 0.1055rem;
  }

  .noma-company__city-icon {
    position: absolute;
    left: 29px;
    left: 1.8125rem;
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem;
    margin-right: 0;
  }

  .noma-company__bg-word {
    top: 318px;
    top: 19.875rem;
    left: 58px;
    left: 3.625rem;
    width: 360px;
    width: 22.5rem;
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.1;
    letter-spacing: 12px;
    letter-spacing: 0.75rem;
  }

  .noma-company__bg-word::before {
    background: url(../img/company-bg-word-deco-sp.webp) no-repeat;
    background-size: contain;
    width: 219.77px;
    width: 13.735625rem;
    height: 145.46px;
    height: 9.09125rem;
    top: -63px;
    top: -3.9375rem;
    left: 160px;
    left: 10rem;
  }

  .noma-company__bg-word-track {
    width: 360px;
    width: 22.5rem;
  }

  .noma-company__bg-word-track > span {
    width: 360px;
    width: 22.5rem;
    padding-right: 0;
  }

  .noma-company__inner {
    width: 100%;
    margin: 87px auto 0;
    margin: 5.4375rem auto 0;
    transform: translateX(0);
  }

  .noma-company__inner .noma-section-heading {
    transform: translateX(1.75rem);
  }

  .noma-company .noma-section-heading__en--about {
    margin-left: 0;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .noma-company .noma-section-heading__title {
    font-size: 23.529px;
    font-size: 1.4705625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 41.177px */
    letter-spacing: 1.647px;
    letter-spacing: 0.1029375rem;
  }

  .noma-company__body {
    display: block;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 0;
    width: 370px;
    width: 23.125rem;
    margin-inline: auto;
  }

  .noma-company__media {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
  }

  .noma-company__copy {
    padding-top: 0;
  }

  .noma-company__copy p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 195%; /* 29.25px */
    letter-spacing: 0.6px;
    letter-spacing: 0.0375rem;
  }

  .noma-company__copy p + p {
    margin-top: 0;
  }

  .noma-company__copy .noma-link-button {
    --noma-link-button-circle-size: 3.25rem;
    --noma-link-button-gap: 0.75rem;
    gap: 12px;
    gap: var(--noma-link-button-gap);
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 16.327px;
    font-size: 1.0204375rem;
    font-weight: 700;
    line-height: 200%; /* 32.654px */
    letter-spacing: 0.98px;
    letter-spacing: 0.06125rem;
  }

  .noma-company__copy .noma-link-button__circle {
    width: 52px;
    width: 3.25rem;
    height: 52px;
    height: 3.25rem;
  }

  .noma-company__copy .noma-link-button__circle::before {
    width: 13px;
    width: 0.8125rem;
    height: 13px;
    height: 0.8125rem;
  }

  .noma-message {
    padding: 0 0 50px;
    padding: 0 0 3.125rem;
  }

  .noma-message__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 387.43px;
    width: 24.214375rem;
    transform: translateX(4px);
  }

  .noma-message__inner::after {
    background: url(../img/noma-message-deco-sp.webp) no-repeat;
    background-size: contain;
    width: 219.77px;
    width: 13.735625rem;
    height: 145.46px;
    height: 9.09125rem;
    left: -80px;
    left: -5rem;
    bottom: -130px;
    bottom: -8.125rem;
  }

  .noma-message__copy {
    display: contents;
  }

  .noma-message .noma-section-heading__en {
    order: 1;
    align-self: flex-end;
    width: 92.82px;
    width: 5.80125rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 12.69px;
    margin-bottom: 0.793125rem;
    margin-right: 0.5rem;
  }

  .noma-message .noma-section-heading__title {
    order: 2;
    width: 100%;
    font-size: 23.529px;
    font-size: 1.4705625rem;
    line-height: 1.75;
    letter-spacing: 1.647px;
    letter-spacing: 0.1029375rem;
    text-align: right;
    margin-right: 0.5rem;
  }

  .noma-message__ttl-span-1 {
    letter-spacing: 0.1029375rem;
  }
  .noma-message__ttl-span-2 {
    letter-spacing: 0.1029375rem;
  }
  .noma-message__paragraphs {
    position: relative;
    order: 4;
    width: 372px;
    width: 23.25rem;
    margin-top: 46.4px;
    margin-top: 2.9rem;
    max-width: 100%;
  }

  .noma-message__paragraphs::after {
    right: 10px;
    right: 0.625rem;
    bottom: -35px;
    bottom: -2.1875rem;
  }

  .noma-message__paragraphs p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.56px;
    letter-spacing: 0.035rem;
  }

  .noma-message__paragraphs p + p {
    margin-top: 22.4px;
    margin-top: 1.4rem;
  }

  .noma-message__figure {
    order: 3;
    padding-top: 32.6px;
    padding-top: 2.0375rem;
  }

  .noma-message__media {
    width: 372px;
    width: 23.25rem;
    height: auto;
    border-top: 0;
    border-right: 0;
    margin-inline: auto;
  }

  .noma-message__figure figcaption {
    width: 380.88px;
    width: 23.805rem;
    margin-top: 9.5px;
    margin-top: 0.59375rem;
    margin-left: -10.5px;
    margin-left: -0.65625rem;
  }

  .noma-message__caption-image {
    width: 100%;
  }

  .noma-column {
    margin-top: 0;
    padding: 141.1px 0 126px;
    padding: 8.81875rem 0 7.875rem;
    background: url(../img/noma-column-bg-sp.webp) no-repeat;
    background-size: 100% 100%;
  }

  .noma-column__inner {
    width: 100%;
    padding: 0;
  }

  .noma-column__content {
    flex-direction: column;
    gap: 0;
    left: 0;
    width: 364px;
    width: 22.75rem;
    margin-bottom: 59px;
    margin-bottom: 3.6875rem;
  }

  .noma-column__heading {
    display: contents;
  }

  .noma-column__heading .noma-link-button {
    --noma-link-button-circle-size: 3.671875rem;
    --noma-link-button-gap: 0.56125rem;
    order: 4;
    align-self: flex-start;
    gap: 8.98px;
    gap: var(--noma-link-button-gap);
    margin-top: 24.65px;
    margin-top: 1.540625rem;
    font-size: 17.3px;
    font-size: 1.08125rem;
    line-height: 2;
    letter-spacing: 1.04px;
    letter-spacing: 0.065rem;
    margin-inline: auto;
  }

  .noma-column__heading .noma-link-button__circle {
    width: 58.75px;
    width: 3.671875rem;
    height: 58.75px;
    height: 3.671875rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .noma-column__heading .noma-link-button__circle::before {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }

  .noma-column .noma-section-heading__en--column {
    order: 1;
    width: 82.82px;
    width: 5.17625rem;
    height: 27px;
    height: 1.6875rem;
    margin-bottom: 0.84px;
    margin-bottom: 0.0525rem;
    margin-left: -3.55px;
    margin-left: -0.221875rem;
  }

  .noma-column .noma-section-heading__title {
    order: 2;
    align-self: flex-start;
    width: max-content;
    margin-bottom: 23.27px;
    margin-bottom: 1.454375rem;
    margin-left: -7.74px;
    margin-left: -0.48375rem;
    font-size: 38.61px;
    font-size: 2.413125rem;
    line-height: 1.75;
    letter-spacing: 2.7px;
    letter-spacing: 0.16875rem;
  }

  .noma-column__list {
    order: 3;
    width: 364px;
    width: 22.75rem;
    margin-inline: auto;
  }

  .noma-column-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 0;
    padding: 26.26px 27px 58.35px;
    padding: 1.64125rem 1.6875rem 3.646875rem;
  }

  .noma-column-card::before {
    position: absolute;
    right: 41.36px;
    right: 2.585rem;
    bottom: 24.46px;
    bottom: 1.52875rem;
    z-index: 0;
    width: 52.5px;
    width: 3.28125rem;
    height: 52.5px;
    height: 3.28125rem;
    background: url(../img/column-arrow-deco-sp.webp) no-repeat;
    background-size: contain;
    content: "";
  }

  .noma-column-card__media {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 15.42px;
    margin-bottom: 0.96375rem;
  }

  .noma-column-card__body h3 {
    margin-bottom: 9.24px;
    margin-bottom: 0.5775rem;
    padding-left: 13.52px;
    padding-left: 0.845rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.65;
    letter-spacing: 1.02px;
    letter-spacing: 0.06375rem;
  }

  .noma-column-card__body h3::before {
    top: 6.69px;
    top: 0.418125rem;
    left: 0px;
    left: 0rem;
    width: 5.29px;
    width: 0.330625rem;
    height: 5.29px;
    height: 0.330625rem;
  }

  .noma-column-card__body p {
    flex-wrap: nowrap;
    gap: 11.98px;
    gap: 0.74875rem;
    margin-left: 13.52px;
    margin-left: 0.845rem;
    color: #c1c4bb;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.42px;
    letter-spacing: 0.02625rem;
  }

  .noma-column-card__body span {
    display: inline-flex;
    align-items: center;
    min-height: 26.3px;
    padding: 2px 9.56px;
    padding: 0.125rem 0.5975rem;
    color: #071408;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.48px;
    letter-spacing: 0.03rem;
  }

  .noma-column-card__arrow {
    z-index: 1;
    align-self: flex-end;
    width: 41px;
    width: 2.5625rem;
    height: 41px;
    height: 2.5625rem;
    right: 11.4px;
    right: 0.7125rem;
    bottom: 11.4px;
    bottom: 0.7125rem;
  }

  .noma-tiktok__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 31.085625rem;
    padding: 0;
    gap: 0;
  }

  /* SPは全幅・並び順をラッパー側で制御。装飾は非表示 */
  .noma-tiktok__thumbs-wrap {
    order: 2;
    width: 100vw;
    max-width: none;
    margin-top: 26.73px;
    margin-top: 1.670625rem;
    margin-left: calc(50% - 50vw);
  }

  .noma-tiktok__thumbs-wrap::after {
    display: none;
  }

  .noma-tiktok__thumbs {
    --tiktok-thumb-width: 171.26px;
    --tiktok-thumb-width: 10.70375rem;
    --tiktok-thumb-height: 259.47px;
    --tiktok-thumb-height: 16.216875rem;
    --tiktok-thumb-gap: 11.83px;
    --tiktok-thumb-gap: 0.739375rem;
    --tiktok-thumb-offset: -234.06px;
    --tiktok-thumb-offset: -14.62875rem;
    --tiktok-slide-distance: 732.35px;
    --tiktok-slide-distance: 45.771875rem;
    width: 100%;
    margin: 0;
  }

  .noma-tiktok__thumb {
    width: var(--tiktok-thumb-width);
    height: var(--tiktok-thumb-height);
    aspect-ratio: auto;
  }

  .noma-tiktok__content {
    display: contents;
  }

  .noma-tiktok__content .noma-link-button {
    --noma-link-button-circle-size: 3.680375rem;
    --noma-link-button-gap: 0.5625rem;
    order: 3;
    align-self: center;
    gap: 9px;
    gap: var(--noma-link-button-gap);
    margin-top: 24.49px;
    margin-top: 1.530625rem;
    font-size: 17.34px;
    font-size: 1.08375rem;
    line-height: 2;
    letter-spacing: 1.04px;
    letter-spacing: 0.065rem;
  }

  .noma-tiktok__content .noma-link-button__circle {
    width: 58.89px;
    width: 3.680625rem;
    height: 58.89px;
    height: 3.680625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .noma-tiktok__content .noma-link-button span {
    width: 58.886px;
    width: 3.680375rem;
    height: 58.886px;
    height: 3.680375rem;
  }

  .noma-tiktok__content .noma-link-button span::before {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }

  .noma-contact {
    position: relative;
    z-index: 2;
    margin-top: -19px;
    margin-top: -1.1875rem;
    padding: 0;
  }

  .noma-contact::before {
    display: none;
  }

  .noma-contact::after {
    display: none;
  }

  .noma-contact__inner {
    width: 342px;
    width: 21.375rem;
  }

  .noma-contact__heading {
    margin-bottom: 48.86px;
    margin-bottom: 3.05375rem;
  }

  .noma-contact__logo img {
    margin-bottom: -10px;
    margin-bottom: -0.625rem;
  }

  .noma-contact__logo {
    width: 244.5px;
    width: 15.28125rem;
    max-width: 100%;
    height: 77px;
    height: 4.8125rem;
    font-size: 16.52px;
    font-size: 1.0325rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 33.04px */
    letter-spacing: 0.991px;
    letter-spacing: 0.0619375rem;
  }

  .noma-contact__heading p {
    margin-top: -16.44px;
    margin-top: -1.0275rem;
    font-size: 16.52px;
    font-size: 1.0325rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.9912px;
    letter-spacing: 0.06195rem;
  }

  .noma-contact__cards {
    width: 100%;
    gap: 10.65px;
    gap: 0.665625rem;
    flex-direction: column;
  }

  .noma-contact-card {
    min-height: 284.99px;
    padding: 26.97px 29px 20.65px;
    padding: 1.685625rem 1.8125rem 1.290625rem;
    border-radius: 10px;
    border-radius: 0.625rem;
  }

  .noma-contact-card__side {
    top: 21.95px;
    top: 1.371875rem;
    left: 15.25px;
    left: 0.953125rem;
    width: 23px;
    width: 1.4375rem;
  }

  .noma-contact-card__side::after {
    width: 1px;
    width: 0.0625rem;
    height: 23.46px;
    height: 1.46625rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }

  .noma-contact-card__icon {
    width: 65.2px;
    width: 4.075rem;
    height: 62.48px;
    height: 3.905rem;
    margin-bottom: 12.66px;
    margin-bottom: 0.79125rem;
  }

  .noma-contact-card--mail .noma-contact-card__icon {
    width: 56.02px;
    width: 3.50125rem;
    height: 56.02px;
    height: 3.50125rem;
    margin-top: 10.18px;
    margin-top: 0.63625rem;
    margin-bottom: 8.95px;
    margin-bottom: 0.559375rem;
  }

  .noma-contact-card h3 {
    margin-bottom: 7.3px;
    margin-bottom: 0.45625rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.65;
    letter-spacing: 1.4px;
    letter-spacing: 0.0875rem;
  }

  .noma-contact-card__lead {
    margin-right: -8.5px;
    margin-right: -0.53125rem;
    margin-bottom: 13.13px;
    margin-bottom: 0.820625rem;
    margin-left: -8.5px;
    margin-left: -0.53125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.28px;
    letter-spacing: 0.0175rem;
  }

  .noma-contact-card__button {
    min-width: 0;
    width: 284px;
    width: 17.75rem;
    max-width: 100%;
    min-height: 64px;
    padding: 5.56px 52px 7.98px 34px;
    padding: 0.3475rem 3.25rem 0.49875rem 2.125rem;
    text-align: center;
    box-shadow: 0 5px 0 rgba(56, 56, 56, 0.16);
    box-shadow: 0 0.3125rem 0 rgba(56, 56, 56, 0.16);
  }

  .noma-contact-card__button-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    gap: 0.4375rem;
    font-size: 12.61px;
    font-size: 0.788125rem;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.8825px;
    letter-spacing: 0.05515625rem;
  }

  .noma-contact-card__button-label::before {
    display: block;
    width: 17px;
    width: 1.0625rem;
    height: 1px;
    height: 0.0625rem;
    background: currentColor;
    content: "";
  }

  .noma-contact-card__button-label::after {
    display: block;
    width: 17px;
    width: 1.0625rem;
    height: 1px;
    height: 0.0625rem;
    background: currentColor;
    content: "";
  }

  .noma-contact-card__button-text {
    font-size: 16.61px;
    font-size: 1.038125rem;
    font-weight: 900;
    line-height: 1.65;
    letter-spacing: 0.6643px;
    letter-spacing: 0.04151875rem;
  }

  .noma-contact-card__button-arrow {
    position: absolute;
    width: 37.22px;
    width: 2.32625rem;
    height: 37.22px;
    height: 2.32625rem;
    margin-left: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .noma-point__map {
    margin: 2.9375rem 0 0 -16.809524vw;
  }

  .noma-company__bg-word {
    top: 40%;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1500px) {
  .noma-point__map {
    margin: 2.9375rem 0 0 -16.809524vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .noma-jobs__more {
    right: -0.8875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .noma-company__bg-word {
    top: 35%;
  }
  .noma-column__content {
    gap: 2.5rem;
    left: 0;
  }

  .noma-worker-support {
    padding-bottom: 4rem;
  }

  .noma-jobs {
    padding-bottom: 16rem;
  }
  .noma-jobs__inner {
    flex-direction: column;
    width: 90%;
    max-width: 790px;
  }

  .noma-jobs__heading-copy {
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .noma-jobs__vertical-title {
    display: block;
    margin-right: auto;
    line-height: 151%;
  }

  .noma-jobs__vertical-title > span {
    writing-mode: unset;
    display: block;
  }

  .noma-jobs__lead {
    writing-mode: unset;
    margin-bottom: 1rem;
  }

  .noma-jobs__more {
    position: static;
    margin-left: auto;
  }

  .noma-jobs__cards {
    margin-top: 0;
  }

  .noma-jobs__heading-copy::after {
    display: none;
  }

  .noma-voice__head .noma-section-heading {
    margin-left: 1rem;
  }

  .noma-column__content {
    flex-direction: column;
  }

  .noma-column__heading .noma-link-button {
    margin-top: 0.5625rem;
  }

  .noma-column__heading {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .noma-tiktok__inner {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .noma-concept__media--left {
    left: 0.6875rem;
    top: 28.5rem;
  }
  .noma-concept__media--right {
    top: 37.125rem;
  }
  .noma-concept__media--top {
    right: 2.125rem;
  }

  .noma-point__content {
    gap: min(7vw, 6rem);
  }

  .noma-point {
    padding-bottom: 5rem;
  }

  .noma-point__list {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
  .noma-worker-support__inner {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .noma-contact__inner {
    width: 65%;
    max-width: 1094.34px;
  }
  .noma-contact__cards {
    flex-direction: column;
  }
}

@media screen and (min-width: 1681px) {
  .noma-worker-support__side-link-text {
    font-size: 18px;
  }

  .noma-tiktok__thumbs-wrap {
    max-width: 63%;
  }
}

@media screen and (max-width: 767.98px) {
  .noma-fv__media picture {
    border-radius: 0.2rem;
  }

  .noma-main{
  padding-top: 4rem;
  }

  .noma-section-heading__en--tiktok{
    margin-left:auto;
    margin-right: 1.590625rem;
  }

  .noma-point-map.js-anim-point-map.is-anim-ready .noma-point-map__pin {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .noma-point-map.js-anim-point-map.is-animated .noma-point-map__pin {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
