@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New&display=swap");
html {
  scroll-behavior: smooth;
}

.nm-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.nm-service {
  margin-top: 20.6rem;
}
@media (max-width: 768px) {
  .nm-service {
    margin-top: 11rem;
  }
}

.nm-hero {
  position: relative;
  color: #273071;
  overflow: hidden;
  border-bottom: 3px solid #6B717C;
  margin: 0 1.5rem 12rem;
}
@media (max-width: 768px) {
  .nm-hero {
    margin-bottom: 4rem;
  }
}
.nm-hero__inner {
  position: relative;
  z-index: 1;
  padding: 4.4rem 2rem;
  max-width: 1200px;
  margin-inline: auto;
  color: #101A2A;
}
@media (max-width: 768px) {
  .nm-hero__inner {
    padding: 4rem 0;
  }
}
.nm-hero__inner h2 {
  margin: 0;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .nm-hero__inner h2 {
    margin-bottom: 2.4rem;
  }
}

.nm-lead {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .nm-lead {
    margin-bottom: 4rem;
  }
}
.nm-lead h2 {
  color: #273071;
}
@media (max-width: 768px) {
  .nm-lead h2 {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}
.nm-lead__en {
  color: #273071;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(1.6rem, 1.4rem + 0.9vw, 2rem);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .nm-lead__en {
    margin-bottom: 2rem;
  }
}
.nm-lead__body {
  color: #101A2A;
  font-size: clamp(1.6rem, 1.4rem + 0.9vw, 2rem);
}

.nm-services {
  padding: 0 0 8rem;
}
@media (max-width: 768px) {
  .nm-services {
    padding: 0 0 4rem;
  }
}
.nm-services__layout {
  display: flex;
  gap: 0 3rem;
  align-items: start;
  justify-content: space-between;
}
.nm-services nav {
  position: sticky;
  top: 4rem;
  padding: 2rem 0;
}
.nm-services nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nm-services nav a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0.8rem 1.25rem 0.8rem 0;
  color: #101A2A;
  transition: color 0.2s;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
}
.nm-services nav a.current {
  color: #3773A0;
}
.nm-services nav a span {
  font-style: italic;
}
@media (max-width: 768px) {
  .nm-services nav {
    display: none;
  }
}
.nm-services__main {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .nm-services__main {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .nm-services__main {
    max-width: none;
  }
}

#service-01,
#service-02,
#service-03,
#service-04,
#service-05 {
  scroll-margin-top: 100px;
}

.nm-service-card {
  padding: 6rem 0 4rem;
  border-bottom: 2px solid #6B717C;
}
@media (max-width: 768px) {
  .nm-service-card {
    padding: 4rem 0;
  }
}
.nm-service-card:first-child {
  border-top: 2px solid #6B717C;
}
.nm-service-card .nm-service-card--inner {
  margin-bottom: 2rem;
}
.nm-service-card .nm-service-card--inner h3 {
  color: #273071;
  margin-bottom: 2rem;
}
.nm-service-card .nm-service-card--inner h3 span {
  margin-right: 2rem;
  font-style: italic;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.nm-service-card .nm-service-card--inner h4 {
  color: #101A2A;
  font-weight: initial;
}
.nm-service-card__desc {
  color: #101A2A;
  margin-bottom: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.nm-service-card__price {
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .nm-service-card__price {
    margin-bottom: 3rem;
  }
}
.nm-service-card__price .label {
  color: #273071;
  display: block;
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.nm-service-card__price .label::before {
  display: inline-block;
  content: "⚫︎";
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.nm-service-card__price strong {
  color: #101A2A;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.nm-service-card__price small {
  color: #101A2A;
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
}
.nm-service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.nm-service-card__tags li {
  padding: 1.4rem 0.8rem;
  background: #3773A0;
  color: #FFFFFF;
  border-radius: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.nm-service-card__link {
  color: #101A2A;
  float: right;
  font-weight: bold;
  margin-top: 2rem;
}
.nm-service-card__link::after {
  display: inline-block;
  content: "⚫︎";
  color: #6AC6DD;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
}

.nm-flow {
  background-image: url("../images/sv_flow-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .nm-flow {
    padding: 6rem 0;
  }
}
.nm-flow__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}
.nm-flow h1 {
  color: #273071;
  line-height: 1;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.nm-flow h1 span {
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
  display: block;
  margin-top: 1rem;
}
.nm-flow h1 span::before {
  display: inline-block;
  content: "⚫︎";
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  color: #88D2DF;
  vertical-align: middle;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
}
.nm-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .nm-flow__list {
    display: block;
  }
}
.nm-flow__item {
  display: flex;
  gap: 4rem;
  align-items: center;
  border-bottom: 2px solid #6B717C;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .nm-flow__item {
    display: block;
  }
}
.nm-flow__item:first-child {
  border-top: 2px solid #6B717C;
}
.nm-flow__item-img {
  max-width: 420px;
  width: 100%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .nm-flow__item-img {
    margin-bottom: 2rem;
    padding-left: 2rem;
    box-sizing: border-box;
    max-width: none;
  }
}
.nm-flow__item-img img {
  width: 100%;
}
.nm-flow__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 6rem;
  border-radius: 50%;
  background: #3773A0;
  color: #FFFFFF;
  flex-shrink: 0;
  transform: skew(-25deg);
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-style: italic;
  margin-bottom: -3rem;
  margin-left: -2rem;
}
@media (max-width: 768px) {
  .nm-flow__item-num {
    width: 4rem;
    height: 5rem;
  }
}
.nm-flow__item-num span {
  transform: skew(25deg);
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.nm-flow__item-body {
  width: 100%;
}
.nm-flow__item-body h4 {
  color: #101A2A;
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .nm-flow__item-body h4 {
    margin-bottom: 1rem;
  }
}
.nm-flow__item-body p {
  color: #101A2A;
}

.nm-marquee-bar {
  overflow: hidden;
  width: 100%;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .nm-marquee-bar {
    padding-bottom: 0;
  }
}
.nm-marquee-bar__track {
  display: flex;
  width: fit-content;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  animation: nm-marquee 40s linear infinite;
}
.nm-marquee-bar span {
  white-space: nowrap;
  background: linear-gradient(90deg, #6AC6DD, #DD6CB9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  font-size: clamp(3.6rem, 2.4rem + 6.4vw, 6.4rem);
  font-style: italic;
  line-height: 1;
}

.nm-marquee-bar.sp {
  padding-top: 0;
  padding-bottom: 6rem;
}
.nm-marquee-bar.sp .nm-marquee-bar__track {
  animation: nm-marquee2 40s linear infinite;
}
.nm-marquee-bar.sp span {
  background: linear-gradient(-90deg, #6AC6DD, #DD6CB9);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes nm-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes nm-marquee2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.nm-service-card__tags.pc {
  display: flex;
}
@media (max-width: 768px) {
  .nm-service-card__tags.pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .nm-service-card__tags.sp {
    display: flex;
  }
}/*# sourceMappingURL=p-service.css.map */