@charset "UTF-8";

.svc-hero {
  min-height: 620px;
  height: 72vh;
  color: #fff;
  background-color: #002842;
  background-image:
    radial-gradient(70% 70% at 88% 6%, rgba(126,169,207,0.42) 0%, rgba(126,169,207,0) 60%),
    radial-gradient(64% 72% at 4% 102%, rgba(201,127,178,0.32) 0%, rgba(201,127,178,0) 62%),
    linear-gradient(152deg, #001c2e 0%, #002842 46%, #0b4570 100%);

  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.svc-hero::before {
  background:
    radial-gradient(40% 40% at 20% 76%, rgba(126,169,207,0.24) 0%, rgba(126,169,207,0) 70%),
    radial-gradient(36% 36% at 80% 28%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
}

.svc-hero-num {
  position: absolute;
  right: 4%;

  bottom: -2%;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10rem, 22vw, 22rem);
  font-weight: 700;

  line-height: 1.1;

  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
  pointer-events: none;
  user-select: none;
}

.svc-breadcrumb {
  position: absolute;
  top: clamp(96px, 13vh, 160px);
  left: 5%;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55em;
  list-style: none;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}
.svc-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.55em;
  color: rgba(255, 255, 255, 0.35);
}
.svc-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.svc-breadcrumb a:hover {
  color: #fff;
}

.svc-hero-title {
  position: relative;
  z-index: 2;
}
.svc-hero-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #fff;
}
.svc-hero-title h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
}
.svc-hero-title p {
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.65);
}
.svc-hero-lead {
  position: relative;
  z-index: 2;
}
.svc-hero-lead h2 {
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.9;
}
.svc-hero-lead p {
  color: rgba(255, 255, 255, 0.82);
}

.page-nav a {
  padding: 6px clamp(12px, 2vw, 30px);
}
.page-nav a:hover::after,
.page-nav a.is-current::after {
  width: calc(100% - clamp(18px, 3vw, 46px));
}

.svc-section {
  padding: 0 5% 150px;
  scroll-margin-top: 90px;
}
.svc-section-gray {
  padding-top: 130px;
  background-color: #f5f7f9;
}
.svc-section-gray + .svc-section {
  padding-top: 120px;
}
.svc-head-note {
  margin-top: 22px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #7a8792;
}
.svc-body p {
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
  margin-bottom: 1.6em;
}
.svc-body p:last-child {
  margin-bottom: 0;
}
.svc-lead {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #002842;
  margin-bottom: 1.8em;
}
.svc-subtitle {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin: 3em 0 1.4em;
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #002842;
}
.svc-subtitle::before {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #E00000;
}

.svc-check {
  list-style: none;
  padding: 34px clamp(22px, 3vw, 40px);
  background-color: #f5f7f9;
  border-radius: 12px;
}
.svc-check li {
  position: relative;
  padding-left: 2.1em;
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #002842;
}
.svc-check li + li {
  margin-top: 0.7em;
}
.svc-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E00000;
}
.svc-check li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0.85em;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}
.svc-check a {
  color: #002842;
}
.svc-check a:hover {
  text-decoration: none;
}
.svc-support {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-support li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 36px 20px 40px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
.svc-support-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: #E00000;
}
.svc-support-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.svc-support-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #002842;
}
.svc-soft {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.svc-soft li {
  padding: 8px 18px;
  background-color: #f5f7f9;
  border-radius: 6px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #002842;
}
.svc-note {
  margin-top: 1.4em;
  font-size: 0.76rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #7a8792;
}

.svc-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.svc-features li {
  padding: 0 clamp(11px, 1.2vw, 17px) 23px;
  background-color: #fff;
  border-radius: 14px;
}
.svc-feature-num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #E00000;
  margin-bottom: 26px;
}
.svc-feature-img {
  margin-bottom: 28px;

  border-radius: 6px;

}
.svc-feature-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;

}
.svc-feature-title {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #002842;
  margin-bottom: 1em;
}
.svc-features p {
  font-size: 0.86rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}

.svc-flow {
  list-style: none;
  counter-reset: svcflow;
}
.svc-flow > li {
  counter-increment: svcflow;
  position: relative;
  padding: 0 0 40px 78px;
}
.svc-flow > li:last-child {
  padding-bottom: 0;
}

.svc-flow > li::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 46px;
  bottom: 0;
  width: 1px;
  background-color: #dfe5ea;
}
.svc-flow > li:last-child::before {
  display: none;
}
.svc-flow-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #002842;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.svc-flow-num small {
  font-size: 0.42rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  color: #7ea9cf;
}
.svc-flow-title {
  padding-top: 10px;
  margin-bottom: 0.7em;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #002842;
}
.svc-flow p {
  font-size: 0.87rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}

.svc-price {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dfe5ea;
}
.svc-price th,
.svc-price td {
  padding: 18px 16px;
  border-bottom: 1px solid #dfe5ea;
  font-size: 0.87rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: left;
}
.svc-price thead th {
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7a8792;
  background-color: #f5f7f9;
}
.svc-price tbody th {
  font-weight: bold;
  color: #002842;
  white-space: nowrap;
}
.svc-price td {
  color: #444;
}
.svc-price .is-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #002842;
}

.faq-list {
  border-top: 1px solid #dfe5ea;
}
.faq-item {
  border-bottom: 1px solid #dfe5ea;
}
.faq-q {
  position: relative;
  padding: 24px 56px 24px 44px;
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #002842;
  cursor: pointer;
  transition: color 0.3s ease;
}
.faq-q:hover {
  color: #E00000;
}
.faq-q::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #E00000;
}
.faq-icon {
  position: absolute;
  right: 14px;
  top: 30px;
  width: 14px;
  height: 14px;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #8fa0af;
  transition: transform 0.4s var(--e-inout), opacity 0.3s ease;
}
.faq-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}
.faq-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
}
.faq-q.is-open .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.faq-a {
  display: none;
  padding: 0 56px 26px 44px;
  font-size: 0.87rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}
.faq-a::before {
  content: "A";
  position: absolute;
  left: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #8fa0af;
}
.faq-item {
  position: relative;
}

.svc-others {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-others a {
  display: block;
  height: 100%;
  padding: 30px 26px 34px;
  background-color: #fff;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.45s var(--e-quint), box-shadow 0.4s ease;
}
.svc-others a:hover {
  box-shadow: 0 8px 30px rgba(0, 40, 66, 0.07);
}
.svc-other-num {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #8fa0af;
  margin-bottom: 12px;
}
.svc-other-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #002842;
}
.svc-other-title::after {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #8fa0af;
  border-right: 1px solid #8fa0af;
  transform: rotate(45deg);
  transition: transform 0.4s var(--e-quint), border-color 0.3s ease;
}
.svc-others a:hover .svc-other-title::after {
  border-color: #E00000;
  transform: rotate(45deg) translate(3px, -3px);
}

@media screen and (max-width: 1100px) {
  .svc-support,
  .svc-features,
  .svc-others {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-hero-lead h2 {
    line-height: 1.85;
  }
}

@media screen and (max-width: 768px) {
  .svc-hero {
    min-height: 0;
    height: auto;
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .svc-breadcrumb {
    position: static;
    padding: 0 20px;
    margin-bottom: 26px;
  }
  .svc-hero-num {
    right: 3%;
    bottom: -1%;
    font-size: 36vw;
  }
  .svc-hero-title h1 {
    font-size: 1.9rem;
  }

  .page-nav li {
    flex: 0 0 calc(100% / 3);
  }
  .page-nav li:nth-child(3) {
    border-right: 1px solid #d4dae1;
  }
  .page-nav a {
    padding: 12px 4px;
    font-size: 0.72rem;
  }

  .svc-section {
    padding: 0 20px 110px;
  }
  .svc-section-gray,
  .svc-section-gray + .svc-section {
    padding-top: 80px;
  }
  .svc-check {
    padding: 26px 20px;
  }
  .svc-support,
  .svc-features,
  .svc-others {
    grid-template-columns: 1fr;
  }
  .svc-support li {
    min-height: 0;
    padding: 30px 20px 32px;
  }
  .svc-support-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .svc-features li {
    padding: 32px 22px 34px;
  }
  .svc-feature-img {
    margin-bottom: 22px;
  }
  .svc-flow > li {
    padding: 0 0 32px 60px;
  }
  .svc-flow > li::before {
    left: 19px;
    top: 40px;
  }
  .svc-flow-num {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }
  .svc-flow-title {
    padding-top: 6px;
  }
  .svc-price th,
  .svc-price td {
    padding: 14px 10px;
    font-size: 0.82rem;
  }
  .faq-q {
    padding: 20px 44px 20px 36px;
    font-size: 0.88rem;
  }
  .faq-a {
    padding: 0 20px 22px 36px;
  }
}

.js-motion .svc-hero-num {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s var(--e-quint) 0.5s, transform 1.6s var(--e-expo) 0.5s;
}
.js-motion.is-loaded .svc-hero-num {
  opacity: 1;
  transform: none;
}
.js-motion .svc-breadcrumb {
  opacity: 0;
  transition: opacity 0.9s var(--e-quint) 0.25s;
}
.js-motion.is-loaded .svc-breadcrumb {
  opacity: 1;
}
.js-motion .svc-others a:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .js-motion .svc-others a:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-motion .svc-hero-num,
  .js-motion .svc-breadcrumb {
    opacity: 1 !important;
    transform: none !important;
  }
}

.service-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 2em;
}
.service-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media screen and (max-width: 768px) {
  .service-image {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.page-service-01 .svc-hero-01{
  background-image: url("../images/service/01_fv.jpg");
}

.page-service-01 .svc-support{
  grid-template-columns: repeat(2, 1fr);
}

.page-service-01 .svc-feature-img img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .page-service-01 .svc-support{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .page-service-01 .svc-support li{
    min-height: 0;
    padding: 24px 10px 26px;
  }
  .page-service-01 .svc-support-icon{
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }
  .page-service-01 .svc-support-title{
    font-size: 0.88rem;
    letter-spacing: 0.04em;
  }
}

.page-service-02 .svc-hero-02{
  background-image: url("../images/service/02b_fv.jpg");
}

.page-service-02 .svc-subtitle-icon{
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: -0.2em;
  color: #E00000;
}
.page-service-02 .svc-subtitle-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.page-service-02 .svc-reg{
  font-size: 0.42em;
  vertical-align: super;
  letter-spacing: 0;
}

.page-service-02 .service-image--wide{
  grid-template-columns: 1fr;
  margin-top: 3.4em;
}
.page-service-02 .service-image--wide img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-service-02 .mtg-purpose{
  background-color: #002842;
  border-radius: 14px;
  padding: clamp(38px, 4.5vw, 62px) clamp(24px, 4vw, 54px);
  text-align: center;
  margin-bottom: 2.6em;
}
.page-service-02 .mtg-purpose-label{
  display: inline-block;
  margin-bottom: 22px;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #fff;
}
.page-service-02 .svc-body .mtg-purpose-text{
  font-size: clamp(1.1rem, 2.1vw, 1.6rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0;
}

.page-service-02 .mtg-goals{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 22px);
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.page-service-02 .mtg-goals li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(98px, 9.4vw, 124px);
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  font-size: clamp(0.72rem, 0.9vw, 0.8rem);
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #fff;
}

.page-service-02 .mtg-views{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(28px, 4vw, 56px);
  border-top: 1px solid #e2e7ec;
}
.page-service-02 .mtg-view{
  display: flex;
  gap: clamp(14px, 1.8vw, 24px);
  padding: 22px 2px;
  border-bottom: 1px solid #e2e7ec;
}
.page-service-02 .svc-body .mtg-view-title{
  position: relative;
  margin: 0;
  flex-shrink: 0;

  width: 8.2em;
  max-width: 40%;
  padding-left: 15px;
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-02 .mtg-view-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  background-color: #E00000;
}
.page-service-02 .svc-body .mtg-view p{
  font-size: 0.84rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.page-service-02 .mtg-cycle{
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 3.4em;
  aspect-ratio: 1;
  list-style: none;
}

.page-service-02 .mtg-cycle-ring{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #c3ced7;
  stroke: #c3ced7;
  stroke-width: 1.4;
  pointer-events: none;
}
.page-service-02 .mtg-cycle-ring path{
  fill: none;
}

.page-service-02 .mtg-cycle-center{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15% 0 0 -15%;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #002842;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-service-02 .svc-body .mtg-cycle-center-text{
  font-size: clamp(0.74rem, 1vw, 0.88rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0;
}
.page-service-02 .mtg-cycle-node{
  position: absolute;
  margin: -12.5% 0 0 -12.5%;
  width: 25%;
  aspect-ratio: 1;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e2e7ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-service-02 .svc-body .mtg-cycle-num{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #E00000;
  margin: 0 0 8px;
}
.page-service-02 .svc-body .mtg-cycle-title{
  font-size: clamp(0.72rem, 0.93vw, 0.81rem);
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #002842;
  margin: 0;
}

.page-service-02 .mtg-agenda{
  list-style: none;
  border-top: 1px solid #e2e7ec;
}
.page-service-02 .mtg-agenda > li{
  display: grid;
  grid-template-columns: 34px 40px 10.2em 1fr;
  gap: 0 clamp(12px, 1.7vw, 22px);
  align-items: center;
  padding: 18px 2px;
  border-bottom: 1px solid #e2e7ec;
}
.page-service-02 .mtg-agenda-icon{
  display: block;
  width: 30px;
  height: 30px;
  color: #E00000;
}
.page-service-02 .mtg-agenda-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}
.page-service-02 .svc-body .mtg-agenda-num{
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #E00000;
  margin: 0;
}
.page-service-02 .mtg-agenda-title{
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-02 .svc-body .mtg-agenda p{
  font-size: 0.85rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.page-service-02 .mtg-band{
  position: relative;
  padding: clamp(90px, 11vw, 150px) 5%;
  background-image: url("../images/service/02_02.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.page-service-02 .mtg-band::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 66, 0.74) 0%, rgba(0, 40, 66, 0.86) 100%);
}
.page-service-02 .mtg-band-inner{
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.page-service-02 .mtg-band-title{
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.6em;
}
.page-service-02 .mtg-chain{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 28px;
  margin-bottom: 2.4em;
}
.page-service-02 .mtg-chain li{
  position: relative;
  padding: 11px 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  font-size: 0.84rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #fff;
}
.page-service-02 .mtg-chain li:not(:last-child)::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -19px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  transform: translateY(-50%) rotate(45deg);
}
.page-service-02 .mtg-chain li:last-child{
  background-color: #fff;
  border-color: #fff;
  color: #002842;
}

.page-service-02 .mtg-band + .svc-section{
  padding-top: 130px;
}
.page-service-02 .mtg-band-lead{
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
}

.page-service-02 .mtg-qa{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 2.4em;
}
.page-service-02 .mtg-qa > div{
  padding: 30px clamp(20px, 2.4vw, 32px) 32px;
  background-color: #f5f7f9;
  border-radius: 12px;
}
.page-service-02 .mtg-qa .is-future{
  position: relative;
  background-color: #002842;
}

.page-service-02 .mtg-qa-deco{
  position: absolute;
  top: -28px;
  right: -24px;
  width: clamp(76px, 8vw, 112px);
  height: auto;
  pointer-events: none;
  user-select: none;
}
.page-service-02 .svc-body .mtg-qa-label{
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dfe5ea;
  font-size: 0.84rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #7a8792;
}
.page-service-02 .svc-body .mtg-qa .is-future .mtg-qa-label{
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
.page-service-02 .mtg-qa ul{
  list-style: none;
}
.page-service-02 .mtg-qa li{
  position: relative;
  padding-left: 1.4em;
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #002842;
}
.page-service-02 .mtg-qa li + li{
  margin-top: 0.6em;
}
.page-service-02 .mtg-qa li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 1px;
  background-color: #a9b6c1;
}
.page-service-02 .mtg-qa .is-future li{
  color: #fff;
}
.page-service-02 .mtg-qa .is-future li::before{
  background-color: #E00000;
  width: 10px;
  height: 2px;
}

.page-service-02 .mtg-quote{
  margin: 2.8em 0 2.2em;
  padding-left: clamp(18px, 2.4vw, 30px);
  border-left: 3px solid #E00000;
}
.page-service-02 .svc-body .mtg-quote p{
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #002842;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .page-service-02 .mtg-views{
    grid-template-columns: 1fr;
  }
  .page-service-02 .mtg-agenda > li{
    grid-template-columns: 30px 36px 8.6em 1fr;
  }
  .page-service-02 .mtg-cycle{
    max-width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .page-service-02 .service-image--wide img{
    aspect-ratio: 4 / 3;
  }

  .page-service-02 .mtg-goals{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding-top: 26px;
  }
  .page-service-02 .mtg-goals li{

    width: calc((100% - 16px) / 3);
    max-width: 112px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px;
    font-size: 0.64rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .page-service-02 .mtg-view{
    flex-direction: column;
    gap: 8px;
    padding: 18px 2px;
  }

  .page-service-02 .svc-body .mtg-view-title{
    width: 100%;
    max-width: none;
  }

  .page-service-02 .mtg-cycle{
    max-width: 420px;
    aspect-ratio: 1;
    margin-bottom: 2.6em;
  }
  .page-service-02 .mtg-cycle-node{

    width: 29%;
    margin: -14.5% 0 0 -14.5%;
    padding: 4px;
  }
  .page-service-02 .svc-body .mtg-cycle-num{
    font-size: 0.85rem;
    margin-bottom: 3px;
  }
  .page-service-02 .svc-body .mtg-cycle-title{
    font-size: 0.58rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .page-service-02 .mtg-cycle-center{
    width: 27%;
    margin: -13.5% 0 0 -13.5%;
  }
  .page-service-02 .svc-body .mtg-cycle-center-text{
    font-size: 0.66rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .page-service-02 .mtg-agenda > li{
    display: grid;
    grid-template-columns: 26px auto 1fr;
    grid-template-areas:
      "icon num title"
      "text text text";
    align-items: center;
    gap: 2px 10px;
    padding: 18px 2px;
  }
  .page-service-02 .mtg-agenda-icon{
    grid-area: icon;
    width: 26px;
    height: 26px;
  }

  .page-service-02 .svc-body .mtg-agenda > li > p.mtg-agenda-num{
    grid-area: num;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
  }
  .page-service-02 .mtg-agenda-title{
    grid-area: title;
    font-size: 0.92rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .page-service-02 .svc-body .mtg-agenda > li > p:last-of-type{
    grid-area: text;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .page-service-02 .mtg-band{
    padding: 70px 20px;
  }

  .page-service-02 .mtg-chain{
    flex-direction: column;
    gap: 28px;
  }
  .page-service-02 .mtg-chain li{
    width: 100%;
    text-align: center;
  }
  .page-service-02 .mtg-chain li:not(:last-child)::after{
    display: block;
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    transform: translateX(-50%) rotate(45deg);
  }
  .page-service-02 .mtg-qa{
    grid-template-columns: 1fr;
  }
  .page-service-02 .mtg-qa-deco{
    top: -18px;
    right: -10px;
    width: 68px;
  }
  .page-service-02 .mtg-band + .svc-section{
    padding-top: 80px;
  }
}

.page-service-03 .svc-hero-03{
  background-image: url("../images/service/03_fv.jpg");
}

.page-service-03 .service-image--wide{
  grid-template-columns: 1fr;
  margin-top: 3.4em;
}
.page-service-03 .service-image--wide img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-service-03 .svc-quote{
  margin: 0 0 2.4em;
  padding-left: clamp(18px, 2.4vw, 30px);
  border-left: 3px solid #E00000;
}
.page-service-03 .svc-body .svc-quote p{
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #002842;
  margin-bottom: 0;
}

.page-service-03 .pln-roles{
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 2.4em;
}
.page-service-03 .pln-roles > li{
  display: grid;
  grid-template-columns: clamp(170px, 26%, 250px) 1fr;
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
  padding: clamp(22px, 2.4vw, 30px);
  background-color: #fff;
  border-radius: 12px;
}
.page-service-03 .pln-role-img{
  overflow: hidden;
  border-radius: 8px;
  background-color: #eef1f4;
}
.page-service-03 .pln-role-img img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-service-03 .svc-body p.pln-role-label{
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
  color: #8fa0af;
  margin-bottom: 10px;
}
.page-service-03 .pln-role-title{
  padding-bottom: 0.8em;
  margin-bottom: 0.9em;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #002842;
  position: relative;
}
.page-service-03 .pln-role-title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #E00000;
}
.page-service-03 .svc-body .pln-roles p.pln-role-text{
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 0;
}

.page-service-03 .pln-steps{
  list-style: none;
  border-top: 1px solid #e2e7ec;
}
.page-service-03 .pln-steps > li{
  display: grid;
  grid-template-columns: clamp(46px, 5vw, 66px) 1fr;
  gap: 0 clamp(10px, 1.2vw, 16px);
  padding: 26px 2px;
  border-bottom: 1px solid #e2e7ec;
}
.page-service-03 .svc-body .pln-steps p.pln-step-num{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #E00000;

  margin: -0.06em 0 0;
}
.page-service-03 .pln-step-title{
  margin-bottom: 0.8em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #002842;
}

.page-service-03 .svc-body .pln-steps p{
  font-size: 0.86rem;
  line-height: 2;
  margin-bottom: 0;
}
.page-service-03 .svc-body .pln-steps p.pln-step-note{
  margin-top: 1em;
  padding-left: 14px;
  border-left: 2px solid #E00000;
  font-size: 0.82rem;
  font-weight: bold;
  line-height: 1.9;
  color: #002842;
}

.page-service-03 .pln-plans{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2.4em;
}
.page-service-03 .pln-plans > li{
  padding: 32px clamp(22px, 2.4vw, 32px) 34px;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  background-color: #fff;
}
.page-service-03 .pln-plans > li.is-full{
  background-color: #002842;
  border-color: #002842;
}
.page-service-03 .svc-body p.pln-plan-name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 0.9em;
  margin-bottom: 1.1em;
  border-bottom: 1px solid #dfe5ea;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #002842;
}
.page-service-03 .svc-body .is-full p.pln-plan-name{
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.page-service-03 .pln-plan-icon{
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #E00000;
}
.page-service-03 .is-full .pln-plan-icon{
  color: #fff;
}
.page-service-03 .pln-plan-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}
.page-service-03 .pln-plans ul{
  list-style: none;
}
.page-service-03 .pln-plans ul li{
  position: relative;
  padding-left: 1.3em;
  font-size: 0.88rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #444;
}
.page-service-03 .pln-plans ul li + li{
  margin-top: 0.6em;
}
.page-service-03 .pln-plans ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 1px;
  background-color: #a9b6c1;
}
.page-service-03 .is-full ul li{
  color: rgba(255, 255, 255, 0.88);
}
.page-service-03 .is-full ul li::before{
  background-color: #E00000;
  width: 10px;
  height: 2px;
}

.page-service-03 .table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-03 .svc-price--spec tbody th{
  width: 9em;
  background-color: #f5f7f9;
}
.page-service-03 .svc-price--plan{
  min-width: 680px;
}
.page-service-03 .svc-price--plan thead th:first-child{
  width: 8em;
}
.page-service-03 .svc-price--plan tbody tr:last-child th,

.page-service-03 .svc-price--plan tbody tr:last-child td{
  background-color: #f5f7f9;
}
.page-service-03 .svc-price--plan tbody tr:last-child td{
  font-size: 1rem;
  font-weight: bold;
  color: #002842;
}
.page-service-03 .svc-price--plan tbody tr:last-child td small{
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  font-weight: normal;
  color: #7a8792;
}
.page-service-03 .svc-body p.svc-price-caption{
  margin-bottom: 1em;
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #002842;
}

.page-service-03 .svc-band{
  position: relative;
  padding: clamp(90px, 11vw, 150px) 5%;

  background-image: url("../images/service/03_03.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.page-service-03 .svc-band::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 66, 0.62) 0%, rgba(0, 40, 66, 0.80) 100%);
}
.page-service-03 .svc-band-inner{
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.page-service-03 .svc-band-title{
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.4em;
}
.page-service-03 .svc-band-lead{
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.86);
}

.page-service-03 .svc-band + .svc-section{
  padding-top: 130px;
}

@media screen and (max-width: 1100px) {
  .page-service-03 .pln-roles > li{
    grid-template-columns: clamp(150px, 30%, 220px) 1fr;
  }
}

@media screen and (max-width: 768px) {
  .page-service-03 .service-image--wide img{
    aspect-ratio: 4 / 3;
  }
  .page-service-03 .pln-plans{
    grid-template-columns: 1fr;
  }
  .page-service-03 .pln-roles > li{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page-service-03 .pln-steps > li{
    grid-template-columns: 40px 1fr;
    gap: 0 10px;
    padding: 22px 2px;
  }
  .page-service-03 .svc-body .pln-steps p.pln-step-num{
    font-size: 1.6rem;
  }
  .page-service-03 .svc-price--spec tbody th{
    width: 7em;
  }
  .page-service-03 .svc-band{
    padding: 70px 20px;
  }
  .page-service-03 .svc-band + .svc-section{
    padding-top: 80px;
  }
}

.page-service-04 .svc-hero-04{
  background-image: url("../images/service/04_fv.jpg");
}

.page-service-04 .service-image--wide{
  grid-template-columns: 1fr;
  margin-top: 3.4em;
}
.page-service-04 .service-image--wide img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-service-04 .fin-stance{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 1em;
}
.page-service-04 .fin-stance > li{
  padding: 28px clamp(22px, 2.4vw, 30px) 30px;
  background-color: #fff;
  border-radius: 12px;
}
.page-service-04 .fin-stance-title{
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.9em;
  font-size: 1.02rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #002842;
}
.page-service-04 .fin-stance-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  background-color: #E00000;
}
.page-service-04 .svc-body .fin-stance p.fin-stance-text{
  font-size: 0.86rem;
  line-height: 2;
  margin-bottom: 0;
}

.page-service-04 .fin-focus-media{
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-service-04 .fin-diagnosis-photo{
  width: 100%;
  padding: 10px;
  border: 1px solid #e2e7ec;
  border-radius: 10px;
  background-color: #fff;
}
.page-service-04 .fin-diagnosis-photo img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 40 / 27;
  object-fit: contain;
}
.page-service-04 .fin-diagnosis-photo figcaption{
  margin-top: 10px;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #7a8792;
  text-align: center;
}
.page-service-04 .fin-focus{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.page-service-04 .fin-focus > li:not(.fin-focus-media){
  padding: 26px 18px 28px;
  background-color: #fff;
  border-radius: 12px;
  border-top: 3px solid #E00000;
}
.page-service-04 .svc-body p.fin-focus-num{
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #8fa0af;
  margin-bottom: 8px;
}
.page-service-04 .fin-focus-title{
  padding-bottom: 0.8em;
  margin-bottom: 0.9em;
  border-bottom: 1px solid #eef1f4;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #002842;
}
.page-service-04 .svc-body .fin-focus p.fin-focus-text{
  font-size: 0.78rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.page-service-04 .fin-road{
  list-style: none;
  border-top: 1px solid #e2e7ec;
}
.page-service-04 .fin-road > li{
  display: grid;
  grid-template-columns: clamp(112px, 13vw, 158px) clamp(148px, 17vw, 200px) 1fr;
  gap: 0 clamp(16px, 2.4vw, 32px);
  align-items: start;
  padding: 32px 2px;
  border-bottom: 1px solid #e2e7ec;
}

.page-service-04 .fin-road-icon{
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f7f9;
}
.page-service-04 .fin-road-icon img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-service-04 .svc-body p.fin-road-step{
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  background-color: #002842;
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 14px;
}
.page-service-04 .fin-road-title{
  margin-bottom: 0.7em;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-04 .svc-body .fin-road p.fin-road-sub{
  font-size: 0.82rem;
  line-height: 1.9;
  margin-bottom: 0;
}
.page-service-04 .fin-road-list{
  list-style: none;
}
.page-service-04 .fin-road-list li{
  position: relative;
  padding-left: 1.2em;
  font-size: 0.88rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #002842;
}
.page-service-04 .fin-road-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.92em;
  width: 8px;
  height: 1px;
  background-color: #E00000;
}
.page-service-04 .svc-body .fin-road p.fin-road-eg{
  margin-top: 1.2em;
  padding: 14px 18px;
  border-radius: 8px;
  background-color: #f5f7f9;
  font-size: 0.78rem;
  line-height: 1.9;
  color: #7a8792;
  margin-bottom: 0;
}
.page-service-04 .fin-road-close-img{
  width: clamp(170px, 21vw, 250px);
  margin: 0 auto 20px;
}
.page-service-04 .fin-road-close-img img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
.page-service-04 .fin-road-close{
  margin-top: 2.4em;
  padding: 22px 20px;

  border-bottom: 1px solid #e2e7ec;
  text-align: center;
}
.page-service-04 .svc-body p.fin-road-close-text{
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #002842;
  margin-bottom: 0;
}

.page-service-04 .koko{
  position: relative;
  padding: clamp(74px, 8.5vw, 120px) 5%;
  background-color: #002842;
  color: #fff;
  overflow: hidden;
}
.page-service-04 .koko::before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(58% 68% at 90% 4%, rgba(126, 169, 207, 0.22) 0%, rgba(126, 169, 207, 0) 62%),
    radial-gradient(52% 60% at 4% 100%, rgba(201, 127, 178, 0.16) 0%, rgba(201, 127, 178, 0) 62%);
  pointer-events: none;
}
.page-service-04 .koko-inner{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-04 .koko-main{
  display: grid;
  grid-template-columns: minmax(260px, 40%) 1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}
.page-service-04 .koko-photo{
  overflow: hidden;
  border-radius: 12px;
  background-color: #0b3a5c;
}
.page-service-04 .koko-photo img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-service-04 .koko-badge{
  display: inline-block;
  padding: 7px 18px;
  border-radius: 100px;
  background-color: #E00000;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.page-service-04 .koko-title{
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.page-service-04 .koko-title small{
  font-size: 0.34em;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-left: 0.7em;
  color: rgba(255, 255, 255, 0.7);
}
.page-service-04 .koko-text{
  font-size: 0.9rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.8em;
}
.page-service-04 .koko-merits{
  list-style: none;
  display: grid;
  gap: 8px;
}
.page-service-04 .koko-merits li{
  position: relative;
  padding-left: 30px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.page-service-04 .koko-merits li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #E00000;
}
.page-service-04 .koko-merits li::after{
  content: '';
  position: absolute;
  left: 5px;
  top: 0.78em;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}

.page-service-04 .koko-data{
  display: grid;
  grid-template-columns: 1fr minmax(260px, 320px);
  gap: 20px;
  margin-top: clamp(40px, 5vw, 68px);
}
.page-service-04 .koko-caption{
  font-size: 0.76rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}
.page-service-04 .koko-stats{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.page-service-04 .koko-stats li{
  padding: 24px 14px 26px;
  background-color: #002842;
  text-align: center;
}
.page-service-04 .koko-stat-label{
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.page-service-04 .koko-stat-value{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}
.page-service-04 .koko-stat-value span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.52em;
  font-weight: 500;
  margin-left: 3px;
}
.page-service-04 .koko-next{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 22px 30px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
.page-service-04 .koko-next-label{
  font-size: 0.76rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #7a8792;
  margin-bottom: 10px;
}
.page-service-04 .koko-next-date{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #002842;
}
.page-service-04 .koko-next-date span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 2px;
}
.page-service-04 .koko-note{
  margin-top: 22px;
  font-size: 0.74rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

.page-service-04 .koko + .svc-section{
  padding-top: 130px;
}

.page-service-04 .table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-04 .svc-price--menu{
  min-width: 620px;
}
.page-service-04 .svc-price--menu tbody th{
  white-space: normal;
  width: 20em;
}

@media screen and (max-width: 1100px) {
  .page-service-04 .fin-road > li{
    grid-template-columns: 120px 1fr;
    gap: 4px 20px;
  }
  .page-service-04 .fin-road-body{
    grid-column: 1 / -1;
    margin-top: 10px;
  }
  .page-service-04 .koko-main{
    grid-template-columns: 1fr;
  }
  .page-service-04 .koko-data{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .page-service-04 .service-image--wide img{
    aspect-ratio: 4 / 3;
  }
  .page-service-04 .fin-stance{
    grid-template-columns: 1fr;
  }

  .page-service-04 .fin-focus{
    grid-template-columns: 1fr;
    gap: 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .page-service-04 .fin-focus > li:not(.fin-focus-media){
    display: grid;

    grid-template-columns: auto 1fr;
    gap: 0 10px;
    padding: 14px 16px 15px;
    border-top: 0;
    border-bottom: 1px solid #eef1f4;
    border-radius: 0;
    background-color: transparent;
  }
  .page-service-04 .svc-body p.fin-focus-num{
    grid-column: 1;
    align-self: center;
    margin: 0;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #fdf0f0;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    color: #E00000;
  }
  .page-service-04 .fin-focus-title{
    grid-column: 2;
    align-self: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 0.92rem;
  }
  .page-service-04 .svc-body .fin-focus p.fin-focus-text{
    grid-column: 1 / -1;
    margin-top: 6px;
    font-size: 0.74rem;
    line-height: 1.8;
  }

  .page-service-04 .fin-focus-media{
    padding: 16px;
  }
  .page-service-04 .fin-diagnosis-photo{
    max-width: 420px;
    margin-inline: auto;
    padding: 0;
    border: 0;
  }

  .page-service-04 .fin-road > li{
    display: block;
    padding: 26px 2px;
  }
  .page-service-04 .fin-road-icon{

    float: right;
    width: 46%;
    max-width: 200px;
    margin: 0 0 10px 16px;
    background-color: transparent;
  }
  .page-service-04 .fin-road-icon img{
    object-fit: contain;
  }

  .page-service-04 .fin-road-body{
    clear: both;
    margin-top: 14px;
  }
  .page-service-04 .koko{
    padding: 60px 20px;
  }
  .page-service-04 .koko-stats{
    grid-template-columns: repeat(2, 1fr);
  }
  .page-service-04 .koko + .svc-section{
    padding-top: 80px;
  }
}

.page-service-05 .svc-hero-05{
  background-image: url("../images/service/05_fv.jpg");
}

.page-service-05 .service-image--wide{
  grid-template-columns: 1fr;
  margin-top: 3.4em;
}
.page-service-05 .service-image--wide img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-service-05 .cxo-walls{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #dfe5ea;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  overflow: hidden;
}
.page-service-05 .cxo-walls li{
  padding: 26px 18px 28px;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-05 .cxo-walls li span{
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #a9b6c1;
}
.page-service-05 .svc-body p.cxo-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 1.8em 0;
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #E00000;
}
.page-service-05 .svc-body p.cxo-arrow::before,

.page-service-05 .svc-body p.cxo-arrow::after{
  content: '';
  width: 40px;
  height: 1px;
  background-color: #E00000;
}

.page-service-05 .cxo-values{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-service-05 .cxo-values > li{
  padding: 30px clamp(20px, 2.2vw, 28px) 32px;
  background-color: #fff;
  border-radius: 12px;
}
.page-service-05 .svc-body p.cxo-value-label{
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
  color: #8fa0af;
  margin-bottom: 10px;
}
.page-service-05 .cxo-value-icon{
  display: block;
  width: clamp(104px, 12vw, 128px);
  height: clamp(104px, 12vw, 128px);
  margin: 8px auto 20px;
}

.page-service-05 .cxo-value-icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-service-05 .cxo-value-title{
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.9em;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #002842;
}
.page-service-05 .cxo-value-title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #E00000;
}
.page-service-05 .svc-body .cxo-values p.cxo-value-text{
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 0;
}

.page-service-05 .cxo-func{
  list-style: none;
  display: grid;
  gap: 16px;
}
.page-service-05 .cxo-func > li{
  display: grid;
  grid-template-columns: clamp(130px, 15vw, 180px) 1fr clamp(140px, 17vw, 200px);
  gap: 0 clamp(18px, 2.6vw, 34px);
  align-items: center;
  padding: clamp(24px, 2.6vw, 32px) clamp(22px, 2.6vw, 34px);
  background-color: #fff;
  border-radius: 12px;
}
.page-service-05 .cxo-func-mark{
  text-align: center;
  border-right: 1px solid #e2e7ec;
  padding-right: clamp(14px, 2vw, 28px);
}
.page-service-05 .svc-body p.cxo-func-abbr{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #E00000;
  margin-bottom: 8px;
}
.page-service-05 .svc-body p.cxo-func-role{
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #002842;
  margin-bottom: 0;
}
.page-service-05 .cxo-func-list{
  list-style: none;
}
.page-service-05 .cxo-func-list li{
  position: relative;
  padding-left: 1.2em;
  font-size: 0.88rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #002842;
}
.page-service-05 .cxo-func-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.92em;
  width: 8px;
  height: 1px;
  background-color: #E00000;
}

.page-service-05 .cxo-func-img{
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f7f9;
}
.page-service-05 .cxo-func-img img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-service-05 .cxo-func-close{
  position: relative;
  margin-top: 2em;
  padding: 24px clamp(20px, 2.6vw, 34px);
  border-radius: 12px;
  background-color: #002842;
  text-align: center;
}

.page-service-05 .cxo-func-deco{
  position: absolute;
  top: -30px;
  right: -26px;
  width: clamp(96px, 11vw, 148px);
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.page-service-05 .svc-body p.cxo-func-close-text{
  font-size: 0.98rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0;
}

.page-service-05 .cxo-features{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.page-service-05 .cxo-features > li{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 14px;

  padding: 22px clamp(18px, 2vw, 24px) 20px;
  border: 1px solid #e7ecf0;
  border-radius: 12px;
}
.page-service-05 .svc-body p.cxo-feature-num{
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #E00000;
  margin: -0.04em 0 0;
}
.page-service-05 .cxo-feature-title{
  margin-bottom: 0.6em;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #002842;
}
.page-service-05 .svc-body .cxo-features p.cxo-feature-text{
  font-size: 0.86rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.page-service-05 .cxo-feature-img{

  margin-top: 0.8em;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f7f9;
}
.page-service-05 .cxo-feature-img img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-service-05 .svc-band{
  position: relative;
  padding: clamp(90px, 11vw, 150px) 5%;

  background-image: url("../images/service/05_02.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.page-service-05 .svc-band::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 66, 0.64) 0%, rgba(0, 40, 66, 0.82) 100%);
}
.page-service-05 .svc-band-inner{
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}
.page-service-05 .svc-band-title{
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.2em;
}
.page-service-05 .svc-band-title em{
  font-style: normal;
  color: #ffd8d8;
}
.page-service-05 .svc-band-lead{
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.86);
}

.page-service-05 .svc-band + .svc-section{
  padding-top: 130px;
}

.page-service-05 .table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-05 .svc-price--plan{
  min-width: 780px;
}
.page-service-05 .svc-price--plan thead th:first-child{
  width: 7em;
}
.page-service-05 .svc-price--plan thead th{
  text-align: center;
}
.page-service-05 .svc-price--plan thead th:first-child{
  text-align: left;
}
.page-service-05 .svc-price--plan thead th:not(:first-child){
  color: #002842;
  background-color: #eef2f5;
}
.page-service-05 .svc-price--plan tbody tr:last-child th,

.page-service-05 .svc-price--plan tbody tr:last-child td{
  background-color: #f5f7f9;
}
.page-service-05 .svc-price--plan tbody tr:last-child td{
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #002842;
  text-align: center;
}
.page-service-05 .svc-price--plan tbody tr:last-child td span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.62em;
  font-weight: bold;
  margin-left: 2px;
}

@media screen and (max-width: 1100px) {
  .page-service-05 .cxo-values{
    grid-template-columns: 1fr;
  }
  .page-service-05 .cxo-func > li{
    grid-template-columns: clamp(110px, 14vw, 150px) 1fr clamp(120px, 15vw, 160px);
  }
  .page-service-05 .cxo-features{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .page-service-05 .service-image--wide img{
    aspect-ratio: 4 / 3;
  }
  .page-service-05 .cxo-walls{
    grid-template-columns: 1fr;
  }
  .page-service-05 .cxo-func > li{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page-service-05 .cxo-func-img{
    max-width: 320px;
    margin-inline: auto;
  }
  .page-service-05 .cxo-func-deco{
    top: -18px;
    right: -8px;
    width: 84px;
  }
  .page-service-05 .cxo-func-mark{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid #e2e7ec;
    text-align: left;
  }
  .page-service-05 .svc-body p.cxo-func-abbr{
    margin-bottom: 0;
  }
  .page-service-05 .cxo-value-icon{
    width: 104px;
    height: 104px;
  }
  .page-service-05 .cxo-features > li{
    grid-template-columns: 42px 1fr;
    gap: 0 10px;
    padding: 20px 18px 18px;
  }
  .page-service-05 .svc-body p.cxo-feature-num{
    font-size: 1.6rem;
  }
  .page-service-05 .svc-band{
    padding: 70px 20px;
  }
  .page-service-05 .svc-band + .svc-section{
    padding-top: 80px;
  }
}

.page-service-06 .svc-hero-06{
  background-image: url("../images/service/06_fv.jpg");
}

.page-service-06 .service-image--wide{
  grid-template-columns: 1fr;
  margin-top: 3.4em;
}
.page-service-06 .service-image--wide img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-service-06 .spe-fields{
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 1em;
}
.page-service-06 .spe-fields > li{
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 14px;
  overflow: hidden;
  background-color: #002842;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-service-06 .spe-fields > li::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0, 40, 66, 0.20) 0%,
    rgba(0, 40, 66, 0.62) 52%,
    rgba(0, 40, 66, 0.90) 100%);
}
.page-service-06 .spe-field-a{ background-image: url("../images/service/06_field_a.jpg"); }
.page-service-06 .spe-field-b{ background-image: url("../images/service/06_field_b.jpg"); }
.page-service-06 .spe-field-c{ background-image: url("../images/service/06_field_c.jpg"); }
.page-service-06 .spe-field-inner{
  position: relative;
  z-index: 1;
  max-width: 40em;
}
.page-service-06 .svc-body p.spe-field-mark{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #E00000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.page-service-06 .spe-field-title{
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.9em;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
.page-service-06 .spe-field-title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background-color: #E00000;
}
.page-service-06 .svc-body .spe-fields p.spe-field-text{
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.page-service-06 .spe-services{
  list-style: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.page-service-06 .spe-services > li{
  display: grid;
  grid-template-columns: 78px 62px minmax(9em, 15em) 1fr;
  gap: 0 clamp(14px, 2vw, 26px);
  align-items: center;
  padding: 26px clamp(20px, 2.4vw, 32px);
  transition: background-color 0.3s ease;
}
.page-service-06 .spe-services > li + li{
  border-top: 1px solid #eef1f4;
}
.page-service-06 .spe-services > li:hover{
  background-color: #fbfcfd;
}

.page-service-06 .spe-service-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}
.page-service-06 .spe-service-icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-service-06 .svc-body p.spe-service-num{
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #dfe5ea;
  margin-bottom: 0;
}
.page-service-06 .spe-service-title{
  font-size: 1.02rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #002842;
}
.page-service-06 .svc-body .spe-services p.spe-service-text{
  font-size: 0.85rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.page-service-06 .spe-values{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #dfe5ea;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  overflow: hidden;
}
.page-service-06 .spe-values > li{
  padding: 32px 20px 34px;
  background-color: #fff;
  text-align: center;
}
.page-service-06 .spe-value-title{
  position: relative;
  padding-top: 18px;
  margin-bottom: 0.8em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-06 .spe-value-title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: #E00000;
}
.page-service-06 .svc-body .spe-values p.spe-value-text{
  font-size: 0.8rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.page-service-06 .med-intro{
  display: grid;
  grid-template-columns: minmax(240px, 40%) 1fr;
  gap: clamp(24px, 3.4vw, 48px);
  align-items: center;
  margin-bottom: 3em;
}
.page-service-06 .med-intro-photo{
  overflow: hidden;
  border-radius: 12px;
  background-color: #eef1f4;
}
.page-service-06 .med-intro-photo img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-service-06 .svc-body p.med-intro-title{
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #002842;
  margin-bottom: 0.9em;
}

.page-service-06 .med-stats{
  display: grid;
  grid-template-columns: 1fr minmax(230px, 310px);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 46px);
  border-radius: 14px;
  background-color: #002842;
}
.page-service-06 .svc-body p.med-stats-caption{
  font-size: 0.76rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}
.page-service-06 .med-table{
  width: 100%;
  border-collapse: collapse;
}
.page-service-06 .med-table th,

.page-service-06 .med-table td{
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
.page-service-06 .med-table thead th{
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.32);
  text-align: left;
}
.page-service-06 .med-table thead th:last-child{
  text-align: right;
}
.page-service-06 .med-table tbody th{
  text-align: left;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.page-service-06 .med-table tbody td{
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.page-service-06 .med-table tbody td span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.66em;
  font-weight: 500;
  margin-left: 3px;
}
.page-service-06 .med-total{
  padding: 28px 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  text-align: center;
}
.page-service-06 .svc-body p.med-total-label{
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
.page-service-06 .svc-body p.med-total-value{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 0;
}
.page-service-06 .svc-body p.med-total-value span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.28em;
  font-weight: bold;
  margin-left: 4px;
}
.page-service-06 .svc-body p.med-total-sub{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.76rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.page-service-06 .med-pillars{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #e2e7ec;
  border: 1px solid #e2e7ec;
  border-radius: 12px;
  overflow: hidden;
}
.page-service-06 .med-pillars > li{
  padding: 30px 22px 32px;
  background-color: #fff;
  text-align: center;
}

.page-service-06 .med-pillar-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 150px;
  margin: 0 auto 18px;
}
.page-service-06 .med-pillar-icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-service-06 .med-pillar-title{
  display: inline-block;
  padding-bottom: 0.6em;
  margin-bottom: 0.9em;
  border-bottom: 2px solid #E00000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #002842;
}
.page-service-06 .svc-body .med-pillars p.med-pillar-text{
  font-size: 0.84rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.page-service-06 .med-reasons{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-service-06 .med-reasons > li{
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 16px;
  padding: 28px clamp(22px, 2.4vw, 30px) 30px;
  border: 1px solid #e7ecf0;
  border-radius: 12px;
}
.page-service-06 .svc-body p.med-reason-num{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #E00000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.page-service-06 .med-reason-title{
  margin-bottom: 0.8em;
  font-size: 1.02rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #002842;
}
.page-service-06 .svc-body .med-reasons p.med-reason-text{
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 0;
}
.page-service-06 .med-tags{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.page-service-06 .med-tags li{
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #f5f7f9;
  font-size: 0.74rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #002842;
}

.page-service-06 .med-close{
  position: relative;
  margin-top: 2.6em;
  padding: clamp(48px, 6vw, 84px) clamp(22px, 2.6vw, 40px);
  border-radius: 14px;
  overflow: hidden;
  background-color: #002842;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.page-service-06 .med-close::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 66, 0.72) 0%, rgba(0, 40, 66, 0.86) 100%);
}
.page-service-06 .med-close-inner{
  position: relative;
  z-index: 1;
}
.page-service-06 .svc-body p.med-close-title{
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0.7em;
}
.page-service-06 .svc-body p.med-close-title em{
  font-style: normal;
  color: #ffb3b3;
}
.page-service-06 .svc-body p.med-close-text{
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.page-service-06 .svc-band{
  position: relative;
  padding: clamp(90px, 11vw, 150px) 5%;

  background-image: url("../images/service/06_doctor-dent.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.page-service-06 .svc-band::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 66, 0.64) 0%, rgba(0, 40, 66, 0.82) 100%);
}
.page-service-06 .svc-band-inner{
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}
.page-service-06 .svc-band-title{
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.2em;
}
.page-service-06 .svc-band-lead{
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.86);
}

.page-service-06 .svc-band + .svc-section{
  padding-top: 130px;
}

.page-service-06 .table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-06 .svc-price--menu{
  min-width: 620px;
}
.page-service-06 .svc-price--menu tbody th{
  white-space: normal;
  width: 18em;
}

@media screen and (max-width: 1100px) {
  .page-service-06 .spe-services > li{
    grid-template-columns: 66px 52px 1fr;
    gap: 4px clamp(12px, 2vw, 20px);
  }
  .page-service-06 .svc-body .spe-services p.spe-service-text{
    grid-column: 3;
  }
  .page-service-06 .spe-values{
    grid-template-columns: repeat(2, 1fr);
  }
  .page-service-06 .med-intro,

  .page-service-06 .med-stats{
    grid-template-columns: 1fr;
  }
  .page-service-06 .med-reasons{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .page-service-06 .service-image--wide img{
    aspect-ratio: 4 / 3;
  }

  .page-service-06 .svc-subtitle{
    margin: 2.2em 0 1em;
  }

  .page-service-06 .spe-fields{
    gap: 14px;
  }
  .page-service-06 .spe-fields > li{
    min-height: 260px;
    padding: 22px 20px 24px;
  }
  .page-service-06 .svc-body p.spe-field-mark{
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    font-size: 1.05rem;
  }
  .page-service-06 .spe-field-title{
    padding-bottom: 0.5em;
    margin-bottom: 0.6em;
    font-size: 1.15rem;
    letter-spacing: 0.06em;
  }
  .page-service-06 .svc-body .spe-fields p.spe-field-text{
    font-size: 0.82rem;
    line-height: 1.85;
  }

  .page-service-06 .spe-services > li{
    grid-template-columns: 50px 1fr;
    gap: 2px 14px;
    padding: 16px 18px 18px;
  }
  .page-service-06 .spe-service-icon{
    width: 44px;
    height: 44px;
  }
  .page-service-06 .spe-service-title{
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .page-service-06 .svc-body .spe-services p.spe-service-text{
    font-size: 0.8rem;
    line-height: 1.85;
    margin-top: 4px;
  }

  .page-service-06 .spe-values{
    grid-template-columns: repeat(2, 1fr);
  }
  .page-service-06 .spe-values > li{
    padding: 22px 12px 24px;
  }
  .page-service-06 .spe-value-title{
    padding-top: 14px;
    margin-bottom: 0.6em;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
  }
  .page-service-06 .svc-body .spe-values p.spe-value-text{
    font-size: 0.74rem;
    line-height: 1.8;
  }

  .page-service-06 .med-pillars{
    grid-template-columns: 1fr;
  }
  .page-service-06 .med-pillars > li{
    padding: 18px 20px 20px;
  }
  .page-service-06 .med-pillar-icon{
    width: 150px;
    height: 112px;
    margin: 0 auto 10px;
  }
  .page-service-06 .med-pillar-title{
    padding-bottom: 0.45em;
    margin-bottom: 0.6em;
    font-size: 1.05rem;
  }
  .page-service-06 .svc-body .med-pillars p.med-pillar-text{
    font-size: 0.8rem;
    line-height: 1.85;
  }
  .page-service-06 .svc-body p.spe-service-num{
    grid-column: 2;
    font-size: 0.9rem;
  }
  .page-service-06 .spe-service-title,

  .page-service-06 .svc-body .spe-services p.spe-service-text{
    grid-column: 2;
  }
  .page-service-06 .med-stats{
    padding: 24px 20px 28px;
  }
  .page-service-06 .med-reasons > li{
    grid-template-columns: 34px 1fr;
    gap: 0 12px;
    padding: 24px 20px 26px;
  }
  .page-service-06 .svc-band{
    padding: 70px 20px;
  }
  .page-service-06 .svc-band + .svc-section{
    padding-top: 80px;
  }
}

.page-service-index .srv-intro{
  padding: clamp(80px, 9vw, 130px) 5% clamp(50px, 6vw, 80px);
  text-align: center;
}
.page-service-index .srv-intro-inner{
  max-width: 860px;
  margin: 0 auto;
}
.page-service-index .srv-intro-title{
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #002842;
  margin-bottom: 1.2em;
}
.page-service-index .srv-intro-text{
  font-size: 0.95rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
}

.page-service-index .srv-section{
  padding-bottom: clamp(90px, 10vw, 150px);
}
.page-service-index .srv-list{
  list-style: none;
}
.page-service-index .srv-item{
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}
.page-service-index .srv-item + .srv-item{
  margin-top: clamp(80px, 9vw, 140px);
}

.page-service-index .srv-visual{
  position: relative;
  padding-top: 30px;
}

.page-service-index .srv-photo{
  overflow: hidden;
  border-radius: 0 14px 14px 0;
  background-color: #e7ecf0;
}
.page-service-index .srv-photo img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.page-service-index .srv-badge{
  position: absolute;
  top: 0;
  left: clamp(40px, 24%, 260px);
  z-index: 2;
  min-width: clamp(200px, 24vw, 300px);
  padding: clamp(22px, 2.6vw, 34px) clamp(22px, 2.6vw, 36px) clamp(24px, 2.8vw, 38px);
  background-color: #002842;
}
.page-service-index .srv-badge-num{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 12px;
}
.page-service-index .srv-badge-name{
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}

.page-service-index .srv-body{
  padding-right: 5%;
}
.page-service-index .srv-title{
  display: flex;
  align-items: baseline;
  gap: 0.7em;
  margin-bottom: 1.2em;
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #002842;
}
.page-service-index .srv-title span{
  font-family: "Montserrat", sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #002842;
}
.page-service-index .srv-desc{
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444;
  margin-bottom: 2.4em;
}
.page-service-index .srv-subtitle{
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding-bottom: 0.9em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #dfe5ea;
  font-size: 1.05rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #002842;
}
.page-service-index .srv-subtitle::before{
  content: '';
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border: 4px solid #E00000;
  border-radius: 50%;
}
.page-service-index .srv-points{
  list-style: none;
  margin-bottom: 2.4em;
}
.page-service-index .srv-points li{
  position: relative;
  padding-left: 1.1em;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #002842;
}
.page-service-index .srv-points li::before{
  content: '・';
  position: absolute;
  left: 0;
  color: #002842;
}
.page-service-index .srv-more{
  display: flex;
  justify-content: flex-end;
}
.page-service-index .srv-more .more-link{
  color: #002842;
}

@media screen and (max-width: 1100px) {
  .page-service-index .srv-item{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .page-service-index .srv-body{
    padding-left: 5%;
  }
  .page-service-index .srv-badge{
    left: 5%;
  }
}

@media screen and (max-width: 768px) {

  .page-service-index .srv-visual{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    isolation: isolate;
  }
  .page-service-index .srv-photo{
    position: relative;
    z-index: 1;
    border-radius: 0;
  }
  .page-service-index .srv-photo img{
    aspect-ratio: 4 / 3;
  }
  .page-service-index .srv-badge{

    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    min-width: 0;
    width: 82%;

    margin: clamp(-58px, -13vw, -40px) 5% 0 auto;
    padding: 20px 22px 22px;

    transform: none !important;
  }
  .page-service-index .srv-badge-num{
    margin-bottom: 8px;
  }
  .page-service-index .srv-title{
    flex-wrap: wrap;
    gap: 0.4em;
  }
  .page-service-index .srv-more{
    justify-content: flex-start;
  }
}

.svc-section .sec-inner,
.svc-section .sec-head,
.svc-section .sec-body,
.svc-section .svc-body{
  min-width: 0;
  max-width: 100%;
}

.table-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .table-scroll:has(.svc-price--plan)::after,
  .table-scroll:has(.svc-price--menu)::after{
    content: "← 横にスワイプできます →";
    display: block;
    position: sticky;
    left: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #7a8792;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {

  .svc-hero {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 100vh;
    min-height: 100svh;
  }

  .page-service-01 .svc-hero-01{ background-image: url("../images/service/01_fv_sp.jpg"); }
  .page-service-02 .svc-hero-02{ background-image: url("../images/service/02_fv_sp.jpg"); }
  .page-service-03 .svc-hero-03{ background-image: url("../images/service/03_fv_sp.jpg"); }
  .page-service-04 .svc-hero-04{ background-image: url("../images/service/04_fv_sp.jpg"); }
  .page-service-05 .svc-hero-05{ background-image: url("../images/service/05_fv_sp.jpg"); }
  .page-service-06 .svc-hero-06{ background-image: url("../images/service/06_fv_sp.jpg"); }
}

/* --------------------------------------------------------------------------
   1. 料金表の中の補足文字（<small>）
   th / td の中で改行して小さく表示します。
   例：<th scope="col">毎月<small>（基準）</small></th>
   -------------------------------------------------------------------------- */
.svc-price th small,
.svc-price td small {
  display: block;
  margin-top: .35em;
  font-size: .78em;
  font-weight: 400;
  line-height: 1.5;
  opacity: .72;
}

/* 「10<span>万円〜</span>」のような単位表記 */
.svc-price td span {
  font-size: .72em;
  margin-left: .15em;
}

.svc-price-caption {
  margin: 0 0 1em;
  padding-left: .7em;
  border-left: 3px solid currentColor;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.svc-price-caption small {
  margin-left: .4em;
  font-size: .8em;
  font-weight: 400;
  opacity: .7;
}

.svc-pdf {
  margin: 2.4em 0 1.6em;
}

.svc-pdf-link {
  display: flex;
  align-items: center;
  gap: 1em;
  max-width: 640px;
  padding: 1.15em 1.4em;
  border: 1px solid #dfe5ea;
  border-radius: 4px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.3s ease;
}

.svc-pdf-link:hover,
.svc-pdf-link:focus-visible {
  border-color: #002842;
}

.svc-pdf-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
}

.svc-pdf-icon svg {
  width: 100%;
  height: 100%;
}

.svc-pdf-text {
  flex: 1 1 auto;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.55;
}

.svc-pdf-text small {
  display: block;
  margin-top: .35em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.6;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .svc-pdf-link {
    padding: 1em 1.1em;
    gap: .8em;
  }
  .svc-pdf-text {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll > .svc-price {
    min-width: 640px;
  }
}
.svc-note a,
a.svc-lnk-col {
  color: #444 !important;
}

.svc-note a:visited,
a.svc-lnk-col:visited {
  color: #444 !important;
}

.svc-note a:hover,
a.svc-lnk-col:hover {
  text-decoration: none !important;
}

.svc-price-cta {
  /* ▼ ここだけサイトのテーマカラーに差し替えてください */
  --cta-accent:      #0d3b5c;
  --cta-accent-dark: #0a2c46;

  margin: 3.6em 0 0;
  padding: 2.4em 1.6em 2.1em;
  text-align: center;
  background: #f6f9fb;
  border: 1px solid #e2e8ee;
  border-radius: 6px;
}

.svc-price-cta-text {
  margin: 0 0 1.5em;
  font-size: 1.05rem;
  line-height: 1.9;
  font-weight: 500;
  color: #2a3540;
}

.svc-price-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7em;
  min-width: 340px;
  padding: 1.05em 2.4em;
  background: var(--cta-accent);
  border: 1px solid var(--cta-accent);
  border-radius: 4px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.svc-price-cta-btn:hover,
.svc-price-cta-btn:focus-visible {
  background: var(--cta-accent-dark);
  border-color: var(--cta-accent-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 59, 92, .18);
}

.svc-price-cta-btn:focus-visible {
  outline: 2px solid var(--cta-accent);
  outline-offset: 3px;
}

.svc-price-cta-btn-icon {
  display: inline-flex;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  transition: transform .25s ease;
}

.svc-price-cta-btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.svc-price-cta-btn:hover .svc-price-cta-btn-icon {
  transform: translateX(3px);
}

.svc-price-cta-note {
  margin: 1.15em 0 0;
  font-size: .82rem;
  line-height: 1.7;
  color: #6b7885;
}

/* ---------- SP ---------- */
@media screen and (max-width: 767px) {
  .svc-price-cta {
    margin-top: 2.8em;
    padding: 1.9em 1.1em 1.7em;
  }

  .svc-price-cta-text {
    margin-bottom: 1.3em;
    font-size: .95rem;
    line-height: 1.85;
    text-align: left;
  }

  .svc-price-cta-btn {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 1.15em 1.2em;
    font-size: .96rem;
  }

  .svc-price-cta-note {
    font-size: .76rem;
  }
}